funkwhale/api/funkwhale_api/music
David Magnus Henriques 06a5ee939a Changed ID3Tag for Track-Number to TRCK
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
2018-05-26 13:06:40 +02:00
..
management See #195: fix_track_files command can now recompute size, bitrate and duration 2018-05-15 22:01:53 +02:00
migrations See #195: added bitrate and size fields on track file 2018-05-15 22:01:52 +02:00
__init__.py Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
admin.py See #195: added bitrate and size fields on track file 2018-05-15 22:01:52 +02:00
factories.py See #195: set bitrate, duration and size when importing file 2018-05-15 22:01:52 +02:00
fake_data.py Replaced vue-resource by axios 2018-01-11 21:35:51 +01:00
filters.py See #224: updated front-end with new music API 2018-05-22 22:22:53 +02:00
forms.py Can now import library tracks from front-end 2018-04-15 11:25:34 +02:00
importers.py Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
lyrics.py Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
metadata.py Changed ID3Tag for Track-Number to TRCK 2018-05-26 13:06:40 +02:00
models.py See #224: updated front-end with new music API 2018-05-22 22:22:53 +02:00
permissions.py Fix #229: removed last hardcoded settings to protect audio files 2018-05-24 21:34:59 +02:00
serializers.py See #228: now use our new action logic for library track import 2018-05-23 21:50:23 +02:00
tasks.py See #228: more performante federation import launch via API 2018-05-24 18:53:12 +02:00
utils.py See #195: no update track information when fetching track from federation 2018-05-16 18:55:09 +02:00
views.py See #230: users with upload permission can now launch import and manage their own imports 2018-05-24 22:39:43 +02:00