Plex Scrobbler with new Plex TV Agent

I’ve noticed recently that some shows do not scrobble properly when the Plex server is using the new Plex TV Agent.

For example, Mythic Quest does not scrobble properly with the trakt webhook. I’ve taken a look to see if the webhook is passing on the correct IDs and it appears that there are some formatting differences passed onto the webhook payload when using the new Plex TV agent.

This is an example of the webhook payload that is sent with the old agent which properly scrobbles to trakt:

Metadata":{
  "librarySectionType":"show",
  "ratingKey":"104560",
  "key":"/library/metadata/104560",
  "parentRatingKey":"104558",
  "grandparentRatingKey":"104557",
  "guid":"com.plexapp.agents.thetvdb://362829/1/1?lang=en",
  "parentGuid":"com.plexapp.agents.thetvdb://362829/1?lang=en",
  "grandparentGuid":"com.plexapp.agents.thetvdb://362829?lang=en",
  "type":"episode",
  "title":"Pilot",
  "grandparentKey":"/library/metadata/104557",
  "parentKey":"/library/metadata/104558",
  "librarySectionTitle":"TV Shows",
  "librarySectionID":2,
  "librarySectionKey":"/library/sections/2",
  "grandparentTitle":"Mythic Quest",
  "parentTitle":"Season 1",
  "contentRating":"TV-MA",
  "summary":"As the hit video game Mythic Quest prepares to launch its newest update, creator Ian Grimm obsesses over a seemingly minor detail.",
  "index":1,
  "parentIndex":1,
  "viewCount":1,
  "lastViewedAt":1605071175,
  "year":2020,
  "thumb":"/library/metadata/104560/thumb/1620465313",
  "art":"/library/metadata/104557/art/1620465313",
  "parentThumb":"/library/metadata/104558/thumb/1590256581",
  "grandparentThumb":"/library/metadata/104557/thumb/1620465313",
  "grandparentArt":"/library/metadata/104557/art/1620465313",
  "grandparentTheme":"/library/metadata/104557/theme/1620465313",
  "originallyAvailableAt":"2020-02-07",
  "addedAt":1581053423,
  "updatedAt":1620465313,
  "Writer":[
     {
        "id":11342,
        "filter":"writer=11342",
        "tag":"Charlie Day"
     },
     {
        "id":11378,
        "filter":"writer=11378",
        "tag":"Megan Ganz"
     },
     {
        "id":11343,
        "filter":"writer=11343",
        "tag":"Rob McElhenney"
     }
  ]

And here is the payload when using the new Plex Agent, this one does not get scrobbled to Trakt:

"Metadata":{
      "librarySectionType":"show",
      "ratingKey":"104560",
      "key":"/library/metadata/104560",
      "parentRatingKey":"104558",
      "grandparentRatingKey":"104557",
      "guid":"plex://episode/5e16137d4e7a9b001ec08b37",
      "parentGuid":"plex://season/602e76a4de471d002d080f62",
      "grandparentGuid":"plex://show/5d9c0922170e24001f2af500",
      "type":"episode",
      "title":"Pilot",
      "grandparentKey":"/library/metadata/104557",
      "parentKey":"/library/metadata/104558",
      "librarySectionTitle":"TV Shows",
      "librarySectionID":2,
      "librarySectionKey":"/library/sections/2",
      "grandparentTitle":"Mythic Quest",
      "parentTitle":"Season 1",
      "contentRating":"TV-MA",
      "summary":"As the hit video game Mythic Quest prepares to launch its newest update, creator Ian Grimm obsesses over a seemingly minor detail.",
      "index":1,
      "parentIndex":1,
      "audienceRating":8.2,
      "viewCount":1,
      "lastViewedAt":1605071175,
      "parentYear":2020,
      "thumb":"/library/metadata/104560/thumb/1620367553",
      "art":"/library/metadata/104558/art/1620367553",
      "parentThumb":"/library/metadata/104558/thumb/1620367553",
      "grandparentThumb":"/library/metadata/104557/thumb/1620367553",
      "grandparentArt":"/library/metadata/104557/art/1620367553",
      "grandparentTheme":"/library/metadata/104557/theme/1620367553",
      "originallyAvailableAt":"2020-02-07",
      "addedAt":1581053423,
      "updatedAt":1620367553,
      "audienceRatingImage":"themoviedb://image.rating",
      "Director":[
         {
            "id":10293,
            "filter":"director=10293",
            "tag":"David Gordon Green"
         }
      ],
      "Writer":[
         {
            "id":11343,
            "filter":"writer=11343",
            "tag":"Rob McElhenney"
         },
         {
            "id":11378,
            "filter":"writer=11378",
            "tag":"Megan Ganz"
         },
         {
            "id":11342,
            "filter":"writer=11342",
            "tag":"Charlie Day"
         }
      ],
      "Guid":[
         {
            "id":"imdb://tt9719170"
         },
         {
            "id":"tmdb://1969147"
         },
         {
            "id":"tvdb://7501639"
         }
      ],
      "Role":[
         {
            "id":45959,
            "filter":"actor=45959",
            "tag":"Elisha Henig",
            "role":"Pootie Shoe",
            "thumb":"https://metadata-static.plex.tv/people/5d776c657a53e9001e741fe7.jpg"
         },
         {
            "id":95715,
            "filter":"actor=95715",
            "tag":"Naomi Ekperigin",
            "role":"Carol",
            "thumb":"https://metadata-static.plex.tv/people/5e164adf61c6140040d80b49.jpg"
         }
      ]
   }

