Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217909 - media-tv/gentoo-vdr-scripts-0.4.3: Support for setting EPG charset in vdr-1.6
Summary: media-tv/gentoo-vdr-scripts-0.4.3: Support for setting EPG charset in vdr-1.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 07:39 UTC by Robert Schedel
Modified: 2008-04-21 21:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Schedel 2008-04-16 07:39:41 UTC
vdr-1.6 supports a new environment variable "VDR_CHARSET_OVERRIDE" for setting the EPG charset when broken stations do not use the default ISO6937 charset and do not report their used charset in the stream either.

Reproducible: Always

Steps to Reproduce:
1. Feature enhancement -- vdr config files from ebuild do not contain support for VDR_CHARSET_OVERRIDE
2.
3.

Actual Results:  
No support for "VDR_CHARSET_OVERRIDE" available in /etc/conf.d/vdr template config yet.

Expected Results:  
Installed config file should provide template to the user for setting "VDR_CHARSET_OVERRIDE", otherwise the user has to try out where to set this.

Proposal for /etc/conf.d/vdr:

# Default charset for EPG info according to standard is ISO6937
# (unless reported differently by station).
# However, some stations differ from ISO6937 but do not report
# charsets correctly in their stream. This results in incorrect display
# of special chars.
# The following vdr option allows to set a different charset globally,
# e.g. ISO8859-15 (Latin-15) seems to cover requirements pretty well.
#export VDR_CHARSET_OVERRIDE="ISO8859-15"

Note that export had to be added to the definition, otherwise it did not work with the current gentoo vdr scripts. This is why this should be added to the template, otherwise each user has to figure this out himself.
Comment 1 Matthias Schwarzott gentoo-dev 2008-04-21 18:00:56 UTC
I have added similar code to gentoo-vdr-scripts-0.4.4.
It does the export automatically so it needs not be written in the config file.
Comment 2 Robert Schedel 2008-04-21 21:40:00 UTC
(In reply to comment #1)
> I have added similar code to gentoo-vdr-scripts-0.4.4.
> It does the export automatically so it needs not be written in the config file.

Confirmed to work.