Unsure why I got no replies, I'll try to be a little more clear
Let's say I have 2 drives :
- 1st one is where I store my favourite music. It has two folders, like "new stuff" and "old stuff", where I accordingly store my albums.
- 2nd one is where the incoming "yet-to-listen-and-censoring" music is.
Now, fb does not support multiple media libraries, so when I add these music folders all these music ends up in the same one and only MEDIA LIBRARY.
I want to be able to distinguish the music sources anytime.
I can use album list panel component and create filters like $if($strcmp($substr(%path%,1,3),E:\),'Library'$if($strstr(%path%,New stuff),' (New stuff)',$if($strstr(%path%,'Great stuff'),' (Great stuff)',)),'Incoming')| :: [%album artist% ]['('%date%')' ]%album%|[[%discnumber%.]%tracknumber%. ][%track artist% - ]%title%
but then everytime I change the physical path or install foobar in another pc I have to change all the album list panel's filter scripts.
After much wandering I thought that the best way to deal with this would be to using a function like $medialibind(1), for a media library's music folder index or $medialibind(name assigned in media library) if I could add an alias to a folder when I add it as a music folder in to media library.
How hard is it to implement ? (if not yet possible)
If not, any suggestions on how to solve it ?