More > JRiver Media Center 32 for Windows

Playlist sorting

<< < (2/2)

Matt:
Options > General > Advanced > Sort Incoming Files For Playback

We added that recently so sorting is applied.  We thought it was a good decision.  Feedback welcome.

EcoG:
Oh Yeah! Sort Incoming Files For Playback. Un-ticking it, it solved my problem!
Thanks!
"Sort Incoming Files For Playback" is a welcome addition, but tmho it shouldn't be preselected on instalation. Btw, on what critirion the media files are sorted?
Thanks again - I am happy now  :)

Matt:
Glad that solved it.

Here's what we use to sort:

--- Code: ---
CSortArray Sort(&GetMCDB());
Sort.AddField(MF_ALBUM);
Sort.AddField(MF_DISCNUMBER);
Sort.AddField(MF_TRACKNUMBER);
Sort.AddField(MF_NAME);
aryFiles.Sort(&Sort);

--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version