nukeop

Results 574 comments of nukeop

The downloaded version is selected using filters in https://www.npmjs.com/package/ytdl-core, specifically audio-only streams and highest quality available. If this results in a video then it's probably an ytdl-core bug.

Transcoding added in https://github.com/nukeop/nuclear/commit/ac8bdac813613e02826bb58fde73a7353908e96e

I'll take a look what sources are available for this track and if the heuristics can be improved.

The other solution is what I thought about some time ago but this needs servers - might be doable though.

Yeah that mechanism is hit or miss. I'm pretty sure it's the most accurate program for finding music on youtube given artist/title anyway. Crowdsourcing looks like the only possible way...

Yep. There's actually an array of heuristics for matching streams to tracks, would be way worse without it. I have a plan for improving it somewhat, first I want to...

How are you measuring the loading time? The dashboard cannot influence the startup time because it only starts loading after the program has finished its startup. Similar discussions are in...

I'm suspecting a timeout when initializing one of the services in the main process. It looks like flatpak is isolating the program from dbus and it keeps trying to connect...

Tracks are scrobbled when they finish playing. Could you please open the developer console (ctrl+shift+I), go to the network tab, and check if there's a request made to `https://ws.audioscrobbler.com/2.0/?method=track.scrobble` at...

This looks fine, can you look at the network tab?