Skip to content

Play and download YouTube videos. Extract audio from video. With minimalist beautiful gui.

Notifications You must be signed in to change notification settings

sumonst21/YoutubePlayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoutubePlayer

Search and play videos from YouTube directly with the ability to stream audio only. Download video or audio from youtube directly. Song metadata including album art is automatically fixed when you stream or download a song.

YouTube Player YouTube Player

YouTube Player

Features

  • Minimial UI.
  • Search, play and download audio or video.
  • Auto correction of metadata (from last.fm) whenever possible.
  • Control through mpris.
  • Music controls integrated into title bar.

Dependencies

Installation

Install the dependencies.

$ sudo apt install python3 python-pip    # For ubuntu
$ sudo pacman -S python3 python-pip      # For Arch derivatives
$ sudo -H pip install --upgrade pygobject python-vlc pafy youtube-dl pydbus mutagen

After installing the dependencies, clone the repository.

$ git clone https://github.com/vn-ki/YoutubePlayer.git
$ cd YoutubePlayer
$ chmod +x YouTubePlayer

# Demo Run
$ ./YouTubePlayer run

# Install
$ ./YouTubePlayer install

# Uninstall
$ ./YouTubePlayer uninstall

# Update
$ ./YouTubePlayer update

Usage

  • Enter the YouTube link in the url tab and press play. The video should start playing.
  • If you want to search for the video, type /<search_query> in the url input and press play. The top search result should start playing.
  • If you want to search for a playlist instead of a video, type //<search_query> in the url input and press play.
  • The download feature (for now) downloads the best available quality. The downloaded file will be available in ~/Downloads/YouTubePlayer/ directory.
  • Press the stop button to stop the running instance of vlc. Ideally this should be done before playing a new video, but is not necessary.
  • The help page includes the above information.

Upcoming features

  • Improved search.
  • More download options.
  • Better support for windows (Chances are thin).

About

Play and download YouTube videos. Extract audio from video. With minimalist beautiful gui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Shell 3.1%