59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
</div></div>
</div></div>
<div id="options" class="sect"><div class="inner">
<div class="hgroup"><h2 class="title"><span class="title">Configuration</span></h2></div>
<div class="region"><div class="contents">
<p class="p">There's a few options for the reddit plugin:</p>
<div class="terms"><div class="inner"><div class="region"><dl class="terms">
<dt class="terms"><span class="code"> Number of pages to fetch </span></dt>
<dd class="terms"><p class="p">Influences how many JSON requests are made to assemble a list of
subreddit posts with playable content.</p></dd>
<dt class="terms"><span class="code"> Filter walled gardens </span></dt>
<dd class="terms">
<p class="p">Many music posts on reddit meanwhile point to one of Soundcloud,
Spotify, Bandcamp, Mixcloud. Those are basically just links you had
open in your browser. --
Now those are labeled "walled gardens" here, because they're hording
user content behind a paywall/registration-wall, fiddly NIH APIs,
non-standard audio formats, web-only players and sessioning.</p>
|
|
|
>
>
|
|
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
</div></div>
</div></div>
<div id="options" class="sect"><div class="inner">
<div class="hgroup"><h2 class="title"><span class="title">Configuration</span></h2></div>
<div class="region"><div class="contents">
<p class="p">There's a few options for the reddit plugin:</p>
<div class="terms"><div class="inner"><div class="region"><dl class="terms">
<dt class="terms"><span class="code">🔟 Number of pages to fetch </span></dt>
<dd class="terms"><p class="p">Influences how many JSON requests are made to assemble a list of
subreddit posts with playable content. (For this plugin that's
configurable, because counting streams wouldn't work as reddit
result lists vary wildly in their usable links.)</p></dd>
<dt class="terms"><span class="code">☑ Filter walled gardens </span></dt>
<dd class="terms">
<p class="p">Many music posts on reddit meanwhile point to one of Soundcloud,
Spotify, Bandcamp, Mixcloud. Those are basically just links you had
open in your browser. --
Now those are labeled "walled gardens" here, because they're hording
user content behind a paywall/registration-wall, fiddly NIH APIs,
non-standard audio formats, web-only players and sessioning.</p>
|
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
<td style="border-top-style: solid;"><p class="p"><span class="app">audio/mixcloud</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p"><span class="cmd"><span class="link"><a href="https://rg3.github.io/youtube-dl/supportedsites.html" title="https://rg3.github.io/youtube-dl/supportedsites.html">vlc $(youtube-dl -g %srv)</a></span></span></p></td>
</tr>
</table></div></div></div>
<p class="p">Obviously you want to pipe <span class="cmd">youtube-dl</span> to an actual audio player
again. VLC also supports a few services directly or via plugins.</p>
</dd>
<dt class="terms"><span class="code"> Keep all web links </span></dt>
<dd class="terms"><p class="p">Besides audio/video links, some subreddits link to album art or
are just news feeds. Enable the "keep all" option to retain them.
Such entries will open in your web browser instead of an audio player,
of course.</p></dd>
</dl></div></div></div>
<div class="note" title="Note"><div class="inner"><div class="region"><div class="contents"><p class="p">To utilize Soundcloud links, there's an <span class="link"><a href="contrib_features.html" title="→ Feature plugins">extra url_soundcloud plugin</a></span>.
It overrides the <span class="file">audio/soundcloud</span> player config, and
|
|
|
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
<td style="border-top-style: solid;"><p class="p"><span class="app">audio/mixcloud</span></p></td>
<td style="border-top-style: solid;border-left-style: solid;"><p class="p"><span class="cmd"><span class="link"><a href="https://rg3.github.io/youtube-dl/supportedsites.html" title="https://rg3.github.io/youtube-dl/supportedsites.html">vlc $(youtube-dl -g %srv)</a></span></span></p></td>
</tr>
</table></div></div></div>
<p class="p">Obviously you want to pipe <span class="cmd">youtube-dl</span> to an actual audio player
again. VLC also supports a few services directly or via plugins.</p>
</dd>
<dt class="terms"><span class="code">☑ Keep all web links </span></dt>
<dd class="terms"><p class="p">Besides audio/video links, some subreddits link to album art or
are just news feeds. Enable the "keep all" option to retain them.
Such entries will open in your web browser instead of an audio player,
of course.</p></dd>
</dl></div></div></div>
<div class="note" title="Note"><div class="inner"><div class="region"><div class="contents"><p class="p">To utilize Soundcloud links, there's an <span class="link"><a href="contrib_features.html" title="→ Feature plugins">extra url_soundcloud plugin</a></span>.
It overrides the <span class="file">audio/soundcloud</span> player config, and
|