![]() |
Support for EDL with mythtv pvr? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170) +---- Thread: Support for EDL with mythtv pvr? (/showthread.php?tid=159209) |
Support for EDL with mythtv pvr? - bhamail - 2013-03-14 I saw a number of posts about how support for EDL (edit lists) with the mythtv pvr add-on didn't make it into Frodo. I also thought I saw some commits to xmbc that added some sort of getEDL methods. Is this support already in trunk? Are there nightly builds I could use to try it out? Thanks. RE: Support for EDL with mythtv pvr? - fetzerch - 2013-03-14 Yes, thats in now. But only works properly with constant framerate material. (see that post: http://forum.xbmc.org/showthread.php?tid=110694&pid=1342471#pid1342471 ) Nightlies can be downloaded here: http://wiki.xbmc.org/index.php?title=Development_builds#Nightly_build If I'm not mistaken, xbmc nightlies contain the pvr addons as well. Otherwise: you can build the addons from source: http://wiki.xbmc.org/index.php?title=PVR/Backend/MythTV/BuildFromSource Cheers, Christian RE: Support for EDL with mythtv pvr? - bhamail - 2013-03-16 Cool. Thanks for the info. I'm trying xbmc on a raspberryPi. Any thoughts on ways to get nightly xmbc running on a pi? (I've had good results with raspbmc so far, but not sure if its nightlies include the latest xbmc....I will ask about nightlies on that forum too). RE: Support for EDL with mythtv pvr? - twojciac - 2013-04-17 I tried building the addons and they compiled under Win7, yet I'm getting an error every time I try and enable the addon under 12.0 or 12.1: 02:03:06 T:808 ERROR: ADDON: Dll MythTV cmyth PVR Client - Client returned bad status (6) from Create and is not usable 02:03:06 T:808 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on MythTV cmyth PVR Client, status = 6 02:03:06 T:808 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to load the dll for add-on MythTV cmyth PVR Client, disabling it 02:03:06 T:7032 NOTICE: Thread CAddonStatusHandler:pvr.mythtv.cmyth start, auto delete: true I installed the nightly code and it works. I figured it might be an updated libcmyth.dll, so I copied it from the nightly and reinstalled 12.1. I copied over the addon and the libcmyth, and still run into the same issue. Will the 1.7 train of mythtv not work on Frodo? RE: Support for EDL with mythtv pvr? - fetzerch - 2013-04-17 No. Frodo has PVR API version 1.6 and will not support any 1.7 addon versions. EDL is a Gotham feature. |