Commit Graph
12 Commits
Author SHA1 Message Date
Duncan OverbruckandSenan Kelly 2e0efa7c7d use path.Join to construct image cache path 2020-07-24 20:56:07 +01:00
Duncan OverbruckandSenan Kelly ae98a18b52 add album cover scaling and caching 2020-07-24 20:56:07 +01:00
Duncan OverbruckandSenan Kelly 71534ced07 Empty getArtistInfo2 response if lastfm_api_key is not set
DSub will error out in Artists views if browse by tags is enabled
and getArtistInfo2 returns an error.
2020-07-24 15:07:00 +01:00
Duncan OverbruckandSenan Kelly 365bfa9c59 update tests 2020-07-24 14:26:50 +01:00
Duncan OverbruckandSenan Kelly df679a6ae3 Add duration and track_count to getArtist, getAlbum and getAlbumList2 2020-07-24 14:26:50 +01:00
Duncan Overbruck 4d3c78a677 ctrlsubsonic: add genre parameter support to getRandomSongs 2020-03-03 13:40:24 +01:00
Duncan Overbruck 16d9d00408 ctrlsubsonic: add getSongsByGenre view 2020-03-03 13:40:23 +01:00
Duncan Overbruck a0d8e7c6df ctrlsubsonic: add byGenre to ServeGetAlbumListTwo 2020-03-03 13:40:23 +01:00
Duncan Overbruck 14d68f748c ctrlsubsonic: implement getGenres 2020-03-03 13:40:23 +01:00
Duncan Overbruck ae31d4a893 scanner: add genre support 2020-03-03 13:40:23 +01:00
Duncan Overbruck f03b615583 db: add genres table and genre id column to album and tracks 2020-03-03 13:40:23 +01:00
Duncan OverbruckandSenan Kelly 2f563c3406 spec: add IgnoredArticles attribute to Index responses
This attribute is required as per spec and keeping it empty,
complies the spec as long as articles are not ignored while indexing.
In the future, this could maybe be a user setting that could be
supported.

With this change, the aurial client works now.

* https://shrimpza.github.io/aurial/
* https://github.com/shrimpza/aurial
2020-03-03 12:22:34 +00:00