June 24, 20197 yr Hello, I'm trying to delete all my playlists(because I got 360k of them) and also want to be able to import/export db of viewed tv shows and movies. I get the error in the attached file. I got unRAID 6.6.7 and Plexmediaserver/(linuxserver.io) docker. So my question is how do I install sqlite in unraid\plex? This is the guide I've been following > https://github.com/croneter/PlexKodiConnect/wiki/How-to-automatically-delete-playlists If someone could take the time to make a post and explain abit of it to me, it'd be appreciated. I read that it may be corrupted(is this why it times out?). Please explain either way so I can check. Edit1: Updated to 6.7.1 and got this error : Traceback (most recent call last): File "delete.py", line 8, in <module> import sqlite3 File "/usr/lib64/python3.6/sqlite3/__init__.py", line 23, in <module> from sqlite3.dbapi2 import * File "/usr/lib64/python3.6/sqlite3/dbapi2.py", line 27, in <module> from _sqlite3 import * ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory Edited June 24, 20197 yr by SkyHead
June 24, 20197 yr Latest unraid 6.7.1 does not include SQLLite. You will need to run that command from inside a Docker container or you can attempt to install SQLLite using NerdPack plugin. Some of the recent posts in this topic talk about it:
June 24, 20197 yr Author There is no SQLLite in NerdPack for me, I even have it updated too latest, but I restored 6.6.7. Do I need to run the python script in the docker? or did I misunderstand? root@x:/media/4K Shows# python delete.py bash: python: command not found root@x:/media/4K Shows# python2.7 delete.py bash: python2.7: command not found root@x:/media/4K Shows# python3.6 delete.py bash: python3.6: command not found root@x:/media/4K Shows# How do I run a python script within the docker? Edited June 24, 20197 yr by SkyHead
Archived
This topic is now archived and is closed to further replies.