1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="youtube">
<info>
<link type="guide" xref="index#channels"/>
<link type="guide" xref="channels#list"/>
<link type="guide" xref="configuration#plugins"/>
<desc>Youtube music/video listings.</desc>
</info>
<title>Youtube</title>
<p>Googles <link href="https://youtube.com/">Youtube</link> provides a quirky
JSON API that makes browsing channels and genres feasible. This beta plugin
provides a little overview, and usually retrieves recent video uploads.</p>
<p>VLC can directly play Youtube URLs. For other players one can use
<link href="http://youtube-dl.org/">youtube-dl</link> as wrapper.
For example <cmd>totem $(youtube-dl %srv)</cmd> as configured player
command.</p>
<p>Youtube-dl is preconfigued as "recording"/download tool for this channel
|
>
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="youtube">
<info>
<link type="guide" xref="index#channels"/>
<link type="guide" xref="channels#list"/>
<link type="guide" xref="configuration#plugins"/>
<desc>Youtube music/video listings.</desc>
</info>
<title>Youtube</title>
<subtitle><link href="http://youtube.com/">//youtube.com/</link></subtitle>
<p>Googles Youtube provides a quirky JSON API that makes browsing
channels and genres feasible. This beta plugin provides a little
overview, and usually retrieves recent video uploads.</p>
<p>VLC can directly play Youtube URLs. For other players one can use
<link href="http://youtube-dl.org/">youtube-dl</link> as wrapper.
For example <cmd>totem $(youtube-dl %srv)</cmd> as configured player
command.</p>
<p>Youtube-dl is preconfigued as "recording"/download tool for this channel
|