Can PerfectTunes do a targeted directory search?
By that I mean selectively excluding a folder from the Library's watched folder list.
As a work around, I know I can print the folder listing as per:
List folders and subfolders without the files
by executing this code at a DOS command line after navigating to the directory of music folders of interest:
Then it's a simple case of editing out the folders to be excluded and copying the remainder to:
However, some method of doing this via the PerfectTunes GUI would be a plus.
Thoughts? Have I missed something? Is there a better way?
By that I mean selectively excluding a folder from the Library's watched folder list.
As a work around, I know I can print the folder listing as per:
List folders and subfolders without the files
by executing this code at a DOS command line after navigating to the directory of music folders of interest:
Code:
dir /s /b /o:n /a:d > Folders.txt
Code:
%AppData%\PerfectTUNES\WatchFolderList.bin
Thoughts? Have I missed something? Is there a better way?
Comment