Commit Graph
67 Commits
Author SHA1 Message Date
emeric 30a037d5b0 Clean second pass 2020-07-06 12:20: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
emeric 718d2ee6d7 Made Audinaut work. fixes #76 2020-07-03 21:03:16 +02:00
emeric b2863e927c Scan files which extensions is not lowercase 2020-07-03 10:03:26 +02:00
Tazio Ceri f8fb64b5e4 Implemented PAM authentication 2020-06-28 23:49:16 +02:00
Tazio Ceri 22eae833f8 Improved build system to check compile time dependencies 2020-06-28 22:52:41 +02:00
emeric 8a38d130da Handled preferred cover file names (same as track's filename, then cover, then front). fixes #71 2020-06-26 10:56:04 +02:00
emeric 6546f44cb2 Force rescan for Better detection of embedded covers for vorbis/opus ogg files. ref #71 2020-06-25 16:36:07 +02:00
emeric a01b8f28af Better detection of embedded covers for vorbis/opus ogg files. ref #71 2020-06-25 15:41:14 +02:00
emeric a293273940 Bring some more diversity in the radio mode when using tags 2020-06-23 11:26:48 +02:00
emeric 03446188ba Subsonic API: do not report numeric values as strings 2020-06-21 14:25:23 +02:00
emeric 73acd65bb3 Subsonic API: added the getScanStatus and startScan commands. fixes #62 2020-06-20 14:31:53 +02:00
emeric fe827d2f59 Added minor utility func 2020-05-21 09:21:40 +02:00
emeric 4e998fd507 Fixed bad permission access that caused an application loop 2020-05-20 23:17:30 +02:00
emeric 39081a7646 Various fixe 2020-05-19 12:19:58 +02:00
emeric 0655e75d7e Now diplaying albums in grid mode 2020-05-18 18:12:35 +02:00
emeric 381075d49d Minor cleanup 2020-05-16 13:54:57 +02:00
emeric 6523ce48a2 Fixed search for artists 2020-05-12 17:23:56 +02:00
emeric b0c6aa746c Added disc subtitles support. Fixes #56 2020-05-11 18:38:28 +02:00
emeric 74fc4e058e New UI layout and UI improvements. Fixes #50 2020-05-10 13:11:43 +02:00
emeric 8277b9c82b Corrected typo. fixes #53 2020-05-02 20:46:18 +02:00
emeric e69c4038ac Add a hint for files that are going to be transcoded. ref #53 2020-05-02 16:03:29 +02:00
emeric 9edad1314e Use the last modified file attribute in order to display recently added items. fixes #51 2020-05-02 14:34:40 +02:00
emeric 6c1a7863eb Recycled the default cover cache to cache any cover (cache is still small to fit on devices that have small RAM constraints) 2020-04-27 14:58:12 +02:00
emeric f41b6c38a7 WIP replaygain support 2020-04-25 14:39:49 +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 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 8d8d778e47 Ignore warnings from coders when loading cover images. fixes #48 2020-04-10 16:40:58 +02:00
emeric e17b2333ac Use synchronous mode since WAL is used 2020-04-10 16:01:14 +02:00
emeric e3ffd2361f Restored metadata on files get via subsonic API. fixes #47 2020-04-10 09:33:05 +02:00
emeric 06f9673b28 Sort artists using sortname tag + search by name also in this tag. Fixes #44 2020-04-04 15:34:26 +02:00
emeric 5d07dcbc3b Handle sorting method for artists 2020-04-04 14:47:39 +02:00
emeric 2bd4fb8c78 WIP 2020-04-02 20:54:31 +02:00
emeric 5e8e46e77f Force optimizing the database in case of crash/forced exit during scan 2020-04-01 13:50:29 +02:00
emeric eb20ade14d Added an option to set the deployment path. Fixes #41 2020-03-29 20:07:52 +02:00
emeric 8a09aa4e01 Trying to find std::filesystem using cmake 2020-03-29 18:41:26 +02:00
emeric d8fa47c949 Added missing includes. ref #42 2020-03-29 14:20:29 +02:00
emeric f5034e1e7b Fix some compilation warnings 2020-03-29 14:16:58 +02:00
emeric 2c9952b8b7 Switching from ImageMagick++ to GraphicsMagick++ to ease compatibility with wt4. ref #42 2020-03-28 20:09:57 +01:00
emeric bd6a08facb WMA: better metadata parsing. fixes #40 2020-03-23 20:16:12 +01:00
emeric a40c05ec6b Always storing MBID in lowercase to avoid silly duplicates 2020-03-23 18:06:39 +01:00
emeric 5ab16ee821 Silented warning/error 2020-03-09 12:52:36 +01:00
emeric 7d5654cb7d Subsonic API: do not use ffmpeg to remux the files when transcoding is off. fixes #36 2020-03-08 17:03:49 +01:00
emeric e1755342a4 Fixed memleak at exit 2020-03-08 16:56:23 +01:00
emeric c1da3c5397 Isolate Audio file resource request handler to ease reuse. ref #36 2020-03-07 21:49:28 +01:00
emeric 6ce0d155f6 Now delevering the raw file when transcoding is not enabled (no more remux done via fmmpeg). Fixes #28, Ref #36 2020-03-07 17:50:03 +01:00
emeric ffbb07f295 Make the ipod format output compatible with non seekable output stream (pipe).#36 2020-03-04 13:15:39 +01:00