2025-07-04, 09:51 AM
(This post was last modified: 2025-07-04, 09:55 AM by StergiosBinopoulos. Edited 1 time in total.)
Hello, thanks for giving the plugin a try! The Scan Task is probably still running. You are most likely using version 0.2.1 or earlier and there is no way to check if the scan task is completed other than using something like:
and checking manually if there are vector files still created. On my machine this takes around 3 seconds per track.
Consider using version 0.3.1 instead. It uses C++ instead of python for the inference. The executable size is less than half of v0.2.1. The scan task is much faster, around 1 second per track and the playlist generation is around an order of magnitude faster, which matters if you have a large library. There is also a progress bar for the Scan Task.
Code:
sudo ls -latr /config/plugins/Jellyfin.Plugin.BetterMix/Deej-AI/Pickles
and checking manually if there are vector files still created. On my machine this takes around 3 seconds per track.
Consider using version 0.3.1 instead. It uses C++ instead of python for the inference. The executable size is less than half of v0.2.1. The scan task is much faster, around 1 second per track and the playlist generation is around an order of magnitude faster, which matters if you have a large library. There is also a progress bar for the Scan Task.