you guys being so active both in development and in the forum answering questions is just outstanding. bravo!
Pluto docker: In the Android and FireTV clients, there's no poster art for the current show at the top of guide....is that something that can be added? Looks kind of bare without it.
Just wondering if you will be adding XMLTV support soon in guide option? I can't get any guide data to load with the custom Url option for my m3u stream.
Ok, the container is working again. Try again.
Yep, the Android app has not received the optimizations that the Apple TV/iOS apps have.
We will need diagnostics from your DVR so we can see the errors. Where can I find blue iris?
XMLTV is already an option.
After you create your source from M3U, click the trash can to delete the default lineup. Then you will be able to add your own XMLTV url.
That's odd I tried 3 different m3u providers and all have XMLTV grayed out and I am unable to select it.
Still no go on the arm docker...
pi@raspberrypi:~ $ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f076ffc0613d jonmaddox/pluto-for-channels "/usr/src/app/entryp…" 21 seconds ago Exited (1) 19 seconds ago pluto-for-channels
XMLTV is the header....select the Custom XML option underneath
So weird. I'll see if i can try on a pi sometime. I guess it's building the wrong arch?
Could you widen your terminal so you can get that full error?
I used custom url as like I said XMLTV is grayed out but it never loads the guide data. Also it will only load 499 channels when I add a m3u provider no matter which one I try.
yup, looks good!
is there a way to change the starting channel number?
Really nothing extra in the 'docker ps' output (no ports assigned)
pi@raspberrypi:~ $ docker logs f076ffc0613d
standard_init_linux.go:211: exec user process caused "exec format error"
So I got it to load the guide data. Still have a 499 channel limit no matter how many channels the provider has but I did a channel edit to the M3U to get the channels I wanted under the 499 limit.
No, but good idea.
Please write up an issue on the repo - https://github.com/maddox/pluto-for-channels
Did you pull the latest image?
docker pull jonmaddox/pluto-for-channels:latest
Our custom channels M3U sources are limited to 500 channels.
pi@raspberrypi:~ $ docker pull jonmaddox/pluto-for-channels:latest
latest: Pulling from jonmaddox/pluto-for-channels
Digest: sha256:32b4a2b1f9c16d6bb904e04f7bfe946cedcc1cdcaba6b5490844f3f44fd23119
Status: Image is up to date for jonmaddox/pluto-for-channels:latest
docker.io/jonmaddox/pluto-for-channels:latest
pi@raspberrypi:~ $ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
jonmaddox/pluto-for-channels latest af2b7546c537 23 minutes ago 94.4MB
pi@raspberrypi:~ $ docker run -d --name pluto-for-channels -p 8080:80 af2b7546c537
41e09872ffdcf898259b8067153474160b43e1bf458fd90e0a8cd0ca2b97fdb0
pi@raspberrypi:~ $ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
41e09872ffdc af2b7546c537 "/usr/src/app/entryp…" 20 seconds ago Exited (1) 18 seconds ago pluto-for-channels
pi@raspberrypi:~ $ docker logs 41e09872ffdc
standard_init_linux.go:211: exec user process caused "exec format error"
Is there a practical limit on the number of M3U sources? I'm working on a preprocessing tool for M3U files, I can split them into multiple M3U files pretty easily,
BTW, I signed up for the Gracenote 'OnConnect' developer program, specifically to see what I can do about annotating an M3U file with your additional tags during preprocessing. Though spare time is scarce at the moment, so not sure when it might be ready for public consumption.
Thanks for adding M3U support to Channels - adds enormous value for those of us ex-pats that miss the TV from 'back home'.