scripts icon indicating copy to clipboard operation
scripts copied to clipboard

Ajki's scripts & guides

Results 37 scripts issues
Sort by recently updated
recently updated
newest added

I got this issue when i try to run the new script for rclone mount. Any idea ? ./rclone-mount-check.sh: line 51: [: : integer expression expected ``` echo "($wi) Waiting...

When registering the rclone-mount.service I get this: > The unit files have no installation config (WantedBy, RequiredBy, Also, Alias > settings in the [Install] section, and DefaultInstance for template units)....

I get this error: 2017/05/01 08:47:01 ERROR : tmp/2017-05-01_08-44-01-plex.list: File.Open failed: open for read: bad response: 404: 404 Not Found 2017/05/01 08:48:02 ERROR : tmp/2017-05-01_08-44-01-plex.list: File.Open failed: open for read:...

In my Google Drive the folder Modified date isnt changing but the file is. I can change the depth to 3 and I can grab the changed file that way...

Please dont use absolute homefolders in your scripts. "/home/plex/.cache" https://github.com/ajkis/scripts/blob/master/plex/plexgeneratefolderlist.sh

May have already been mentioned but how to manage the dir-cache-time with the script plexupdatenew.cron By default, the folder cache time is set to 5 min. The trigger time (CRON...

i can run copyspeedtest and it shows ~10MB/s but if I delete the saved file and redo it then i get ~130MB/s suggesting it is cached somewhere. The first download...

From experience running plex / rclone on kubernetes you should make sure that you run nice when running rclone (especially with encrypted volumes): nice -n -10 rclone mount (etc....)

Renamed plex-analyze.cli to plex-analyze-cli.py. Usage of reanalyzeItem.sh. This version of plex-analyze-cli.py calls for analysis on multiple files at a time letting Plex handle them. This improves speed.

Just trying to understand under what circumstances the normal Plex Server processes (Scan/Refresh and Scheduled Tasks) don't perform these functions automatically resulting in the need to manually perform them via...