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”?
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"
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.
I’ll report back.