[Support] alturismo - Repos


Recommended Posts

6 hours ago, mihcox said:

But my version does not have the "update channel name" option that others have.

may describe what exactly you mean

 

this is what basically is included

Update Channel Name: If the channel name of the stream in the playlist changes, the channel name is updated automatically. This feature is only available if the stream in the playlist has a unique ID.

 

so i assume you mean something else ;)

Link to comment
4 hours ago, alturismo said:

those scripts runs outside of xteve, there are several options out there ... has nothing todo with the docker itself.

 

the script helps to keep channels mapped which changes their id's, like event channels ... 

I understand that, i was more asking why the configuration guide shows functionality that isnt in the docker im using, is that a missed config setting or something? I assume without that, when the event name changes it wouldnt change otherwise?

Link to comment
6 hours ago, mihcox said:

i was more asking why the configuration guide shows functionality that isnt in the docker im using, is that a missed config setting or something?

now i see what you mean ;) sorry, myfault, saw your question on the cell and quick answered ...

 

nope, doesnt belong to your intention, this was a checkbox in terms you renamed the channels in xteve and now in terms you wanted to use the xteve channel name (instead the original one) you had to use the checkbox.

 

as this is quite senseless (rename ++ checkbox) its out of there ...

 

the script/s you see about channel names (actually id's) are a different story.

 

we take the ID from the source to identify a stream, if its not there anymore (sample event channels, today game1, tomorrow game2, ...) providers from iptv like to change also the ID (not static) and then xteve drops this channel as in xteve pov terms, its a new channel (game2) and the old channel (game1) will be dropped ... as this is really hard to handle to differ what is really new or old ...

 

 so those scrips try to set unique id's for event channels (thats also why an event m3u's should be loaded seperately) so xteve (or other apps) are not dropping them ... and keep the epg mapping's ...

 

so in the end, 2 different features and doesnt belong to each other.

 

Channel Name > the exposed name "after" xteve (xteve feature)

Channel ID > unique ID to fetch the channel ... (script feature to keep ID's)

 

if you are intended to update channel names now after ID change, nope, not included in xteve, may some fork's from the official ones do something like this (i always use the official one from the git link you pointed at)

Link to comment
  • 1 month later...

Good Morning, 

 

I've got an issue with using unraid's WireGuard feature with the xteve docker (sabnzbd works fine)

 

wg0 is setup like here

 

image.thumb.png.5a7e19fa52fdeb9b01a8e56fc08335f1.png

 

sabnzbd connected fine and I can access it via LAN on the 192.168.3.9:8080

image.png.0fac03f4efb58c64eadb9b04499483b9.png

 

xteve I can't

image.png.e4137a2f7b0f1953caeb65a928a935da.png

image.thumb.png.92569ffae9c931614777e72e7c260b2e.png

 

Do I need to change anything? I do not want to use an additional VPN connection - the existing tunnel should be fine?

Link to comment
On 10/20/2023 at 7:36 AM, lelei said:

Do I need to change anything? I do not want to use an additional VPN connection - the existing tunnel should be fine?

sorry, but i dont use the buildin WG feature so cant tell anything about it ...

 

may take a look here (as it seems xteve is running fine) to see which ipaddr it has while using the WG from Unraid

 

/ # netstat -tulpn | grep -i listen
tcp        0      0 0.0.0.0:34500           0.0.0.0:*               LISTEN      12/php
tcp        0      0 127.0.0.11:33293        0.0.0.0:*               LISTEN      -
tcp        0      0 :::8888                 :::*                    LISTEN      367/guide2go
tcp        0      0 :::34400                :::*                    LISTEN      16/xteve
/ # ipaddr | grep -i 192.168
    inet 192.168.1.67/24 brd 192.168.1.255 scope global eth0
/ # 

 in this case, xteve is listening on 192.168.1.67:34400 here

Link to comment
  • 1 month later...

I feel stupid, but reading so many posts I havnet found one that explain how to use ./owi2plex ?
Reading the github I should use this command to get the XML from my enigma SAT box.

 

./owi2plex -b PLEX -h 192.168.0.250 -o /owi2plex/stue-epg.xml

 

I tried executing this in the docker terminal, but with no succes.

 

Thanks
 

 

Link to comment
7 hours ago, casperse said:

I tried executing this in the docker terminal, but with no succes.

 

no success means ? any output ? if so, which ... ? ;)

 

so, you tried it manually and not using the cron feature builded in, correct ?

 

image.thumb.png.82e1164ee20a7c2f9098b94b22ed2f5f.png

 

image.png.2801f395c781e44049e4ebc374c8f398.png

 

it actually of course also works manually ... even i dont know why you would do this ;)

 

but the correct way would be anyhow ...

 

owi2plex.py -h 192.168.1.13 -u root -p PASSWORD -b BOUQUET_NAME -o /owi2plex/HDTV_bouquet.xml

 

image.thumb.png.d417e44ff28009af5c0c176be876ae26.png

  • Thanks 1
Link to comment
9 hours ago, alturismo said:

no success means ? any output ? if so, which ... ? ;)

 

so, you tried it manually and not using the cron feature builded in, correct ?

 

image.thumb.png.82e1164ee20a7c2f9098b94b22ed2f5f.png

 

image.png.2801f395c781e44049e4ebc374c8f398.png

 