I’m not sure the inner working of the Trakt scrobbler and how it parses the data, but it does look like the new TV agent uses a new “plex://episode” format in the metadata, however it also does pass imdb, tmdb and tvdb IDs seperately. Would it be possible to update the scrobbler so that it is compatible with the new agent? The weird thing is that most shows still do work with the new agent, i’ve just noticed a few that havent been working properly like Mythic Quest above or Invincible.

I’ll have a fix out later this week for the new Guid info it sends. It works on most shows since it’s falling back to a title based match for the show. In the case of Mythic Quest the issue is the title on Trakt is actually Mythic Quest: Raven's Banquet since that is what it was originally called on TVDB when we first imported it.

The fix will look up the Guid of the episode itself to identify the item.

1 Like

Still seeing this - with new agent a show like invincible doesn’t work at all

Has the fix gone out?

Also having this problem with Friends. It does scrobble, but it scrobbles the wrong show.

Here’s a Plex XML for debugging.

<MediaContainer size="1" allowSync="1" identifier="com.plexapp.plugins.library" librarySectionID="23" librarySectionTitle="TV Shows" librarySectionUUID="631d648e-fd2b-4f00-b6c3-7561b5bae8d6" mediaTagPrefix="/system/bundle/media/flags/" mediaTagVersion="1622556413">

<script/>

<Directory ratingKey="89895" key="/library/metadata/89895/children" guid="plex://show/5d9c086d2192ba001f3101c6" studio="Warner Bros. Television" type="show" title="Friends" librarySectionTitle="TV Shows" librarySectionID="23" librarySectionKey="/library/sections/23" contentRating="nl/6" summary="Ross Geller, Rachel Green, Monica Geller, Joey Tribbiani, Chandler Bing, and Phoebe Buffay are six 20 something year olds living in New York City. Over the course of 10 years and seasons, these friends go through family, love, drama, friendship, and comedy." index="1" rating="8.9" audienceRating="9.1" viewCount="1" lastViewedAt="1622836128" year="1994" tagline="You can never have enough Friends!" thumb="/library/metadata/89895/thumb/1622576923" art="/library/metadata/89895/art/1622576923" theme="/library/metadata/89895/theme/1622576923" duration="1500000" originallyAvailableAt="1994-09-22" leafCount="236" viewedLeafCount="1" childCount="10" addedAt="1501622560" updatedAt="1622576923" audienceRatingImage="thetvdb://image.rating" primaryExtraKey="/library/metadata/213622">

<Genre id="6" filter="genre=6" tag="Comedy"/>

<Genre id="15" filter="genre=15" tag="Drama"/>

<Genre id="1097" filter="genre=1097" tag="Romance"/>

<Guid id="imdb://tt0108778"/>

<Guid id="tmdb://1668"/>

<Guid id="tvdb://79168"/>

<Collection id="107473" filter="collection=107473" tag="Blu-ray"/>

<Collection id="102684" filter="collection=102684" tag="Top TV Shows"/>

<Collection id="102682" filter="collection=102682" tag="Sitcom"/>

<Role id="3640" filter="actor=3640" tag="Matthew Perry" role="Chandler Bing" thumb="https://metadata-static.plex.tv/people/5d77682ba091de001f2e6b03.jpg"/>

<Role id="3599" filter="actor=3599" tag="Matt LeBlanc" role="Joey Tribbiani" thumb="https://metadata-static.plex.tv/2/people/2a3da3e22175e4531ae4a9f6d6ee03e8.jpg"/>

<Role id="3639" filter="actor=3639" tag="Courteney Cox" role="Monica Geller" thumb="https://metadata-static.plex.tv/b/people/badbe15e7b753cabdf8bf609ff9f0a4d.jpg"/>

<Role id="3638" filter="actor=3638" tag="David Schwimmer" role="Ross Geller" thumb="https://metadata-static.plex.tv/people/5d776828961905001eb91aaf.jpg"/>

<Role id="3637" filter="actor=3637" tag="Jennifer Aniston" role="Rachel Green" thumb="https://metadata-static.plex.tv/8/people/88cbeb85c6920db9f5c41cf6209c7d0a.jpg"/>

