Help - Search - Members - Calendar
Full Version: Some wishes for AlbumList
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
eNc7
Hi...
I'm using foobar2000 9.5 beta 6 and implemented the album list panel... (not foo_uie_albumlist_panel.dll)...
It works fine so far... using a browser-like view (as you can see here:)
CODE
$replace($replace($replace(%path%,%filename_ext%,),'D:\Music\',),\,|)


Ok, thing is... my double-click action is "expand/collapse" and middle-click action is "send to current playlist"...
Before the new 9.5 beta stuff... I was using ColumnsUI with foo_uie_albumlist_panel.dll ... there was a very comfortable way adding the selected items to the playlist... you clicked on something... and WHOOOOHOO... there is an autogenerated playlist called "library view" where all the containing items were automatically added... without pressing the middle button... wink.gif
It would be a nice feature to the "normal" AlbumList.

Another thing is... by adding stuff to a playlist... it is unordered... sad.gif my files are tagged correctly, named correctly, ordered correctly... but only when i'm using the folder-structure view (code given above)... in my playlist... it's not sorted by path... it's only sorted by albums... but into the albums... everything is totally unsorted... sad.gif but with the ColumnsUI-AlbumList Panel it works... wink.gif

THX for answers...! smile.gif
freznel
Yup i seem to be looking for the same functionality eNc7 is talking about smile.gif
eNc7
Ok... the sorting problem is solved... I just had to add the Filenames... as you can see here with [%tracknumber - ][%title] at the end...:
CODE
$replace($replace($replace(%path%,%filename_ext%,),'D:\Media\Music\',),\,|)[%tracknumber% - ][%title%]
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.