merge-requests/154/head
Eliot Berriot 2018-02-19 21:20:38 +01:00
rodzic afb56503da
commit b3ca773b84
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,20 @@ Changelog
----------------
- Front: Now reset player colors when track has no cover (#46)
- Front: play button now disabled for unplayable tracks
Transcoding:
Basic transcoding is now available to/from the following formats : ogg and mp3.
*This is still an alpha feature at the moment, please report any bug.*
This relies internally on FFMPEG and can put some load on your server.
It's definitely recommended you setup some caching for the transcoded files
at your webserver level. Check the the exemple nginx file at deploy/nginx.conf
for an implementation.
On the frontend, usage of transcoding should be transparent in the player.
0.4 (2018-02-18)
----------------