Skip to main content

Terminal based YouTube player and downloader

Project description

https://img.shields.io/pypi/v/mps-youtube.svg https://img.shields.io/pypi/dm/mps-youtube.svg Wheel Status

Features

  • Search and play audio/video from YouTube

  • Search tracks of albums by album title

  • Search and import YouTube playlists

  • Create and save local playlists

  • Download audio/video

  • Convert to mp3 & other formats (requires ffmpeg or avconv)

  • View video comments

  • Works with Python 3.x

  • Works with Windows, Linux and Mac OS X

  • Requires mplayer or mpv

This project is based on mps, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The pafy library handles interfacing with YouTube.

FAQ / Troubleshooting common issues

Screenshots

Local Playlists

http://np1.github.io/mpsyt-images2/local-playlists.png

Search result items can easily be stored in local playlists.

YouTube Playlists

http://np1.github.io/mpsyt-images2/playlist-search.png

YouTube playlists can be searched and played or saved as local playlists.

Download

http://np1.github.io/mpsyt-images2/download.png

Content can be downloaded in various formats and resolutions.

Comments

http://np1.github.io/mpsyt-images2/comments.png

A basic comments browser is available to view YouTube user comments.

Music Album Matching

http://np1.github.io/mpsyt-images2/album-1.png http://np1.github.io/mpsyt-images2/album-2.png

An album title can be specified and mps-youtube will attempt to find matches for each track of the album, based on title and duration. Type help search for more info.

Customisation

http://np1.github.io/mpsyt-images2/customisation2.png

Search results can be customised to display additional fields and ordered by various criteria.

This configuration was set up using the following commands:

set order views
set columns user:14 date comments rating likes dislikes category:9 views

Type help config for help on configuration options

Installation

Linux

Using pip:

[sudo] pip3 install mps-youtube

To install the experimental development version and try the latest features:

[sudo] pip3 install -U git+https://github.com/mps-youtube/mps-youtube.git

Installing youtube-dl is highly recommended:

[sudo] pip3 install youtube-dl

For mpris2 support, install the python bindings for dbus and gobject:

[sudo] pip3 install dbus-python pygobject

Ubuntu

You can install mps-youtube directly from the official repositories:

[sudo] apt install mps-youtube

macOS X

Install mpv (recommended player) with Homebrew:

brew install mpv

Alternately, you can install mplayer with MacPorts:

sudo port install MPlayer

Or with Homebrew:

brew install mplayer

Additional Windows installation notes

As an alternative to installing with pip, there is a standalone binary available. Go to Releases and download mpsyt-VERSION.exe under downloads for the latest release.

Install the python colorama module to get colors (optional):

pip3 install colorama

Mpsyt requires a player to use as a backend, with either mpv or mplayer supported. Mpv is the recommended option.

Mpv can be downloaded from https://mpv.srsfckn.biz/

Extract both mpv.exe and mpv.com to the same folder as mpsyt.exe or to a folder in the system path.

Alternately, mplayer can be downloaded from http://oss.netfarm.it/mplayer

Extract the mplayer.exe file, saving it to the folder that mpsyt.exe resides in (usually C:\PythonXX\Scripts\) or to a folder in the system path.

Run via Docker container

Using Docker, run with:

sudo docker run --device /dev/snd -it --rm --name mpsyt rothgar/mpsyt

Additional Docker notes

If you would like to locally build the container you can run the following steps

Check out this repo:

git clone https://github.com/np1/mps-youtube.git

Enter the directory and run docker build:

cd mps-youtube
sudo docker build -t mpsyt .

Now run the container interactively with:

sudo docker run -v /dev/snd:/dev/snd -it --rm --privileged --name mpsyt mpsyt

In order to have access to the local sound device (/dev/snd) the container needs to be privileged.

Upgrading

Upgrade pip installation:

[sudo] pip3 install mps-youtube --upgrade

Usage

mps-youtube is run on the command line using the command:

mpsyt

Enter h from within the program for help.

IRC

An IRC channel #mps-youtube for the project is available on Freenode (chat.freenode.net:6697). You can join directly by clicking this link.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mps-youtube-0.2.8.tar.gz (95.5 kB view details)

Uploaded Source

Built Distribution

mps_youtube-0.2.8-py3-none-any.whl (94.4 kB view details)

Uploaded Python 3

File details

Details for the file mps-youtube-0.2.8.tar.gz.

File metadata

  • Download URL: mps-youtube-0.2.8.tar.gz
  • Upload date:
  • Size: 95.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mps-youtube-0.2.8.tar.gz
Algorithm Hash digest
SHA256 59ce3944626fbd1a041e1e1b15714bbd138ebc71ceb89e32ea9470d8152af083
MD5 7560fda429491a41b1a4a20ad9cd3a3b
BLAKE2b-256 b18e5156416119545e3f5ba16ec0fdbb2c7d0b57fad9e19ee8554856cd4a41ad

See more details on using hashes here.

File details

Details for the file mps_youtube-0.2.8-py3-none-any.whl.

File metadata

File hashes

Hashes for mps_youtube-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 e1e85092682f5f2f1d941bc17856f9c0c2d4d11b2e4715bac357e621295903b5
MD5 4de124285d7a7e8ce55a626b6015eea2
BLAKE2b-256 94652076c154611440f7b3299f5119cad5bc547638397c83077ca6314012ed6b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page