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
|
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
|
adfd43e82b
|
Fixed unit test in debug target
|
2020-09-05 20:15:30 +02:00 |
|
emeric
|
61d6fd6117
|
Fixed armhf build
|
2020-09-05 16:21:02 +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 |
|
emeric
|
d4d84e4d48
|
Added margin to the search input now elems can be active
|
2020-09-03 10:54:44 +02:00 |
|
emeric
|
de67c5316d
|
Remove header title from main views, and set them active in the navbar
|
2020-09-03 10:54:15 +02:00 |
|
emeric
|
4a101f4fb7
|
Prevent prev/next song shortcut to trigger while in input element
|
2020-09-03 10:52:40 +02:00 |
|
emeric
|
64f476ceca
|
Can now download individual tracks
|
2020-09-02 19:46:15 +02:00 |
|
emeric
|
72763850bb
|
Applied correct style on artist name in the release view
|
2020-09-02 10:05:22 +02:00 |
|
emeric
|
59a32cdd02
|
Properly handle bad aritst/release URLs
|
2020-09-02 10:04:59 +02:00 |
|
emeric
|
52d5c3fee3
|
Downloads: set the last modifier date/time of the files to the current UTC time, no need to expose the actual date/time
|
2020-09-01 13:47:03 +02:00 |
|
emeric
|
b3f14153d2
|
Added some color transitions, ref #82
|
2020-09-01 13:42:17 +02:00 |
|
emeric
|
8a84a078be
|
Fixed regression on recommendation engine
|
2020-08-31 14:15:10 +02:00 |
|
emeric
|
ea317b62ed
|
Upgraded travis CI os
|
2020-08-30 18:40:52 +02:00 |
|
emeric
|
a55e69be29
|
Removed useless log
|
2020-08-30 18:40:10 +02:00 |
|
emeric
|
f44f7d7ca5
|
Zipper: added an overflow check to make sure to produce a valid zip (next step is to implement zip64)
|
2020-08-30 15:58:06 +02:00 |
|
emeric
|
093c36f257
|
Zipper: fixed bug that corrupted filenames
|
2020-08-30 15:29:03 +02:00 |
|
emeric
|
c9aed37fc2
|
Zipper: now computeing crc32 on the fly during zip creation
|
2020-08-30 15:13:46 +02:00 |
|
emeric
|
cd25f6ee1c
|
Merge branch 'develop' into zipper
|
2020-08-30 13:54:59 +02:00 |
|
emeric
|
e96727a94d
|
Removed not that beautiful progressbar animations. fixes #90
|
2020-08-28 00:00:08 +02:00 |
|
emeric
|
d652a6791f
|
Zipper: fixed UTF-8 encoded names
|
2020-08-27 13:44:16 +02:00 |
|
emeric
|
a785847b9c
|
[WIP] Zipper to download artists/releases, ref #37
|
2020-08-27 13:31:25 +02:00 |
|
emeric
|
5e37ec865a
|
Force next scan to full rescan database due to better cover detection. ref #89
|
2020-08-24 14:08:04 +02:00 |
|
emeric
|
d30283eee5
|
Detect embedded M4A cover arts. fixes #89
|
2020-08-24 11:06:31 +02:00 |
|
emeric
|
bd7561af8e
|
Changed the way services are handled
|
2020-08-22 15:20:18 +02:00 |
|
emeric
|
9fbbca97a4
|
Made av libs private to liblmsav
|
2020-08-21 10:13:10 +02:00 |
|
emeric
|
bc87e16d08
|
Changed the add button to a contextual menu
|
2020-08-20 13:10:54 +02:00 |
|
emeric
|
09f5ea5b0f
|
Really fixed bad error handling when transcoding. fixes #75
|
2020-08-18 12:49:37 +02:00 |
|
emeric
|
06b429da78
|
Really prevent space bar from toggling play/pause when in input
|
2020-08-16 17:14:22 +02:00 |
|
emeric
|
02c663debe
|
Prevent space bar to toggle play/pause
|
2020-08-15 17:16:30 +02:00 |
|
emeric
|
cb0fe96e4a
|
Fixed bad error handling when transcoding. fixes #75
|
2020-08-14 11:51:03 +02:00 |
|
emeric
|
2ba1bb3c79
|
Fixed crashes during infinite scrolling, ref #83
|
2020-08-11 13:20:39 +02:00 |
|
emeric
|
10abee4d16
|
Added shortcuts to play prev/next songs. fixes #85
|
2020-08-10 14:17:54 +02:00 |
|
emeric
|
f342ad3155
|
Made the space key to toggle play/pause. ref #85
|
2020-08-10 13:48:23 +02:00 |
|
emeric
|
6b4e17931e
|
Early quit when no space left on device
|
2020-08-10 10:24:07 +02:00 |
|
emeric
|
0ca0b9e66f
|
Fixed stats when checking for missing files
|
2020-07-26 20:42:59 +02:00 |
|
emeric
|
8f236c16ca
|
Added more details during scan. fixed #32
|
2020-07-25 16:42:02 +02:00 |
|
emeric
|
d0826daa41
|
Can now interrupt/relaunch scan + scan force from the web interface. ref #32
|
2020-07-25 14:58:02 +02:00 |
|
emeric
|
36ccd62a84
|
Replaced show-more button by infinite scrolling. fixes #83
|
2020-07-24 14:32:26 +02:00 |
|
emeric
|
7de423298e
|
Merge branch 'patch-2' of https://github.com/PhoenixDiscord/lms into develop
|
2020-07-23 19:21:04 +02:00 |
|
LCD
|
3f2eca38df
|
fixed the blank page issue
|
2020-07-22 16:40:40 +02:00 |
|
emeric
|
10369fdfee
|
Subsonic API: fixed recently added releases
|
2020-07-14 12:23:43 +02:00 |
|
emeric
|
73031a33bb
|
Subsonic API: fixed playlist update. fixes #80
|
2020-07-14 12:18:45 +02:00 |
|