Commit Graph

17 Commits

Author SHA1 Message Date
Eliot Berriot 1458c084a7 Resolve "Funkwhale unable to import Albums with multiple Artists" 2018-07-09 20:47:55 +00:00
Eliot Berriot 2e3a2cd6dd
See #327: Cleaned now unused backend.absoluteUrl and config module 2018-06-23 07:57:09 +02:00
Eliot Berriot 17d5fa6924
Fixed #239: broken track download modal (overflow and wrong URL) 2018-06-05 19:25:38 +02:00
Eliot Berriot 3415d02028
Fixed wrong mimetype for flac files 2018-05-15 22:01:52 +02:00
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
Eliot Berriot d15fefe730
Leverage new transcode endpoint in player 2018-02-19 21:21:05 +01:00
Eliot Berriot df94ae37bf
Now use vuex to manage state for player/queue/radios 2017-12-23 16:41:19 +01:00
Eliot Berriot cd1c3ca379
Fixed #52: Added shuffling controls 2017-12-17 17:23:29 +01:00
Eliot Berriot f6c939db4c
Added looping controls 2017-12-17 17:07:15 +01:00
Eliot Berriot 13eddbfc21
Fixed #46: better handling of HTTP errors when fetching audio file 2017-12-15 22:03:15 +01:00
Eliot Berriot 4954c50a70
Fixed #42: player should be more resilient in case of play error 2017-12-14 19:37:38 +01:00
Eliot Berriot 03f15ada4e
added shortcuts for play, volume and restore 2017-12-11 21:09:17 +01:00
Eliot Berriot f1c05d4f42 More robust audio player and queue in various situations:
- Ensure clearing the queue also stop current radio
- Will also repopulate a track from radio on track deletion in queue
- Clearing the queue then appending tracks would play automatically instead of getting stuck
2017-07-10 23:04:32 +02:00
Eliot Berriot aa80bd15fa Fixed #4: can now import artists and releases with a clean interface :party: 2017-07-09 11:33:33 +02:00
Eliot Berriot 3ccb70d0a8 Fixed #15 again, now check authorization also using query param 2017-06-29 02:27:35 +02:00
Eliot Berriot 33eecf55cb Fixed #26: can now reorder tracks in queue using drag and drop 2017-06-28 19:34:05 +02:00
Eliot Berriot 76f98b74dd Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00