Results 22 comments of willow

_I'd be happy to try and make a pull request on this, but no one has said if that's just how it's supposed to work or not, so I'll wait...

[Symphonia](https://github.com/pdeljanov/Symphonia) has an [ALAC decoder](https://github.com/pdeljanov/Symphonia/tree/master/symphonia-codec-alac#symphonia-alac-codec), is there any chance of ALAC support being added to Rodio using this?

I am SOO late but i believe the purpose of `args[0] == "sudo"` is that since `sudo` was the last command being checked if it's not found then that means...

Hey, could you please give the ending part of the error?

Unfortunately I cannot figure out ur problem, which version of Python are u using and where did you download Python from?

> I'm using VisualStudio as a compiler, and I have both the Windows and Linux versions of Python installed I'm not familiar with VisualStudio... why don't you use the command...

Are you using Windows or macOS?

I figured out the issue, the state has to be

> ``` > @@ -67,10 +67,10 @@ def get_rp(info, statuses): > > formatting_args = { > "status": "Playing" if info[0] == "PLAYING" else "Paused", > "state": info[0][:125] + "..." if...

> Was scrolling through GitHub and found this issue, > > When integrating win32com to iTunes, it will always attempt to find that process, even if it is closed. This...