An open API service indexing awesome lists of open source software.

https://github.com/nerixyz/skip-my-song

Let Twitch chat skip your song
https://github.com/nerixyz/skip-my-song

boost-asio gui twitch wxwidgets

Last synced: about 1 year ago
JSON representation

Let Twitch chat skip your song

Awesome Lists containing this project

README

          

# SkipMySong

SkipMySong is a small GUI app to skip the currently playing song with Twitch chat.
Its built using `boost::asio` and `wxWidgets`.
You can find the latest release [on GitHub](https://github.com/Nerixyz/skip-my-song/releases).

![](https://github.com/Nerixyz/skip-my-song/assets/19953266/b5f87563-8ede-438a-b01d-1eab8f9253c7)

| App | Supported |
| ------------------------ | ------------------------------------------------------------------------------------ |
| Spotify | ✅ |
| SoundCloud | ✅ |
| YouTube (Chrome/Edge/..) | ✅ |
| YouTube (Firefox) | ❌ bug |

App or website not listed? SkipMySong works with all apps/websites that support the "skip" media key.

## Building

You need [vcpkg](https://vcpkg.io) installed and in your `PATH` - `VCPKG_ROOT` is the path to your vcpkg installation. If you want to use another package manager, feel free to open a PR/issue.

```powershell
cmake -B build -G Ninja -DVCPKG_TARGET_TRIPLE=x64-windows-static -DCMAKE_TOOLCHAIN_FILE=VCPKG_ROOT\buildsystems\vcpkg.cmake
ninja -C build all
```