Looking through my log it looks like it’s getting all the information it wants:
'2016-02-17 12:40:19,207 (17e0) : INFO (logkit:16) - UPDATE: \aragorn\recordings\Kiwi Living\Kiwi Living_20151113_19302035.ts
2016-02-17 12:40:19,209 (17e0) : INFO (logkit:16) - No poster data found
2016-02-17 12:40:19,209 (17e0) : INFO (logkit:16) - No posterbanner data found
2016-02-17 12:40:19,210 (17e0) : INFO (logkit:16) - Looking for episode XML file \aragorn\recordings\Kiwi Living\Kiwi Living_20151113_19302035.xml
2016-02-17 12:40:19,219 (17e0) : INFO (logkit:16) - xmlFile File exists…
2016-02-17 12:40:19,252 (17e0) : INFO (logkit:16) - Looks like an NPVR XML file (has )
2016-02-17 12:40:19,253 (17e0) : INFO (logkit:16) - Looking for title, setting to Ep Number first20151113
2016-02-17 12:40:19,253 (17e0) : INFO (logkit:16) - Episode title set to 20151113
2016-02-17 12:40:19,253 (17e0) : INFO (logkit:16) - Episode summary set to Erin creates a female version of a man-cave; Lee-Anne investigates ways to get a better night’s sleep; and Matt tries out new inner city attractions in Christchurch.
2016-02-17 12:40:19,253 (17e0) : INFO (logkit:16) - Setting AirDate from
2016-02-17 12:40:19,253 (17e0) : INFO (logkit:16) - AirDate_s 2015-11-13 19:25:02
2016-02-17 12:40:19,255 (17e0) : INFO (logkit:16) - AirDate set: time.struct_time(tm_year=2015, tm_mon=11, tm_mday=13, tm_hour=19, tm_min=25, tm_sec=2, tm_wday=4, tm_yday=317, tm_isdst=-1)
2016-02-17 12:40:19,255 (17e0) : INFO (logkit:16) - Setting Studio from
2016-02-17 12:40:19,255 (17e0) : INFO (logkit:16) - TV ONE
2016-02-17 12:40:19,256 (17e0) : INFO (logkit:16) - AirDate_s 2015-11-13 19:25:02
2016-02-17 12:40:19,256 (17e0) : INFO (logkit:16) - AirDate_end_s 2015-11-13 20:40:00 time.struct_time(tm_year=2015, tm_mon=11, tm_mday=13, tm_hour=19, tm_min=25, tm_sec=2, tm_wday=4, tm_yday=317, tm_isdst=-1)
2016-02-17 12:40:19,256 (17e0) : INFO (logkit:16) - Got End time to datetime:time.struct_time(tm_year=2015, tm_mon=11, tm_mday=13, tm_hour=20, tm_min=40, tm_sec=0, tm_wday=4, tm_yday=317, tm_isdst=-1)
2016-02-17 12:40:19,257 (17e0) : INFO (logkit:16) - Time taken: 4498.0
2016-02-17 12:40:19,257 (17e0) : INFO (logkit:16) - Duration set to 4498000
2016-02-17 12:40:19,259 (17e0) : INFO (logkit:16) - ++++++++++++++++++++++++
2016-02-17 12:40:19,259 (17e0) : INFO (logkit:16) - TV Episode nfo Information
2016-02-17 12:40:19,259 (17e0) : INFO (logkit:16) - ------------------------
2016-02-17 12:40:19,259 (17e0) : INFO (logkit:16) - Title: 20151113
2016-02-17 12:40:19,259 (17e0) : INFO (logkit:16) - Summary: Erin creates a female version of a man-cave; Lee-Anne investigates ways to get a better night’s sleep; and Matt tries out new inner city attractions in Christchurch.
2016-02-17 12:40:19,259 (17e0) : INFO (logkit:16) - Year: 2015-11-13
2016-02-17 12:40:19,260 (17e0) : INFO (logkit:16) - ++++++++++++++++++++++++
But when I look at the plex metadata I don’t see the summary:
Video ratingKey=“247” key="/library/metadata/247" parentRatingKey=“237” grandparentRatingKey=“236” guid=“local://247” type=“episode” title=“20151113” grandparentKey="/library/metadata/236" parentKey="/library/metadata/237" grandparentTitle=“Kiwi Living” summary="" index=“20151113” parentIndex=“2015” year=“2015” thumb="/library/metadata/247/thumb/1455666462" duration=“4497000” originallyAvailableAt=“2015-11-13” addedAt=“1447400400” updatedAt=“1455666462” chapterSource=""
Attached is the bundle and a sample XML file. Any help appreciated. I’m trying to write a scanner and agent to get NextPVR based recordings into plex - the episodes aren’t in the S0xE0x format, so there’s an associated XML file to read. I’ve tried basing the off the NFO one, but can’t figure out why the summary, or other details are not getting into plex.