Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • master
  • 1121-download
  • plugins-v3
  • 876-http-signature
  • plugins-v2
  • plugins
  • 0.21.2
  • 0.21.1
  • 0.21
  • 0.21-rc2
  • 0.21-rc1
  • 0.20.1
  • 0.20.0
  • 0.20.0-rc1
  • 0.19.1
  • 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
27 results

metadata.py

Blame
  • 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