INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Multi-Disc Albums - Portable Players  (Read 1055 times)

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Multi-Disc Albums - Portable Players
« on: May 17, 2010, 03:20:38 pm »

If you send an album with multiple disks to a portable player, or an MP3 CD,  the portable or CD player loses the ability to play the tracks in the correct order.  These devices (Or at the least the ones i have) do not support the disk tag.
Is there any way, or alternatively this is a feature request, of MC updating the track numbers to make the albums sequential again.  Ie Disk 2 would just follow on the track number of Disk 1.

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2578
Re: Multi-Disc Albums - Portable Players
« Reply #1 on: May 17, 2010, 05:52:08 pm »

Sure there is. Enter the disc # value (if it exists) as the leading digit in a padded track number.

Code: [Select]
If(IsEmpty([Disc #],1), 1[Track #] - [Artist] - [Name], [Disc #][Track #] - [Artist] - [Name])
Logged

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1854
Re: Multi-Disc Albums - Portable Players
« Reply #2 on: May 18, 2010, 03:08:43 am »

I use:

Code: [Select]
=math((if(IsEmpty([disc #]),1,[disc #]))*100+[track #])
Logged

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Multi-Disc Albums - Portable Players
« Reply #3 on: May 18, 2010, 03:47:15 am »

Can you tell MC to do this on transfer?
I don't want to affect the original tags.
Thanks
Pages: [1]   Go Up