home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Area 51 - Testing Area
Skin engine enhancements (themes, guide colors, skin functions, weather settings...)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="elliottmc" data-source="post: 831383" data-attributes="member: 14268"><p><strong>Re: Skin engine enhancements (themes, guide colors, skin functions, weather settings.</strong></p><p></p><p>Hi,</p><p></p><p>Ah, so these are coming from TsWriter DVB-EPG data, so we have a clear limit on the data from this source. Thanks!</p><p></p><p>Now I can see that the genre that is causing me a problem</p><p></p><p>[code]</p><p>case 0x0500: strcpy(genreText,"childrens's/youth program (general)" );break;</p><p>[/code]</p><p></p><p>has a bit of a typo.</p><p></p><p>It really should be</p><p></p><p>[code]</p><p>case 0x0500: strcpy(genreText,"children's/youth program (general)" );break;</p><p>[/code]</p><p></p><p>Is fixing this going to cause problems? I appreciate that the genre is stored in the xml file for recordings, so correcting it in TsWriter won't change it for programs that are already recorded.</p><p></p><p>Of course other EPG sources will give different genres.</p><p></p><p>What happens if you use EPG grabbing from the DVB-T stream in Germany (for example)? Do you still get genres in English, or is there localisation? Edit: I found the code, and it is all hard-coded in English.</p><p></p><p>Mark</p></blockquote><p></p>
[QUOTE="elliottmc, post: 831383, member: 14268"] [b]Re: Skin engine enhancements (themes, guide colors, skin functions, weather settings.[/b] Hi, Ah, so these are coming from TsWriter DVB-EPG data, so we have a clear limit on the data from this source. Thanks! Now I can see that the genre that is causing me a problem [code] case 0x0500: strcpy(genreText,"childrens's/youth program (general)" );break; [/code] has a bit of a typo. It really should be [code] case 0x0500: strcpy(genreText,"children's/youth program (general)" );break; [/code] Is fixing this going to cause problems? I appreciate that the genre is stored in the xml file for recordings, so correcting it in TsWriter won't change it for programs that are already recorded. Of course other EPG sources will give different genres. What happens if you use EPG grabbing from the DVB-T stream in Germany (for example)? Do you still get genres in English, or is there localisation? Edit: I found the code, and it is all hard-coded in English. Mark [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Area 51 - Testing Area
Skin engine enhancements (themes, guide colors, skin functions, weather settings...)
Contact us
RSS
Top
Bottom