scripts
scripts copied to clipboard
Ajki's scripts & guides
Update query used to not be dependent on 'deepAnalysisVersion' matching a specific version.
https://github.com/ajkis/scripts/blob/f100a230e21e50e2c1db3afbd4843ef2fe4825be/plex/plex-library-stats.sh#L79 since one of the last server updates, this also needs `and part.extra_data not like '%deepAnalysisVersion=3%' `
I've been using plex stats to see I have media missing analysis information. Even after I run both analyze scripts, it shows the same amount of objects missing data. Am...
The variable name is incorrect as per title, checkfilepath. It is called in the script as CHECKFILE. By changing this, the script works correctly. Mount path and CHECKFILE are concatenated...
The code `if [[ -f "$MPOINT/$CHECKFILE" ]]; then` should be written as `if [[ -f "$MPOINT/$CHECKFILEPATH" ]]; then`
adds ability to see movies files split by periods (.) versus just spaces and parenthesis. Tested with previously acceptable filename formats as well as `Movie.Title.0000.*` formats
Changed logging of some items to include timestamps. Checkfilepath and checkfile didn't align in the script so checks failed. Added rclone binary path variable as it couldn't be relied on...
Hello, do you know if is there the possibility to add in logs also the name of the file it has been uploaded in this line? echo "$(date "+%d.%m.%Y %T")...
Getting some strange errors when running this script. Seems to work fine on TV shows but not on movies. `files2folders.py: movie: /share/plexmedia/plexmedia/Movies/Boy, The (2016).mkv -> /share/plexmedia/plexmedia/Movies/Boy, The (2016)/Boy, The (2016).mkv...
Download & Install Virtualbox host: https://www.virtualbox.org/wiki/Downloads Download Alpine Linux Standard: https://www.alpinelinux.org/downloads/ Open Virtualbox and create new virtual machine: > Type: Linux > Version: Other Linux (64 bit) > Base Memory...