Thanks.
I've updated my config.json file to add the the exclusions, as below:
However, when I re-run the analysis, I can't see any difference - i.e. no logging of Excluded Genres or anything like that. As such, as there are still a handful of tracks for which the Essentia analysis fails, it's difficult for me to be sure if it's had an effect or not.
(BTW - I just refreshed the lib folder again for this - but maybe I needed more?)
If it's a simple question, I was just wondering what the following logging is about:
It appears to be selecting a sample of my library to determine a style. I'm just curious as to what this is for?
I've updated my config.json file to add the the exclusions, as below:
Code:
{ "paths":{ "db":"M:\\My Music\\MusicSimilarity\\db", "local":"M:\\My Music\\FLAC" }, "essentia": { "enabled": true, "highlevel": false, "bpm": 50, "loudness": 0.5, "filterkey": true, "filterattrib": true, "weight": 0.0 }, "minduration":30, "maxduration":1800, "excludegenres":[ "Audiobook","Children's","Language Course","Meditative","Opera","Pronunciation Guide","Vocal","Other" ] }
(BTW - I just refreshed the lib folder again for this - but maybe I needed more?)
If it's a simple question, I was just wondering what the following logging is about:
Code:
2022-01-09 17:54:11 D Numtracks = 30962 2022-01-09 17:54:14 D Choosing 6 Indie track(s) 2022-01-09 17:54:14 D Choosing 5 Rock track(s) 2022-01-09 17:54:14 D Choosing 3 Electronic track(s) 2022-01-09 17:54:15 D Choosing 3 Pop track(s) 2022-01-09 17:54:15 D Choosing 2 Soundtrack track(s) 2022-01-09 17:54:15 D Choosing 1 Classical track(s) 2022-01-09 17:54:15 D Choosing 1 Progressive Rock track(s) 2022-01-09 17:54:15 D Choosing 1 Jazz track(s) 2022-01-09 17:54:16 D Choosing 1 Unknown track(s) 2022-01-09 17:54:16 D Choosing 1 Folk-Rock track(s) 2022-01-09 17:54:16 D Choosing 1 Easy Listening track(s) 2022-01-09 17:54:16 D Choosing 1 Alternative track(s) 2022-01-09 17:54:16 D Choosing 1 Hip-Hop track(s) 2022-01-09 17:54:16 D Choosing 1 Folk track(s) 2022-01-09 17:54:17 D Choosing 1 Christmas track(s) 2022-01-09 17:54:17 D Choosing 1 Children's;Soundtrack track(s) 2022-01-09 17:54:17 D Choosing 1 Rock; Soundtrack track(s) 2022-01-09 17:54:17 D Choosing 1 Ambient track(s) 2022-01-09 17:54:17 D Choosing 1 None track(s) 2022-01-09 17:54:18 D Choosing another 968 tracks from DB 2022-01-09 17:54:18 D Using subset (1000 of 30962) for setmusicstyle (chosen from meta db) 2022-01-09 17:56:37 I Added 30962 tracks
Comment