Commit Graph
277 Commits
Author SHA1 Message Date
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 100d0f55a5 Added a way to create the admin account linked to the PAM backend password authentication. ref #65 2020-07-07 10:54:40 +02:00
emeric 50b0fd1cb8 Various fixes + refacto 2020-07-05 15:15:51 +02:00
emeric c67e54aead Merge branch 'master' of https://github.com/tazio/lms into tazio-pam-auth 2020-07-04 14:54:54 +02:00
Tazio Ceri 1ce6aa781e Review comments 2020-06-28 23:49:39 +02:00
Tazio Ceri f8fb64b5e4 Implemented PAM authentication 2020-06-28 23:49:16 +02:00
emeric 2ca3e6a237 Added some form elements + autocomplete attributes 2020-06-23 14:41:38 +02:00
emeric 790bc3bad1 removed no longer used stuff 2020-05-19 12:26:44 +02:00
emeric 0655e75d7e Now diplaying albums in grid mode 2020-05-18 18:12:35 +02:00
emeric 6df6779fd2 Set only two possible cover sizes, fixed some minor bugs 2020-05-17 13:43:38 +02:00
emeric da059e7bfc Removed the play/add buttons on artist/releases view to make the UI cleaner 2020-05-17 11:06:48 +02:00
emeric 2d8c350dea Added a link to music brainz for releaseS/artists 2020-05-15 14:12:36 +02:00
emeric 0f4e3270cf Remove quit message (actually quite annoying) 2020-05-13 19:56:33 +02:00
emeric fe032758e0 Fixed name 2020-05-13 14:17:23 +02:00
emeric 97526de1aa Added a tooltip to indicate when transcoding is active. fixes #55 2020-05-13 13:42:10 +02:00
emeric 956a08b092 Fixed size for covers 2020-05-12 14:35:03 +02:00
emeric 74fc4e058e New UI layout and UI improvements. Fixes #50 2020-05-10 13:11:43 +02:00
emeric c2e86b5e02 Fix french translation 2020-04-26 15:32:11 +02:00
emeric 907460ff47 Homogeneize settings stuff 2020-04-26 15:23:45 +02:00
emeric a2b85f7e6b ReplayGain: added a dedicated preamp gain for tracks that do not have RG info. ref #38 2020-04-26 14:57:33 +02:00
emeric 0de476c5d3 WIP replaygain support 2020-04-25 22:00:22 +02:00
emeric 4749fd7548 Added a new transcoding mode: transcode if and only if the format is not handled by the browser. Made the subsonic API configurable again in conf file. Moved the subsonic's artist list mode in the per-user settings page. fixes #46 2020-04-20 20:54:16 +02:00
emeric 7d8ec6ff1e First step: make the player handle both transcode and native audio streams 2020-04-19 14:59:39 +02:00
emeric d8d1935e57 Small Users view visual tweaks 2020-04-18 20:46:47 +02:00
emeric b00b7e8958 better layout on md devices 2020-04-18 11:41:57 +02:00
emeric 9a3dcbdcbf Subsonic API: Added an option to only list album artists. fixes #27 2020-04-17 23:36:34 +02:00
emeric 27320054e5 Made some more progress on theming 2020-04-17 17:37:26 +02:00
emeric 4f560fe015 Added a user setting to chose darkmode or not 2020-04-15 15:53:13 +02:00
emeric c339d929d5 Added covers for the playhistory view 2020-04-15 10:56:20 +02:00
emeric d4ff1e1a2d Added covers for the playqueue view 2020-04-14 21:40:07 +02:00
emeric 8d0a18d1ed Added covers for the tracks view 2020-04-14 21:32:44 +02:00
emeric 8f2c36ede9 Added a currently playing indicator in the tracks view 2020-04-14 21:09:26 +02:00
emeric 622d20afa8 Some more polish 2020-04-14 20:25:29 +02:00
emeric 2e660314a2 Some more btn polish 2020-04-14 09:43:59 +02:00
emeric 22d98bbb1a Added some more spaces around the player controls 2020-04-13 18:21:46 +02:00
emeric 036cef4510 Some more polish both flatly and darkly themes 2020-04-13 14:46:46 +02:00
emeric fa14586b64 Reworked CSS in order to isolate themable elements 2020-04-12 18:35:55 +02:00
emeric 284231ff92 Attempt to properly scan all the files during scan 2020-02-20 13:32:48 +01:00
emeric 428ab70d27 Attempt to check why some files are missing 2020-02-19 13:35:31 +01:00
emeric cfb8bbe2ce Reloading the recommendation engine once scan is complete 2020-02-15 16:22:28 +01:00
emeric d1bdaf6203 Started to restore clusters based recommendation engine 2020-02-15 15:52:39 +01:00
emeric 6950616466 Added a way to filter artist by type (album artist, track artist, all artits). Fixes #19 2020-01-22 21:31:11 +01:00
emeric 60701fe182 Added volume support in the audio player. Fixes #14 2020-01-19 16:02:31 +01:00
emeric e4e294aa92 Added duration in the audio player. Fixes #15 2020-01-14 13:57:14 +01:00
emeric 5478406553 Added track duration in various relevant place in the UI. #15 2020-01-08 13:34:42 +01:00
emeric e9673e44e3 Subsonic API: added support for the format parameter in the stream request (only format=raw is handled, otherwise, it is ignored).
Added Matroksa/Opus output to ease compatibility with old devices. Fixes #8
2019-11-10 14:54:03 +01:00
emeric 322f90dc93 Added a scan report button (Fixes #4), also fixed the regression about files being always rescanned even if no change has been made 2019-10-10 13:05:05 +02:00
emeric 174158aa63 Various UI small improvements (better error reporting in case of bad url, made the password change fields more explicit) 2019-10-06 18:59:13 +02:00
emeric add80a9f6c Now checking old password when the user wants to change it (and if he is authenticated using an auth token) 2019-08-12 13:36:53 +02:00