Re: [vdr] ShortText == Description

2006-10-07 Thread Boguslaw Juza
On Sat, 7 Oct 2006, Klaus Schmidinger wrote: Can you please try the attached patch? It should fix this problem. It works. No any duplicates. Now I have only description, so I have not any "Short Text" in channel info... Boguslaw Juza __

Re: [vdr] ShortText == Description

2006-10-07 Thread Klaus Schmidinger
Klaus Schmidinger wrote: Boguslaw Juza wrote: I have investigated it more carefully: Broadcaster sends only shortText. VDR reads the Epg event. At EpgBugFix #6 VDR moves shortText to description if description is empty EPG in this state are saved in epg.data. After restart VDR reads epg.d

Re: [vdr] ShortText == Description

2006-10-04 Thread Boguslaw Juza
On Thu, 5 Oct 2006, Boguslaw Juza wrote: If you moving ShortText to Description, maybe you could generate small ShortText based on description? For example: ... Ugh... Few posts ago I sugested to removing these duplicates... :) From the other way - I want generated shortText in situations, w

Re: [vdr] ShortText == Description

2006-10-04 Thread Boguslaw Juza
On Wed, 4 Oct 2006, Klaus Schmidinger wrote: So I guess it will make sense to make sure an event that is newly received from the data stream has *all* its data refreshed from the stream. If there is no short text, for instance, an already existing short text needs to be deleted etc. If you mov

Re: [vdr] ShortText == Description

2006-10-04 Thread Klaus Schmidinger
Boguslaw Juza wrote: I have investigated it more carefully: Broadcaster sends only shortText. VDR reads the Epg event. At EpgBugFix #6 VDR moves shortText to description if description is empty EPG in this state are saved in epg.data. After restart VDR reads epg.data. Then scans this event

Re: [vdr] ShortText == Description

2006-10-04 Thread Boguslaw Juza
I have investigated it more carefully: Broadcaster sends only shortText. VDR reads the Epg event. At EpgBugFix #6 VDR moves shortText to description if description is empty EPG in this state are saved in epg.data. After restart VDR reads epg.data. Then scans this event again. Event already

Re: [vdr] ShortText == Description

2006-10-04 Thread Klaus Schmidinger
Boguslaw Juza wrote: On Wed, 4 Oct 2006, Klaus Schmidinger wrote: The two texts are either exactly the same (in which case one of them will be deleted) or they are different, in which case both will be kept. Well - text - two/three sentences. Diffrence - one of them are cutted a word earlier.

Re: [vdr] ShortText == Description

2006-10-04 Thread Boguslaw Juza
On Wed, 4 Oct 2006, Klaus Schmidinger wrote: The two texts are either exactly the same (in which case one of them will be deleted) or they are different, in which case both will be kept. Well - text - two/three sentences. Diffrence - one of them are cutted a word earlier. There are not the sam

Re: [vdr] ShortText == Description

2006-10-04 Thread Klaus Schmidinger
Boguslaw Juza wrote: On Wed, 4 Oct 2006, Klaus Schmidinger wrote: Doesn't the "EPG bugfix #7" already take care of this: // Some channels put the same information into ShortText and Description. // In that case we delete one of them: ... Maybe you have disabled the "EPG bugfix level" setup

Re: [vdr] ShortText == Description

2006-10-04 Thread Boguslaw Juza
On Wed, 4 Oct 2006, Klaus Schmidinger wrote: Doesn't the "EPG bugfix #7" already take care of this: // Some channels put the same information into ShortText and Description. // In that case we delete one of them: ... Maybe you have disabled the "EPG bugfix level" setup option? I have "EPG bu

Re: [vdr] ShortText == Description

2006-10-04 Thread Klaus Schmidinger
Boguslaw Juza wrote: Hi! There are some channels witch EPG ShortText is the same as Description (and a few sentences long). So I'm suggesting little change in skinclassic.c (and probably in skinsttng.c too): ... Doesn't the "EPG bugfix #7" already take care of this: // Some channels p