https://github.com/chj85/radiotray-py
A cross-platform radio app that sits in your tray, built in Python.
https://github.com/chj85/radiotray-py
Last synced: about 2 months ago
JSON representation
A cross-platform radio app that sits in your tray, built in Python.
- Host: GitHub
- URL: https://github.com/chj85/radiotray-py
- Owner: CHJ85
- License: mit
- Created: 2024-08-25T09:20:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T09:05:43.000Z (9 months ago)
- Last Synced: 2025-02-15T23:43:13.312Z (4 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Radiotray-py
Lets you listen to your favorite radio stations, easily accessible from the tray.
Heavily inspired by the Linux app [Radiotray-NG](https://github.com/ebruck/radiotray-ng), this Python based app works on Mac, Windows and Linux.
I decided to write my own variant of the traditional Radiotray app when I started using Mac, where there were no app quite like it.# Features and functionality
Radiotray-py features a robust bookmark editor where you can add/remove and edit your radio stations, and stores the stations in bookmarks.json.
On Mac, Radiotray-py takes adventage of the built-in AFPlay as its backend audioi player. And on Linux, BSD and others, MPV is being used to play your radio stations.# Installation
Clone the repository: git clone https://github.com/CHJ85/Radiotray-py.git
Install dependencies: python install_dependencies.py
Navigate to Radiotray-py: cd Radiotray-py
python ./radiotray.py# Roadmap
Streamlining Mac support, as Rumps can be a hassle to set up.
Adding Windows support