Commit Graph
35 Commits
Author SHA1 Message Date
emeric 932e7715f5 Added podcast support, only from subsonic API for now, ref #726 2025-09-13 15:04:13 +02:00
emeric 45175a721c Various minor cleanup 2024-12-05 20:09:14 +01:00
emeric e1bc607348 Subsonic API: made xml responses more compliant with legacy subsonic impl, fixes #559 2024-11-29 21:46:22 +01:00
emeric 13a0aab09c Isolated ResponseFormat in a new file 2024-11-29 21:37:38 +01:00
emeric 2d28ea61eb Subsonic API: added getLyrics/getLyricsBySongId support, ref #379 2024-10-26 19:04:11 +02:00
emeric 9a91a2e080 Fixed bad json musicBrainzId field in getArtistInfo2, fixes #497 2024-07-28 14:42:16 +02:00
emeric 2a02c6ede6 Fixed xml attributes sometimes not written 2024-07-28 13:43:07 +02:00
emeric 39941d90a3 Auto reformatted the base, ref #470 2024-05-24 23:31:52 +02:00
emeric 78384d5d3f Added custom allocator for subsonic responses 2024-03-19 09:08:43 +01:00
emeric 4b7c4295ec Refactored namespaces 2024-03-12 08:32:08 +01:00
emeric 487960b413 Switched to LiteralString for keys in subsonic responses 2024-03-10 15:28:16 +01:00
emeric e339a42883 Do not report OpenSubsonic extra fields for selected legacy clients. This made DSub behave badly. fixes #356 2023-11-02 23:13:41 +01:00
emeric 383fbb8098 Fixed json output, fixes #348 2023-10-30 09:37:01 +01:00
emeric 7d9b5a7084 More constness 2023-10-22 00:19:03 +02:00
emeric 61e0931a82 Fixed output bug for values, added some optims 2023-10-21 14:45:39 +02:00
emeric d86260ba2d Replaced Json parser with a custom one (optims+compact output) 2023-10-20 15:22:00 +02:00
emeric 76290768bb OpenSubsonic API: return OS fields on error 2023-10-12 22:38:06 +02:00
emeric 042cd54171 Subsonic API: handle extensions 2023-10-09 18:30:53 +02:00
emeric 78435282b1 Subsonic API: CodeFactor review 2023-10-09 13:41:51 +02:00
emeric 5d49baccbf Subsonic API: handle xml for new fields 2023-10-06 18:04:16 +02:00
emeric de10da87d7 Subsonic API: added replayGain field in Song 2023-10-06 16:46:15 +02:00
emeric 621e1f98db Subsonic API: added common answer fields 2023-10-06 08:41:53 +02:00
emeric a47f463ca9 Subsonic API: added genres/moods tags for songs 2023-10-04 21:38:48 +02:00
emeric 5b11009ead Subsonic API: added artists and albumartists tags for songs 2023-10-04 20:34:28 +02:00
emeric 4f25331e1d Subsonic API: added 'contributor' in song entries 2023-10-04 18:51:38 +02:00
emeric 8f29410670 Subsonic API: added 'roles' in artist entries 2023-10-04 08:34:51 +02:00
emeric 7c7fbba319 Changed coding style 2023-10-02 20:32:28 +02:00
emeric 3363479b64 Subsonic API: report code as int and not string 2023-04-14 21:49:38 +02:00
emeric 495005357c Small cleanup 2022-12-11 11:33:44 +01:00
emeric 556d8ccb09 Add custom field 'type' in subsonic response to ease client hacks or custom behaviors. fixes #243 2022-08-18 15:23:39 +02:00
emeric 828e2364a7 Subsonic API: better compability with clients 2021-09-24 12:37:54 +02:00
emeric d3dcee35a3 Subsonic API: various fixes to make Sublime Music happy 2020-07-14 11:38:06 +02:00
emeric 718d2ee6d7 Made Audinaut work. fixes #76 2020-07-03 21:03:16 +02:00
emeric 03446188ba Subsonic API: do not report numeric values as strings 2020-06-21 14:25:23 +02:00
emeric 15e53caa2d Split the lib in smaller libs to ease unit tests 2020-02-13 18:04:35 +01:00