emeric
|
9060c0d925
|
Simplified logger configuration, it no longer depends on Wt
|
2023-11-24 16:23:31 +01:00 |
|
emeric
|
83347e82fa
|
Added accept-ranges header, ref #367
|
2023-11-13 20:54:05 +01:00 |
|
emeric
|
9e2040b449
|
Some more renaming
|
2023-11-13 09:25:22 +01:00 |
|
emeric
|
1b2cfb2f79
|
Raised internal buffers to speed up transfers
|
2023-11-10 23:08:27 +01:00 |
|
emeric
|
504dfa86a9
|
Subsonic API: fixed missing mimetype for raw files
|
2023-11-07 23:51:04 +01:00 |
|
emeric
|
cc2e9dee45
|
Added more logs to track issue ref #355
|
2023-11-04 21:50:12 +01:00 |
|
emeric
|
414ad1862e
|
Added UUID random generation
|
2023-11-01 23:56:13 +01:00 |
|
emeric
|
100192b126
|
Merge branch 'develop' into feedback-service
|
2023-10-31 13:48:41 +01:00 |
|
emeric
|
069470194b
|
Separated feedback services (stars / love for LB) from scrobbling services, to ease last.fm integration
|
2023-10-31 13:37:14 +01:00 |
|
emeric
|
383fbb8098
|
Fixed json output, fixes #348
|
2023-10-30 09:37:01 +01:00 |
|
emeric
|
d86260ba2d
|
Replaced Json parser with a custom one (optims+compact output)
|
2023-10-20 15:22:00 +02:00 |
|
emeric
|
8780bbdffa
|
Subsonic API: try to recognize some formats in stream endpoint (mp3, opus, vorbis)
|
2023-10-15 15:42:09 +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
|
0da12bec0f
|
extracted album handling
|
2023-10-01 16:04:28 +02:00 |
|
emeric
|
379acd8462
|
Adding missing return
|
2023-06-26 15:23:01 +02:00 |
|
emeric
|
db7bbf13d6
|
Switched from custom zipper code to libarchive (better compatibility)
|
2023-06-25 16:40:10 +02:00 |
|
emeric
|
f465c804b7
|
Minor optims
|
2023-04-04 23:47:29 +02:00 |
|
emeric
|
3a9bde0092
|
Moved total_disc from Track to Release
|
2023-03-06 23:10:31 +01:00 |
|
emeric
|
12d967fe4f
|
Refactored scanner to ease further improvements
|
2023-02-19 22:58:55 +01:00 |
|
emeric
|
c6fe63f3b2
|
Simplified interface + fixed segfault when eof is reached. ref #287
|
2022-12-30 21:01:17 +01:00 |
|
emeric
|
998def846d
|
Added performers. fixes #278
|
2022-12-14 20:07:54 +01:00 |
|
emeric
|
ff63ad6448
|
Listenbrainz: fixed listens parsing. fixes #262
|
2022-09-26 20:41:31 +02:00 |
|
emeric
|
1fb838c8d0
|
Subonsic API: added estimateContentLength parameter support for stream endpoint. fixes #244
|
2022-08-20 14:56:16 +02:00 |
|
emeric
|
4423890b87
|
fixed style
|
2022-08-06 14:18:57 +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
|
ee42e51b00
|
Codefactor review
|
2022-05-25 21:04:35 +02:00 |
|
emeric
|
6e3cfaf84a
|
Fixed releases in search view limited to 6 results
|
2022-03-27 15:10:45 +02:00 |
|
emeric
|
1e0bf58092
|
Added relevant indexes using artist sort name. fixes #184
|
2022-01-31 21:09:22 +01:00 |
|
emeric
|
3049babd41
|
CodeFactor review
|
2022-01-30 14:57:04 +01:00 |
|
emeric
|
4177354afe
|
Send pending listens that have not been successfully sent
|
2022-01-30 14:18:22 +01:00 |
|
emeric
|
d52cc71667
|
Restored thread checks on database accesses
|
2022-01-20 19:56:45 +01:00 |
|
emeric
|
c6338771cf
|
Changed http client to be instanciated by services
|
2021-12-05 15:20:57 +01:00 |
|
emeric
|
11f8a9e38b
|
Reworked http client to ease reuse
|
2021-10-05 18:41:54 +02:00 |
|
emeric
|
828e2364a7
|
Subsonic API: better compability with clients
|
2021-09-24 12:37:54 +02:00 |
|
emeric
|
7d0dae1a0c
|
Fixed build (hopefully) on arch, fixes #169
|
2021-08-15 21:35:27 +02:00 |
|
emeric
|
8e9f02edad
|
Better fatal error reporting
|
2021-05-22 18:11:51 +02:00 |
|
emeric
|
1477fa125e
|
CodeFactor review
|
2021-05-20 16:50:46 +02:00 |
|
emeric
|
444d4af3c6
|
Escape special characters for like sql searches
|
2021-05-02 15:10:32 +02:00 |
|
emeric
|
a6398738bb
|
listenbrainz: added a listens synchronizer. fixes #142
|
2021-04-30 17:41:03 +02:00 |
|
emeric
|
7a6ee6fa11
|
Supress warning. ref #144
|
2021-04-27 08:52:41 +02:00 |
|
emeric
|
807958e9b3
|
Fixed fcntl call to make it compile again on non linux. ref #144
|
2021-04-26 12:55:38 +02:00 |
|
emeric
|
acf81e3f1a
|
Implemented a Scrobbling service + ListenBrainz scrobbler. fixes #118
|
2021-04-06 19:59:12 +02:00 |
|
emeric
|
cb2af05004
|
More robust child process handling
|
2021-04-02 13:26:27 +02:00 |
|
emeric
|
260e5833d3
|
Skipping directories containing a .lmsignore file. fix #120
|
2021-03-21 14:32:26 +01:00 |
|
emeric
|
ad84c888f5
|
Made early exit a bit faster
|
2021-03-17 15:17:07 +01:00 |
|
emeric
|
cc28d893f5
|
Added authentication backends: internal, pam and http-headers. fixes #119
|
2021-03-04 19:32:09 +01:00 |
|
emeric
|
5f46a69d4e
|
Added missing GPL headers
|
2021-01-11 12:08:31 +01:00 |
|
emeric
|
0bbacf3914
|
Improved error reporting
|
2020-12-17 13:50:53 +01:00 |
|
emeric
|
fd11908a84
|
Fixed crash
|
2020-12-12 15:18:53 +01:00 |
|