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: Can Album List apply filter by default w/o need to type it on startup? (Read 893 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Can Album List apply filter by default w/o need to type it on startup?

I'm trying to make my album list, by default not include podcasts such as when I type "NOT * HAS podcast" in the filter text-box. In other words, how can I apply a filter without typing it in every time I start fb2k?

Thanks!

Can Album List apply filter by default w/o need to type it on startup?

Reply #1
You could create an Album List view that discards podcasts. Example:

$if($stricmp($directory(%path%,2),podcast),,$swapprefix(%artist%)|[%date%  ][%album%]|[%discnumber%][%tracknumber%  ]%title%)

It goes back 2 directory levels, checks if the directory name is "podcast", and if so ignores those files.
(exa. path = D:\Audio\Podcast\<podcast name>\<file name>.mp3)

Can Album List apply filter by default w/o need to type it on startup?

Reply #2
Exactly what I was trying to do. Thank you!