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
- Host: GitHub
- URL: https://github.com/nerixyz/skip-my-song
- Owner: Nerixyz
- License: mit
- Created: 2023-11-24T18:50:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T21:22:40.000Z (over 2 years ago)
- Last Synced: 2023-11-25T20:22:08.296Z (over 2 years ago)
- Topics: boost-asio, gui, twitch, wxwidgets
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

| 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
```