emeric
|
0586e93655
|
Subsonic API: improved compatibility
|
2020-11-28 22:39:12 +01:00 |
|
emeric
|
6fca5d4d4e
|
Reload cover resources when the database has been updated
|
2020-11-24 08:48:37 +01:00 |
|
emeric
|
f6b8a01fb4
|
Merge branch 'bramton-develop' into develop
|
2020-11-18 18:27:11 +01:00 |
|
emeric
|
6cbdc0ddab
|
Fixed GraphicsMagick++ build
|
2020-11-18 14:01:04 +01:00 |
|
emeric
|
a82a5df044
|
Fixed taglib to properly use pkgconfig's variable on link
|
2020-11-18 09:59:32 +01:00 |
|
emeric
|
2e7d23d435
|
Merge branch 'develop' of https://github.com/bramton/lms into develop
|
2020-11-18 09:23:27 +01:00 |
|
emeric
|
9ac90b1547
|
On mobile, display the album name rather the artist in the player (more useful link)
|
2020-11-18 09:22:07 +01:00 |
|
emeric
|
c7e76de419
|
Allow artist tags that can't have mbid (composer, lyricist, etc.) to fallback on artists which have mbid (track artists, release artists)
|
2020-11-18 09:21:34 +01:00 |
|
Bram
|
263164b3f6
|
Minor changes related to library linking
|
2020-11-17 14:53:01 +01:00 |
|
emeric
|
8c4de48c85
|
Merge branch 'develop' for release v3.22.0
|
2020-11-13 20:11:13 +01:00 |
|
emeric
|
633ce7d392
|
Fixed codefactor review
|
2020-11-13 17:12:18 +01:00 |
|
emeric
|
3d692a33d4
|
Only display the type of tags that are actually in use in the filters button
|
2020-11-13 13:43:36 +01:00 |
|
emeric
|
6240ccf747
|
Fixed regression on artist/release artist handling + fixed bug when firing a signal on still connected but deleted listener
|
2020-11-12 17:12:08 +01:00 |
|
emeric
|
6a4bbd6acf
|
Separated installation instructions. ref #100
|
2020-11-12 13:38:21 +01:00 |
|
emeric
|
b78967262c
|
Added composer, conductor, lyricist, mixer, producer, remixer tag support
|
2020-11-12 13:19:22 +01:00 |
|
emeric
|
cf6ebe0911
|
Reserve at least two threads on mono core systems (on autodetect)
|
2020-11-08 14:28:38 +01:00 |
|
emeric
|
3e53d6ace1
|
Getting a cover for a track will more efficiently fallback to album
|
2020-11-06 15:18:20 +01:00 |
|
emeric
|
7cd5076b93
|
Subsonic API: handled the scrobble call (just put in the common played list for now, no scrobble on external services for now)
|
2020-11-06 15:01:09 +01:00 |
|
emeric
|
3a311c35ff
|
Added MBID in the scanner's report list to make duplicate spotting easier. fixes #103
|
2020-11-03 16:19:32 +01:00 |
|
emeric
|
3599dc8659
|
Switched from CodeFactor to LGTM as it provides more useful feedbacks
|
2020-11-03 16:01:33 +01:00 |
|
emeric
|
f90c340752
|
Merge branch 'develop'
|
2020-11-03 12:45:59 +01:00 |
|
emeric
|
9a1e730831
|
LGTM alerts review
|
2020-11-03 11:26:44 +01:00 |
|
emeric
|
30b6dc59ec
|
LGTM integration
|
2020-11-03 08:54:22 +01:00 |
|
emeric
|
4c88a1a56a
|
Merge branch 'develop' for release v3.21.1
|
2020-11-01 14:06:44 +01:00 |
|
emeric
|
5a4d86e782
|
Slightly speed up docker build
|
2020-11-01 14:06:11 +01:00 |
|
emeric
|
8520ca5c0f
|
Added some travis ci target + corrected some warnings
|
2020-10-31 22:33:01 +01:00 |
|
emeric
|
45b6f67896
|
Minor cleanup
|
2020-10-29 15:26:08 +01:00 |
|
emeric
|
b02b8e197b
|
Merge branch 'develop' for release v3.21.0
|
2020-10-29 14:02:54 +01:00 |
|
emeric
|
976b94959a
|
Minor cleanup
|
2020-10-29 13:26:15 +01:00 |
|
emeric
|
1c17f6a14a
|
Restore correct recommendation classifier priorities
|
2020-10-29 13:25:54 +01:00 |
|
emeric
|
438e99f5c2
|
Loading of the recommendation engine now controlled by scanner. Bonus: better control/reporting
|
2020-10-28 17:40:15 +01:00 |
|
emeric
|
c9d138a96b
|
Merge branch 'develop' of https://github.com/bramton/lms into develop
|
2020-10-28 17:31:45 +01:00 |
|
Bram
|
edc16f6d5e
|
Fixed several compilation errors
|
2020-10-28 12:22:53 +01:00 |
|
emeric
|
e4dda516ee
|
Added virtual destructor
|
2020-10-19 21:42:34 +02:00 |
|
emeric
|
4bd5344b7d
|
Rather use the server args for setting its thread count
|
2020-10-17 22:41:15 +02:00 |
|
emeric
|
5a6abdcba9
|
Made the number of threads used by the built in http server configurable. Default is as many cpu cores
|
2020-10-17 22:30:03 +02:00 |
|
emeric
|
c04f57ceb5
|
Made STB the default image manipulation library to reduce memory usage (GraphicsMagick can still be selected). closes #93
|
2020-10-17 14:58:41 +02:00 |
|
emeric
|
bb3b7f1125
|
Merge branch 'develop' for release v3.20.0
|
2020-10-12 13:37:00 +02:00 |
|
emeric
|
e79dae48d1
|
Cover art handling: significantly reduce memory usage. fixes #93
|
2020-10-12 13:30:34 +02:00 |
|
emeric
|
f6736bb919
|
Updated README
|
2020-09-22 09:06:39 +02:00 |
|
emeric
|
12de97788f
|
Added ZIP64 support. One can download whatever file(s)
|
2020-09-17 14:26:20 +02:00 |
|
emeric
|
8ecf41e373
|
Merge branch 'develop' for release v3.19.2
|
2020-09-05 20:15:40 +02:00 |
|
emeric
|
adfd43e82b
|
Fixed unit test in debug target
|
2020-09-05 20:15:30 +02:00 |
|
emeric
|
2f8cbb6eb4
|
Merge branch 'develop' for release v3.19.1
|
2020-09-05 18:40:26 +02:00 |
|
emeric
|
61d6fd6117
|
Fixed armhf build
|
2020-09-05 16:21:02 +02:00 |
|
emeric
|
2db9be885e
|
Merge branch 'develop' for release v3.19.0
|
2020-09-05 15:27:39 +02:00 |
|
emeric
|
26d12c39e4
|
UI: Added star/unstar for tracks/albums/artists. ref #74
|
2020-09-05 11:05:57 +02:00 |
|
emeric
|
5dad7f9211
|
Less buggy menu selection
|
2020-09-04 23:46:05 +02:00 |
|
emeric
|
a0eec113e1
|
Handle menu selection client side
|
2020-09-04 20:41:51 +02:00 |
|
emeric
|
05f2e7c4fd
|
Queing 3 tracks instead of 1 in radio mode
|
2020-09-03 15:25:27 +02:00 |
|