Jeff

Results 155 comments of Jeff

@stefan1983 Yes that's correct. Feishin uses its own server. I'll be attempting to add mpv player into Sonixd as well so hang tight on that.

Check https://github.com/jeffvli/sonixd/issues/297#issuecomment-1099662436 for how to run on m1 macos.

This is MPRIS related I'm pretty sure. As this is an OS-specific issue, you'll likely have to [remove the mpris implementation](https://github.com/jeffvli/sonixd/blob/f5900c23e853f9a235b1384053c6d7e006a54ac2/src/main.dev.js#L108-L276) and [repackage](https://github.com/jeffvli/sonixd/blob/f5900c23e853f9a235b1384053c6d7e006a54ac2/src/main.dev.js#L108-L276) the app. This would remove the ability...

Have you ever scrobbled played tracks to your Navidrome server? If not, then enable scrobbling from the Sonixd settings page, play a few songs, and then check again.

@IngwiePhoenix I'll likely do maintenance patches for Sonixd moving forwards, but I've just been extremely strapped for time with the rewrite, work, and other projects. Feishin has actually changed it's...

@Mavyre Perfect, the rewrite is currently using mpv as well. Looks to just be a configuration toggle to enable it. https://github.com/jeffvli/feishin

@angsanley Unfortunately it's a limitation of the player that Sonixd uses: [react-audio-player](https://www.npmjs.com/package/react-audio-player). The [rewrite](https://github.com/jeffvli/feishin) solves it by using mpv or alternatively [react-player](https://www.npmjs.com/package/react-player) which I may port back to Sonixd eventually.

Unfortunately this is intentional due to security. Viewing images from a Subsonic-API server requires authentication parameters in the url which can easily be decoded back to your plain text username/password....

I'll look last.fm (as well as any alternatives), no ETA on implementation though. If added, it'll likely be in the rewrite as opposed to the current version.

What's the actual error that you're getting when trying to install? I bumped the electron version in the newest version but I didn't see any breaking changes regarding macOS version...