<Role id="3641" filter="actor=3641" tag="Lisa Kudrow" role="Phoebe Buffay" thumb="https://metadata-static.plex.tv/c/people/c5acf5ada1f698f18d2a35580f8efbea.jpg"/>

<Role id="222807" filter="actor=222807" tag="James Michael Tyler" role="Gunther" thumb="https://metadata-static.plex.tv/8/people/837052fc33cc3950dd6dc00b9a48406c.jpg"/>

<Role id="18403" filter="actor=18403" tag="Elliott Gould" role="Jack Geller" thumb="https://metadata-static.plex.tv/e/people/e81515df26614917b8a4a00f46f7b848.jpg"/>

<Role id="72104" filter="actor=72104" tag="Christina Pickles" role="Judy Geller" thumb="https://metadata-static.plex.tv/people/5d77682ef59e580021897d79.jpg"/>

<Role id="109790" filter="actor=109790" tag="Maggie Wheeler" role="Janice" thumb="https://metadata-static.plex.tv/f/people/f56d40a998cb49c21baa707ad9609ca3.jpg"/>

<Similar id="45778" filter="similar=45778" tag="How I Met Your Mother"/>

<Similar id="47406" filter="similar=47406" tag="Two and a Half Men"/>

<Similar id="47488" filter="similar=47488" tag="Seinfeld"/>

<Similar id="45774" filter="similar=45774" tag="Lost"/>

<Similar id="45775" filter="similar=45775" tag="House"/>

<Similar id="45789" filter="similar=45789" tag="Scrubs"/>

<Similar id="47409" filter="similar=47409" tag="That '70s Show"/>

<Similar id="46134" filter="similar=46134" tag="Dexter"/>

<Similar id="47407" filter="similar=47407" tag="Futurama"/>

<Similar id="47486" filter="similar=47486" tag="South Park"/>

<Similar id="47484" filter="similar=47484" tag="The Office"/>

<Similar id="47408" filter="similar=47408" tag="The Fresh Prince of Bel-Air"/>

<Similar id="47396" filter="similar=47396" tag="Community"/>

<Similar id="45781" filter="similar=45781" tag="Sherlock"/>

<Similar id="45787" filter="similar=45787" tag="The X-Files"/>

<Similar id="47395" filter="similar=47395" tag="Modern Family"/>

<Similar id="46143" filter="similar=46143" tag="Arrested Development"/>

<Similar id="45779" filter="similar=45779" tag="Heroes"/>

<Similar id="45793" filter="similar=45793" tag="Prison Break"/>

<Similar id="49175" filter="similar=49175" tag="Frasier"/>

<Field locked="1" name="rating"/>

<Field locked="1" name="thumb"/>

<Field locked="1" name="collection"/>

<Location path="/home/plex/media/TV Shows/Friends"/>

<Preferences>

<Setting id="episodeSort" label="Episode sorting" summary="How to sort the episodes for this show." type="text" default="-1" value="-1" hidden="0" advanced="0" group="" enumValues="-1:Library default|0:Oldest first|1:Newest first"/>

<Setting id="autoDeletionItemPolicyUnwatchedLibrary" label="Keep" summary="Set the maximum number of unplayed episodes to keep for the show." type="int" default="0" value="0" hidden="0" advanced="0" group="" enumValues="0:All episodes|5:5 latest episodes|3:3 latest episodes|1:Latest episode|-3:Episodes added in the past 3 days|-7:Episodes added in the past 7 days|-30:Episodes added in the past 30 days"/>

<Setting id="autoDeletionItemPolicyWatchedLibrary" label="Delete episodes after playing" summary="Choose how quickly episodes are removed after the server admin has played them." type="int" default="0" value="0" hidden="0" advanced="0" group="" enumValues="0:Never|1:After a day|7:After a week|100:On next refresh"/>

<Setting id="flattenSeasons" label="Seasons" summary="Choose whether to display seasons." type="int" default="-1" value="-1" hidden="0" advanced="0" group="" enumValues="-1:Library default|0:Show|1:Hide"/>

<Setting id="showOrdering" label="Episode ordering" summary="How the episodes are named on disk." type="text" default="" value="" hidden="0" advanced="0" group="" enumValues=":Library default|tmdbAiring:The Movie Database (Aired)|aired:TheTVDB (Aired)|dvd:TheTVDB (DVD)|absolute:TheTVDB (Absolute)"/>

