Commit Graph
32 Commits
Author SHA1 Message Date
emeric fab0823296 Removed unnecessary include 2022-11-22 22:40:08 +01:00
emeric 2b7d3bfaf4 Added a message box to display some track information. closes #276 2022-11-21 21:04:23 +01:00
emeric 56e9b4f787 Better handle badly tagged multi-discs releases 2022-09-04 21:14:48 +02:00
emeric 31fe884c6d Fixed 32bits build 2022-08-21 14:18:16 +02:00
emeric 1fb838c8d0 Subonsic API: added estimateContentLength parameter support for stream endpoint. fixes #244 2022-08-20 14:56:16 +02:00
Ben 12f57d5dce fix: av_guess_format interface has changed with 5.0 2022-02-24 19:17:15 +01:00
emeric 24d239f1e7 Added WavPack support. fixes #195 2022-01-31 20:18:41 +01:00
emeric 5acb5e4f73 WIP 2021-09-26 14:47:24 +02:00
emeric 43fcb2a0d7 Fixes clang build 2021-09-24 20:24:00 +02:00
emeric 444d4af3c6 Escape special characters for like sql searches 2021-05-02 15:10:32 +02:00
emeric 05f0213a9f Do not crash when transcoding a non existing file (regression from eea27b8), fixes #141 2021-04-17 15:00:14 +02:00
emeric 6c15eafee1 Review from CodeFactor 2020-12-12 15:18:37 +01:00
emeric eea27b86f0 Switched from sync transcoder to async transcoder 2020-12-12 14:43:33 +01:00
emeric 8520ca5c0f Added some travis ci target + corrected some warnings 2020-10-31 22:33:01 +01: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 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 cb0fe96e4a Fixed bad error handling when transcoding. fixes #75 2020-08-14 11:51:03 +02:00
emeric 30a037d5b0 Clean second pass 2020-07-06 12:20:40 +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 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 4e998fd507 Fixed bad permission access that caused an application loop 2020-05-20 23:17:30 +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 8a09aa4e01 Trying to find std::filesystem using cmake 2020-03-29 18:41:26 +02: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 c1da3c5397 Isolate Audio file resource request handler to ease reuse. ref #36 2020-03-07 21:49:28 +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
emeric 15e53caa2d Split the lib in smaller libs to ease unit tests 2020-02-13 18:04:35 +01:00