Hello,
could you please to explain and help, how to configure xml file to get Titles in Polish language instead of English. In guide.xml file I got Titles in two languages, eg.
<title lang="pl">Nowe triki 10</title>
<title lang="en">New Tricks</title>
But in Tivimate it is only English title, even as the description is in Polish.
Also, how to get subtitle in Polish language ?
Regards,
Pawel
One is titleoriginal usually in english.I f you don't want english titlesor polish you can remove with postprocess REX.
Subtitles, usually if available will show up, if not tell me which siteini are you using.
Hi, thanks for the prompt answer.
Would you describe, how to remove english original titles with REX postprocess?
I have subtitles in my epg, but they are in English instead of Polish. I use "tv.wp.pl.E.ini" and "telemagazyn.pl.ini".
Hello,
can I ask for help to configure REX to remove original title, eg.
*title lang="pl">Nowe triki 10*/title*
*title lang="en">New Tricks*/title* - need to remove this line
add the line of your example (empty) if it doesn't work i can modify siteini for you
Do you mean the line from the WebGrab++.config? If yes, one of the lines looks as added file.
in rex.config... *<*title lang="en"*>*<*/title*>* without asteriscs
Thanks, will try within few minutes.
Hi, I got the following lines:
*<*title lang="pl"*>*Sledczy do pary : Uznana za zmarla. Private Eyes, s02e05*<*/title*>*
*<*title lang="xx"*>*Private Eyes: Now You See Her..., s02e05*<*/title*>*
But Tivimate still shows only English titles. Is that way to remove line *<*title lang="xx"*>*Any title in English*<*/title*>* from the xml file?
which siteini is this ?
I use "programtv.onet.pl.channels.xml" from Polish Channels.
Add * in front of titleoriginal.scrub line..... it will not be scrubbed.
*titleoriginal.
Thanks, it works. But only in movie's title. If there is a series it shows both Polish and origin titles, e.g.
*<*title lang="pl"*>*Różowe lata 70.. That '70s Show 6, s06e03*<*/title*>* or another
*<*title lang="pl"*>*Biuro : Awans. The Office, s06e03*<*/title*>*
How to fix it?
that become a little complicate, i see there is title, subtitle and episodedivide everything might be a little complex and cause errors. I will have a further look, be patient. Did you check the other siteini ?
that become a little complicate, i see there is title, subtitle and episodedivide everything might be a little complex and cause errors. I will have a further look, be patient. Did you check the other siteini ?
Thanks a lot for your support. I am patient :)
I use this siteini due to its good description of series.
Hello..
I can help you to clean xml file wih BASH script..
It is very simple and asking just one line command:
(look first attachment)
As u can see..In my example I'm filtrating (removing) all the lines what contains, slo rom en language description as well as subtitle. directly in file.
In you case solution would be:
(look first attachment)
Try and tell me!
P.S. This forum is not able to show bash code..it cut in pieces the command..strange
Hello Slayer,
thanks for the answer. But would you tell me, where to put the batch. Should I add these lines to "WebGrab++.config" or to my favourite "site.ini"?
Best regards,
Pawel
I'm glad that I can help you.
Unfortunately I'm not a developer of this project so I do not know what is under cover of this software.
This is manual solution what u need to exectute from ssh command line.
If u have a minimum knowlegde in scripting then u can make a little automated script who will do this minute before your crond grabber will load the data from guide.xml file
Thanks again. Will try at the evening to make small script ;)
Hello Mat8861,
have you any ideas how to remove English title from series? I asked about it few weeks ago.
post in a text file 4-4 examples on how they are and how you want them, also attach the siteini you use.
Mat, I include the site.ini I use and same examples in text file.
first problem i see is many titles have the episode in english (comedy central) example:
Teoria wielkiego podrywu 9, odc. 5: The Perspiration Implementation
Przyjaciele, odc. 15: The One with the Stoned Guy. Friends, s01e15
Teoria wielkiego podrywu 9, odc. 6: The Helium Insufficiency. The Big Bang Theory 9, s09e06
if we remove what is in the middle between : and , you loose also subtitle in polish...
Mat, many have not subtitles, only number of serie and episode, as exaple:
>Australijscy poszukiwacze złota . Aussie Gold Hunters 2, s02e05<
So, I can loose the English or Polish subtitles. Lets try ;)