<Setting id="languageOverride" label="Metadata language" summary="Language to use for item metadata such as synopsis and title." type="text" default="" value="" hidden="0" advanced="0" group="" enumValues=":Library default|ar-SA:العربية|ca-ES:Català|cs-CZ:Česky|da-DK:Dansk|de-DE:Deutsch|el-GR:Ελληνικά|en-AU:English (Australia)|en-CA:English (Canada)|en-GB:English (United Kingdom)|en-US:English (United States)|es-ES:Español|es-MX:Español Mexicano|et-EE:Eesti Keele|fa-IR:فارسی|fi-FI:Suomi|fr-CA:Français Canadien|fr-FR:Français|he-IL:עברית|hi-IN:हिन्दी, हिंदी|hu-HU:Magyar|id-ID:Bahasa Indonesia|it-IT:Italiano|ja-JP:日本語|ko-KR:한국어|lt-LT:Lietuvių kalba|lv-LV:Latviešu valoda|nb-NO:Norsk bokmål|nl-NL:Nederlands|pl-PL:Polski|pt-BR:Português Brasileiro|pt-PT:Português|ro-RO:Română|ru-RU:русский язык|sk-SK:Slovenčina|sv-SE:Svenska|th-TH:ไทย|tr-TR:Türkçe|uk-UA:українська|vi-VN:Tiếng Việt|zh-CN:中文|zh-HK:香港|zh-TW:正體中文"/>

<Setting id="useOriginalTitle" label="Use original title" summary="Use the original title for this item regardless of the library language." type="int" default="-1" value="-1" hidden="0" advanced="0" group="" enumValues="-1:Library default|0:No|1:Yes"/>

</Preferences>

<OnDeck>

<Video ratingKey="90092" key="/library/metadata/90092" parentRatingKey="90090" grandparentRatingKey="89895" guid="plex://episode/5d9c12a2ffd9ef001ea02949" parentGuid="plex://season/602e68159b7e9c002d71a85c" grandparentGuid="plex://show/5d9c086d2192ba001f3101c6" type="episode" title="The One with the Sonogram at the End" titleSort="One with the Sonogram at the End" grandparentKey="/library/metadata/89895" parentKey="/library/metadata/90090" librarySectionTitle="TV Shows" librarySectionID="23" librarySectionKey="/library/sections/23" grandparentTitle="Friends" parentTitle="Season 1" contentRating="nl/6" summary="Carol, Ross's lesbian ex-wife, tells him at work that she is pregnant with his child, Monica nearly has a breakdown when her parents come for dinner, and Rachel finds out that Barry and her maid of honor Mindy, went on her honeymoon." index="2" parentIndex="1" audienceRating="7.3" viewOffset="581915" lastViewedAt="1622836128" parentYear="1994" thumb="/library/metadata/90092/thumb/1622576947" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/90090/thumb/1622576947" grandparentThumb="/library/metadata/89895/thumb/1622576923" grandparentArt="/library/metadata/89895/art/1622576923" grandparentTheme="/library/metadata/89895/theme/1622576923" duration="1372384" originallyAvailableAt="1994-09-29" addedAt="1491826356" updatedAt="1622576947" audienceRatingImage="thetvdb://image.rating" chapterSource="media">

<Media id="387932" duration="1372384" bitrate="16777" width="1920" height="1080" aspectRatio="1.78" audioChannels="6" audioCodec="ac3" videoCodec="h264" videoResolution="1080" container="mkv" videoFrameRate="24p" videoProfile="high">

<Part id="390050" key="/library/parts/390050/1554809244/file.mkv" duration="1372384" file="/home/plex/media/TV Shows/Friends/Season 1/Friends - S01E02 - Bluray-1080p Remux.mkv" size="2878122139" container="mkv" videoProfile="high">

<Stream id="956054" streamType="1" codec="h264" index="0" bitrate="15369" language="English" languageCode="eng" bitDepth="8" chromaLocation="left" chromaSubsampling="4:2:0" codedHeight="1088" codedWidth="1920" colorPrimaries="bt709" colorRange="tv" colorSpace="bt709" colorTrc="bt709" frameRate="23.976" hasScalingMatrix="0" height="1080" level="40" profile="high" refFrames="4" scanType="progressive" width="1920" displayTitle="1080p (H.264)" extendedDisplayTitle="1080p (H.264)"> </Stream>

<Stream id="956055" streamType="2" selected="1" default="1" codec="ac3" index="1" channels="6" bitrate="640" language="English" languageCode="eng" audioChannelLayout="5.1(side)" samplingRate="48000" title="Surround 5.1" displayTitle="English (AC3 5.1)" extendedDisplayTitle="Surround 5.1 (English AC3)"> </Stream>

<Stream id="956056" streamType="2" codec="ac3" index="2" channels="2" bitrate="192" language="Français" languageCode="fre" audioChannelLayout="stereo" samplingRate="48000" title="Stereo" displayTitle="Français (AC3 Stereo)" extendedDisplayTitle="Stereo (Français AC3)"> </Stream>

<Stream id="956057" streamType="2" codec="ac3" index="3" channels="2" bitrate="192" language="Deutsch" languageCode="ger" audioChannelLayout="stereo" samplingRate="48000" title="Stereo" displayTitle="Deutsch (AC3 Stereo)" extendedDisplayTitle="Stereo (Deutsch AC3)"> </Stream>

