2021-10-22, 11:28 PM
Hi,
Not sure where to post this. It affects both the UI Client running the addon under KODI as well as the new Android standalone client.
There are some titles that appear in the All Recordings list twice with a small number of recordings in one and the rest in the other entry. For example I have the first entry for Arrow showing 16 recordings and the second entry showing 148 recordings.
I tried to look at the database to see if I could identify any data that might have caused it to group them differently. The only thing that I can guess is that it looks like the Event_details field for them have a different number of fields. I kind of recall that a couple years ago I had to programmatically build that field for some damaged records and they have a minimal number of xml fields included compared to the other recordings that grouped differently.
I Just noticed this after installing the latest NextPvr Linux server update. I though it was grouping correctly before, but I may just have not noticed it.
Was there any change to the SQL that generates the list of all recordings in that UI lately? They group correctly in the WEB page interface under Chrome.
This is an example of the event_details for an entry that looks like one I generated with the minimal number of fields. Is there something that stands out that would cause it to group differently than the more complete contents in the other records? If there is a required field that I missed, I'll figure out how to clean up my database.
<Event>
<OID>1000016</OID>
<Title>Arrow</Title>
<SubTitle>s04e03.Restoration</SubTitle>
<Description>2015-10-21: The growing tension between Oliver and Diggle puts both their lives at risk when they go after Damien Darhk and a H.I.V.E. deployed meta-human. Meanwhile, Laurel talks Thea into returning to Nanda Parbat to ask her father to put Sara into the Lazarus Pit. However, Laurel is surprised when Nyssa refuses to do it.</Description>
<ChannelOID>7726</ChannelOID>
<StartTime>2015-10-22T07:26:00.0000000Z</StartTime>
<EndTime>2015-10-22T08:26:00.0000000Z</EndTime>
</Event>
If you want a copy of the database, let me know if I should attach it to a message here or send it some other way, but I strongly suspect that something in this field is the culprit.
Thanks,
Steve Tyrakowski
Not sure where to post this. It affects both the UI Client running the addon under KODI as well as the new Android standalone client.
There are some titles that appear in the All Recordings list twice with a small number of recordings in one and the rest in the other entry. For example I have the first entry for Arrow showing 16 recordings and the second entry showing 148 recordings.
I tried to look at the database to see if I could identify any data that might have caused it to group them differently. The only thing that I can guess is that it looks like the Event_details field for them have a different number of fields. I kind of recall that a couple years ago I had to programmatically build that field for some damaged records and they have a minimal number of xml fields included compared to the other recordings that grouped differently.
I Just noticed this after installing the latest NextPvr Linux server update. I though it was grouping correctly before, but I may just have not noticed it.
Was there any change to the SQL that generates the list of all recordings in that UI lately? They group correctly in the WEB page interface under Chrome.
This is an example of the event_details for an entry that looks like one I generated with the minimal number of fields. Is there something that stands out that would cause it to group differently than the more complete contents in the other records? If there is a required field that I missed, I'll figure out how to clean up my database.
<Event>
<OID>1000016</OID>
<Title>Arrow</Title>
<SubTitle>s04e03.Restoration</SubTitle>
<Description>2015-10-21: The growing tension between Oliver and Diggle puts both their lives at risk when they go after Damien Darhk and a H.I.V.E. deployed meta-human. Meanwhile, Laurel talks Thea into returning to Nanda Parbat to ask her father to put Sara into the Lazarus Pit. However, Laurel is surprised when Nyssa refuses to do it.</Description>
<ChannelOID>7726</ChannelOID>
<StartTime>2015-10-22T07:26:00.0000000Z</StartTime>
<EndTime>2015-10-22T08:26:00.0000000Z</EndTime>
</Event>
If you want a copy of the database, let me know if I should attach it to a message here or send it some other way, but I strongly suspect that something in this field is the culprit.
Thanks,
Steve Tyrakowski