6ce0d155f6
Now delevering the raw file when transcoding is not enabled (no more remux done via fmmpeg). Fixes#28, Ref #36emeric2020-03-07 17:50:03 +01:00
ffbb07f295
Make the ipod format output compatible with non seekable output stream (pipe).#36
emeric2020-03-04 13:15:39 +01:00
d24ee46f8f
As for tracks in albums, set multiple artists for each album, comma separated. Fixes#35emeric2020-03-02 18:50:03 +01:00
b16dafa7da
Added aac demuxer in docker image. Fixes#10emeric2019-12-19 23:02:32 +01:00
e0711861b5
Simplified the feature settings
emeric2019-12-15 14:29:44 +01:00
74a5f6389d
Added a cache for track features, made the crossover ratio configurable, now using a fitness proportional selection
emeric2019-12-03 13:47:48 +01:00
93cd3b6020
Made the number of samples per neuron configurable
emeric2019-11-29 13:37:41 +01:00
85129d4a40
WIP, first working genetic algorithm to train the neural network
emeric2019-11-29 13:24:03 +01:00
c2ee50ab70
Restored similarity dumps in the similarity tool
emeric2019-11-20 13:47:11 +01:00
6d69fc043b
Reworked the database session creation
emeric2019-11-20 12:58:44 +01:00
b69e0c0c3d
Split the LMS_LOG macro to work either with a ostream logger or a wt logger
emeric2019-11-19 18:14:23 +01:00
9259ec19e1
Merge branch 'develop' into features-training
emeric2019-11-18 13:11:06 +01:00
3fec59d404
Provide docker images. Fixes#3emeric2019-11-17 20:51:23 +01:00
7f5b6a9690
Bumped version to 3.2.0
emeric2019-11-12 22:07:32 +01:00
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#8emeric2019-11-10 14:52:37 +01:00
07eae9cf96
WIP, reworking features
emeric2019-11-08 13:34:07 +01:00
512dae2ad9
Removed implicit conversion from std::filesystem::file_time_type since it is broken in GCC9, fixes#7emeric2019-10-28 20:04:19 +01:00
d261b6a651
Moved service file into utils
emeric2019-10-28 20:01:23 +01:00
f3b8417caa
Moved service file into utils
emeric2019-10-28 16:32:40 +01:00
e507eafccd
Moved service file into utils
emeric2019-10-28 13:35:39 +01:00
a1e06282d6
Incremented the database version so that next rescan will force rescan to detect missing WMA covers
emeric2019-10-26 15:37:59 +02:00
55d9220ae4
Now correctly detects embedded WMA covers
emeric2019-10-26 15:27:47 +02:00
c9ffbd125c
Try to retrieve a cover file in the parent directory, fixes#6emeric2019-10-26 14:06:32 +02:00
2fa3663289
Reverted changes made on AM_INIT_AUTOMAKE to silent warnings, as it is not working on bionic (automake-1.16 used on buster is OK though) #5emeric2019-10-26 11:50:20 +02:00