it actually of course also works manually ... even i dont know why you would do this ;)

 

but the correct way would be anyhow ...

 

owi2plex.py -h 192.168.1.13 -u root -p PASSWORD -b BOUQUET_NAME -o /owi2plex/HDTV_bouquet.xml

 

image.thumb.png.d417e44ff28009af5c0c176be876ae26.png

 Thanks so much! I used the wrong command and the bouquet name was wrong.

So now I got the command working! - Now to get it running automatically.


So I dont have a user and password - its a closed home LAN, can I just make the empty in the config file? (" ")
Also the name of the TV Bouquet was with a space so can I just do: "PLEX (TV)"
image.png.3af009e0d6967a6e48ad36ee62587f29.png

 

And then cron setting through the WEB UI and that should be it?
I can get the picon to be loaded to xTeVe this is so great!

Before I did manually matching and tuning channels this awsome!
 

Link to comment
11 hours ago, casperse said:

So I dont have a user and password - its a closed home LAN, can I just make the empty in the config file? (" ")
Also the name of the TV Bouquet was with a space so can I just do: "PLEX (TV)"

hmm ... i guess wont work without "modification" ;)

 

1/ spaces ... as you may saw in the sample, i use a "list" in there, seperated by ... spaces ;)

2/ user/pass ... when i remember correctly, it was not possible without u / p

 

so, what you could try if the command is working fine in the cmd line

 

comment out the regular part from the script, add your personal line there with "hardcoded" bouquet & removed u p

 

sample

image.thumb.png.01b7ad46407cbb64e18d0096ae51c0c9.png

Link to comment
6 hours ago, alturismo said:

hmm ... i guess wont work without "modification" ;)

 

1/ spaces ... as you may saw in the sample, i use a "list" in there, seperated by ... spaces ;)

2/ user/pass ... when i remember correctly, it was not possible without u / p

 

so, what you could try if the command is working fine in the cmd line

 

comment out the regular part from the script, add your personal line there with "hardcoded" bouquet & removed u p

 

sample

image.thumb.png.01b7ad46407cbb64e18d0096ae51c0c9.png

 

Great thanks I will try that right away.... 🙂
image.thumb.png.52ec09a887dff66702cce9181593f08f.png

Link to comment
1 hour ago, casperse said:

Not sure if its the configuration or if its some problem waking the SATBOX up from standby

no need to wakeup from regular standby (deep standby wont work)

 

and may take another look what i posted to comment out ...

 

and, you really did test if it works without password ?

Link to comment
On 12/19/2023 at 10:43 AM, alturismo said:

no need to wakeup from regular standby (deep standby wont work)

 

and may take another look what i posted to comment out ...

 

and, you really did test if it works without password ?

So Sorry, I have reread your post 🙂

Yes executing this command in the docker terminal works! (Without username and password:
owi2plex.py -h 192.168.0.250 -b "PLEX (TV)" -o /owi2plex/stue-epg.xml >> /dev/null

So I have now done what you said in the cron file:
image.png.606254573446264e04ef0043752dc2f5.png

image.thumb.png.18a0ba5f5e510f4534218dbbf8d27471.png

I also set the cron in the UI and in the text file, hoping it will run now 🙂
image.thumb.png.2e29090f2b69b54ea0484db343ecf1d8.png
 

And 1 hour later I have the cronjob file:
image.png.df77055532c2abfceebbce58c889d4d1.png

This should work now?

Again thanks! and sorry for not reading your post thoroughly enough

Link to comment
2 minutes ago, casperse said:

I also set the cron in the UI and in the text file, hoping it will run now 🙂

UI doesnt matter, thats internal for xteve only ... nothing todo with the external additional features ;)

 

so yes, this cron.txt should run every day at 06.00 and yes, line/s looking ok now ;)

 

just also make sure at the top settings that owi2plex="yes" settled is ;)

 

enjoy

Link to comment
On 12/17/2023 at 12:50 AM, alturismo said:

 

ok, may post me the output from unraid terminal (while xteve_guide2go is YOUR dockername)

 

docker exec xteve_guide2go crontab -l

 

 

 

 

root@Truffle:~# docker exec xteve_guide2go crontab -l
0  0  *  *  *  /config/cronjob.sh

 

Edited by flyize
Link to comment
8 minutes ago, flyize said:
0  0  *  *  *  /config/cronjob.sh

 

may just change the time ... its a time where alot try to download ...

 

here how it looks like correctly, my cron runs at 04.45 am, described in the .txt

 

image.thumb.png.a5886d9293e416f50157a61f2ed7b76e.png

 

restart docker (like described) and check again with upper command if cron changed

  • Like 1
Link to comment
  • 4 weeks later...

@alturismo Wondering if i can pick your brain about setting up xteve_vpn.  I dumped the .ovpn file in /appdata/xteve_vpn folder but not sure what else i need to do.  I cant get any streams to run so i'm sure i haven't configured it correctly?  Any requirements for the openvpn config (protical/port....)?

Edit: 

So i dumped my 13.ovpn file created from torguard in /conf and pointed towards it in the docker template.  Is that correct?

image.png.4fc6fdb5f5cf974dde1ce375862c1378.png image.thumb.png.83a125d90703c5784a3bb22d2cf62cad.png

 

and then as far as the logindata.conf, dumb question but what goes there?  login info for torguard?

Edited by danimal86
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.