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: Sort by date, not by folder structure (Read 4152 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Sort by date, not by folder structure

Hi all,

I've been trying to sort the albums of a specific artist by date, but so far no success.
I'm using Columns UI with NG playlist enabled, and my script is:
Code: [Select]
$if(%album artist%,%album artist%,%artist%) [/ %date% / %album% ]

However, it seems that this is only for display and has nothing to do with the actual sorting.
I'm coming to the conclusion that sorting is only defined by alphabetical order of the folder structure, but I would like to avoid putting the date in the album folder name, or worse, in the song title.

Probably an easy question for most of you, but I've been looking around the forum and the wiki, and didn't find anything conclusive.
Am I missing something, or is there a workaround?

Thanks.

Sort by date, not by folder structure

Reply #1
how a playlist is sorted depends entirely on how you populate it. if you add files from windows explorer or drag/drop, then you need to look at file>preferences>shell integration>sort incoming files by

if you use the filters in columns UI, then look at file>preferences>display>columns UI>filter tab>sort incoming files by.

obviously if you use other library viewers, they might also have their own settings.

Sort by date, not by folder structure

Reply #2
Thank you for your answer.
I should have mentionned that I do not create playlist, I just use the Library Viewer.
Your solution works fine for the filters, however when just browsing the album list (with the active view being the folder structure), the files displayed in the Library Viewer are not sorted by date, even when I set the shell integration to
$if(%album artist%,%album artist%,%artist%) %date% %album% %path_sort%
Any idea where I should set this script to have that sorting behaviour when the Library Viewer is activated?

Sort by date, not by folder structure

Reply #3
Quote
the files displayed in the Library Viewer
Which library viewer? It is a category, not a monad. Do you mean the Album List?

Quote
are not sorted by date, even when I set the shell integration to
$if(%album artist%,%album artist%,%artist%) %date% %album% %path_sort%
They will not be, for shell integration is something different altogether.


 

Sort by date, not by folder structure

Reply #4
album list views are controlled by the view you have selected. If viewing by folder structure does not give you the look you want,  add a new view via preferences.

Sort by date, not by folder structure

Reply #5
I should perhaps have specified that the explanation of how to do just that is in my link above, but I hoped that would become clear.

Sort by date, not by folder structure

Reply #6
Thanks.
I probably haven't given all the informations needed to understand my setup. I am new to customising Foobar, so I'm a bit lost in what settings are relevant, my apologies.
I do use Album List as a library viewer. Well actually, I use Album List Panel which I understand is needed when using columnsUI. My Album List "view" is by directory structure, and I want to keep it that way.
In the Album List Panel preference page, there is an option to "Auto send to playlist" with the default name of that playlist being "Library view". It is this auto-generated playlist that I would like to control the sorting of (by Artist, Date, Album; at the moment it is Artist, Album), keeping the Album List view by directory structure.
Is it possible?
Thanks for your help.

Sort by date, not by folder structure

Reply #7
Hi all,

After a lot of pocking around, I finally found a solution. Here it is:

Setup:
I use the Album List Panel for CUI, with view set to "directory structure". I have the "Auto send to playlist: Library view" switched on.
Now, as said in this post, this auto generated playlist will inherit the sort options of Album List Panel view - in my case by %path_name%, when I want it to be sorted by %album artist% %date% %album%.

Solution:
Preferences -> Shell Integration -> Sort incoming files by:
Set this value to %album artist% %date% %album% (or whatever you want it to be really)
By itself this does nothing. Now go to:
Preferences -> Media Library -> Album List Panel -> Advanced
And check "Apply core sort settings to added items"

Voila. Hope this helps others. Thanks for your help, and apologies if I wasn't clear from the get go.

PS: In the Album List Panel Wiki, the "Sort incoming files by" field is said to be located in Preferences-> General. Not sure if it was like that in a previous version of Foobar2K, but my version clearly doesn't have a General menu. Maybe someone can update?