
Thank you for the correction.

Thank you for the correction.

That would be out of scope for this project. But maybe a YouTube to Navidrome playlist exporter that I might add in the future.

This is perfectly legal as far as I know. But if you’re unsure you can always go through their terms of services.

It’ll mark it as missing and moves to the next track to match. You can then download the missing tracks in your server as a JSON file.
Hey everyone! I would like to share a web project that I just built for Navidrome users in this sub. It exports playlists from Spotify to Navidrome. It’s called NaviSpot (Yes! I know! Quiet an original name :P). It’s free and has 0 ads. I’ve wanted to fully transition to Navidrome as my music library and wasn’t sure if there were any other tools that did this. So, I decided to build this and share it with the community if anyone shares the same frustration as I did when trying to move their playlists from Spotify. The project is opensource and is available on github (https://github.com/betsha1830/navispot). If you would like to check out the live version you can do so by going to https://navispot.gaga.pro.et/.
If you have any suggestions, questions, additional features or need any help feel free to DM me.
Hope y’all have a great day!
The main ISRC matching is done in the orchestrator.ts file within the same folder. Subsonic was difficult to work with when I tried to implement matching because the endpoint had a limited number of tracks it returns. So I ended using the native Navidrome search API to find the track by title and compares the ISRC. You can check out the file to have a better understanding. Feel free to reach out if you have any more questions.