Skip to content

N3RDIUM/foom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foom

A curses-based mpd client.

Capabilities

  • Search for music on YouTube
  • Download music from YouTube
  • Parallely download multiple songs
  • Create and manage playlists
  • Play music
  • Visualize music
  • FULL Mpris integration

Roadmap

  • 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?

Requirements

Make sure mpd is properly installed, set up and running.

Usage

Install the Nix Package Manager:

$ sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon

Clone this repo and cd into it:

git clone https://n3rdium/foom.git
cd foom

Enter nix shell (this will "install" all deps for you):

nix-shell

Now, to start foom, run:

python src/main.py

Screenshots

Coming soon!

Contributing

Coming soon!

About

Cursed MPD client

Resources

License

Stars

Watchers

Forks

Releases

No releases published