I recently updated to Plex Pass to use Plex Intros, but I have some doubts:
How can I check for which and how many files there are intros?
How do I rescan an entire library to find new intros?
I recently updated to Plex Pass to use Plex Intros, but I have some doubts:
How can I check for which and how many files there are intros?
How do I rescan an entire library to find new intros?
I don’t think there’s an easy “show me all items for which intros have been detected (or not)” filter.
You can see if intro / credit markers have been set in the extended details of a file (Get Info > View XML), e.g.
<MediaContainer ...>
...
<Marker final="1" id="33659" type="credits" startTimeOffset="1229878" endTimeOffset="1255420">
<Attributes id="33659" version="4"/>
</Marker>
<Marker id="33659" type="intro" startTimeOffset="233734" endTimeOffset="258089">
<Attributes id="33659"/>
</Marker> ...
</MediaContainer>
You can configure when Plex should scan for intros (e.g. when a new file is added to a season, during maintenance…) or trigger it by analyzing the show/season.
https://support.plex.tv/articles/skip-content/
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.