(2016-03-22, 22:56)janbar Wrote: (2016-03-21, 23:50)cscoppa Wrote: (2016-03-21, 22:42)janbar Wrote: @cscoppa, probably the show is currently recording. It is a known issue that kodi doesn't show right end time for a recording currently recording.
Else it could be a new issue.
No, the screen shot was taken today, the recording was done last night. Another symptom is sometimes it will show an end time of like 4 minutes, when the file is really an hour long. I thought I saw something in the logs about client protocol mismatch, or something like that, could that be the problem? Is my mythtv version too new or something?
I'm on MythTV Version : v0.27.6-15-gb6ae90c, protocol 77 I believe. (should be latest from the stable branch)
I should also add I'm experiencing the issue on both Windows and an OpenElec 6.0.3 box that I have.
Could you try the following url using your favorite browser ? and then post the xml fragment for the pointed recording. Thanks.
http://MYTH_BACKEND:6544/Dvr/GetRecorded...Ex=.*Twice.*
This is what I got back:
<Program>
<StartTime>2016-03-21T01:00:00Z</StartTime>
<EndTime>2016-03-21T02:02:00Z</EndTime>
<Title>The Walking Dead</Title>
<SubTitle>Twice as Far</SubTitle>
<Category>Drama</Category>
<CatType/>
<Repeat>false</Repeat>
<VideoProps>51</VideoProps>
<AudioProps>0</AudioProps>
<SubProps>1</SubProps>
<SeriesId>EP01324002</SeriesId>
<ProgramId>EP013240020115</ProgramId>
<Stars>0</Stars>
<FileSize>7137482980</FileSize>
<LastModified>2016-03-21T02:42:01Z</LastModified>
<ProgramFlags>5</ProgramFlags>
<FileName>1731_20160321005900.mpg</FileName>
<HostName>xbmcdown</HostName>
<Airdate>2016-03-20</Airdate>
<Description>
Two separate groups leave Alexandria for supplies, and while both worry over the future of the community, they will face immediate danger.
</Description>
<Inetref>ttvdb.py_153021</Inetref>
<Season>6</Season>
<Episode>14</Episode>
<Channel>
<ChanId>1731</ChanId>
<ChanNum>731</ChanNum>
<CallSign>AMCHD</CallSign>
<IconURL>/Guide/GetChannelIcon?ChanId=1731</IconURL>
<ChannelName>AMC HD</ChannelName>
<MplexId>0</MplexId>
<TransportId>0</TransportId>
<ServiceId>0</ServiceId>
<NetworkId>0</NetworkId>
<ATSCMajorChan>0</ATSCMajorChan>
<ATSCMinorChan>0</ATSCMinorChan>
<Format/>
<Modulation/>
<Frequency>0</Frequency>
<FrequencyId/>
<FrequencyTable/>
<FineTune>0</FineTune>
<SIStandard/>
<ChanFilters/>
<SourceId>0</SourceId>
<InputId>0</InputId>
<CommFree>0</CommFree>
<UseEIT>false</UseEIT>
<Visible>true</Visible>
<XMLTVID/>
<DefaultAuth/>
<Programs/>
</Channel>
<Recording>
<Status>-3</Status>
<Priority>0</Priority>
<StartTs>2016-03-21T00:59:00Z</StartTs>
<EndTs>2016-03-21T02:02:00Z</EndTs>
<RecordId>67</RecordId>
<RecGroup>Default</RecGroup>
<PlayGroup>Default</PlayGroup>
<StorageGroup>Default</StorageGroup>
<RecType>0</RecType>
<DupInType>15</DupInType>
<DupMethod>6</DupMethod>
<EncoderId>0</EncoderId>
<Profile>Default</Profile>
</Recording>
<Artwork>
<ArtworkInfos>
<ArtworkInfo>
<URL>
/Content/GetImageFile?StorageGroup=Coverart&FileName=/The Walking Dead Season 6_coverart.jpg
</URL>
<FileName>
myth://Coverart@xbmcdown/The Walking Dead Season 6_coverart.jpg
</FileName>
<StorageGroup>Coverart</StorageGroup>
<Type>coverart</Type>
</ArtworkInfo>
<ArtworkInfo>
<URL>
/Content/GetImageFile?StorageGroup=Fanart&FileName=/The Walking Dead Season 6_fanart.jpg
</URL>
<FileName>
myth://Fanart@xbmcdown/The Walking Dead Season 6_fanart.jpg
</FileName>
<StorageGroup>Fanart</StorageGroup>
<Type>fanart</Type>
</ArtworkInfo>
<ArtworkInfo>
<URL>
/Content/GetImageFile?StorageGroup=Banners&FileName=/The Walking Dead Season 6_banner.jpg
</URL>
<FileName>
myth://Banners@xbmcdown/The Walking Dead Season 6_banner.jpg
</FileName>
<StorageGroup>Banners</StorageGroup>
<Type>banner</Type>
</ArtworkInfo>
</ArtworkInfos>
</Artwork>
</Program>