Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • add-favorite-albums
  • 896-add-electron-support
  • dark-theme
  • webdav
  • live-streaming
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
  • 0.18.3
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.17
  • 0.16.3
  • 0.16.2
  • 0.16.1
  • 0.16
  • 0.15
  • 0.14.2
  • 0.14.1
  • 0.14
  • 0.13
  • 0.12
  • 0.11
  • 0.10
26 results

metadata.py

Forked from funkwhale / funkwhale
Source project has a limited visibility.
  • EorlBruder's avatar
    06a5ee93
    Changed ID3Tag for Track-Number to TRCK · 06a5ee93
    EorlBruder authored
    Until now the ID3Tag for the Track-Number was read from TPOS.
    The Problem is, that TPOS is the part of the set (eg disc number)
    and not the track-number. TRCK is the correct tag for the track
    number.
    
    Fixes #220
    06a5ee93
    History
    Changed ID3Tag for Track-Number to TRCK
    EorlBruder authored
    Until now the ID3Tag for the Track-Number was read from TPOS.
    The Problem is, that TPOS is the part of the set (eg disc number)
    and not the track-number. TRCK is the correct tag for the track
    number.
    
    Fixes #220