INTERACT FORUM
More => Old Versions => JRiver Media Center 25 for Windows => Topic started by: Carlosb1978 on June 25, 2019, 10:44:00 am
-
Have a problem. When I import CDs that are from various or multiple artists (have a lot of DJ CDs where tracks are from all sorts or different artists), MC saves the files not in the correct order.
This isn't an issue if playing from MC as it knows the order to play but not all media players seem to. How do I get it to reorder correctly. Hope I'm making sense. See attachment. Thanks
-
Have a problem. When I import CDs that are from various or multiple artists (have a lot of DJ CDs where tracks are from all sorts or different artists), MC saves the files not in the correct order.
This isn't an issue if playing from MC as it knows the order to play but not all media players seem to. How do I get it to reorder correctly. Hope I'm making sense. See attachment. Thanks
You should always set the [Track #] as the first value in the filename.
Here's the filename expression I normally use for a three digit track number, which will also sort the disc numbers correctly in the filenames:
If(IsEmpty([Disc #],1), 1[Track #] - [Artist] - [Name], [Disc #][Track #] - [Artist] - [Name])
-
Hi thanks the reply,
I've taken a few more screenshots so hopefully gives a better idea of my problem (if it wasn't clear)
I will keep trying to tweak the preset setting in order to get the tracks saving in the correct order.
Please feel free to point out my mistakes if you can see what I'm doing wrong.
Thanks
-
In filename in the RM&C dialog, you should have [Track #] first so that your tracks will sort correctly in file explorer and your other media players that don't read file tags.
[Track #] - [Artist] - [Album] - [Name]
I'd also recommend using the Disc # field and a variant of the expression I posted above, but this will get you on the right track.