<Stream id="956058" streamType="2" codec="ac3" index="4" channels="2" bitrate="192" language="Español" languageCode="spa" audioChannelLayout="stereo" samplingRate="48000" title="Stereo" displayTitle="Español (AC3 Stereo)" extendedDisplayTitle="Stereo (Español AC3)"> </Stream>

<Stream id="956059" streamType="2" codec="ac3" index="5" channels="2" bitrate="192" language="Português" languageCode="por" audioChannelLayout="stereo" samplingRate="48000" title="Stereo" displayTitle="Português (AC3 Stereo)" extendedDisplayTitle="Stereo (Português AC3)"> </Stream>

<Stream id="956060" streamType="3" codec="pgs" index="6" language="English" languageCode="eng" displayTitle="English (PGS)" extendedDisplayTitle="English (PGS)"> </Stream>

<Stream id="956061" streamType="3" codec="pgs" index="7" language="Français" languageCode="fre" displayTitle="Français (PGS)" extendedDisplayTitle="Français (PGS)"> </Stream>

<Stream id="956062" streamType="3" codec="pgs" index="8" language="Deutsch" languageCode="ger" displayTitle="Deutsch (PGS)" extendedDisplayTitle="Deutsch (PGS)"> </Stream>

<Stream id="956063" streamType="3" codec="pgs" index="9" language="Español" languageCode="spa" displayTitle="Español (PGS)" extendedDisplayTitle="Español (PGS)"> </Stream>

<Stream id="956064" streamType="3" selected="1" codec="pgs" index="10" language="Nederlands" languageCode="dut" displayTitle="Nederlands (PGS)" extendedDisplayTitle="Nederlands (PGS)"> </Stream>

<Stream id="956065" streamType="3" codec="pgs" index="11" language="中文" languageCode="chi" displayTitle="中文 (PGS)" extendedDisplayTitle="中文 (PGS)"> </Stream>

<Stream id="956066" streamType="3" codec="pgs" index="12" language="Español" languageCode="spa" displayTitle="Español (PGS)" extendedDisplayTitle="Español (PGS)"> </Stream>

<Stream id="956067" streamType="3" codec="pgs" index="13" language="Português" languageCode="por" displayTitle="Português (PGS)" extendedDisplayTitle="Português (PGS)"> </Stream>

<Stream id="956068" streamType="3" codec="pgs" index="14" language="Dansk" languageCode="dan" displayTitle="Dansk (PGS)" extendedDisplayTitle="Dansk (PGS)"> </Stream>

<Stream id="956069" streamType="3" codec="pgs" index="15" language="Suomi" languageCode="fin" displayTitle="Suomi (PGS)" extendedDisplayTitle="Suomi (PGS)"> </Stream>

<Stream id="956070" streamType="3" codec="pgs" index="16" language="Norsk" languageCode="nor" displayTitle="Norsk (PGS)" extendedDisplayTitle="Norsk (PGS)"> </Stream>

<Stream id="956071" streamType="3" codec="pgs" index="17" language="Svenska" languageCode="swe" displayTitle="Svenska (PGS)" extendedDisplayTitle="Svenska (PGS)"> </Stream>

<Stream id="1476152" key="/library/streams/1476152" streamType="3" codec="srt" language="English" languageCode="eng" format="srt" displayTitle="English (SRT External)" extendedDisplayTitle="English (SRT External)"> </Stream>

<Stream id="1476151" key="/library/streams/1476151" streamType="3" codec="srt" language="Nederlands" languageCode="dut" format="srt" displayTitle="Nederlands (SRT External)" extendedDisplayTitle="Nederlands (SRT External)"> </Stream>

</Part>

</Media>

<Director id="3636" filter="director=3636" tag="James Burrows"/>

<Writer id="3635" filter="writer=3635" tag="Marta Kauffman"/>

<Writer id="3634" filter="writer=3634" tag="David Crane"/>

<Producer id="225900" filter="producer=225900" tag="Ellie Kanner"/>

<Guid id="imdb://tt0583647"/>

<Guid id="tmdb://86012"/>

<Guid id="tvdb://303822"/>

<Role id="225896" filter="actor=225896" tag="Anita Barone" role="Carol Willick" thumb="https://metadata-static.plex.tv/f/people/fa102127686dcc70ac502020911d3823.jpg"/>

<Role id="225897" filter="actor=225897" tag="Joan Pringle" role="Dr. Oberman" thumb="https://metadata-static.plex.tv/people/5d77682b8718ba001e31273b.jpg"/>

<Role id="222807" filter="actor=222807" tag="James Michael Tyler" role="Gunther" thumb="https://metadata-static.plex.tv/8/people/837052fc33cc3950dd6dc00b9a48406c.jpg"/>

