Closed rantanlan closed 1 year ago
The only reason I can see that this would happen is something in the configuration that is pointing the music MySQL connection to your video database. I need to see a section of the debug log which shows the connection strings when the addon starts. It prints the connection strings to the debug log.
The debug lines will start with:
KS Cleaner parse:
followed by the connection type, host name, port number and type information. I am mainly interested in the connection type, hostname and port.
I dug around more in the code and I believe I found the issue with user defined names in the music database section. Can you try this test release with the fix ?
script starts up fine now! thanks :)
Great. Thanks for reporting the issue.
Hey,
just gave your script a try and it is failing...
with the default settings it won't find my mariadb, "missing myvideos119" I have no explicit naming in the advancedsettings.xml If I'll override it in the plugin settings with "MyVideos119" and "MyMusic82" it connects but throw the following error.
Currently running 19.5 on windows and linux with a shared mariadb... not sure why is it searching for an album table in the video section... (I currently have an empty music library)