emeric
|
f20db00417
|
Refresh only last login time when necessary (avoid hammering the db, ref #420)
|
2024-03-02 18:11:03 +01:00 |
|
emeric
|
f9d512ee19
|
Updated translations
|
2024-03-02 17:40:00 +01:00 |
|
emeric
|
ca3ba749fe
|
CodeFactor review
|
2024-03-02 00:23:23 +01:00 |
|
emeric
|
3a64f721f0
|
Restored Grouping tag parsing
|
2024-03-02 00:22:23 +01:00 |
|
emeric
|
a6d11f4b4b
|
Added a way to set custom tag delimiters for artists and for other fields, fixes #417
|
2024-03-01 23:58:49 +01:00 |
|
emeric
|
194b9981c1
|
Removed migration from v32 (badly implemented)
|
2024-02-11 15:29:10 +01:00 |
|
emeric
|
d20b02fc33
|
Send display artist name for the scrobbled track (instead of the first artist)
|
2024-02-11 15:18:46 +01:00 |
|
emeric
|
6b1fd9c841
|
Significantly improved scanner performance (now have a dedicated pool of threads for scanning file metadata)
|
2024-02-10 18:39:55 +01:00 |
|
emeric
|
de4a0cf583
|
Media Session API: added seekto + state update (duration/position)
|
2024-02-08 20:56:42 +01:00 |
|
emeric
|
7d53aba755
|
Expose artist display name in media session API (instead of just the first artist)
|
2024-02-05 15:48:22 +01:00 |
|
emeric
|
a64a2de52e
|
Fixed bad testU
|
2024-02-05 13:35:16 +01:00 |
|
emeric
|
889096190a
|
Do not use DISTINCT on track queries, as this is useless and slowdowns queries
|
2024-02-05 11:22:58 +01:00 |
|
emeric
|
01538166ed
|
Fixed bad MediaLibrary::getCount()
|
2024-02-05 11:21:15 +01:00 |
|
emeric
|
c242b4c01e
|
Fixed bad migrations due to NULL constraints. fixes #413
|
2024-02-04 20:35:46 +01:00 |
|
emeric
|
14d65dc7c2
|
Added media library params to the db generator and subsonic api bench
|
2024-02-04 15:01:43 +01:00 |
|
emeric
|
9090cc64a9
|
Merge branch 'benchmarks' into develop
|
2024-02-03 14:58:13 +01:00 |
|
emeric
|
676600e92d
|
Build benchmarks on arch/alpine
|
2024-02-03 14:51:39 +01:00 |
|
emeric
|
2214d75419
|
Made benchmarks an option
|
2024-02-03 00:08:01 +01:00 |
|
emeric
|
5db91fc5b5
|
Limit to the first 4 digits when parsing years badly encoded as YYYYMMDD
|
2024-02-02 22:58:37 +01:00 |
|
emeric
|
d3aa11714a
|
Fixed badly formatted logs
|
2024-02-02 21:49:02 +01:00 |
|
emeric
|
6cfa4e9de6
|
Switched to C++20
|
2024-02-01 22:34:36 +01:00 |
|
emeric
|
82be2e1a41
|
Updated it translations
|
2024-01-29 17:11:07 +01:00 |
|
emeric
|
921d20d1dc
|
Fixed typo
|
2024-01-26 23:10:52 +01:00 |
|
emeric
|
710942ac78
|
bumped some internal size limits for names.fixes #408
|
2024-01-26 23:06:02 +01:00 |
|
emeric
|
ec84411cad
|
CodeFactor review
|
2024-01-26 22:58:17 +01:00 |
|
emeric
|
9461b2a936
|
Added missing fr translations + added missing unit tests
|
2024-01-26 17:47:39 +01:00 |
|
emeric
|
0ed3f1ba79
|
Initial support for multi library, still WIP
|
2024-01-25 00:01:11 +01:00 |
|
emeric
|
f5f577af52
|
Added TODO
|
2024-01-12 23:20:22 +01:00 |
|
emeric
|
1f9387b703
|
Search first artist files whose name is artist's mbid then artist's name. fixes #406
|
2024-01-12 23:19:49 +01:00 |
|
emeric
|
ead3768b41
|
ListenBrainz: added track duration in addition_info field. fixes #403
|
2024-01-10 23:46:20 +01:00 |
|
emeric
|
a1001b296a
|
OpenSubsonic: changed the originalReleaseDate field format, fixes #400
|
2024-01-10 23:38:48 +01:00 |
|
emeric
|
19b0856dac
|
Added google benchmark support + small test
|
2024-01-07 15:49:30 +01:00 |
|
emeric
|
5882e61886
|
Only consider album artists for artist covers. fixes #398
|
2024-01-07 15:08:32 +01:00 |
|
emeric
|
fa3638ef46
|
Fixed regression on extra tags to parse, fixes #395
|
2024-01-06 23:38:54 +01:00 |
|
emeric
|
b80282a05a
|
stb: exposed error messages
|
2024-01-06 21:09:20 +01:00 |
|
emeric
|
c016efa3bf
|
Subsonic API: set the cover art to be the one of the first track for playlists. fixes #388
|
2023-12-15 23:23:22 +01:00 |
|
emeric
|
73c84b0eb5
|
Removed useless stuff
|
2023-12-15 23:22:44 +01:00 |
|
emeric
|
4705e6ffb7
|
Subsonic API: added getTopSongs endpoint, fixes #365
|
2023-12-15 22:19:01 +01:00 |
|
emeric
|
bb4facf8e6
|
Subsonic API: added artist images in getCoverArt endpoint, fixes #392
|
2023-12-15 21:14:02 +01:00 |
|
emeric
|
5257f687b4
|
Subsonic API: returns the created/updated playlist in createPlaylist endpoint. ref #393
|
2023-12-13 18:55:09 +01:00 |
|
emeric
|
3ad990a183
|
Allowed custom release types + handle more MusicBrainz secondary types in UI. fixes #373
|
2023-12-11 23:25:58 +01:00 |
|
emeric
|
a2cc243a08
|
Do not rely on current scan_settings to perform migration steps (as it may not be compatible), fixes #387
|
2023-12-07 15:24:54 +01:00 |
|
emeric
|
24759503be
|
Added opensubsonic extension formPost support, ref opensubsonic/open-subsonic-api#74
|
2023-12-03 14:52:00 +01:00 |
|
emeric
|
e52924c706
|
CodeFactor review
|
2023-12-01 08:59:34 +01:00 |
|
emeric
|
4bf0cdf580
|
Fixed regression that prevent new installs to work. fixes #385
|
2023-12-01 08:53:50 +01:00 |
|
emeric
|
6b5e53de1d
|
Fixed too restrictive validator for extra tags, fixes #382
|
2023-11-27 20:40:20 +01:00 |
|
emeric
|
1f282c0517
|
Removed the database lib from services as it is still not a service
|
2023-11-26 17:38:44 +01:00 |
|
emeric
|
74a222ed54
|
Use the scrobbling service to get listen count rathen than querying the db directly
|
2023-11-26 17:28:15 +01:00 |
|
emeric
|
d9c5072479
|
Docker image: Upgraded Wt to fix potential concurrency problems
|
2023-11-25 20:13:09 +01:00 |
|
emeric
|
66564f2d60
|
CodeQL review
|
2023-11-25 17:00:24 +01:00 |
|
emeric
|
3ac4b014f7
|
CodeFactor review
|
2023-11-25 16:17:33 +01:00 |
|
emeric
|
acea515de5
|
Added playcount in track/release info windows ref #349
|
2023-11-25 16:11:35 +01:00 |
|
emeric
|
ece1d4e3d2
|
Refactored how filter tags are handled in the scan settings
|
2023-11-25 15:52:21 +01:00 |
|
emeric
|
b4107be599
|
Subsonic API: fixed getBookmarks
|
2023-11-24 17:30:48 +01:00 |
|
emeric
|
9060c0d925
|
Simplified logger configuration, it no longer depends on Wt
|
2023-11-24 16:23:31 +01:00 |
|
emeric
|
6f47c32ac2
|
Silent warnings
|
2023-11-20 22:31:07 +01:00 |
|
emeric
|
b3acdbcb89
|
Fixed bad content type in case of uppercase file extension
|
2023-11-20 13:29:57 +01:00 |
|
emeric
|
6d4808d192
|
Added a missing escape statement that broke some album merges
|
2023-11-20 11:50:17 +01:00 |
|
emeric
|
b02021ac8f
|
Fallback on same album name only if in the same directory. fixes #370
|
2023-11-20 09:51:11 +01:00 |
|
emeric
|
b68b3ce0a6
|
Scanner: fixed bad total step count
|
2023-11-19 23:22:34 +01:00 |
|
emeric
|
592ffea88c
|
Merge branch 'scanner-shutdown' into db-locks
|
2023-11-19 18:01:44 +01:00 |
|
emeric
|
17a2a969e2
|
Reduced exclusive lock durations
|
2023-11-19 16:17:27 +01:00 |
|
emeric
|
575fec5727
|
Removed some useless intermediate queries
|
2023-11-17 20:43:04 +01:00 |
|
emeric
|
f2515edc8b
|
Optimized the way we count albums for artists
|
2023-11-17 08:57:08 +01:00 |
|
emeric
|
0cc73ca022
|
Config service may not be here (unit tests)
|
2023-11-17 08:44:41 +01:00 |
|
emeric
|
60bb6170e2
|
Added a param to show the underlying db queries
|
2023-11-17 08:36:20 +01:00 |
|
emeric
|
d7451e5393
|
Added a param to set the release batch size
|
2023-11-17 08:35:33 +01:00 |
|
emeric
|
b4e515f825
|
Made scanner abort faster when it has to clean a lot of stuff
|
2023-11-14 13:47:08 +01:00 |
|
emeric
|
9cfc47fc82
|
Fixed freebsd build
|
2023-11-14 13:25:17 +01:00 |
|
emeric
|
83347e82fa
|
Added accept-ranges header, ref #367
|
2023-11-13 20:54:05 +01:00 |
|
emeric
|
53623f18bb
|
Merge branch 'master' into develop
|
2023-11-13 16:07:59 +01:00 |
|
emeric
|
d6fc923c4a
|
CodeFactor review
|
2023-11-13 13:41:08 +01:00 |
|
emeric
|
28a80b3c9d
|
Subsonic API: added a per-user setting to enable transcoding by default (breaking change: default is disabled). fixes #351, ref #367
|
2023-11-13 11:45:12 +01:00 |
|
emeric
|
9e2040b449
|
Some more renaming
|
2023-11-13 09:25:22 +01:00 |
|
emeric
|
87d70465e9
|
Renamed some transcoding stuff + now retrieve decoder codecs
|
2023-11-12 20:51:42 +01:00 |
|
emeric
|
53943c4118
|
Fixed bitrate detection for av parser
|
2023-11-12 14:46:44 +01:00 |
|
emeric
|
07949de20f
|
Subsonic API: removed useless auth
|
2023-11-11 23:45:03 +01:00 |
|
emeric
|
6d50783511
|
Subsonic API: make use of the bitrate info in DB to check if transcoding is needed
|
2023-11-11 23:28:40 +01:00 |
|
emeric
|
ebc59dd70c
|
Subsonic API: added contentType and transcodedContentType fields, fixes #363
|
2023-11-11 22:54:27 +01:00 |
|
emeric
|
1d21ba41b7
|
Subsonic API: added bitrate support, ref #363
|
2023-11-11 15:13:46 +01:00 |
|
emeric
|
afcb4d96ca
|
Subsonic API: bumped server version
|
2023-11-10 23:25:18 +01:00 |
|
emeric
|
1b2cfb2f79
|
Raised internal buffers to speed up transfers
|
2023-11-10 23:08:27 +01:00 |
|
emeric
|
e59660021a
|
Merge branch 'fix-mimetype-subsonic-api' into develop
|
2023-11-10 21:00:57 +01:00 |
|
emeric
|
636b70450b
|
Simplified the similarity engine loading (since there is no more the features-based engine)
|
2023-11-10 20:59:25 +01:00 |
|
emeric
|
8ea532fa26
|
Added a release generator tool to stress test everything
|
2023-11-10 18:11:24 +01:00 |
|
emeric
|
b7a8bf85b8
|
Rework db range primitives + fixed bug when playing all in releases/tracks views + raised limit to 1000 for ranges in subsonic API
|
2023-11-10 16:17:18 +01:00 |
|
emeric
|
bd61093898
|
Subsonic API: now returns 404 when the requested cover art is not found (but a client list has been added to serve them a default cover art)
|
2023-11-08 23:43:50 +01:00 |
|
emeric
|
475519f19e
|
Subsonic API: improved error message
|
2023-11-08 23:31:13 +01:00 |
|
emeric
|
b89dfba089
|
Subsonic API: limit size parameter to 500 for various methods
|
2023-11-08 22:47:41 +01:00 |
|
emeric
|
121d27b5cd
|
Subsonic API: cached cluster stats for track and releases, in order to make the getGenre entrypoint efficient on large databases
|
2023-11-08 20:26:24 +01:00 |
|
emeric
|
c2e1c5d9df
|
Fixed bad optimize condition
|
2023-11-08 20:16:31 +01:00 |
|
emeric
|
6bb6dd6add
|
Added some foreachSubRange
|
2023-11-08 13:53:27 +01:00 |
|
emeric
|
504dfa86a9
|
Subsonic API: fixed missing mimetype for raw files
|
2023-11-07 23:51:04 +01:00 |
|
emeric
|
4bc5aee986
|
Subsonic API: added a small utility to bench search3 endpoint
|
2023-11-07 23:20:47 +01:00 |
|
emeric
|
3bce54a764
|
Merge branch 'master' of github.com:epoupon/lms
|
2023-11-04 22:11:26 +01:00 |
|
emeric
|
89a98784b2
|
Merge branch 'develop' for release v3.43.0
|
2023-11-04 22:09:46 +01:00 |
|
emeric
|
a04b6f5789
|
Fixed typo
|
2023-11-04 21:50:30 +01:00 |
|
emeric
|
cc2e9dee45
|
Added more logs to track issue ref #355
|
2023-11-04 21:50:12 +01:00 |
|
emeric
|
d9f3a16de0
|
Updated README
|
2023-11-04 21:49:05 +01:00 |
|
emeric
|
48ee8e3556
|
SubsonicAPI: optimized search for artists
|
2023-11-04 19:07:21 +01:00 |
|