Commit Graph
57 Commits
Author SHA1 Message Date
emeric e274c0ca89 Split the utils file 2020-02-08 17:44:12 +01:00
emeric 52a0f62491 Sanitize MBID usage: do not trust MBID coming from files' metadata 2020-02-08 12:38:28 +01:00
emeric 85129d4a40 WIP, first working genetic algorithm to train the neural network 2019-11-29 13:24:03 +01:00
emeric c2ee50ab70 Restored similarity dumps in the similarity tool 2019-11-20 13:47:11 +01:00
emeric 4ab91aea44 Improved the tag based similarity results 2019-10-22 12:47:25 +02:00
emeric 2c5917235a Upgraded code to switch to C++17. Tested on Debian Buster 2019-09-10 13:07:06 +02:00
emeric 38ce2600d2 Rework DB session + transactions. Now can handle multiple read only transactions in parallel 2019-07-16 13:17:23 +02:00
emeric ea3e453aa1 Improved response time of database queries 2019-07-03 13:32:02 +02:00
emeric ef648d5cb6 Subsonic API: added star support 2019-06-16 15:11:42 +02:00
emeric 3aa6edd74f Added Album Artist support 2019-05-15 13:15:18 +02:00
emeric 3ee937a409 API Subsonic: better support, added genre 2019-04-03 23:53:41 +02:00
emeric ab2ed24f75 API Subsonic: first working version, still WIP (missing commands, no authentication) 2019-04-01 13:57:14 +02:00
emeric 202d447422 Added multi artists support 2019-03-18 13:54:13 +01:00
emeric 9538aa9de9 Merge branch 'develop' into multi-artists 2019-03-10 14:22:01 +01:00
emeric e609b239f3 Do not lock the database while retrieving all the track features 2019-03-10 14:13:59 +01:00
emeric 4d01a1e996 WIP 2019-03-10 13:49:51 +01:00
emeric 45b4468c01 Refactored the inputvector part of the som implementation 2019-03-08 15:46:29 +01:00
emeric 6fcb693261 Reorganized sources, better accuracy for similarities based on features 2019-02-05 14:08:46 +01:00
emeric 3e142b5507 [WIP] Added Artist/ReleaseInfo 2019-01-23 13:22:43 +01:00
emeric 995be9470d Fixed bad cluster scan on track update 2018-09-26 22:44:52 +02:00
emeric 87f1f1a13d Removed orphan items after scan, make multi tag values work again 2018-09-24 12:56:36 +02:00
emeric f5f6136159 Add copyright/copyrightURL support and display it in the release view 2018-09-21 14:00:15 +02:00
emeric dcf8e3df42 Added Tracks information panel 2018-09-11 13:09:47 +02:00
emeric a7e279ce42 Added an played tracklist 2018-08-03 14:01:56 +02:00
emeric da2e2148cf Added most played artists feature 2018-06-05 13:18:55 +02:00
emeric a087f470a7 Add a scan version field for each scanned track 2018-05-24 14:08:13 +02:00
emeric 97a630ce7f Split Cluster and Track in order to reduce compile dependencies 2018-05-18 13:50:05 +02:00
emeric 8f459e03a2 Fix regression when displaying tags of a track 2018-05-17 23:40:52 +02:00
emeric a4788320a6 Adding tags in the tracks view 2018-05-17 13:45:22 +02:00
emeric 9a44fb838d Reduce database include dependencies 2018-05-16 13:47:00 +02:00
emeric 87c2f2936f Added interactions for clusters/filters 2018-05-07 14:04:03 +02:00
emeric 057ea3ab4e Better handling of date/year in tags 2018-04-25 13:45:01 +02:00
emeric 9cb4918f44 Upgrade from Wt3 to Wt4 2018-04-16 16:56:51 +02:00
emeric c0c5273e92 Remove orphaned cluster types 2018-03-04 15:34:33 +01:00
emeric 9cf89893e0 Prepare multi cluster tag parsing 2018-03-01 22:20:53 +01:00
emeric aa54b5b599 Added a play/add all on tracks view 2018-02-25 08:57:05 +01:00
emeric 18a446a0a2 Remove special None handling and video 2018-02-10 16:30:19 +01:00
emeric cea01d06b7 Make filters really work 2018-02-05 13:39:45 +01:00
emeric 6591006fcc New UI: first step 2018-01-28 14:15:50 +01:00
emeric b1b139ffcc [DB] Reworked feature extraction 2016-05-23 20:06:46 +02:00
emeric 200d905d32 [DB] Minor signature change 2016-05-02 20:39:49 +02:00
emeric 6f973096f3 [DB] Switched from ffmpeg to TagLib in order to get tags 2016-05-02 19:58:27 +02:00
emeric 2975d87889 [DB] Generalized Genre to Cluster 2016-04-28 21:51:56 +02:00
emeric 5b00229978 [DB] Experimental debug version of track clustering 2016-04-28 12:38:30 +02:00
emeric 7723d461a5 [DB] Some code refactoring 2016-04-15 23:43:59 +02:00
emeric f8c808433f [UI/MOBILE] WIP on internal path support 2016-03-06 00:44:24 +01:00
emeric b9a7707849 [DB] Added detection for duplicated audio files (mbid or checksum) 2016-02-01 20:48:58 +01:00
emeric 3fdc25572a [UI/MOBILE] Display disc number only if necessary 2015-11-22 22:45:13 +01:00
epoupon 0aa0aaab1a Reducing scope of transactions 2015-10-08 12:44:28 +02:00
epoupon 23aa00a999 [Image] Improved cover art handling 2015-09-18 18:20:37 +02:00