Frndly TV for Channels

These are the channels we currently don't have gracenote for

179 reelz
146 cleo_tv
143 stingray_flashback_70s
145 stingray_remember_the_80s
142 stingray_classic_rock
144 stingray_hot_country

Ill set reelz to use 68385 for now

If anyone knows any of the others (cleotv?) - let me know and ill add

3 Likes

i have these. will send across when i get to pc if no one else beats me to it.

Also, REELZSTR is for their “Infamous” FAST channel i believe.

1 Like

Cleo_tv 110289

I just signed up for Frndly and cannot get the bridge to work. I get this error every time:

JSON response from http://192.168.150.242:9000/api/stacks/create/standalone/string?endpointId=:
404 page not found

The only values I enter are my username and password. What else can I do?

Also, if I try to add directly though terminal I get zsh: event not found and the most of my password except for the first number. The password is correct in the string I entered

Where is that error from? Share your docker compose file and i will take a look

Thank you. For the Olivetin, the only thing I change is the username and password. I enter the following in terminal to create Docker when OliveTin failed:

docker run -d --restart unless-stopped --env "[email protected]" --env "xxxxxx" --name frndlytv-for-channels -p 8183:80 matthuisman/frndlytv-for-channels

Neither method seems to work

You need to provide environment variable names for them, like the docs show
--env "USERNAME=MY_EMAIL" --env "PASSWORD=MY_PASSWORD"
Probably why OliveTin One-Click failed too.

What do you mean by that? I am entering the actual username and password, but added the X's so I don't show them on here.

I tried what you showed in terminal (,[email protected]) but that did not work.

I assume you mean MAC Terminal?
Use the double quote marks
--env "[email protected]" --env "PASSWORD=monkey123"

Yes, sorry, MAC terminal. Here is my exact string that's not working (username and password redacted):

docker run -d --restart unless-stopped --env "[email protected]" --env "PASSWORD=xxxx" --name frndlytv-for-channels -p 8183:80 matthuisman/frndlytv-for-channels

I get this response:zsh: event not found: XXXXXX
The Xs represent part of my username it is my user name minuse the first character

Could be special characters in your USERNAME or PASSWORD.
Can you view the environment variables in the running container to verify?

@jtrippe77 This is an issue with your OliveTin setup. Let's chat in that thread

I do have a ! in my username. Should I change that?

Done. Thank you.

If you look at the environment variables in the container, you can see what the container sees.

I don't have a container setup yet so I cannot see that though

Ahh, the bang ! character is causing the issue in terminal.
I think if running from MAC terminal you can use single quotes, instead of double quotes.
--env '[email protected]' --env 'PASSWORD=xxxx'
Unless you have a single quote as part of your USERNAME or PASSWORD.
One reason I gave up using docker command line commands. Escaping chars on different platforms.

You're the man! Thank you so much!! I changed the password and changed from " to '

Now I've got a new problem...I tried to add to Channels and get this:

invalid source url: failed to retrieve m3u: GET: http://localhost:8183/playlist.m3u8?gracenote=exclude: 500 Internal Server Error

Look at the docker container log. I get that a lot.
You also might need to change your Custom M3U Channel settings to use the actual IP address of the FrndlyTV container, instead of localhost