8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<link type="guide" xref="configuration#plugins"/>
<desc>Creative Commons music and artist hub.</desc>
</info>
<title>Jamendo</title>
<subtitle><link href="http://jamendo.com/">//jamendo.com/</link></subtitle>
<p>Jamendo is a Creative Comments licensing oriented music distributor. It
hosts audio files for individual musicians and artists. It allows to list
albums, playlists, and individual tracks by genre.</p>
<list>
<item><p>The new Jamendo v3.0 is now utilized, which is JSON based and easy to extract.</p></item>
<item><p>Its radio list is static. It loops over randomized songs from each genre.</p></item>
<item><p>There's a custom JSON playlist extractor (JAMJSON), to avoid preloading stream URLs for feeds/albums. While tracks/genre lists contain direct streaming addresses already.</p></item>
|
|
|
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<link type="guide" xref="configuration#plugins"/>
<desc>Creative Commons music and artist hub.</desc>
</info>
<title>Jamendo</title>
<subtitle><link href="http://jamendo.com/">//jamendo.com/</link></subtitle>
<p>Jamendo is a Creative Commons licensing oriented music distributor. It
hosts audio files for individual musicians and artists. It allows to list
albums, playlists, and individual tracks by genre.</p>
<list>
<item><p>The new Jamendo v3.0 is now utilized, which is JSON based and easy to extract.</p></item>
<item><p>Its radio list is static. It loops over randomized songs from each genre.</p></item>
<item><p>There's a custom JSON playlist extractor (JAMJSON), to avoid preloading stream URLs for feeds/albums. While tracks/genre lists contain direct streaming addresses already.</p></item>
|