David Muckle
David Muckle
Sending a POST to /api/player/actions that is either wrongly formatted, or empty, will cause a segfault.
Running on Mac, output of `mpc outputs`: ``` Output 1 (My HTTP Stream) is enabled Output 2 (My OS X Device) is enabled Output 3 (my_fifo) is enabled ``` However,...
This is an attempt to address #1654. I need to test this but I'll leave a comment when I've confirmed this is working ass intended.
I have a plugin that adds the variable `#{spotify_track}` as well as other Spotify variables. My status line looks like: ``` let g:tmuxline_preset = { \'a' : ['#S', '#I'], \'b'...
The syntax of `let g:tmuxline_preset` allows for rewriting the statusline, however it does not for allow small tweaks like changing `x` on its own without touching the defaults for the...
I'm guessing this program wouldn't be able to run on Linux considering the inclusion of the `Windows.h` header file. That being said, to what extent is the header file utilized?...
Spotify recently added another kind of dynamically generated playlist like Discovery Weekly, called the "daylist." This refreshes at different times over the day, and it would appear a daylist is...
Running in both a multipass Ubuntu virt, and on a personal metal server, this error pops up when running `spc auth` ``` Error: Error saving token to keyringfailed to unlock...
Current, we use a [PPA](https://launchpad.net/~dvdmuckle/+archive/ubuntu/spc) to build and publish .deb packages for Ubuntu Jammy. While this is the latest LTS version of Ubuntu, it would be nice to automatically build...
The `spc switch` command can write to config the device to use for commands, switch to a device, and start playback for it, but it cannot just write to config...