12-05-2024, 09:08 AM
Thanks Tim. I’ll see how it goes.
Thank you for your donation!
Shuffle on album level
|
12-05-2024, 09:08 AM
Thanks Tim. I’ll see how it goes.
12-05-2024, 04:49 PM
I’m getting inconsistent results with 192.168.0.157/Public/Music in the tag field. Sometimes it works, sometimes it doesn’t. Should I use inverted commas/quotation marks at start and end of the string?
(12-05-2024, 04:49 PM)ICLlP Wrote: I’m getting inconsistent results with 192.168.0.157/Public/Music in the tag field. Sometimes it works, sometimes it doesn’t. Should I use inverted commas/quotation marks at start and end of the string? I think you FIRST need to mount 192.168.0.157's root folder as a NAS or SMB share for instance, then use what Tim suggested: file NAS/Public/Music Or, maybe more correctly, mount 192.168.0.157/Public as a NAS, and then access it with file NAS/Music Of course, once you do this, you need a library update/rebuild in order MPD to know the file paths of your music, and filter them out during a search... with moOde you just cannot search a folder of your choice if MPD is not already aware of its contents. Anybody prove me wrong on this, of course.
12-05-2024, 06:03 PM
Thanks, but being a bit dim I’m not sure that I follow you. I hit the SMB scan button and selected the NAS volume from the drop-down. I now have the source as Drobo5N2/Public. On the volume I have three folders of content: Music, Classical and OtherStuff. By manual editing of the path I create three sources: Drobo5N2/Public/Music, Drobo5N2/Public/Classical and Drobo5N2/Public/OtherStuff. I want to limit the album shuffling to Drobo5N2/Public/Music. So, what exactly should I enter in the Tag filter field?
12-05-2024, 06:16 PM
(This post was last modified: 12-05-2024, 06:17 PM by Tim Curtis.)
In the Remote NAS Source screen note the "Name" entry. Let's refer to this entry as "SHARE_NAME".
In the Auto-shuffle "Tag filter" field enter the following: Code: filename "NAS/SHARE_NAME/Music" Behind the scenes the command below is used to perform the filter Code: mpc search filename "NAS/SHARE_NAME/Music"
12-05-2024, 06:40 PM
(12-05-2024, 06:16 PM)Tim Curtis Wrote: In the Remote NAS Source screen note the "Name" entry. Let's refer to this entry as "SHARE_NAME".The NAS name is Drobo5N2, so do I put “NAS/Drobo5N2/Public/Music” or “Drobo5N2/Public/Music”?
12-05-2024, 07:42 PM
(12-05-2024, 06:40 PM)ICLlP Wrote:(12-05-2024, 06:16 PM)Tim Curtis Wrote: In the Remote NAS Source screen note the "Name" entry. Let's refer to this entry as "SHARE_NAME".The NAS name is Drobo5N2, so do I put “NAS/Drobo5N2/Public/Music” or “Drobo5N2/Public/Music”? The only variable is SHARE_NAME. Just replace it with whatever is in the "Name" field on the Remote NAS Source screen. The terms "NAS" and "Music" are constants in the string.
12-06-2024, 07:58 AM
I can’t get it to work with (single or double) quotes.
The path to my music is USB/6364-3239/ Music bought from Bandcamp is in USB/6364-3239/_Bandcamp/ It doesn’t work with any of these: Code: filename “USB/6364-3239/_Bandcamp/“ It only works when I use Code: filename _Bandcamp
12-06-2024, 10:31 AM
(12-05-2024, 07:42 PM)Tim Curtis Wrote:Thanks Tim. I have entered: NAS/Drobo5N2/Public/Music(12-05-2024, 06:40 PM)ICLlP Wrote:(12-05-2024, 06:16 PM)Tim Curtis Wrote: In the Remote NAS Source screen note the "Name" entry. Let's refer to this entry as "SHARE_NAME".The NAS name is Drobo5N2, so do I put “NAS/Drobo5N2/Public/Music” or “Drobo5N2/Public/Music”? I’ll report back.
12-06-2024, 10:32 AM
(This post was last modified: 12-06-2024, 10:33 AM by Tim Curtis.)
What does mpc search return?
Code: mpc search filename "USB/6364-3239/_Bandcamp/“ |
« Next Oldest | Next Newest »
|