Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Exclude folder name from the media library (Read 1074 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Exclude folder name from the media library

So this question is rather banal.

Almost every album folder in my music library contains a folder called .info which contains cue/images/extras etc...
Is it possible to exclude all these folders with this specific file name? And if do, how?

X

Re: Exclude folder name from the media library

Reply #1
Hi there,

You can only exclude files (not folders) on that Preferences page. So excluding a .CUE there would exclude them from entire library.

Other two options, 1) make the folder(s) hidden in Windows Explorer so they are not indexed - probably not ideal with so many folders. 2) Exclude showing that folder name from the library viewer with title formatting. Technically the folder would still be searchable and in the library, just not show up in the library view. Example -

Code: [Select]
$if($strcmp(%directoryname%,'.info'),,%artist%)

^ Change %artist% to whichever custom view pattern (for Album List) or column (for Facets/Filters). This would not work if using the default "by folder structure" view however.

Cheers

 

Re: Exclude folder name from the media library

Reply #2
Oh.. that is a shame 😢 Ok then I guess what makes sense for me is just to white list all the files I want to include. 😀