Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.3 KB

README.md

File metadata and controls

61 lines (45 loc) · 1.3 KB

Suckless CLI YouTube-Music Player



Table of Contents

Dependencies

To run this application, you need to install the following dependencies:

  • mpv - A versatile media player.
  • chafa (version 1.14.0 or later) - A command-line tool for converting images to ASCII/ANSI art.
  • yt-dlp - A YouTube video downloader with additional features.
  • curl - A command-line tool for transferring data with URLs.

Compile

mkdir build
cd build
cmake ..
make
./mousice bohemian_rhapsody

Usage

./mousice bohemian_rhapsody

TODO

  • Playlist support
  • Close program when the song end
  • Change invidius server if one is offline

Contributing

If you'd like to contribute, you can submit a pull request with your changes or open an issue to report any problems or feature requests.