Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
positron
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
  • Xiph.Org
  • positron
  • Issues
  • #389

Closed
Open
Opened Jul 02, 2003 by kgf@kgf

Album track ordering not working

When you go into the Neuros Audio -> Albums view and select an album, the tracks
listed are not sorted according to the "tracknumber" tag in the ogg files. 
Instead, they appear to be sorted alphabetically.

This is not the case for MP3 files--in this view, the MP3 files are sorted
according to the track number tag.

My ogg files are encoded by Grip, which is basically a wrapper for oggenc.  The
command-line Grip uses for oggenc is:
oggenc -o %m -q 5 -a %a -l %d -t %n -N %t %w

...where %t is the track number specified by Grip.  The resulting ogg file looks
like this, according to ogginfo (note that the track number has a '0' in front,
ie "01", "02", "03"...not sure if that is significant):

New logical stream (#1, serial: 15d5825f): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiphophorus libVorbis I 20011231 (1.0 rc3)
Channels: 2
Rate: 44100

Nominal bitrate: 160.032000 kb/s
Upper bitrate not set
Lower bitrate not set
User comments section follows...
        title=The Next Big Thing
        artist=Jesus Jones
        album=Already
        tracknumber=01
Vorbis stream 1:
        Total data length: 4385538 bytes
        Playback length: 4m:01s
        Average bitrate: 145.040392 kbps
Logical stream 1 ended
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/positron#389