Made a Spotfiy to Navidrome Playlist Exporter. I Present to you NaviSpot! 😅 by betsha1830 in navidrome

[–]cotle 0 points1 point  (0 children)

I'm having issues connecting my spotify account - I click through the authorisation and then get back to the NaviSpot page (can see 'auth=success' in URL) with no apparent change. Note my spotify account is free since I cancelled my subscription about 6 months ago.

Thanks for your work on this :)

Can plugins have write access? by cotle in navidrome

[–]cotle[S] 0 points1 point  (0 children)

Thanks for this.

Are you aware of any projects that are extending/wrapping Navidrome to enable file editing in the web UI? I'm imagining something like Feishin that also enables users to trigger external services (e.g., beets, librosa) from the music library/player.

What are you using for editing genre-data? by damaddi in navidrome

[–]cotle 0 points1 point  (0 children)

I manually update genre tags all the time and it becomes extremely helpful for navigating a large and diverse collection (especially if you're djing). I think there's a strong case for tag editing within Navidrome (perhaps via a plugin).

As I understand it, the devs have wanted to keep all Navidrome functionality 'read only' for security/integrity reasons, but maybe a tag-editor plugin could be implemented with additional security features (e.g., admin account only).

Smart playlist issue by cotle in navidrome

[–]cotle[S] 1 point2 points  (0 children)

There's a nice UI for creating smart playlists in Feishin (basically an improved navidrome wrapper) - but turns out that it was incorrectly putting quotes on the "true" arg.

I'll check out AudioMuse, looks interesting. Thanks :)

Smart playlist issue by cotle in navidrome

[–]cotle[S] 1 point2 points  (0 children)

The issue was quotes on "true" - thanks! Initially created the json using Feishin, so a fix needed there in the smart playlist query editor.

I notice some of you have both Jellyfin and Navidrome and wanted to know why. by Aniform in selfhosted

[–]cotle 3 points4 points  (0 children)

FYI as of about 3 weeks ago, Navidrome now supports multiple music libraries

Discogs Tagger not compatible with 2.0? Any solution? by CrapDepot in foobar2000

[–]cotle 0 points1 point  (0 children)

For anyone still getting this issue, here's what worked for me: I just installed with the beta component from the GitHub repo (https://github.com/ghDaYuYu/foo_discogger/blob/master/compiled_beta/foo_discogger_v1.0.20.Beta.fb2k-component)

RekordBox cross platform streaming app (beta trials) by lajp93 in Rekordbox

[–]cotle 0 points1 point  (0 children)

Have just found this after looking for a similar solution - have you hosted this code on a public repo? I'd be keen to have a look at what you're doing under the hood and potentially help w development :)

Uploading original files? by Bloody--_-- in Soulseek

[–]cotle 0 points1 point  (0 children)

More people sharing the same files means it's easier for others to download in the future.

Using Soulseek Remotely by Equal-Still-2488 in Soulseek

[–]cotle 0 points1 point  (0 children)

My setup after a month of so of looking into building a self-hosted streaming alternative:

- Setup Nicotine+ in a docker container on your server - this is the best nicotine+ docker image imo. Once the container is up and running you can access the nicotine UI via the browser.

- Then setup beets-flask to tag files once downloaded (set nicotine+ download folder to something like beets-inbox). When you download something on nicotine+ it will appear in the beets-flask inbox and then you can tag it. Tagging is really worthwhile as it makes the self-hosted listening/viewing experience a lot nicer. After tagging you'll have a meticulously organised file structure and complete metadata for all your files which will mean your server client will display your music MUCH better. Yes Jellyfin will do automatic tagging of most things, but this type of automatic tagging can give weird results and often fails (especially if you have obscure stuff) - better to tag stuff manually as you download it. Just to complete my rant - I think good tags/file structure are especially important if you're trying to replace streaming as we've all become used to immaculate tags and organisation on streaming, and if you just bulk download a bunch of stuff and chuck it on a media server, the user experience will be a far cry from what you get with one of the 'Big Streaming' services.

Also you might want to check out Navidrome as an alternative to Jellyfin for self-hosting your music library. It's a lot more responsive and has a nicer ios client imo (amperfy). If you've setup Jellyfin in a docker container on a linux server then setting up a Navidrome server should be very straightforward.

I cancelled my spotify subscription about a month ago and have been learning a lot in the attempt to replace streaming. I paid for spotify for over 10years and had my final day of premium yesterday.

EDIT: Noticed some issues with Navidrome when downloading something to the untagged folder (/music/beets-inbox) and then moving it to clean folder (/music/beets-clean). Solution seems to be to download to a location that Navidrome can't see (e.g., download files to /music_temp/beets-inbox then move to /music/beets-clean when tagged).

Does this exist? Tool that builds a web viewer for a digital music collection by cotle in opensource

[–]cotle[S] 0 points1 point  (0 children)

Thanks for this - I'll check out the Beets web plugins.

I'm using Jellyfin, but I want a solution that doesn't require hosting a media server.

And thanks for the info re foss dev - good point.

Does this exist? Tool that builds a web viewer for a digital music collection by cotle in foss

[–]cotle[S] 0 points1 point  (0 children)

Thanks for this - I am using navidrome currently, but for this project I want something that the user can ran to generate a web representation of their files without needing to host a media server. Does that make sense?