Ajki

Results 43 comments of Ajki

Any updates on this issue ?

Yup thats the problem, but old acd version is so slow for browsing files compared to new one its just ... I think something got borked with that db optimization.

It checks in DB what files are missing analyzation then triggers plex scanner on those files. I suggest you use plexstats script to see how many files need analyzation.

All those files missing analyzation will give you an error when you press play.

In this line no, but rclone log does have all upload files listed.

You could just read the folder before rclone start eg FileList=$(find "/my upload path/" -type f -mmin +15) and then after rclone finish just print it out in same log...

That can be a problem, i made a lot of changes in the script now to check for files now https://github.com/ajkis/scripts/blob/master/plex/plexupdatenewfolders.sh

If you want to be completely on safe side when it comes to scans then you should use my other 2 scripts First one will generate list of folders before...

`>Here is a small snippet that should do what you're after. If you search for files and strip dirname you will need to generate new array and remove duplicates, since...

@hjone72 yes I agree and i made scripts for that kind of refresh eg it will only scan exact folders you uploaded: https://github.com/ajkis/scripts/blob/master/plex/plexgeneratefolderlist https://github.com/ajkis/scripts/blob/master/plex/plexrefreshfolderlist