phunkyfish
phunkyfish
Hey, I've recently added support to the kodi pvr addon for Enigma2 to be able to play live IPTV streams. It's simply extracts the IPTV stream URL from the service...
I see the following TODOs in the code: https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/770311dbcde34565a0e02ac73f69a61b79c9765a/plugin/controllers/models/info.py#L506-L511 Just curious if this is likely to happen at some point, or if it's just not possible currently. I maintain the...
## Description Ensures for longer lines that this occurs: ```cpp MyClass::CMyClass(bool bBoolArg, int iIntegerArg, const std::string& strSomeText, const std::shared_ptr& myOtherClass) : m_bBoolArg(bBoolArg), m_iIntegerArg(iIntegerArg), m_strSomeText(strSomeText), m_myOtherClass(myOtherClass) { } ``` But never...
Hi, I know that all clients don’t have label functionality but would it be possible to add it for those that do? For me it’s the only thing missing for...
Please merge at your convenience. For release automation.
*DO NOT MERGE YET* This workflow should allow easier kodi PVR API updates being triggered by the `gh` command locally on a dev machine. The hope is to automate API...
## Description: Please replace with LOGFATAL and LOGINFO. They will be removed in a couple of weeks. PR: https://github.com/xbmc/xbmc/pull/18346 Forum Post: https://forum.kodi.tv/showthread.php?tid=353818 ## Details: - Add-on version: Latest - Kodi...
## Description IptvSimple has complex logic to tell if a call to `GetChannelStreamProperties()` originated from an EPG Tag. Right now we set the `PVR_STREAM_PROPERTY_EPGPLAYBACKASLIVE` property when we call `GetEPGTagStreamProperties()`, which...
Please merge once green
Updated deprecated workflows actions versions