Stirr for Channels

I installed it just fine in UnRAID last night. Config looks like this:

Using search on docker hub I can't seem to find it

How did you search

1 Like

Go to your Docker page and hit Add Container in the lower left. Then just enter the settings same as I showed in my prior screenshot and you’ll be good to go.

making me learn things huh :wink:

2 Likes

Just wanted to say thank you @robbiet480

2 Likes

Hello All,

Thank you for making this program for Stirr, I am hoping someone can point me in the right direction, I was able to pull the container from docker and it says its running but I have 0 channels, I really don't know what I am doing, I know very little about programing but I was able to get Docker for Pluto working because of the included links for playlist and epg but this program doesn't have an option to open in a web browser and i don't know what i am doing wrong, I set host port to 8090, I have Pluto on 8080, I tried http://192.168.1.151:8090/playlist.m3u, then i tried the address i used for Pluto http://127.0.0.1:8090/playlist.m3u I really appreciate if someone can point me in the right direction Thank you!

Working great! Is there any way to send you a thank you in the form of money or other thank you gifts?

1 Like

Try going to:

http://192.168.1.151:8090 without anything else. If your Docker is running right and on that port you will see a status page with links to the .m3u and the .xml files.

Thank you Drewman, I tried going to http://192.168.1.151:8090 and it could not find it, my channels dvr is on http://127.0.0.1:8089 I see when trying to setup the container its asking for host path and container path, I tried putting 8090 in there and I think that's what I'm doing wrong, I am going to see if I can find out more information on host path, thank you for pointing me in the right direction

I'm getting the "national" channel automatically with my stirr container as well. I checked the log and it said it was missing the station id and couldn't figure it out so resorted to national. I'm in Philadelphia though and it autodetects it when I go to the stirr website. Anyway, how do I go about adding the STIRR_STATION_ID to the command line? Is this supposed to go in my container command line that I type in on CMD in Windows 10? (I'm using Docker for Windows)

127.0.0.1 is the localhost/loopback address. Did you try it on 127.0.0.1:8090?

What is the docker command you are using?

I guess to simplify my question...what exactly do you have to type, and where do you type it in the command line, to set the env var which overrides to a specific metro? Thank you!

Thanks Adamandaj, I tried it but it says cant reach this page, it could be that docker is not running correctly because i don't what I'm doing i went into power shell and typed docker ps and it pulled up the two containers one for pluto which is working and this one, i see under ports that its blank for the stirr container, the pluto one does have port 0.0.0.0:8080->80/tcp I did not know you have to run a command, well the older i get the less i know, I appreciate you taking the time Thank you very much!

Hello All, Its up and running I went to git hub and saw the command Robbiet480 posted, i opened power shell pasted that command and it works! it only took me two days to figure this out lol, I want to thank Robbiet480 for making this program and i want to thank everyone that helped me get this to work, be safe everyone and take care.

2 Likes

Could someone give me the "for dummies" step-by-step to install on Synology? For dummies please. I have the Pluto one running just fine but that was mostly a click after doing a search to find the file. The same search approach finds other files by Robbie480 but not this one.

Thanks to Robbie for making this thing. I look forward to giving it a try.

2 Likes

New release just out:

  • Two issues identified by @Fofer: channel order was incorrect and guide shouldn't show "no-scheduled-programming"
  • A suggestion from @maddox to improve image sizing to keep the clients snappy.
5 Likes

Fantastic. Updated, running, looking great! Very much appreciated, @robbiet480!

1 Like

Thank you for providing this solution. It works great using the command line provided.
I tried adding -e STIRR_STATION_ID=Philadelphia and it caused docker image to boot loop. Am i using the wrong syntax?