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: Configure the order that songs get queued/playlisted from ReFacets (Read 1179 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Configure the order that songs get queued/playlisted from ReFacets

Hello, new here, forgive me if this is posted in the wrong place.

Just a small issue: when queuing or making a playlist from ReFacets, the tracks are sorted in a way that I'd like to configure, say by disc number and track number first rather than the album artist first. A reddit thread showed that setting up the shell integration's "sort incoming files by" option does do the trick, but it doesn't apply to doing this from ReFacets. Is there any way to have that kind of functionality from ReFacets?

Thanks for your time!

Re: Configure the order that songs get queued/playlisted from ReFacets

Reply #1
By default ReFacets seems to sort tracks by path and doesn't use the shell integration sort order. ReFacets lets you use filters and those allow you to customize the sort order. Open the filter preferences and create a new filter with sort parameters you want. Once the filter is created, remember to activate it for use in the ReFacets UI. For example the following filter would sort tracks by discnumber and tracknumber, but I can warn you that this will make a huge mess if you send files from multiple albums:
Code: [Select]
ALL SORT BY %discnumber%.%tracknumber%
For sanity's sake I'd recommend in the very least sorting first by album artist and album, only then by disc and track:
Code: [Select]
ALL SORT BY %album artist%|%album%|%discnumber%.%tracknumber%

 

Re: Configure the order that songs get queued/playlisted from ReFacets

Reply #2
That's it, solved! Thank you very much.