<Role id="113660" filter="actor=113660" tag="Jessica Hecht" role="Susan Bunch" thumb="https://metadata-static.plex.tv/3/people/35ed514677594d799ee2375d6e83acbe.jpg"/>

<Role id="72104" filter="actor=72104" tag="Christina Pickles" role="Judy Geller" thumb="https://metadata-static.plex.tv/people/5d77682ef59e580021897d79.jpg"/>

<Role id="225898" filter="actor=225898" tag="Christopher Miranda" role="Robbie"/>

<Role id="225899" filter="actor=225899" tag="Merrill Markoe" role="Marsha" thumb="https://metadata-static.plex.tv/people/5d776837103a2d001f5684b2.jpg"/>

<Role id="225432" filter="actor=225432" tag="Mitchell Whitfield" role="Barry Farber" thumb="https://metadata-static.plex.tv/people/5d776829999c64001ec2cf7a.jpg"/>

<Role id="18403" filter="actor=18403" tag="Elliott Gould" role="Jack Geller" thumb="https://metadata-static.plex.tv/e/people/e81515df26614917b8a4a00f46f7b848.jpg"/>

<Chapter id="1" filter="thumb=1" index="1" startTimeOffset="0" endTimeOffset="117700"/>

<Chapter id="1" filter="thumb=1" index="2" startTimeOffset="117700" endTimeOffset="690523"/>

<Chapter id="1" filter="thumb=1" index="3" startTimeOffset="690523" endTimeOffset="1276400"/>

<Chapter id="1" filter="thumb=1" index="4" startTimeOffset="1276400" endTimeOffset="1372384"/>

<Marker id="123216" type="intro" startTimeOffset="66480" endTimeOffset="114605"/>

<Extras size="0"> </Extras>

<Related> </Related>

</Video>

</OnDeck>

<Extras size="2">

<Video ratingKey="213622" key="/library/metadata/213622" guid="iva://api.internetvideoarchive.com/2.0/DataService/VideoAssets(55503)" type="clip" title="Friends" summary="" index="1" thumb="/library/metadata/213622/thumb/1622417196" subtype="trailer" duration="60000" addedAt="1622417196" extraType="1">

<Media id="496020" duration="60000" bitrate="750" width="480" height="361" aspectRatio="1.33" audioCodec="aac" videoCodec="h264" videoResolution="sd" container="mp4" optimizedForStreaming="1" protocol="mp4" premium="1">

<Part id="499775" duration="60000" container="mp4" key="/services/iva/assets/55503/video.mp4?fmt=4&bitrate=750">

<Stream id="1475963" streamType="1" codec="h264" index="0" bitrate="750" height="361" width="480" displayTitle="SD (H.264)" extendedDisplayTitle="SD (H.264)"> </Stream>

<Stream id="1475964" streamType="2" selected="1" codec="aac" index="1" channels="2" displayTitle="Unknown (AAC Stereo)" extendedDisplayTitle="Unknown (AAC Stereo)"> </Stream>

</Part>

</Media>

</Video>

<Video ratingKey="213623" key="/library/metadata/213623" guid="iva://api.internetvideoarchive.com/2.0/DataService/VideoAssets(369778)" type="clip" title="Best Of Friends" summary="" index="2" thumb="/library/metadata/213623/thumb/1622417196" subtype="trailer" duration="66000" addedAt="1622417196" extraType="1">

<Media id="496021" duration="66000" bitrate="750" width="480" height="327" aspectRatio="1.33" audioCodec="aac" videoCodec="h264" videoResolution="sd" container="mp4" optimizedForStreaming="1" protocol="mp4" premium="1">

<Part id="499776" duration="66000" container="mp4" key="/services/iva/assets/369778/video.mp4?fmt=4&bitrate=750">

<Stream id="1475965" streamType="1" codec="h264" index="0" bitrate="750" height="327" width="480" displayTitle="SD (H.264)" extendedDisplayTitle="SD (H.264)"> </Stream>

<Stream id="1475966" streamType="2" selected="1" codec="aac" index="1" channels="2" displayTitle="Unknown (AAC Stereo)" extendedDisplayTitle="Unknown (AAC Stereo)"> </Stream>

</Part>

</Media>

</Video>

</Extras>

<Related>

<Hub hubKey="/library/metadata/90250" key="/library/sections/23/all?type=2&collection=107473&sort=titleSort" title="Blu-ray Collection" type="show" hubIdentifier="collection.related.23.2" context="hub.collection.related" size="1" more="1" style="shelf">

