New features in 0.0.5: - Support using channel IDs in channel list in addition to channel numbers.
Homepage for the plugin: http://projects.vdr-developer.org/projects/plg-epgfixer
Hey, I found another bug. VDR crashes as soon as VDR receives EPG data. Please try the following regex-pattern.
S19.2E-1-1057-61205:description=^(?<shorttext>.{5,15})[.][ ](?<description>.*)$
Thank you
Christopher Reimer
On 04/14/2012 12:36 AM, Christopher Reimer wrote:
Hey, I found another bug. VDR crashes as soon as VDR receives EPG data. Please try the following regex-pattern.
S19.2E-1-1057-61205:description=^(?<shorttext>.{5,15})[.][ ](?<description>.*)$
This problem is now fixed in git repository. The problem resulted from empty description or shorttext EPG fields.
On 13.04.2012 22:46, Matti Lehtimäki wrote:
New features in 0.0.5:
- Support using channel IDs in channel list in addition to channel numbers.
Homepage for the plugin: http://projects.vdr-developer.org/projects/plg-epgfixer
Is this plugin able to fix bad codepage on EPG? Some polish channels broadcast EPG in non-standard codepage and instead of patching VDR I think about using this plugin Marx
On 04/26/2012 08:49 AM, Marx wrote:
Is this plugin able to fix bad codepage on EPG? Some polish channels broadcast EPG in non-standard codepage and instead of patching VDR I think about using this plugin Marx
Not sure if this is possible with the current version since I'm not familiar with that problem. Could you send me some more information regarding this issue (including the patch you are currently using) and I'll look into it.
On 28.04.2012 10:04, Matti Lehtimäki wrote:
On 04/26/2012 08:49 AM, Marx wrote:
Is this plugin able to fix bad codepage on EPG? Some polish channels broadcast EPG in non-standard codepage and instead of patching VDR I think about using this plugin Marx
Not sure if this is possible with the current version since I'm not familiar with that problem. Could you send me some more information regarding this issue (including the patch you are currently using) and I'll look into it.
Here is the patch and it's working, hovewer I don't like idea of patching VDR source http://px.wporzo.pl/stuff/epg.diff
As I understand it blindly convert all "bad" character which is probably incompatible with other languages, so there is no sense to integrate it with VDR and personally I would prefer having it in plugin.
The best of course would be to force broadcasters to fix codepage issue, but... :)
Marx
On 05/04/2012 04:04 PM, Marx wrote:
Here is the patch and it's working, hovewer I don't like idea of patching VDR source http://px.wporzo.pl/stuff/epg.diff
As I understand it blindly convert all "bad" character which is probably incompatible with other languages, so there is no sense to integrate it with VDR and personally I would prefer having it in plugin.
The best of course would be to force broadcasters to fix codepage issue, but... :)
Marx
The new version (0.1.0) of epgfixer-plugin should be able to fix this problem by defining character set conversion for those channels that need fixing. Please try the new version and inform me whether it works or not for your needs.
W dniu 2012-05-05 20:23, Matti Lehtimäki pisze:
On 05/04/2012 04:04 PM, Marx wrote:
Here is the patch and it's working, hovewer I don't like idea of patching VDR source http://px.wporzo.pl/stuff/epg.diff
As I understand it blindly convert all "bad" character which is probably incompatible with other languages, so there is no sense to integrate it with VDR and personally I would prefer having it in plugin.
The best of course would be to force broadcasters to fix codepage issue, but... :)
Marx
The new version (0.1.0) of epgfixer-plugin should be able to fix this problem by defining character set conversion for those channels that need fixing. Please try the new version and inform me whether it works or not for your needs.
Thank you :) I will test your plugin and give you a note Marx