v19 Video Database Cleaner add-on
FIXED with help of the 3 comments above. I should of really stopped and read them carefully.

I've been able to keep my comments in the advancedsettings.xml file. It depends on how they're formatted..

Like this:
Code:
<!-- <loglevel hide="true">0</loglevel> -->

As opposed to:
Code:
<!-- <subsdelayrange>240</subsdelayrange> <!-- Comment: Subtitle offset adjustment range -->

Where that has two opening comment blocks and only one closing. At least I think that's what was causing bad parsing of the advancedsettings.xml file by the plug.

Here's my new advancedsettings.xml file in full.

5minutes cleaning down to 3-5 seconds. Thank you.

Code:
<advancedsettings>
    <loglevel>0</loglevel>
    <!-- Comment: Disables logging -->
    <!-- <loglevel hide="true">0</loglevel> -->
    <playcountminimumpercent>95</playcountminimumpercent>
    <video>
        <cleanstrings>
            <regexp>\s\([^\d]+?\)|[^\)]+?$|-|\s{2}</regexp>
        </cleanstrings>
        <!-- Comment: Skip back time 15 s -->
        <timeseekforward>30</timeseekforward>
        <!-- Comment: Skip forward time 15 s -->
        <timeseekbackward>-30</timeseekbackward>
        <!-- Comment: Subtitle offset adjustment range -->
        <!-- <subsdelayrange>240</subsdelayrange> -->
    </video>
    <videolibrary>
        <!-- Comment: Also clean library during library update -->
        <cleanonupdate>false</cleanonupdate>
        <importwatchedstate>true</importwatchedstate>
        <!-- removes the "*All" items from the video library -->
        <!-- <hideallitems>true</hideallitems> -->
        <!-- hide empty series in the video library -->
        <hideemptyseries>true</hideemptyseries>
        <!-- number of recently added items. Defaults to 25 -->
        <recentlyaddeditems>20</recentlyaddeditems>
    </videolibrary>
    <videoscanner>
        <!-- Set to true to silently ignore errors while scanning videos. This prevents the er$ -->
        <ignoreerrors>false</ignoreerrors>
    </videoscanner>
</advancedsettings>
<!--
HELP:
Commands:
Addons                ActivateWindow(videos,addons,return)
Playlists            ActivateWindow(videos,playlists,return)
Video Files            ActivateWindow(10025,sources://video)
Main Library        ActivateWindow(videos,root)
-->
Reply


Messages In This Thread
RE: Database Pre-Wash Scrub - remove old junk links and privacy issues - by stephen147 - 2017-09-13, 10:39
MySQL - missing "port" query - by Bmn2016 - 2017-09-22, 17:56
RE: Video Database Cleaner add-on - by Klojum - 2021-06-09, 20:52
RE: Video Database Cleaner add-on - by Klojum - 2021-06-09, 21:21
RE: Video Database Cleaner add-on - by Klojum - 2021-06-09, 21:27
RE: Video Database Cleaner add-on - by Klojum - 2022-04-21, 14:12
RE: Video Database Cleaner add-on - by biojo - 2022-04-21, 22:57
RE: Video Database Cleaner add-on - by Klojum - 2022-09-02, 20:40
RE: Video Database Cleaner add-on - by rafikW - 2023-02-16, 01:18
RE: Video Database Cleaner add-on - by Klojum - 2023-01-15, 23:43
RE: Video Database Cleaner add-on - by Klojum - 2023-01-28, 23:16
Logout Mark Read Team Forum Stats Members Help
Video Database Cleaner add-on5