<Directory ratingKey="90250" key="/library/metadata/90250/children" skipChildren="1" guid="com.plexapp.agents.thetvdb://301824?lang=en" studio="Hulu" type="show" title="11.22.63" contentRating="TV-MA" summary="Jake Epping, an ordinary high school teacher, is presented with a chance to change history. When a longtime friend shows Jake how to travel back in time, he tasks Jake with a mission he has been trying in vain to complete: stopping the assassination of John F. Kennedy on Nov. 22, 1963, and solving one of the biggest mysteries of the 20th century. Jake quickly learns that the past does not want to be changed, and that his attempts to divert the course of history can quickly turn dangerous." index="1" rating="8.2" year="2016" thumb="/library/metadata/90250/thumb/1576653752" art="/library/metadata/90250/art/1576653752" banner="/library/metadata/90250/banner/1576653752" duration="3000000" originallyAvailableAt="2016-02-15" leafCount="8" viewedLeafCount="0" childCount="1" addedAt="1491826609" updatedAt="1576653752" ratingImage="imdb://image.rating">

<Genre tag="Drama"/>

<Genre tag="Mini-Series"/>

<Collection tag="Blu-ray"/>

<Role tag="Kevin J. O'Connor"/>

<Role tag="James Franco"/>

<Role tag="Cherry Jones"/>

</Directory>

</Hub>

<Hub hubKey="/library/metadata/136173" key="/library/sections/23/all?type=2&studio=Warner%20Bros%2E%20Television&id!=89895" title="More from Warner Bros. Television" type="show" hubIdentifier="tv.morefromnetwork" context="hub.tv.morefromnetwork" size="1" more="1" style="shelf">

<Directory ratingKey="136173" key="/library/metadata/136173/children" guid="plex://show/5d9d5acf2e50d5001ed5cf4c" studio="Warner Bros. Television" type="show" title="Black Lightning" contentRating="16" summary="Jefferson Pierce is a man wrestling with a secret. As the father of two daughters and principal of a charter high school that also serves as a safe haven for young people in a New Orleans neighborhood overrun by gang violence, he is a hero to his community." index="1" audienceRating="8.3" year="2018" tagline="High voltage action" thumb="/library/metadata/136173/thumb/1615261030" art="/library/metadata/136173/art/1615261030" theme="/library/metadata/136173/theme/1615261030" duration="2700000" originallyAvailableAt="2018-01-16" leafCount="58" viewedLeafCount="0" childCount="4" addedAt="1550004590" updatedAt="1615261030" audienceRatingImage="thetvdb://image.rating">

<Genre tag="Drama"/>

<Genre tag="Action/Adventure"/>

<Collection tag="Arrowverse"/>

<Role tag="Cress Williams"/>

<Role tag="China Anne McClain"/>

<Role tag="Nafessa Williams"/>

</Directory>

</Hub>

</Related>

<Children size="10">

<Directory ratingKey="90090" key="/library/metadata/90090/children" parentRatingKey="89895" guid="plex://season/602e68159b7e9c002d71a85c" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 1" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="1" parentIndex="1" viewCount="1" lastViewedAt="1622836128" year="1994" thumb="/library/metadata/90090/thumb/1622576947" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="24" viewedLeafCount="1" addedAt="1491826355" updatedAt="1622576947"> </Directory>

<Directory ratingKey="90115" key="/library/metadata/90115/children" parentRatingKey="89895" guid="plex://season/602e68159b7e9c002d71a85d" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 2" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="2" parentIndex="1" year="1995" thumb="/library/metadata/90115/thumb/1622576966" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="24" viewedLeafCount="0" addedAt="1491826388" updatedAt="1622576966"> </Directory>

<Directory ratingKey="89972" key="/library/metadata/89972/children" parentRatingKey="89895" guid="plex://season/602e68159b7e9c002d71a85e" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 3" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="3" parentIndex="1" year="1996" thumb="/library/metadata/89972/thumb/1622576989" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="25" viewedLeafCount="0" addedAt="1491826092" updatedAt="1622576989"> </Directory>

<Directory ratingKey="89922" key="/library/metadata/89922/children" parentRatingKey="89895" guid="plex://season/602e68159b7e9c002d71a85f" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 4" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="4" parentIndex="1" year="1997" thumb="/library/metadata/89922/thumb/1622577010" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="24" viewedLeafCount="0" addedAt="1491825988" updatedAt="1622577010"> </Directory>

<Directory ratingKey="89947" key="/library/metadata/89947/children" parentRatingKey="89895" guid="plex://season/602e68169b7e9c002d71a860" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 5" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="5" parentIndex="1" year="1998" thumb="/library/metadata/89947/thumb/1622577018" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="24" viewedLeafCount="0" addedAt="1491826044" updatedAt="1622577018"> </Directory>

<Directory ratingKey="89896" key="/library/metadata/89896/children" parentRatingKey="89895" guid="plex://season/602e68169b7e9c002d71a861" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 6" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="6" parentIndex="1" year="1999" thumb="/library/metadata/89896/thumb/1622577032" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="25" viewedLeafCount="0" addedAt="1491825889" updatedAt="1622577032"> </Directory>

