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
Support
Electronic Program Guide
Dvb-t epg text problem
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="Lufes" data-source="post: 873769" data-attributes="member: 125566"><p>Arion, You can try this one for xml tests in: <a href="http://developers.blogs.sapo.pt/4736.html" target="_blank">http://developers.blogs.sapo.pt/4736.html</a> </p><p>Channel List : <a href="http://services.sapo.pt/EPG/GetChannelList" target="_blank"><u><span style="color: #0066cc">http://services.sapo.pt/EPG/GetChannelList</span></u></a> there are other functions on the page to get from date and program detail.</p><p> </p><p>Strange because with Microsoft it works without any problems, as the software of the tv tunner.</p><p>As i look to find a solution i got other people with same problem in older versions .... </p><p>The program just reads the information in the table that is wrong, dummo why the grabber puts there that wrong characters.</p><p> </p><p>About choosing the EPG languages, why we have there many options for Portugal ? I saw there 3 or 4 different choices for portuguese language ... Do they differ?</p><p> </p><p>I can put a mysql script working for that, replacing the wrong characters.... but is a workarround and it´s stupid doing that ...</p><p> </p><p>update <table_name></p><p>set <field> = replace(<field>,'’','\'');</p><p>update <table_name></p><p>set <field>= replace(<field>,'…','...');</p><p>update <table_name></p><p>set <field>= replace(<field>,'–','-');</p><p>update <table_name></p><p>set <field>= replace(<field>,'“','"');</p><p>update <table_name></p><p>set <field>= replace(<field>,'”','"');</p><p>update <table_name></p><p>set <field>= replace(<field>,'‘','\'');</p><p>update <table_name></p><p>set <field>= replace(<field>,'•','-');</p><p>update <table_name></p><p>set <field>= replace(<field>,'‡','c');</p></blockquote><p></p>
[QUOTE="Lufes, post: 873769, member: 125566"] Arion, You can try this one for xml tests in: [url]http://developers.blogs.sapo.pt/4736.html[/url] Channel List : [URL='http://services.sapo.pt/EPG/GetChannelList'][U][COLOR=#0066cc]http://services.sapo.pt/EPG/GetChannelList[/COLOR][/U][/URL] there are other functions on the page to get from date and program detail. Strange because with Microsoft it works without any problems, as the software of the tv tunner. As i look to find a solution i got other people with same problem in older versions .... The program just reads the information in the table that is wrong, dummo why the grabber puts there that wrong characters. About choosing the EPG languages, why we have there many options for Portugal ? I saw there 3 or 4 different choices for portuguese language ... Do they differ? I can put a mysql script working for that, replacing the wrong characters.... but is a workarround and it´s stupid doing that ... update <table_name> set <field> = replace(<field>,'’','\''); update <table_name> set <field>= replace(<field>,'…','...'); update <table_name> set <field>= replace(<field>,'–','-'); update <table_name> set <field>= replace(<field>,'“','"'); update <table_name> set <field>= replace(<field>,'”','"'); update <table_name> set <field>= replace(<field>,'‘','\''); update <table_name> set <field>= replace(<field>,'•','-'); update <table_name> set <field>= replace(<field>,'‡','c'); [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Electronic Program Guide
Dvb-t epg text problem
Contact us
RSS
Top
Bottom