Hello everyone.
I’m working on a metadata agent, and have pretty much everything working. However, I would like to explicitly define the length of tv show episodes, rather than Plex trying to figure it out from the file itself. I have seen several agents use episode.duration, but I cannot get this to work. When I define it and Log(episode.duration), it seems to have the information, but it is not being presented in Plex (the actual time is still displayed).
Does anybody have any insight into episode.duration, and has anybody been able to get this to work?
Thanks!
Hi PartyMummy!
The only thing I can think of right now is that maybe the value you’re trying to set is not accepted because it’s not an integer?
duration<br />
An integer specifying the duration of the episode, in milliseconds.
Thanks for the reply. I have set it as an integer, but it still doesn’t respond. It works with metadata.duration (which also needs to be an integer), just not with episode.duration.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.