![]() |
|
[Windows] Finally timeshifting, thank you, but... - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: PVR Development (/forumdisplay.php?fid=136) +--- Thread: [Windows] Finally timeshifting, thank you, but... (/showthread.php?tid=133671) Pages: 1 2 |
Finally timeshifting, thank you, but... - KRA77 - 2012-06-10 19:02 Thanks to Marcel, Fred and everyone else who contributed, finaly timeshifting is working with latest build from http://www.scintilla.utwente.nl/~marcelg/xbmc/prebuild.html in combination with http://4therecord.eu !! But, it only works from the OSD, the pause (space), FF(f)/RW® buttons (on the remote) is still disabled. Can this be fixed in some config, or is it build in hardcoded? RE: Finally timeshifting, thank you, but... - margro - 2012-06-10 19:13 Timeshifting is still work in progress. The code to support backend-based timeshifting is there for 4TheRecord and MediaPortal. Next step is fine tuning and further fixing. Don't expect this to be a perfectly working feature but more an early sneak-preview. Keyboard and remote control is still a TODO. AFAIK it should be added to the code. Futhermore, I would like to use the left-right arrows which means that I have to find another way to switch between channel groups. RE: Finally timeshifting, thank you, but... - KRA77 - 2012-06-10 19:20 Thank you! waiting (im)patient for future releases then, and I completely agree that left/right arrows should be used for skipping rather than changing channel groups, at least in fullscreen view. You can already change channel groups by clicking "TV Channels" in the left sidemenu. RE: Finally timeshifting, thank you, but... - bossanova808 - 2012-06-12 04:34 I don't think there's anything that can be done about the remote issues - I have tried to solve this but there doesn't appear to be a section for the live tv stream specifically - indeed I think it inherits the global remote keys, not even the fullscreenvideo ones, which is a bit odd. There is a <TV> </TV> section for keyboard/remote.xml but this seems to only apply for the navigation portion of the PVR, not playback. RE: Finally timeshifting, thank you, but... - nobleach - 2012-06-12 19:25 Let me check my remote.xml setup... I have 30 second skip forward and 8 second skip back setup just fine... But I haven't installed this fork of XBMC yet... I hope to remedy that tonight. Wait.... this is a Windows only build? The frontend has to be running Windows? I can tolerate a Windows backend if I have to but..... eeeeks... Windows on the front is needed? RE: Finally timeshifting, thank you, but... - margro - 2012-06-12 21:30 @nobleeach: Windows is not required for the Frontend, but to test the (early) timeshifting support, you will need to use a PVR backend that supports it. Currently only supported on MediaPortal TVServer, ForTheRecord Argus and using MythTV. I copied the current timeshifting support from tsp42's MythTV PVR development branch. So if you want a Linux + MythTV solution, search for a build from tsp42. For a Windows backend, you will need to build XBMC yourself (based on my master or Eden branch). RE: Finally timeshifting, thank you, but... - nobleach - 2012-06-12 21:45 (2012-06-12 21:30)margro Wrote: @nobleeach: Oh I do have a windows machine on the network that I could run MediaPortal TVServer or ForTheRecord Argus. I suppose I could also run either on on a light weight XP virtual machine too. So if I have an OpenELEC front end, I'd need to wipe that out and checkout your git repo, compile and build? I'm running on two separate boxes for front end and back end. RE: Finally timeshifting, thank you, but... - margro - 2012-06-12 22:10 Timeshift support requires changes inside XBMC, the pvr addons and the skin, so it won't work with a standard OpenELEC PVR build. I'm not sure if you can tell the OpenELEC build system to build XBMC from a different github repository. I will check this when I have time... RE: Finally timeshifting, thank you, but... - nobleach - 2012-06-12 22:12 (2012-06-12 22:10)margro Wrote: Timeshift support requires changes inside XBMC, the pvr addons and the skin, so it won't work with a standard OpenELEC PVR build. No worries. I don't mind just cloning your repo and trying to build it. RE: Finally timeshifting, thank you, but... - bossanova808 - 2012-06-13 03:33 I am using the FTR add on with OE - see here for notes: http://xbmcstuff.bossanova808.net/2012/06/getting-fortherecord-plugin-to-work.html Works great for playback at least, I haven't tried much fancy stuff with that client.... |