Nick Steel

Results 1001 comments of Nick Steel

And generally reloading extension config without a restart :)

> import yt-dlp Should be `import yt_dlp`. You can't have a hyphen in a module name (invalid syntax, as it says) so hyphens in package names must be swapped for...

Are you able to remove that output config setting and just test things play locally? You can even try using `output = fakesink` to ensure you can get an error-less...

Oh, and also check the mopidy user has permission to create a fifo in /run/snapserver/snapfifo

Can gstreamer play your files OK? ``` gst-launch-1.0 playbin uri=file:///var/cache/mopidy/youtube/foo.webm` gst-launch-1.0 uridecodebin uri=file:///var/cache/mopidy/youtube/foo.webm ! audioconvert ! audioresample ! autoaudiosink ```

I think we can just shuffle things about a bit and more or less keep things as they are. That's what I'll attempt to do, at least. And yes, I...

I'm a bit surprised this just works, I thought one of the lesser maintained rustls related packages didn't allow you to select provider so it ended up being stuck on...

I know seeking is expensive but calculating duration isn't supposed to be. I've only a little experience with opus so forgive me, but isn't this addressed in their faq @MaxKellermann...

It's been a long time since I tried to use mopidy-soundcloud I confess. I'm sorry to say I think it might be broken following [Soundclouds's OAuth changes](https://developers.soundcloud.com/blog/oauth-migration). There was some...

I believe track credits can be obtained from `GET https://spclient.wg.spotify.com/track-credits-view/v0/experimental//credits` with valid Bearer authorization and client-token headers, You'll get a JSON response.