Feature Request: Album List Libraries Support, Similar to Libraries in Win7 |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
Feature Request: Album List Libraries Support, Similar to Libraries in Win7 |
Jun 30 2009, 17:38
Post
#1
|
|
|
Group: Members Posts: 49 Joined: 27-December 01 Member No.: 791 |
It would be nice if Album List had a drop down list of "libraries", selected combinations of monitored music folders.
Usefulness: 1) Portable drives which aren't always connected to the computer can have their music removed from the Album List without having to remove a folder path (and it's cache) from Monitored Folders. 2) Custom grouping of music without editing tags. (admittedly, 2 is a stretch, but 1 would be very useful for me at least) Perhaps this can be done with several $if statements in a custom sorting command (one for each group of folders), but it gets a bit messy. In any case, take the feature request if you like it, or tell me I'm lazy if you don't. |
|
|
|
Jun 30 2009, 18:20
Post
#2
|
|
|
Group: Members Posts: 49 Joined: 27-December 01 Member No.: 791 |
I suppose I am pretty lazy. The custom sorting commands aren't all too difficult, just tedious to update.
The first displays files on the "F:\" drive, the second files on the "C:\" drive. One can potentially use $stricmp to match whole directories, but it's beyond my needs. Portable Sorted CODE $ifequal($strchr(%path%,F),1,custom_sorting_command,) Local Sorted CODE $ifequal($strchr(%path%,C),1,custom_sorting_command,)
This post has been edited by AlfredSka: Jun 30 2009, 18:20 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 16:07 |