Commit Graph
246 Commits
Author SHA1 Message Date
emeric 350e213529 Various minor cleanup 2024-12-07 11:48:15 +01: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 e3a94d0540 Renamed folder 2024-11-29 21:19:07 +01:00
emeric c7170c3501 Subsonic API: added a way to disable the user/password authentication method (enabled by default) 2024-11-24 16:23:37 +01:00
emeric 360623c569 OpenSubsonic API: added apiKey support, ref #544 2024-11-24 15:23:14 +01:00
emeric aef777002f No need to be user to get scan status 2024-11-11 21:30:01 +01:00
emeric d5ecf03ca1 Fixed bad getLyricsBySongId response 2024-11-06 13:59:34 +01:00
emeric 472a5907ad Subsonci API: added savePlayQueue / getPlayQueue support 2024-10-31 18:49:57 +01:00
emeric 0ca2d8b34c Subsonci API: added getAlbmInfo support 2024-10-31 15:50:17 +01:00
emeric 0ad2a1c271 CodeQL review 2024-10-30 22:42:08 +01:00
emeric 41504bf4d7 Added basic lyrics display in UI 2024-10-27 23:03:46 +01:00
emeric 2d28ea61eb Subsonic API: added getLyrics/getLyricsBySongId support, ref #379 2024-10-26 19:04:11 +02:00
emeric 8bdf3b42d0 Changed the artists view to use artist images 2024-10-11 19:04:59 +02:00
emeric 3f6177cedd Changed the way album covers are associated, fixes #503 2024-09-29 16:21:46 +02:00
emeric 8cd848651b Subsonic API: report the cover of the release if no embedded cover is found for the track, fixes #519 2024-09-13 19:05:13 +02:00
emeric 12764a8287 Fixed bad check 2024-09-12 14:02:59 +02:00
emeric 39ca55e8fa Added compilation tag support, fixes #520 2024-09-04 20:07:37 +02:00
emeric 896c0b870a Fixed warning 2024-09-03 13:37:53 +02:00
emeric 7392f9b5da Fixed format 2024-09-02 08:07:31 +02:00
emeric cb4014b0e5 Added support for record labels, fixes #502 2024-09-02 08:06:17 +02:00
emeric 29d0610eb2 Implemented Subsonic's user rating for tracks, albums and artists, fixes #511 2024-08-30 19:40:15 +02:00
emeric cd0e88d28d Added support for comment tag, fixes #510 2024-08-20 19:03:28 +02:00
emeric ddb295c52c Subsonic API: do not return an error if the artist is not found in getTopSongs 2024-07-29 11:29:34 +02:00
emeric 7a22a626b1 Fixed format 2024-07-28 14:42:44 +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 cbc387b8b7 Fixed format 2024-07-13 19:02:58 +02:00
emeric 9ff387061a Subsonic API: added a way to filter files per media folder id when using directory commands 2024-07-13 18:55:46 +02:00
emeric 980709dbcf Can now browse by directorie in the Subsonic API, ref #474 2024-07-13 14:22:19 +02:00
emeric d1324c1c3a Put all directories and images in database, use the info to associate an image to each artist 2024-07-06 13:53:41 +02:00
emeric 71dc99ad46 Added a scan step to scan artist images, ref #435 2024-06-29 16:04:16 +02:00
emeric 75c3df6958 Support fromYear > lastYear to sort by descending order. fixes #482 2024-06-16 20:43:02 +02:00
emeric 39941d90a3 Auto reformatted the base, ref #470 2024-05-24 23:31:52 +02:00
emeric 391d859272 UI: added away to filter all the views by music library 2024-04-28 23:37:59 +02:00
emeric edd407a6c9 Cache user data in subsonic request (to simplify endpoints) 2024-04-27 16:48:19 +02:00
emeric 0780d1ab21 Added a way to manually compact and/or optimize the db 2024-04-20 23:57:01 +02:00
emeric 697233dcef Fixed results inconsistencies when using search3 2024-04-19 08:56:48 +02:00
emeric e92fcb79de Iterate on clusters to better trace 2024-04-17 18:32:11 +02:00
emeric 18b220b241 Optimm to get all artists of a track in a single query 2024-04-15 18:50:00 +02:00
emeric 0cda12a8bf Subsonic API: added bitDepth, samplingRate and channelCount, see https://github.com/opensubsonic/open-subsonic-api/pull/83 2024-04-14 16:17:45 +02:00
emeric b23f38facf Added relative file path+file size in DB 2024-04-14 09:37:24 +02:00
emeric be600b5e13 Small optim when visiting artist links 2024-04-13 14:33:06 +02:00
emeric 50ecfb1378 More query wrapped + fixed typo 2024-04-02 23:04:54 +02:00
emeric fb6670290e Subsonic API: ignore time parameter for 'now playing' scrobbles, ref #438 2024-03-27 23:44:36 +01:00
emeric ac69582f4b Changed the default cover image for releases 2024-03-24 15:15:36 +01:00
emeric 6048e8c30b Merge branch 'develop' into subsonic-custom-allocator 2024-03-23 15:58:25 +01:00
emeric 1630b7cb6f Scan tracker: now handle releases and artists 2024-03-23 15:55:29 +01:00
emeric 78384d5d3f Added custom allocator for subsonic responses 2024-03-19 09:08:43 +01:00