kabouzeid / Phonograph

A material designed music player for Android
GNU General Public License v3.0
2.73k stars 728 forks source link

Track numbers greater than 99 are incorrectly sorted #938

Open metald00d opened 3 years ago

metald00d commented 3 years ago

Problem statement: I have my audio files tagged with Disc # and Track #. These files are also named using the following example e.g. "101 - Senjutsu.mp3" "102 - Stratego.mp3" "201 - Darkest Hour.mp3"

Phonograph will list these tracks as follows;

  1. Darkest Hour
  2. Senjutsu
  3. Stratego

Viewing the tag information for any of these files or using the tag editor on any of these files within Phonograph, the Disc # information is not visible read or used.

Please include the Disc # tag as part of the sort algorithm.

This is a problem when listening to any music that is set in a story concept. where track order is an important component for the original artist.