I am looking at the following: from an iphone video, auto populate as follows, Show Tile=Year, Season=Month, EpisodeNumber=HHMMSS EpisodeTitle=The rest of the filename. I may want to change it around or mess in some other way so I was hoping to play with the .py file, but canât!! ArghhhâŠ
OK, so I always run everything as a user (username User) and let windows 10 tell me if it needs admin rights and I put in the password when required (all for security). I am also never signed into plex (either server or user) as I run everything locally. I usually run uMatrix on my FF browser, but can test on Chrome and ME/IE.
So my plex client, that works fine, is running under account User, and your plugin works fine under account User unless I try to change anything. What is interesting is that in C:\Users\User\AppData\Local\Plex Media Server\Scanners\Series I can happily see the .py file but NO .pyc files. Also as I said if I change the .py file it stops working, but again no .pyc files.
Also the C:\Users\User\AppData\Local\Plex Media Server\Plug-ins\extendedpersonalmedia-agent.bundle\Contents\Code has NO .pyc files either.
So could this be a Plex / Windows User account issue? I have tried deleting the library, stopping plex, changing the .py and restarting but still no joy.
Even so I can change the Regex and it happily reads the changes to the .py and I can add any number of comments e.g. #Mystuff, but not a change to the actual code!!
Iâm using notepad++ and the Encoding is âUTF-8 without BOMâ, I assume that is correct?
OhâŠthis guy has written some code to auto pop Season Tiles, but I canât get it to work - I guess because I have not set my X-Plex-Token as I do not log into Plex. I think he has used some of your code or you some of his. Anyway this is the link.
github.com/jmichas/PlexTrainingVideoScannerAndAgent
Not sure if you would want to try it or not and if I have to log into plex I probably wonât use it.