Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] alturismo - Repos

Featured Replies

  • Author
11 hours ago, GRyFT said:

and add the start parameters for port forwarding in the template.

Which ones you mean ?

 

11 hours ago, GRyFT said:

 

I also added @pf to the user name and I have a fixed IP via hide.me.

That's all I see on the homepage what would be Todo ... 

 

never used this feature ... so can't tell. 

 

May provide a link where it's described and your docker run command. 

 

Will take some day's to look for as I'm currently on a business trip 

  • Replies 368
  • Views 85.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • now, if its only this one channel, quick & dirty but working   choose the quality you would like as input, as sample i stripped your file down now to 1080p only (highest quality)  

  • As you noted, all the apps are separate from the OS and Limetech themselves offer no support etc for them. (Ignoring plugins which are a different beast).  But it's really no different than say Window

  • alturismo
    alturismo

    actually this is not the plex helpdesk, but lets take a look   i assume you mean these icon in plex which are missing   and you use XEPG mode and they are working there (map

Posted Images

Hi Thanks for your reply

I add this to the containers.

I also tried to change the run file via the CMD. But that has the same effect.

 

Bildschirmfoto vom 2024-09-25 17-21-57.png

  • Author
1 hour ago, GRyFT said:

I add this to the containers.

 

may a source how you came to this ?

 

my docker does not use this parameter ... and yes, it needs to be builded in

 

i see the cli client supports it

 

 -pf
        enable port-forwarding (uPnP and NAT-PMP)

 

i ll look into it and may add a optional flag, will let you know when done so you can test it.

 

and ... you are aware about port forwarding and secuty risks ? making your application accessable ... from anywhere.

  • Author
13 hours ago, GRyFT said:

I add this to the containers.

 

hi, just checked my docker and i saw where you had this from (was actually mine ;))

 

but it should work as you setted it ... at leasz here it does

 

image.thumb.png.1c97252058b2b7af44c5c8c334519319.png

 

image.png.45efa693c12682c865e39b73f7fccd91.png

hi, thank you again for your help.

I am aware of the security risks.
I don't run the container continuously. I only run the container for a certain period of time.
I found it on the github page of the cli client.

thank you again for your efforts :)

  • 11 months later...

I need some beginner help with setting up guide2go. I'm a newbie with UNRAID but I've managed to get Jellyfin up and going but would like to use the guide2go app to pull in my local TV guide data.

I've used ChatGPT to get to where I'm at now. But I'm not getting the xmltv.xml generated.

The guide2go Docker container started and configured as follows:

/config <--> /mnt/user/appdata/guide2go

/guide2go <--> /mnt/user/appdata/guide2go/xmltv/

I entered into the guide2go Docker console using this:

guide2go -configure us

From there I was able to configure my Schedules Direct Account login, add a lineup and manage channels from the Menu. While still in the guide2go Docker console, I was thinking I could test it by typing 'guide2go'. Entering this shows the Version 1.1.3 but nothing else. Back in the main UNRAID console I go to the /mnt/user/appdata/guide2go/xmltv but there is nothing there.

Could you please assist me with what I'm missing?

Thank you!

Edited by greddin

  • Author
14 hours ago, greddin said:

Could you please assist me with what I'm missing?

did you setup like described and tested ?

image.png

I did not execute the second line there:

docker exec -it "dockername" guide2go -configure /guide2go/"your_epg_name".yaml

Is there anyone that could provide me with step by step instructions?

I'm not sure out to execute that line above.

Thanks

  • Author
3 hours ago, greddin said:

I'm not sure out to execute that line above.

all from unraid terminal

Do I need to run those commands from the system terminal or from the guide2go terminal/console?

Thanks again

docker_containers.png

  • Author
6 hours ago, greddin said:

Do I need to run those commands from the system terminal or from the guide2go terminal/console?

7 hours ago, alturismo said:

all from unraid terminal

like stated, from the Unraid terminal (system), docker exec ...

Thanks! I'm getting somewhere now. Running the docker exec command allowed me to generate the /guide2go/guide.xml file. There are a lot of gzip: invalid header lines but the guide.xml was generated.

In Jellyfin, how do I use the /guide2go/guide.xml for the XML TV file path? Jellyfin appears to only allow me to see file paths within it's own container. If I enter /guide2go/guide.xml Jellyfin doesn't recognize this path.

guide2go.png

Edited by greddin

  • Author
11 hours ago, greddin said:

In Jellyfin, how do I use the /guide2go/guide.xml for the XML TV file path? Jellyfin appears to only allow me to see file paths within it's own container. If I enter /guide2go/guide.xml Jellyfin doesn't recognize this path.

is the path also mounted in your jellyfin container ?

by design a docker cant access "any" path on your system, may just add your path also in jelly

/guide2go <--> /mnt/user/appdata/guide2go/xmltv/

Ok, one last question about setting up the cron job. I setup the included cron script under "User Scripts" but when I run it I'm getting some CBLguide errors.

It looks like I need to make updates to the included cronjob.sh. If I just want to get my local channels lineup from Schedules Direct each time, which updates would I need to make?

Thanks again!

guide2go_cron_error.png

Edited by greddin

I think I figured it out. I commented out the previous JsonList line and added just mine (guide.yaml). Seems to be working now.

Thanks.

There are a bunch of channels that I don't want to see in Jellyfin. How do I exclude those? In Schedules Direct, I've edited my lineup to exclude those, but the generated guide.xml still has them. Do I need to edit the guide2go/config file to exclude the unwanted channels?

What's the best way to exclude unwanted channels?

  • Author
4 hours ago, greddin said:

Ok, one last question about setting up the cron job. I setup the included cron script under "User Scripts" but when I run it I'm getting some CBLguide errors.

you dont need any cron jobs on the host, read the cron.txt in the /config directory, just edit the time there and comment it properly

sample

image.png

3 hours ago, greddin said:

What's the best way to exclude unwanted channels?

you can add / remove channels with guide2go cli tool, i use the manual way and remove the unwanted entries here

image.png

I have a sample_cron.txt in the /config directory. Do I just rename this to cron.txt? cron.txt is automatically used for the scheduling?

  • Author
7 hours ago, greddin said:

I have a sample_cron.txt in the /config directory. Do I just rename this to cron.txt? cron.txt is automatically used for the scheduling?

exactly, like described ;) edit it, rename it, restart docker, thats it.

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.