aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/api-getArtists.jsp
blob: fdc4f5f74ae623e5c9bacf57db9a123db9bbbb7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h2 class="div"><a name="getArtists"></a>getArtists</h2>

<p>
    <code>http://your-server/rest/getArtists.view</code>
    <br>Since <a href="#versions">1.8.0</a>
</p>

<p>
    Similar to <code>getIndexes</code>, but organizes music according to ID3 tags.
</p>

<p>
    Returns a <code>&lt;subsonic-response&gt;</code> element with a nested <code>&lt;artists&gt;</code>
    element on success. <a href="http://subsonic.svn.sourceforge.net/viewvc/subsonic/trunk/subsonic-main/src/main/webapp/xsd/artists_example_1.xml?view=markup">Example</a>.
</p>