scripts
scripts copied to clipboard
Ajki's scripts & guides
Hello, just a question. I have my library on gdrive mounted with rclone. Do you think running plex-analyze.cli i can get bans? Does it work only locally on DB or...
Before creating new rclone crypt make sure you have rclone remote ( Amazon Drive, Google Drive etc...) To create rclone remote type: `rclone config ` Press **n** for New Remote...
Hi, i have some questions about script in object. I have to run first plexgeneratefolderlist and second plexrefreshfolderlist. This should tell plex to scan only new folder. Right? But what...
my plex server is running inside the linuxserver docker container. my first question is, if it would be better for my performance to run it directly on my server? and...
@ajkis I know you are in the process of converting to a single solution of Rclone for mount and encryption (Crypt). I have been using Rclone Crypt for a while...
plex-analyzedeeply.cli line #13 is cut off `c.execute('select meta.id from metadata_items meta join media_items media on media.metadata_item_id = meta.id join media_parts part on part.media_item_id = media.id where part.extra_data not like "%deepAnalysisVersion=2%"...
1.) I noticed that your script initiates 2 requests: first to analyze, and then secondly to refresh the metadata. Why do the metadata refresh afterwards... is there any benefit? 2.)...