1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

automatic clean library

there is zero(0) promises that any of the requests will be fulfilled or even looked at
Post Reply
Ruler18
Posts: 3
Joined: 07 Dec 2015, 22:45

automatic clean library

Post by Ruler18 »

Is there a way that the client automatically clean the library from time to time (I'm using MySQL shared library on my NAS)? This would be a nice feature for users who delete files from time to time and don't want to manually start the clean process every time.

Thank you
toastie
Posts: 5
Joined: 15 Nov 2017, 14:14

Re: automatic clean library

Post by toastie »

I totally agree on that topic. I'm using a Synology NAS with MySQL database and since I use a DS213 with 2 disks and lilmited space i often have to delete files from the NAS.
On Kodi there is a plugin which is called Watchdog (http://kodi.wiki/view/add-on:watchdog)

Is it maybe possible to integrate something like this in the future version so there would be no need to manually clean the libary? Or at least a function which cleans the library every hour?
KeyserSoze
Posts: 22
Joined: 13 Sep 2016, 17:37

Re: automatic clean library

Post by KeyserSoze »

While maybe not exactly what you are looking for there is a way to clean the database on startup of MrMC.

http://kodi.wiki/view/Advancedsettings.xml

Turn on Update on startup in the MrMC settings (I don't remember exactly where that is) and make an advancedsettings.xml file and place that in your MrMC profile directory on your device (You can do this with File Manager in MrMC). I also wish this was a GUI setting but it is not because it can have large ramifications if your networked library is not available (it will remove every entry from your database).

Code: Select all

<advancedsettings>
  <videolibrary>
    <cleanonupdate>true</cleanonupdate>
  </videolibrary>
</advancedsettings>
Post Reply