funkwhale/changes/changelog.d
Eliot Berriot ce92747d89
Fix #157: Can now import and play flac files
If you ever need an empty flac file with metadata again:

1. Get a flac file (like https://archive.org/download/NineInchNailsTheSlip24bit96khz/01999999.flac)
2. Tag it with Musicbrainz Picard
3. Truncate it, keeping only tags with `ffmpeg -i in.flac -ss 0 -to 0.001 out.flac`

Thanks @HgO for the trick!
2018-05-15 18:20:24 +02:00
..
.gitkeep Version bump and changelog 2018-02-27 23:10:23 +01:00
157.feature Fix #157: Can now import and play flac files 2018-05-15 18:20:24 +02:00
196.bugfix Fix #196: In-place imported tracks non-ascii characters don't break reverse-proxy serving 2018-05-10 18:52:00 +02:00
198.bugfix Fix #198: Removed Python 3.6 dependency (secrets module) 2018-05-10 16:45:45 +02:00
199.bugfix Fix #199: unplayable tracks are now properly disabled in the interface 2018-05-12 10:52:58 +02:00