getRandomSongs.view (partially) implemented

Deluan 2016-03-29 00:01:27 -04:00
parent dcf0545b3b
commit e74d6fa1a1

@ -41,6 +41,7 @@ not supported by iTunes. Also keep in mind these differences between iTunes+GoSo
| `getStarred` | Doesn't return any artists, as iTunes does not support starred (loved) artists | | `getStarred` | Doesn't return any artists, as iTunes does not support starred (loved) artists |
| `getStarred2` | Doesn't return any artists, as iTunes does not support starred (loved) artists | | `getStarred2` | Doesn't return any artists, as iTunes does not support starred (loved) artists |
| `getNowPlaying` | | | `getNowPlaying` | |
| `getRandomSongs` | Ignores `genre` and `year` parameters |
| || | ||
| _SEARCHING_ || | _SEARCHING_ ||
| `search2` | Doesn't support Lucene queries, only simple auto complete queries | | `search2` | Doesn't support Lucene queries, only simple auto complete queries |