K-vanc / Tempest-EPG-Generator

The fastest XMLTV formatted EPG Generator with GUI and the lowest memory usage
https://hub.docker.com/r/kvanc/tempest_epg
Other
112 stars 21 forks source link

using ||#logo# issue #40

Closed Toei79 closed 1 year ago

Toei79 commented 1 year ago

hi , i tried logo on site id for one channel.

but i get same logo in other channels that i dont modified, all from same group like comes from directv.co for example.
i get 10 channels from there, but i only modified logo in one, and i get this logo in at least 3 of 10 channels.

idk if its issue in my player or its from tempest , i clear cache on my case tivimate, because it not was displaying epg what its fine right now.

also those channels are the next 2 channels on list from channel indexer./ tempest configurator.

K-vanc commented 1 year ago

Hi;

i cannot know what your player is doing but you can easily understand by opening generated xml file and check channel which you set ||#logo# to see if icon tag is matching with what you set; Example;

<channel id="RÚV">
    <display-name lang="is">RÚV</display-name>
    <icon src="https://www.sjonvarp.is/images/logos/RUV.jpg"/>
  </channel>

then you can check one of the channels that you mentioned as same logo appeared without your adjustment. if there is no icon tag or it is different, then it is related with your player.

Anyway my short answer is; yes ,it is related with your player.

Toei79 commented 1 year ago

SHOT1055 SHOT1056

for some reason its making for all

i dont do manually just check xml generated. idk it did for 8 channels, 5 from TV Abierta Bogotá , and few from other.

K-vanc commented 1 year ago

Hi,

So why you closed the issue? You found the solution? Can you copy/paste here your entire site_id line For the channel you put logo command?

I am Also using that command on my daily grab without any issue.

Also can you delete generated xml and rerun after setting permissions? Then check xmltv file again for icons. I remember as you have a neverending linux permission problem

Toei79 commented 1 year ago

sorry i closed by mistake. other thread i closed because i run tempest and it shows getting epg.

9133008184|##|9200020413||#logo#http://192.168.2.131/Logos/Rcntv.png site id have this or just logo part.

no permissions are fine. i fixed that. its first that i check. i know need do everytime site id files are updated.

so problably its the line i guess? on site id just logo line? ||#logo#http://192.168.2.131/Logos/Rcntv.png

K-vanc commented 1 year ago

Thanks for the line. I will study on it tomorrow. I did tones of test on that logo command before publishing but I may be overlooked something. Could you please delete xml file and rerun? Also i need a few more information;

Thanks in advance.

Toei79 commented 1 year ago
are you getting epg for that channel with logo command?
yes :)

are you getting epg for the following channels after logo command?
hi yes those get epg.

are you having similar issue with any other siteconfig?
on tempest next one get same issue. 

i attach a pic. SHOT1057

Could you please confirm your Tempest version(top right of screen)
rv1.5.1

your operating system
 Ubuntu 22.04.2 LTS 

your php version
PHP 8.1.18

your php server name
where its this one?

Im going to check permissions for logo are no same like others one. so that maybe ? im gonna delete xml old, and rerun and fix that. and see.

Toei79 commented 1 year ago

all permissions good. i added a crontab to it so avoid if in the future, but still getting same

this time i added another logo so its two channels with logo

SHOT1058

K-vanc commented 1 year ago

Ok, I confirm it is a bug. I missed to clear 1 variable from system memory before starting next channel so it follows the next channel if there is no channel logo element in following channel's siteconfig. if there is channel logo element in next channels, it overwrites its value. that's why didnt notice it.

Anyway I fixed it and will be available in next release(probably soon). Thanks for pointing it out.

K-vanc commented 1 year ago

hi @Toei79

This release will fix logo bug

https://github.com/K-vanc/Tempest-EPG-Generator/releases/tag/rv1.5.3

K-vanc commented 1 year ago

Hi @Toei79

Please confirm if issue solved then I will close the issue

Toei79 commented 1 year ago

yea its working perfectly! thanks