MPDTube

From NURDspace
Revision as of 00:12, 7 September 2019 by Melan (talk | contribs)
mpdtube
Mpdtube.jpg
Participants
Skills Python, Linux
Status Active
Niche Music
Purpose Infra
Tool No
Location
Cost
Tool category General

mpdtube Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}

What

A small program that runs on the SlabPI that takes input from MQTT and feeds it to youtube-dl which in turn puts the extracted audio into MPD.

Where

It runs in /home/pi/mpdtube and as a systemd service called mpdtube.

Usage

MQTT Server: arbiter.vm.nurd.space

Send a MQTT message to the topic mpd/youtube-dl/play, the video will be automatically downloaded and have the audio extracted and then put in MPD's current playlist. If random mode is enabled, the song will get the highest priority so that it gets played next, songs get added with the highest priority (256), once a song has already been queued with priority 256, the next song will be at priority 255 and so on. If MPD is in normal mode, it will put the song as the next in the list. And if MPD is not playing, it will start playing the song right away.

If you want to monitor the output, you can as MPDTube publishes the information to mpd/youtube-dl/status/# (/info, /warning and /error).

Input

You can give anything that youtube-dl supports, which includes soundcloud. You can see a full list over here. You can also search for youtube videos buy using ytsearch:kinderen voor kinderen, it will pick the top most result.

Source

You can get the source code here