Thomas Gorgolione
Thomas Gorgolione
For those of you who can, please try this: On line 127 of main.py, update to the following: ``` ffmpeg_proc = subprocess.Popen(["ffmpeg", "-i", channelUri, "-user_agent", "'Mozilla/5.0'", "-codec", "copy", "-f", "mpegts",...
Hello all. Just updated l2p with a fix (0.6.2). Let me know if that corrects your issues. Thanks!
Hmmm -- that is strange. We did change the method of how we connect with Plex -- but most of the old interface is still accessible (the channel list, etc.)....
Nice @deathbybandaid! Would it be all right if I used your m3u generation code?
Hello all just to double confirm here -- release 0.6.x has addressed this issue. For anyone who has copies of the repo -- please update to 0.6.x for the "less...
Could you show the contents of http://:6077/device.xml ?
Hmmm. If you're getting the same error in the log, "ConfigParser.NoSectionError: No section: 'main'", then there's still an issue with grabbing the config file from the host. I think the...
Could you send me a screenshot or text copy of your volume configuration (via QNAP's interface or via `docker inspect `)?
That's awesome! Can anyone try this for Kodi as well? Been meaning to test it myself....
I don't know if this would help, but locast does have EPG data we could send across. I haven't had any time to implement it, but there might be a...