Skip to main content

Mopidy extension for YouTube

Project description

Latest PyPI version CircleCI build status Test coverage

Mopidy extension that plays sound from YouTube.

Installation

Install from PyPI by running:

python3 -m pip install Mopidy-Youtube

Install from github by running:

python3 -m pip install https://github.com/natumbri/mopidy-youtube/archive/develop.zip

Make sure you already have the GStreamer plugins, especially the “bad” collection of plugins. For example, on Debian/Ubuntu you can install it by running:

sudo apt-get install gstreamer1.0-plugins-bad

Configuration

Before starting Mopidy, you must add configuration for Mopidy-YouTube to your Mopidy configuration file:

[youtube]
enabled = true

If you want to cache files, set allow_cache to true. The cache directory will be the one specified for cache_dir in mopidy [core] configuration:

allow_cache = true

Only tracks (and their related metadata and image) that are added to the mopidy track list will be cached. Search results are not cached. If you want to use cached images, mopidy-HTTP must be enabled and configured correctly. It is bundled with Mopidy and enabled by default.

If you want modipy-youtube to use the YouTube API, before starting Mopidy, you must add your Google API key to your Mopidy configuration file and set api_enabled = true:

youtube_api_key = <api key you got from Google>
api_enabled = true

If you want modipy-youtube to use YouTube Muisc, instead of regular YouTube, set musicapi_enabled = true:

musicapi_enabled = true

The musicapi may be used with or without the youtube api.

If you want to see the YouTube playlists of a channel in your mopidy library, you need to include the channel ID in your config file:

channel_id = <channel id>

If you want to see your own channel’s private YouTube Music playlists in your mopidy library, you need to:

- set channel_id to the id for your own channel
- enable the music api and
- set a musicapi_cookie.

You can obtain the cookie by process mentioned in the ytmusicapi readme. You only have to look out for Cookie in the network tab, not all the headers, and include it in your config file as musicapi_cookie:

musicapi_cookie = <cookie>

mopidy-youtube can automatically play ‘related’ tracks after the last track in the play queue is played. If you want mopidy-youtube to autoplay related videos, set autoplay_enabled = true:

[youtube]
autoplay_enabled = true

If autoplay is enabled, other options are:

strict_autoplay = [true/false]
max_autoplay_length = [maximum length of track in seconds or None]  : defaults to 600s
max_degrees_of_separation = [defaults to 3]

If the option strict_autoplay is set, the current tracklist is ignored and the most related video automatically played afterwards.

The max_autoplay_length option sets the maximum length of a track that will be played by the autoplayer. Any interger value is acceptable; the default is 600s. If you don’t want a maximum length, include the following in mopidy.conf:

max_autoplay_length =

Max degrees of separation controls how distantly related to the track that triggered autoplay (the ‘seed’ track) the autoplayed tracks can be. For example, with the value set to the default of 3, the first track autoplayed will be related to the seed track (one degree of separation). The second track autoplayed will be related to the first track autoplayed (two degrees of separation). The third track autoplayed will be related to the second track autoplayed (three degrees of separation, the maximum). The fourth track autoplayed will be related to the seed track (back to one degree of separation).

Other configuration options are:

[youtube]
threads_max = 16            : number of parallel threads to run
search_results = 15         : maximum number of search results to return
playlist_max_videos = 20    : maximum number of videos in a playlist to return

Usage

Simply use search for filename in your MPD client or add YouTube URL or URI to playlist prefixed by yt: or youtube:.

Example video:

[yt|youtube]:<url to youtube video>
[yt|youtube]:video:<id>
[yt|youtube]:video/<title>.<id>

Example for playlist:

[yt|youtube]:<url to youtube playlist>
[yt|youtube]:playlist:<id>
[yt|youtube]:playlist/<title>.<id>

Troubleshooting

If the extension is slow, try setting lower values for threads_max, search_results and playlist_max_videos.

If resolving of URIs stops working, always try to update the youtube-dl library first.

Project resources

Credits

Project details


Download files

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

Source Distribution

Mopidy-YouTube-3.4.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

Mopidy_YouTube-3.4-py3-none-any.whl (38.3 kB view hashes)

Uploaded Python 3

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