Skip to content

polyphasicdevs/YouTubeMusicCommand-LineApplet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

YTMusic Player with MPV

A simple Python script that allows you to search for songs or artists on YouTube Music and play them using the mpv media player.

Features

  • Search for songs or artists directly from the terminal.
  • Play the selected songs with mpv.
  • Enhanced terminal output with colored song titles.
  • Uses the YTMusicAPI for fetching song details.

Prerequisites

  • Python 3
  • mpv media player
  • YTMusicAPI

Installation

  1. Clone the repository: git clone https://github.com/polyphasicdevs/YouTubeMusicCommand-LineApplet.git

cd ytmusic-mpv-player

  1. Install the required Python packages:

pip install ytmusicapi

  1. Make sure you have mpv installed. If not, you can install it using your package manager. For example, on Ubuntu:

sudo apt-get install mpv

Usage

  1. Run the script:

./ytmusiccmus.py 2. Enter the name of the song or artist you want to listen to. 3. Enjoy the music!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages