8000 GitHub - Andriamanitra/traydio: Play internet radios from system tray on Linux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Andriamanitra/traydio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traydio

Play internet radios from the system tray on Linux.

Configuration:

The program looks for $XDG_CONFIG_HOME/traydio/stations.kdl (~/.config/traydio/stations.kdl by default). This KDL file should be a list of stations that have attribute "url" (any URL or even file path that mpv knows how to open is fine), mayhaps something like this:

"HouseTime.fm" url="https://listen.housetime.fm/aac-hd.pls"
"TranceBase.fm" url="https://listen.trancebase.fm/aac-hd.pls"

Installation:

First you need to make sure you have the requirements:

  • mpv – to play music
  • mpv-mpris plugin – to make mpv listen to playerctl
  • playerctl – to control mpv
  • Probably bunch of other less obvious library dependencies like maybe build-essentials and gtk-devel and cairo or something, I wish you the best of luck in figuring them all out

If you by some miracle made it this far you can try these commands and pray this house of cards doesn't fall down:

$ git clone https://github.com/andriamanitra/traydio
$ cd traydio
$ cargo install --path .
$ traydio

About

Play internet radios from system tray on Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0