2021-06-10, 06:36
Backups are always a good idea, regardless of the add-on(s) you use.
(2021-06-10, 08:39)kidbizkit Wrote: yes it is, but it's a but hard to do this on an android tv.
though i have already did it
(2021-06-10, 11:15)kenmills Wrote: The Database Cleaner addon has the option to make a copy of the db before you run it
(2021-06-10, 11:47)black_eagle Wrote:Ahhhh. Gotcha, sorry I just use the built in SQLlite, so have no experience with MySQL for Kodi...(2021-06-10, 11:15)kenmills Wrote: The Database Cleaner addon has the option to make a copy of the db before you run it
Yep, but it can't back up MySQL/MariaDB databases either. It warns you to back them up manually in such instances. It creates a backup of SQLite db's by copying the file and appending a date and time to it. That's not possible for MySQL which needs to be exported via mysqldump.
(2021-06-10, 13:35)kenmills Wrote: Ahhhh. Gotcha, sorry I just use the built in SQLlite, so have no experience with MySQL for Kodi...
(2021-06-10, 19:54)ellega Wrote:(2021-06-10, 19:29)kenmills Wrote: OK got it. Fun fun :-)
Can someone test that the director films etc work with SQLite?
Thx!
You want someone to test the addon VDC with a fix ?
If I right I can do that but the addon VDC is not yet updated from github ?
(2016-04-30, 20:46)BatterPudding Wrote: The original repository currently only holds 5.4.0, and is left here purely for audit purposes; the latest version is now available from the following repo:Am I doing something horribly wrong, since i just get 404 from the above URL?
https://github.com/the-black-eagle/repos...-0.1.0.zip
(2021-06-11, 01:06)ExTechOp Wrote: Am I doing something horribly wrong, since i just get 404 from the above URL?
I believe that should take care of the problem.sql:DELETE FROM actor
WHERE NOT EXISTS (SELECT 1 FROM actor_link WHERE actor.actor_id = actor_link.actor_id)
AND NOT EXISTS (SELECT 1 FROM director_link WHERE actor.actor_id = director_link.actor_id)
AND NOT EXISTS (SELECT 1 FROM writer_link WHERE actor.actor_id = writer_link.actor_id)