A curses-based mpd client.
- Search for music on YouTube
- Download music from YouTube
- Parallely download multiple songs
- Create and manage playlists
- Play music
- Visualize music
- FULL Mpris integration
- Search and download util
- Player
- Mpris integration
- Visualizer (w/ cover art display in visualizer and player screens)
- Plugin support
- Isolate the UI, mpris integration into separate pkgs/repos?
Make sure mpd is properly installed, set up and running.
Install the Nix Package Manager:
$ sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemonClone this repo and cd into it:
git clone https://n3rdium/foom.git
cd foomEnter nix shell (this will "install" all deps for you):
nix-shellNow, to start foom, run:
python src/main.pyComing soon!
Coming soon!