Navidrome
Open source music collection server and streamer, like your personal Spotify
Alternative to: spotify, apple music, youtube music
v0.13.0
2020-04-04Changelog
New features
- [UI] Navidrome is now themeable. It comes with two themes (Dark and Light). You can create new ones with this instructions
- [UI] Albums view can be displayed as a album art grid
- [UI] Add links from songs to album and from album to artist
- You can now specify
ND_BASEURL. This allow you to setup Navidrome behind a proxy and have a URL like http://myawesomedomain.com/music - Fixed MusicStash support
- Lots of fixes and small tweaks
All changes
656ca1f Fix colour of album actions
b8f7715 Fix ReactAdmin console warnings
096ed39 Add link to all artist’s albums from an album
3b6d0b3 Add a catchall route to redirect everything to app/index.html
75cd21d Add BaseURL configuration (fixes #103)
b8eb22d Add git hooks on check_env
9b46173 Add comments to createXxxxCommand functions to clarify about the filepaths arguments being absolute paths
63bf49b Add lefthook for handling git hooks
5598482 Fix default mp3 encoding ffmpeg command
8510273 Send estimated content length if requested
2392060 Don’t try to transcode a file if the requested format is the same and the client is not requesting to downsample
2d7998d Return cover from album even if client does not prefix the id with al-. Fixes #46
4063868 Remove React warnings by omit properties not used downstream
ea22b2f Bump react-admin to 3.3.3
1182218 Upgrade Node to 13.12
14f7c56 Bump @testing-library/jest-dom, @testing-library/user-event and react-dom
27579b9 Removed album list selection, for now
c58021e Make Personal settings form more consistent with the rest of the App
1810cc7 Simplify album lists tabs handling
86f73ee Only add padding to layout if the player is visible
3d6ce8a Skip calling ffmpeg if there are no files to probe
670be29 Revert “Pause the player with name attribute to themeName
dd2e98f feat: make theme select input longer
eb621be feat: load themes dynamically
d223a4f docs: mentions our Subreddit in the README
7aa182e fix: add padding at the bottom of the layout, to accommodate the audio player (relates to #132)
7fec503 feat: persist the queue in the localStorage
083a11a feat: store state in localStorage
944f369 fix: disable click on version menu item
dfc8691 fix: add “Version” message to translations
395b598 fix: don’t show tooltips in profile menu items
d04b434 fix: profile menu items colors
f041503 feat: simple theme selector. only works with hardcoded light and dark for now
500207f refactor: extract themes to their own folder
1e0a79e fix: “Recent” should sort by play_date, not starred_at
301fa2a fix: sort by album in songs view
46f4f63 feat: initial implementation of album lists
fec8b5f feat: add playcounts to album and songs
777231e feat: expose album, song and artist annotations in the RESTful API
0e36ed3 fix: typo
f1af646 feat: option to display albums as a grid
fc06216 feat: add link to album from Songs view
575800d docs: add badge with link to subreddit