<Directory ratingKey="90022" key="/library/metadata/90022/children" parentRatingKey="89895" guid="plex://season/602e68169b7e9c002d71a862" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 7" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="7" parentIndex="1" year="2000" thumb="/library/metadata/90022/thumb/1622577034" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="24" viewedLeafCount="0" addedAt="1491826221" updatedAt="1622577034"> </Directory>

<Directory ratingKey="90047" key="/library/metadata/90047/children" parentRatingKey="89895" guid="plex://season/602e68169b7e9c002d71a863" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 8" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="8" parentIndex="1" year="2001" thumb="/library/metadata/90047/thumb/1622577048" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="24" viewedLeafCount="0" addedAt="1491826278" updatedAt="1622577048"> </Directory>

<Directory ratingKey="89998" key="/library/metadata/89998/children" parentRatingKey="89895" guid="plex://season/602e68169b7e9c002d71a864" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 9" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="9" parentIndex="1" year="2002" thumb="/library/metadata/89998/thumb/1622577074" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="24" viewedLeafCount="0" addedAt="1491826169" updatedAt="1622577074"> </Directory>

<Directory ratingKey="90072" key="/library/metadata/90072/children" parentRatingKey="89895" guid="plex://season/602e68169b7e9c002d71a865" parentGuid="plex://show/5d9c086d2192ba001f3101c6" parentStudio="Warner Bros. Television" type="season" title="Season 10" parentKey="/library/metadata/89895" parentTitle="Friends" summary="" index="10" parentIndex="1" year="2003" thumb="/library/metadata/90072/thumb/1622577099" art="/library/metadata/89895/art/1622576923" parentThumb="/library/metadata/89895/thumb/1622576923" parentTheme="/library/metadata/89895/theme/1622576923" leafCount="18" viewedLeafCount="0" addedAt="1491826327" updatedAt="1622577099"> </Directory>

</Children>

</Directory>

</MediaContainer>

I’m having a problem with “The Wonder Years (1988)”

When I play an episode, it matches up with the 2021 version on Trakt instead of the old one. Any fixes?

<Video ratingKey=“64768” key="/library/metadata/64768" parentRatingKey=“64767” grandparentRatingKey=“64652” guid=“plex://episode/5d9c10162df347001e40100a"parentGuid=“plex://season/602e62ac67f4c8002ce36fa9” grandparentGuid=“plex://show/5d9c083b705e7a001e6d6a3b” type=“episode” title=“Pilot” grandparentKey=”/library/metadata/64652"parentKey="/library/metadata/64767" librarySectionTitle=“TV Shows” librarySectionID=“1” librarySectionKey="/library/sections/1" grandparentTitle=“The Wonder Years"parentTitle=“Season 1” contentRating=“TV-PG” summary=“Kevin and Paul attend Robert F Kennedy Junior High for the first time. Winnie’s brother is killed in Vietnam. Kevin and Winnie kiss for the first time.” index=“1” parentIndex=“1” audienceRating=“8.6” viewCount=“1” lastViewedAt=“1632985146” thumb=”/library/metadata/64768/thumb/1632972394"art="/library/metadata/64652/art/1632972935" parentThumb="/library/metadata/64767/thumb/1632972943" grandparentThumb="/library/metadata/64652/thumb/1632972935"grandparentArt="/library/metadata/64652/art/1632972935" grandparentTheme="/library/metadata/64652/theme/1632972935" duration=“1481046” originallyAvailableAt="1988-01-31"addedAt=“1632972382” updatedAt=“1632972394” audienceRatingImage=“thetvdb://image.rating”>

<Media id=“76533” duration=“1481046” bitrate=“1501” width=“640” height=“480” aspectRatio=“1.33” audioChannels=“2” audioCodec=“aac” videoCodec=“h264” videoResolution="480"container=“mkv” videoFrameRate=“NTSC” audioProfile=“lc” videoProfile=“high”>

<Stream id=“314957” streamType=“1” default=“1” codec=“h264” index=“0” bitrate=“1501” language=“English” languageTag=“en” languageCode=“eng” bitDepth=“8” chromaLocation="left"chromaSubsampling=“4:2:0” codedHeight=“480” codedWidth=“640” frameRate=“29.970” hasScalingMatrix=“0” height=“480” level=“31” profile=“high” refFrames="5"scanType=“progressive” width=“640” displayTitle=“480p (H.264)” extendedDisplayTitle=“480p (H.264)”>

<Stream id=“314958” streamType=“2” selected=“1” default=“1” codec=“aac” index=“1” channels=“2” bitrate=“104” language=“English” languageTag=“en” languageCode="eng"audioChannelLayout=“stereo” profile=“lc” samplingRate=“48000” displayTitle=“English (AAC Stereo)” extendedDisplayTitle=“English (AAC Stereo)”>

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.