Commit Graph
17 Commits
Author SHA1 Message Date
Duncan OverbruckandGitHub b17e76ea73 fix(subsonic): songCount and albumCount in genre objects is required (#390) 2023-10-12 19:19:30 +00:00
Duncan OverbruckandGitHub 848d85d26a feat: add CreatedAt to albums (#159)
This change will make the GetAlbumList views with the "newest" type
work as expected.
2021-10-04 19:12:49 +01:00
Duncan Overbruck ef86f5b094 scanner/tags: fix original date
Real tag is `originaldate` and matches TDOR from taglib in id3v2:
https://github.com/taglib/taglib/blob/1644c0dd/taglib/mpeg/id3v2/id3v2frame.cpp#L338

originalyear does not exist.
2021-04-19 16:18:12 +02:00
Duncan Overbruck 482c6f0e19 scanner/tags: prefer original_date over date 2021-04-18 23:58:56 +02:00
Duncan OverbruckandSenan Kelly 2a11017d54 add flag (-http-log) to disable http request logging 2021-02-27 18:26:37 +00:00
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