MPExtended / WifiRemote

Remote access plugin for MediaPortal
GNU General Public License v3.0
4 stars 5 forks source link

Correct order of tracks when playing multi-disc albums #20

Closed Kucheek closed 10 years ago

Kucheek commented 10 years ago

SQL query output for PlayAlbum action is now ordered by iDisc first to prevent incorrect playlist sequence for albums which have more discs (1st track from 1st disc >>> 1st track from 2nd disc >>> 2nd track from 1st disc >>> 2nd track from 2nd disc >>> ... )

Shukuyen commented 10 years ago

Thanks a lot