-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] Possibility to delete dublicates #121
Comments
Hi, I dont think so. There is no way to know without looking 1 by 1 about what you want to do. Xmltv_id is just an indicator for channel in epg file. 1 channel from France and another channel from Mexico may have same xmltv_id. If you add both of them to same configuration, then you should know why and which one will be renamed. Tempest is showing you those 2 as duplicate. Which one do you expect from Tempest to auto-delete? France or Mexico? What will be the criteria? In general no need to be that lazy, i believe 😃 |
If you are asking this for duplicate xmltv_ids which belong to same siteconfig, then on channel creation part, you can enable duplicate channel name delete option so same channel names(which are xmltv_ids) will be deleted on created channel list |
yes that schould be it but i cant find that option? |
It is not stucking.. not every channel creation happens in a blink. Some will take minutes....... |
ok |
using docker i use this command to create the new list but it wont load.
|
Sorry my friend but i am having really difficulties to help you since you are continuesly refusing to say what is your tempest version, which siteconfig you are trying and similar totally useless information so all i can tell you, try again, maybe works.. |
If you updated 1.7, i wrote everywhere since last week as command syntax changed |
ok sorry mate i am on latest version. ok i will recheck syntaxes. sorry didnt wanted to make you angry |
When you dont tell me the minimum needed info, i am wasting my time to check for many things. Just look below post, also TempestWIKI.pdf updated for new syntax usage; |
yes understood, i checked new syntaxes and now it works as expected. only thing is like for example if i use tv.blue.ch siteconfig and want to add it to a new config.xml and then start epg grabber it doesnt find any shows. is this due that the site.config doesnt work anymore or is it due to something else? Tempest Version : rv1.7.0.0-2405061442 |
Again, same thing.. which channel is not working ??? |
Yes, siteconfig issue. I will check it tomorrow |
all of them
ok thankyou very much |
Hi, siteconfig is updated. There were some changes in data structure. Also I added program categories |
great thank you very much. Yesterday i also made sponsoring for your project |
I saw it, thanks for your support |
what could be the issue if i create in Tempest Configurator a new config called switzerland adding all channls form Tempest Version : rv1.7.0.0-2405061442 |
|
also
|
hmm i think i added all folders manually but i am not sure. this is my docker-compose.yml
|
i had to go over vpn because sky magenta etc blocked my ips. |
i am using Chrome Browser but i didnt checked it in another browser. |
hmm this docker compose thing. Probably you have permission issue as you remember you created folders manually which you shouldn't. Tempest docker image using nobody as user and group. What you set as PGID and PUID are belongs to your system user. "nobody" user has no permission to write over something belongs to system. Try to sudo chown your mount folder with nobody;
some system using nogroup as group name so if above not works, use below;
|
alright i will test it thanks |
ok so i reinstalled tempest from scratch again with my docker-compose but i defenitly created the folders myself |
nope that doesnt work eighter it doesnt save anything to configs |
delete container again, also the folder you created as "/opt/appdata/tempest/", and remove PGID and PUID lines from your composer file under tempest: , then;
now folder created with correct ownership. use your edited composer file again to build container. When finished run the container and call tempest for folder creation;
Now, folders shall be generated inside your /opt/appdata/tempest/ path so you can update
|
so this worked? |
after creation of the container and called tempest |
but did you create the container with modified file? if you used again below; tempest: It will not work. Also check permissions and set folder to 755
|
yes i changed the composer file, removed the PGID PUID.
|
so update is working. Mount should also work |
yes update worked but not the mount.
|
sorry it is byte |
ha wait.. |
sorry that was my bad :(
|
i think there is still an issue with the |
Probably there is a duplicate in the list(there are many on that siteconfig channel list) and your browser pop-ups, or javascript or both disabled. There is no difference on sending all or selecting some |
I tested on chrome by sending all. Found many duplicete, after changing all, it saved the list |
you say "after changing all" what do you change at a dublicated channel? |
i made a channel generator to remove all dublicated ids but it didnt saved it after to my config and no pop came up to say that there some dublicates. after channel generator it reduced the list to 1072 channels |
Xmltv_id of duplicate channels. In default list, Tempest is finding +20 dup xmltv_id. Don't you see all red/black highlighted boxes?? This page is pure html and javascript rendered by browser. If something is not working for you, it means it is your browser (mostly settings such disabled javascript etc.) |
yes i see what you mean. in this redboxes can i just change the id? eg your example "xxx HD" to "xxxx HD (backup)"? |
You can set there whatever you want or just add an extra Letter/Number etc. Important thing is those xmltv_ids shall be unique for each channel otherwise your generated epg file will not be readable for players. That photo is example. When they are unique, they will be blue/black again. When all list is blue/black, you are good to go saving |
But dont forget that some players are using it for channel mapping so better using something identifable. Like if you have 2 Rtl for Belgium and Germany, use something like rtl.be and rtl.de so you will be able to understand which is which |
alright thanks. i made for every country i need one config |
Hi,
will it be possible to add an option to delete all dublicated xmltv id's at once in Channel Configurator?
The text was updated successfully, but these errors were encountered: