- Apr 17, 2019
-
-
Eliot Berriot authored
UI To manage artists, albums, tracks See merge request funkwhale/funkwhale!715
-
Eliot Berriot authored
-
- Apr 16, 2019
-
-
Eliot Berriot authored
Fix #802: Now honor maxBitrate parameter in Subsonic API Closes #802 See merge request !721
-
Eliot Berriot authored
-
Eliot Berriot authored
Fix #792: Add tooltip for Hide artist content Button Closes #792 See merge request !720
-
- Apr 15, 2019
-
-
Jo Vuit authored
-
- Apr 12, 2019
-
-
Eliot Berriot authored
Ensure the footer always stays at the bottom of the page See merge request !718
-
Eliot Berriot authored
-
Eliot Berriot authored
-
Eliot Berriot authored
Fix #782: Better handling of featuring/multi-artist tracks tagged with MusicBrainz Closes #782 See merge request !717
-
Eliot Berriot authored
-
Eliot Berriot authored
docker-compose update See merge request !716
-
Jee authored
-
- Apr 11, 2019
-
-
Eliot Berriot authored
Nodeinfo autofetch See merge request !714
-
Eliot Berriot authored
-
Eliot Berriot authored
-
Eliot Berriot authored
Attribute artist See merge request !713
-
Eliot Berriot authored
-
- Apr 09, 2019
-
-
Eliot Berriot authored
License metadata update See merge request !712
-
Eliot Berriot authored
-
Eliot Berriot authored
-
Eliot Berriot authored
-
Eliot Berriot authored
-
- Apr 08, 2019
-
-
Eliot Berriot authored
-
Eliot Berriot authored
Fix #791: overflowing input on account detail page Closes #791 See merge request !711
-
Eliot Berriot authored
-
Eliot Berriot authored
Fix#795: cover not showing in queue/player when playing tracks from "albums" tab Closes #795 See merge request !710
-
Eliot Berriot authored
-
Eliot Berriot authored
Update document title to display track info. Closes #359 See merge request !702
-
Ben Finney authored
-
- Apr 05, 2019
-
-
Eliot Berriot authored
Fix #781: Added a `check_inplace_files` management command to remove purge the... Closes #781 See merge request !707
-
Eliot Berriot authored
Fix #781: Added a `check_inplace_files` management command to remove purge the database from references to in-place imported files that don't exist on disk anymore
-
Eliot Berriot authored
Fix #787: federation issue due to missing error handling Closes #787 See merge request !706
-
Eliot Berriot authored
-
Eliot Berriot authored
Fix #788: fixed crashing import with empty album artist Closes #788 See merge request !705
-
Eliot Berriot authored
-
- Apr 04, 2019
-
-
Eliot Berriot authored
Fix #783: migration issue on develop Closes #783 See merge request funkwhale/funkwhale!704
-
Eliot Berriot authored
Resolve "Upload problem due to a formatting error in the date tag" Closes #718, #583, #501, #252, #544 (yes, that's a lot :D) So, this MR changes the way we parse audio metadata and handle validation for this data: - There is now a strict and explicit separation between the retrieve step (extracting raw metadata value from files), and the validation step (ensure the raw metadata is actually valid, convert it to our internal types, etc.) - The date parsing issue from #718 should be solved (and Funkwhale should not crash anymore against invalid dates, skipping those instead) - We are now ready to deal with multiple artists at the metadata parsing level (cf !515). It should also be easier to exclude featuring artists now (cf #736), but it's not implemented here - When invalid metadata makes the import fail, we store the errors on the upload so we can display those to the user - Tables that list uploads in the Web UI leverage this new data to display more detailed errors and advices, as shown on the screenshot below ## Link to the detail modal  ## Import error detail   As you can see, we display the type of errors, the failing tags and the actual error, as well as some link to the documentation, support forum and some debug info you can easily copy-paste to get help. See merge request funkwhale/funkwhale!703
-
Eliot Berriot authored
-
Eliot Berriot authored
-