Commit Graph
100 Commits
Author SHA1 Message Date
emeric 24e867ea8c Fixed bad copy/paste 2024-08-30 20:13:07 +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 ce8d75d71d Fixed format 2024-08-20 09:14:49 +02:00
emeric a231b4a12a Fixed build 2024-08-20 09:05:29 +02:00
emeric d50f680f53 Better wav support, fixes #512 2024-08-19 21:40:01 +02:00
emeric bf125817b0 Improved the display artist name construction when tags are not set as expected, ref #513 2024-08-19 19:34:19 +02:00
emeric 6494f3f783 Workaround original date parsing with taglib, fixes #506 2024-08-16 16:05:21 +02:00
emeric 1c98775046 Aiff files: get bits per sample + cover, fixes #509 2024-08-03 10:05:48 +02:00
emeric 55928fb0a2 Merge branch 'develop' of github.com:epoupon/lms into develop 2024-07-30 15:02:52 +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 cb7ee34d41 Added a missing index to speed up direcotry browsing commands 2024-07-28 14:52:37 +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 b3807f6a53 Made length checks more robusts + bumped sizes, fixes #496 2024-07-28 11:24:18 +02:00
emeric 9bca05fb51 Display disc subtitles if it is set, even for single disc releases, fixes #492 2024-07-27 18:03:58 +02:00
emeric a2a2041f49 Optimized library assignation to directories 2024-07-27 14:27:37 +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 9292b05732 Remove files from db if they are no longer be able to be scanned (due to file corruption or third party lib support) 2024-07-12 18:52:23 +02:00
emeric ae5127d780 Merge branch 'artist-image' into develop 2024-07-06 17:56:51 +02:00
emeric 89ebe3157d Better user feedback 2024-07-06 16:26:43 +02:00
emeric a15cccb4bb Fixed last directory entries not being removed 2024-07-06 14:19:14 +02:00
emeric 437f9d63ed Fixed build when using graphicmagicks backend 2024-07-06 14:12:58 +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 45c8b82865 Format the code 2024-06-29 16:14:28 +02:00
emeric 71dc99ad46 Added a scan step to scan artist images, ref #435 2024-06-29 16:04:16 +02:00
emeric 9ba73e8026 Updated C++ requirements, fixes #489 2024-06-27 13:40:04 +02:00
emeric 504c0824fb Fixed regression: flush cover cache when a scan is complete, fixes #487 2024-06-21 23:05:44 +02:00
emeric db4c614f1c Fixed format 2024-06-17 23:10:14 +02:00
emeric 67ebbdce72 Subsonic API: fixed bad albumCount. fixes #483 2024-06-17 20:43:59 +02:00
emeric 75c3df6958 Support fromYear > lastYear to sort by descending order. fixes #482 2024-06-16 20:43:02 +02:00
emeric 6f3f138f52 Fixed bug in the scan settings view when no extra tag is to be parsed 2024-06-15 15:40:46 +02:00
emeric 123c142a4e Reconstruct the artist display name if a custom artist delimiter in found in the artist tag 2024-06-15 13:03:42 +02:00
emeric 62454ed543 Added a missing ORDER BY clause that caused artists to be retrieved in a different order than in tags 2024-06-13 22:33:31 +02:00
emeric b49e4d6b12 Reconstruct the artist display name using comma instead of custom separators (nicer display), fixes #445 2024-06-10 08:36:23 +02:00
emeric b632731c25 Added clang-format check 2024-06-08 14:13:08 +02:00
emeric 68d45a5001 Improved unit test 2024-06-08 14:01:47 +02:00
emeric dbae516353 Added a way to specify multiple delimiters in the UI, fixes #473 2024-06-08 13:48:40 +02:00
emeric 39941d90a3 Auto reformatted the base, ref #470 2024-05-24 23:31:52 +02:00
emeric 83b868673c Added a clang-format def file, ref #470 2024-05-24 23:31:02 +02:00
emeric 50c8a33653 Split file to fix compilation 2024-05-24 22:21:00 +02:00
emeric 87222f9e9d Added some missing info 2024-05-12 15:24:55 +02:00
emeric 02a0d4a593 Fixed mimetype for dsf files, ref #462 2024-05-11 11:57:12 +02:00
emeric 91812469a9 Fixed bad optional acces, fixes #459 2024-05-11 11:50:29 +02:00
emeric 06b071553c Minor db cleanup 2024-05-08 16:37:43 +02:00
emeric c6104c06ea Added a unit test to check for migration 2024-05-08 16:01:16 +02:00
emeric fcf72fb719 Merge branch 'master' of https://github.com/michalmoc/lms into michalmoc-master 2024-05-08 14:32:26 +02:00
emeric 1c440ba6d1 Merge branch 'develop' of https://github.com/stkw0/lms into develop 2024-05-07 16:31:12 +02:00
emeric a7f4672d65 Merge branch 'develop' for release v3.53.1 2024-05-06 22:33:43 +02:00
emeric 28b91b7cdf Updated readme 2024-05-06 21:24:27 +02:00
emeric efd7d4ea7c Fixed bad migration step, fixes #454 2024-05-06 21:20:48 +02:00
emeric 860efa84bb Merge branch 'develop' for release v3.53.0 2024-05-05 18:49:47 +02:00
emeric c90d81a1c1 Restored last scan status 2024-05-05 16:25:08 +02:00
emeric 30575d12e6 Added dsf files support, fixes #449 2024-05-05 16:03:20 +02:00
emeric bfd3d3643e Fixed build (added missing file) 2024-05-05 12:35:55 +02:00
emeric 4b9d2bc1d5 Fixed build (added missing file) 2024-05-05 12:33:25 +02:00
emeric 54816dbaa5 Faster scan abort in case a lot of files have been put in queue 2024-05-04 14:49:14 +02:00
emeric affae68361 Playlists: now use a dropdown menu for selecting the sort mode 2024-05-04 14:45:17 +02:00
emeric 8d7735e787 Fixed margins in navbars 2024-05-04 13:45:54 +02:00
emeric 1049620e29 Minor style adjustment 2024-05-04 13:12:51 +02:00
emeric 522ddf405d Minor style adjustment 2024-05-03 18:17:19 +02:00
emeric 0ccba8f0b3 Put the music library last in the list (less used than genre filtering) 2024-05-02 13:33:07 +02:00
emeric dd5dfaa96e Removed the dedicated search view, as it is actually too limiting. Added a search field in the album/artists/tracks views. This makes search now work together with sort mode 2024-05-01 15:21:48 +02:00
emeric 971b6d9d08 Fixed build 2024-05-01 11:48:52 +02:00
emeric 71e0e6e411 Factorized sort mode, now using a more compact dropdown menu 2024-05-01 11:27:08 +02:00
emeric 553787b595 When changing settings, reload the scanner in order to take new params into account 2024-04-29 13:53:55 +02:00
emeric 2b7aecce4e Fixed bad optional access, fixes #450 2024-04-29 13:44:20 +02:00
emeric 391d859272 UI: added away to filter all the views by music library 2024-04-28 23:37:59 +02:00
emeric 83c71ee90c UI: restored margin around notification toasts 2024-04-28 23:07:36 +02:00
emeric edd407a6c9 Cache user data in subsonic request (to simplify endpoints) 2024-04-27 16:48:19 +02:00
emeric fcb5b11f81 Using visit to enumerate users 2024-04-27 16:43:28 +02:00
emeric bb70c6dbaf Added a way to visit users 2024-04-27 16:36:51 +02:00
emeric 1a9b392a71 Upgraded alpine images 2024-04-27 15:16:03 +02:00
emeric a8b35095c6 Merge branch 'develop' for release v3.52.0 2024-04-21 20:32:28 +02:00
emeric 2e24cf5fab Fixed regression: restored tag cloud for releases 2024-04-21 00:16:55 +02:00
emeric 0780d1ab21 Added a way to manually compact and/or optimize the db 2024-04-20 23:57:01 +02:00
emeric 8cde7ddf43 Micro useless optim 2024-04-20 14:19:30 +02:00
emeric 53a356dace Fixed modal close error because already closed by client side 2024-04-19 23:42:19 +02:00
emeric abd013ad29 Fixed bad ids 2024-04-19 18:38:22 +02:00
emeric e16c4edb32 Improved query 2024-04-19 18:32:36 +02:00
emeric fd36527681 Bumped sqlite3 in released docker image 2024-04-19 14:08:38 +02:00
emeric d6b86a9360 Perform vacuum if migration is performed 2024-04-19 12:01:23 +02:00
emeric 4432def11f Added missing indexes, force index recreation to remove outdated indexes 2024-04-19 11:20:44 +02:00
emeric 27120d9848 Fixed regression on migration not performed 2024-04-19 11:19:45 +02:00
emeric 697233dcef Fixed results inconsistencies when using search3 2024-04-19 08:56:48 +02:00
emeric 38d0115069 Added missing break 2024-04-19 08:50:22 +02:00
emeric 1862cd23c2 Changed db optimization strategy: now perform a full analyze (only after scan if enough changes has been made, and during application startup). Also perform a vacuum if needed during startup. Added an init screen for the web interface since it can take a while to complete 2024-04-18 18:46:35 +02:00
emeric c63f9fa51c Simplified queries 2024-04-18 09:06:27 +02:00
emeric a5b7e7e5f3 Added some hints for the query planner for bad quality indexes 2024-04-17 19:27:51 +02:00
emeric 42315395fd Simplified queries 2024-04-17 19:04:52 +02:00
emeric 87daa5c767 Simplified queries + added some hints for the query planner for bad quality indexes 2024-04-17 19:01:28 +02:00
emeric ba1fb4a6d6 Added an index to speedup a query + split for better reading 2024-04-17 18:43:54 +02:00
emeric ec1a38fa76 Simplified queries 2024-04-17 18:41:23 +02:00
emeric f7fac19a5c Simplified queries 2024-04-17 18:37:44 +02:00
emeric e92fcb79de Iterate on clusters to better trace 2024-04-17 18:32:11 +02:00
emeric 78dd0302d0 Removed useless join 2024-04-16 14:28:30 +02:00
emeric 7ecaa16b8e Added a trace for index creation 2024-04-16 14:06:49 +02:00