This repository contains a simple system tray application for controlling Volumio music playback. Volumio is a popular open-source music player for Raspberry Pi and other single-board computers. The tray app allows users to easily skip to the next song, play/pause the current song, and play the previous song directly from the system tray.
- Skip to Next Song: Easily move to the next track in your playlist.
- Play/Pause: Toggle play and pause for the currently playing song.
- Play Previous Song: Move to the previous track in your playlist.
- Settings: Configure the Volumio server URL and save it for future use.
- Python 3.x
- Dependencies (listed in
requirements.txt
) - Compatible with Volumio instances accessible over the network
-
Clone this repository:
git clone https://github.com/yourusername/volumio-skip-tray.git
-
Install dependencies:
pip install -r requirements.txt
-
Run the tray app:
python volumio_tray.py
-
Access the system tray icon to control your Volumio music playback.
To configure the Volumio server URL, access the "Settings" option from the system tray icon. Enter the URL, and the app will save it for future use.
This project is placed in the public domain through the Unlicense.