Skip to content
forked from qxb3/fum

A fully ricable tui-based mpris music client.

License

Notifications You must be signed in to change notification settings

ArnoDarkrose/fum

 
 

Repository files navigation

fum: A fully ricable tui-based mpris youtube music client.

fum is a tui-based mpris music client designed to provide a simple and efficient way to display and control your youtube music within a tui interface.

This is a fork of the original fum. This repo contains additions oriented on working specifically with youtube music. For example, in contrast to the original fum, this version has the ability to like and dislike currently playing video

Demo

Installation

Releases

Navigate to the releases page and download the latest binary

Cargo (From Source)

git clone https://github.com/ArnoDarkrose/fum.git
cd fum
cargo build --release

# Either copy/move `target/release/yum` to /usr/bin
# Or add the release path to your system's path

# Moving fum binary to /usr/bin
mv target/release/fum /usr/bin

Getting started

Before using fum, you will need to authorize to your google account, which can be done by passing --authorize key to the app. After that, you can use it normally, just like original fum.

Configuring

See Wiki

Need help?

Text me on Telegram @ArnoDarkrose

Showcase on a rice

LICENSE

MIT

Privacy Policy

Check out privacy policy

About

A fully ricable tui-based mpris music client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 93.0%
  • Nix 5.7%
  • HTML 1.3%