Benjamin Brisson
Benjamin Brisson
We need code working within Json then working with local Json file so it benefits everybody. I unfortunately don't use Plex anymore, so don't reproduce libraries, and so need the...
Without Jason it works With Jason it gives "foldername + channel id" in the name. When you remove the Json file and rescan (after Plex dance), does it changes anything?...
It does but depends the extension, try txt
Plex forum YouTube thread would be more adequate for the question. The agent setting allow to put the API key. Install another agent. If it doesn't work neither it's a...
Lambda should run as secondary agent and update metadata from local information. Series need to be matched by primary agent for secondary agent to be called (unless code is changed...
If it is a primary agent, there is no longer meta gathered to be backed up, there is no unique I'd generated so if I create one then the metadata...
Before re-writing the code completely, for something that works for other people, I would need: - Plex Media Server/Logs/PMS Plugin Logs/com.plexapp.system.log (show why the agent cannot launch) - Plex Media...
Lambda updates whichever side is empty between Plex and local sides, and use the agent setting for source in case of conflicts It is running and saying the fields are...
I will focus first on backed-up collections not restoring issue for now Settings: ``` 2021-01-09 14:42:10,854 (7fab8f9bdf40) : INFO (__init__:267) - [X] Prefs['collection_poster'] = 'show-poster.ext' , default = 'Ignored' 2021-01-09...
@Hakujou You have left the default option, 'collection_folder' at library root: `[X] Prefs['collection_folder'] = 'root'` That is indeed the folder created [/mnt/media/Animes/_Collections/] for the collection information According line 651 of...