its not possible.
it has to be added on the ini level.
some site its simply not possible for various reasons.
but if u say what ini the logos u need are,i can look and see if they can be added.
here's m y 2 cents.
the logo's could be theoritically added but it would take alot of work(and i mean alot).
since this ini is multi country there is a good possibility the even more stuff could be different for various countries.
huge code changes would be needed if it can be done,i only checked 1 country to see if the logo was there.
imho its more work than its worth which is probably why they were never added in the first place.
regarding your 2nd question,changed to what?
if you have a server to host the logo images i can try to explain alternate solution.
Icons/Logos: Showicon are there. Logo i think would be easier an alternate post process solution, if you search the forum Blackbear explained already how to add logo in guide.xml after the wg++ grabbing. For Horizon they are in a different url so may be necessry to rebuild wg++ to get it to work.
Episodes: i wouldn't change that as i don't know any series more then a 1000 episodes, unless you want those fake S2010 E15 which is incorrect and should only show episodes , no series number.
Starrating: please tell me a channel with that...
its not possible.
it has to be added on the ini level.
some site its simply not possible for various reasons.
but if u say what ini the logos u need are,i can look and see if they can be added.
in the horizon.tv.EK I would like the icons. it would be nice if I get this changes to
temp_1.scrub {single|"seriesEpisodeNumber":"||"|"}
temp_1.modify {clear(> "9999")} *changed
temp_1.modify {addstart(not "")|E}
temp_2.scrub {single|"seriesNumber":"||"|"}
temp_2.modify {clear(> "10000")}
temp_2.modify {addstart(not "")|S}
temp_1.modify {addstart('temp_2' not "")|'temp_2' }
episode.modify {addstart('temp_1' not "" patten="S'S1'E'E1'""S'S1'""E'E1'")|'temp_1'}
starrating.modify {substring(type=regex)|'description' "IMDb.*"}
description.modify {replace|\|| }
description.modify {remove|'starrating'}
description.modify {cleanup(style=jsondecode)}
starrating.modify {substring(type=regex)|"\d\.\d/10"} *changed
starrating.modify {addend(notnull)|(system=IMDb)}
showicon.scrub {single|"tva-boxcover"|"url":"|"|}}
here's m y 2 cents.
the logo's could be theoritically added but it would take alot of work(and i mean alot).
since this ini is multi country there is a good possibility the even more stuff could be different for various countries.
huge code changes would be needed if it can be done,i only checked 1 country to see if the logo was there.
imho its more work than its worth which is probably why they were never added in the first place.
regarding your 2nd question,changed to what?
if you have a server to host the logo images i can try to explain alternate solution.
if you show me how to edit the ini, I would include the logos.
the 2nd question
the changes from the original are
- temp_1.modify {clear(> "1000")}
+ temp_1.modify {clear(> "9999")}
- starrating.modify {substring(type=regex)|"\d\.\d"}
+ starrating.modify {substring(type=regex)|"\d\.\d/10"}
Icons/Logos: Showicon are there. Logo i think would be easier an alternate post process solution, if you search the forum Blackbear explained already how to add logo in guide.xml after the wg++ grabbing. For Horizon they are in a different url so may be necessry to rebuild wg++ to get it to work.
Episodes: i wouldn't change that as i don't know any series more then a 1000 episodes, unless you want those fake S2010 E15 which is incorrect and should only show episodes , no series number.
Starrating: please tell me a channel with that...
for example
GZSZ has over 7000 episodes
Sturm der Liebe over 3000
and all the daily soaps don't have seasons.
The change in the starating is an extra adjustment for TVHeadend, TVHeadend only awards up to 10 points, but the horizont site up to 100 points.