ini for slovenian site neo.si not work correct...they dont start
with today schedule 21.3 but with 15.3
Im using version 5.3.1 build 1 on W10
Please somebody check this channel:
TV SLO 2
See schedule on this webpage:
https://neo.io/tv-guide/list/tv-slo-2/2025-3-15
Thanks
Yes there is a bug, please use a version before like 5.3.0.12
Uploaded new version that works with 5.3.1
Thanks :-)
Just one question: How to add date to title lang="sl" and
how to add title lang="en" to desc tag with postprocessor:
We have this:
!title lang="sl"! Saga o Rothschildu: Vzpon, slava, pregon !/title!
!title lang="en"! Die Rothschild-Saga: Aufstieg, Glanz, Verfolgung !/title!
!desc lang="sl"! Skoraj nobeno drugo ime na svetu ni tako tesno povezano z močjo in bogastvom kot priimek članov rodbine Rothschild.Rothschildi so bili ena najvplivnejših bančnih družin 19. stoletja. Okoliščine, v katerih je prišla do svojega bogastva, pa so malo manj znane.Dokumentarna drama pripoveduje zgodovino te dinastije vzporedno z zgodbo Miriam Rothschild, ugledne znanstvenice iz 20. stoletja, ki se je ob nacističnem preganjanju lotila raziskovanja izvora svoje družine in si prizadevala rešiti judovske otroke. !/desc!
!date! 2021 !/date!
and i want this:
!title lang="sl"! Saga o Rothschildu: Vzpon, slava, pregon, 2021 !/title!
!desc lang="sl"! Die Rothschild-Saga: Aufstieg, Glanz, Verfolgung... Skoraj nobeno drugo ime na svetu ni tako tesno povezano z močjo in bogastvom kot priimek članov rodbine Rothschild.Rothschildi so bili ena najvplivnejših bančnih družin 19. stoletja. Okoliščine, v katerih je prišla do svojega bogastva, pa so malo manj znane.Dokumentarna drama pripoveduje zgodovino te dinastije vzporedno z zgodbo Miriam Rothschild, ugledne znanstvenice iz 20. stoletja, ki se je ob nacističnem preganjanju lotila raziskovanja izvora svoje družine in si prizadevala rešiti judovske otroke. !/desc!
Sorry i do not understand, it seems you do not want english title but you want to add it to beginning of description ?
closest your going to get is this.
<title lang="si">'title(,)'{ 'productiondate(,)'}</title>
<desc>{'title/a(,)'...}'description(,)'</desc>
<date/>
result
<title lang="si">Saga o Rothschildu: Vzpon, slava, pregon, 2021</title>
<desc lang="si">Saga o Rothschildu: Vzpon, slava, pregon(si),Die Rothschild-Saga: Aufstieg, Glanz, Verfolgung(en)...,Skoraj nobeno drugo ime na svetu ni tako tesno povezano z močjo in bogastvom kot priimek članov rodbine Rothschild.Rothschildi so bili ena najvplivnejših bančnih družin 19. stoletja. Okoliščine, v katerih je prišla do svojega bogastva, pa so malo manj znane.Dokumentarna drama pripoveduje zgodovino te dinastije vzporedno z zgodbo Miriam Rothschild, ugledne znanstvenice iz 20. stoletja, ki se je ob nacističnem preganjanju lotila raziskovanja izvora svoje družine in si prizadevala rešiti judovske otroke.</desc>
other option you could use is /a+ which would change whats added to the end of the titles in the descripion.
/a is the attribute value like si,en
/a+ is the attribute name and the value like lang=si,lang=en
if you dont want the date removed then delete <date/>
note:
for the title we use the language attribute
this is how we can keep the lang="si" title, the lang="en" title is omitted.
if u used <title lang="en>" the it would be kept.
here's a few other options as i said above
<desc>{'title/a+(,)'...}'description(,)'</desc>
or even
<desc>{'title(.)'...}'description(.)'</desc>
Thanks Blackbear199 ... is possible to use tag subtitle for english title in ini file...and also can you add also rotten tomatoes rating and age rating
the second title(titleoriginal) cannot be specifically selected for than for the title tag by using.
<title lang="en">
what you could do is set the english title as the title and use the slovenian title as subtitle.
to do that change the lang tag for the title to "en" as i said then for subtitle.
<sub-title>'title[max_elements=1]'<sub-title>
max_element=1 will keep the first title(sl).
only other way is to modify the ini itself.
Thanks Blackbear199 once again.
@mat8861 can you please modify ini and
english title add to subtitle and also scrub
age rating and rotten tomatoes rating
Here it is