primaeval
primaeval
There are different architectures for the nvidia shield. Use the Droid Hardware Info app to find out what yours uses. You did the right thing of extracting the file and...
You can call it anything. It will be changed to ffmpeg when the addon copies it to the /data/data folder. It will only get copied over the old one if...
Someone in the forum had a problem with that the other day. They added an ssd and it wouldn't work. Check the last page or so. https://forum.kodi.tv/showthread.php?tid=329991
I'm pretty sure it can't be done from the code in gui.py. It needs to be done in the xml. You can't set a control's colour in the code. http://mirrors.kodi.tv/docs/python-docs/16.x-jarvis/xbmcgui.html...
Nope. There is the concept of parameters for the xml files but that only works for the actual Kodi Skins not TVGF skins. How often do you need to change...
When I added the colour settings I was hoping I could change everything in the code. It was disappointing when I found the Kodi limitations. If you want to get...
Here is a bit of info about Skin Tightener. https://forum.kodi.tv/showthread.php?tid=311660
Thanks. Post the contents of the file "\addons\skin.estuary.iptv.recorder\xml\DialogPVRInfo.xml" and I'll have a look. There are a few ways you could do an instant record with my addons. In IPTV Recorder...
I've added in a "Record and Play" to the PVR Channels menu "IPTV Recorder Timer" for you in version 0.0.114. Try that. It will give you a dialog for the...
IPTV Simple Client could have enabled Pause in the code but they didn't for some reason. If you ever want to compile it yourself then change CanPauseStream to true like...