Commit Graph
278 Commits
Author SHA1 Message Date
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 85e2ede2f2 Subsonic API: skip discTitles entries when no subtitle is present 2023-10-06 15:46:54 +02:00
emeric 4329efb536 Subsonic API: added discTitles field in Albums 2023-10-06 09:39:40 +02:00
emeric 621e1f98db Subsonic API: added common answer fields 2023-10-06 08:41:53 +02:00
emeric 06b0880a7d Subsonic API: added releaseTypes for albums 2023-10-04 23:51:14 +02:00
emeric ba25db6573 Subsonic API: added isCompilation for albums 2023-10-04 23:41:49 +02:00
emeric 2ca5d9dd26 Subsonic API: added originalReleaseDate for albums 2023-10-04 23:38:47 +02:00
emeric c2406bb65b Subsonic API: added album artists for albums 2023-10-04 23:32:01 +02:00
emeric a359e4acf5 Subsonic API: added genres/moods tags for albums 2023-10-04 23:26:58 +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 ac9607be14 Subsonic API: don't report artist and album artists as contributors 2023-10-04 19:02:57 +02:00
emeric 2d70cfdf7c Subsonic API: track MBID was actually recording MBID 2023-10-04 18:53:49 +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 b1c6cf8d7d Subsonic API: added sortName extra field for artists 2023-10-02 22:41:07 +02:00
emeric d7bd3ca195 Subsonic API: added musicBrainzId extra field 2023-10-02 22:37:54 +02:00
emeric 2732c85503 Subsonic API: reported correct starred date/time 2023-10-02 22:21:22 +02:00
emeric 7c7fbba319 Changed coding style 2023-10-02 20:32:28 +02:00
emeric 4fbacd691d Extracted browsing entry points 2023-10-02 00:04:58 +02:00
emeric 247975d304 Extracted playlists entry points 2023-10-01 23:37:48 +02:00
emeric 70d0c26f2d Extracted media annotation entry points 2023-10-01 23:22:47 +02:00
emeric c3184636ab Extracted lists entry points 2023-10-01 21:13:36 +02:00
emeric 955320e3a8 Extracted searching 2023-10-01 20:57:17 +02:00
emeric b96a16095a Extracted covert art handling 2023-10-01 20:48:07 +02:00
emeric 9d879e66b7 Extracted user management 2023-10-01 20:42:04 +02:00
emeric abcf9e5b49 extracted bookmark handling 2023-10-01 16:48:33 +02:00
emeric 63bffa7631 extracted track handling 2023-10-01 16:30:57 +02:00
emeric 7618639e12 extracted artist handling 2023-10-01 16:12:31 +02:00
emeric 0da12bec0f extracted album handling 2023-10-01 16:04:28 +02:00
emeric 0f1a5efffe Exposed release date at release level (instead of just year) 2023-10-01 14:37:47 +02:00
emeric 3363479b64 Subsonic API: report code as int and not string 2023-04-14 21:49:38 +02:00
emeric 12d967fe4f Refactored scanner to ease further improvements 2023-02-19 22:58:55 +01:00
emeric 962775e920 Fixed invalid local time usages. fixes #299 2023-02-11 14:44:20 +01:00
emeric 93fac1a0ea Sbsonic API: raised default size for covers. fixes #304 2023-01-21 13:56:56 +01:00
emeric b681a20b5a Subsonic API: report error 41 for auth token attempts 2023-01-07 14:50:30 +01:00
emeric e848008ceb Subsonic API: do not search for non asked elements 2023-01-07 14:37:44 +01:00
emeric db9454f300 Subsonic API: Trim extra quotes in query parameter to please Symfonium 2023-01-07 13:49:21 +01:00
emeric 040973209e Subsonic API: handle tracks and releases in getSimilarSongs endpoint. fixes #245 2022-12-17 19:08:35 +01:00
emeric 1def36b8f0 Fixed some code scanning alerts 2022-12-14 20:49:59 +01:00
emeric 495005357c Small cleanup 2022-12-11 11:33:44 +01:00
emeric 915e114933 Subsonic API: added getSong endpoint. ref #212 2022-09-06 12:48:52 +02:00
emeric 1fb838c8d0 Subonsic API: added estimateContentLength parameter support for stream endpoint. fixes #244 2022-08-20 14:56:16 +02: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 169a5f5d08 Dedicated view for tracklist 2022-06-30 21:18:42 +02:00
emeric 1d233e39af Added a playlist view. Can only play the playlists for now (no save/edit) 2022-06-26 15:12:49 +02:00
emeric 665482cce3 Fixed Wt warning about internal path 2022-06-20 20:33:04 +02:00
emeric b9305f2c25 Raised artist/album/track limits when explorin the collection. fixes #237 2022-06-12 21:15:56 +02:00
emeric 27dfaf999a Tried to factorize some db code 2022-06-10 21:43:28 +02:00