Rockbox Technical Forums

Rockbox General => Rockbox General Discussion => Topic started by: Misspell on September 12, 2007, 01:29:54 PM

Title: album !~ "(Comp)"
Post by: Misspell on September 12, 2007, 01:29:54 PM
If i add album !~ "(Comp)"  to tagnavi.config will it effect playlists ?

and

Is there a way to make that a "global stament" ? so i dont have to add it to evey menu item ?

The idea is to omit Compilation albums from all menus and only beable to play them through a playlist.

I do not have access to my iPod right now so im posting since i can not test it out.

Thanks for any help.
_
Title: Re: album !~ "(Comp)"
Post by: bluebrother on September 12, 2007, 01:40:24 PM
If i add album !~ "(Comp)"  to tagnavi.config will it effect playlists ?
No -- tagnavi.config is only used for searching, thus created playlists will not be affected by the search. If you create a playlist from such a search it will apply, obviously.
Title: Re: album !~ "(Comp)"
Post by: Misspell on September 13, 2007, 01:55:31 AM
Thanks.

If any one is interested; a playlist for the omitted doesnt make sence after thinking about it, i just added the following and created a new menu item:

Code: [Select]
"Comps" -> genre & album ~ "(Comp)" -> album -> title = "fmt_title"

_