To finaly stop hijacking the other thread, i'm creating this new one.
You can find my addon on github: https://github.com/BtbN/xbmc-pvr-dvblink
I also try to keep an up-to-date binary Windows version in the download section: http://btbn.de/xdvb/
You need vs2012 redist to run my compiled version: http://www.microsoft.com/en-us/download ... x?id=30679
If you want to run this on a Non-Windows XBMC, please note that the Timeshifting is completely untested and very likely broken there.
The addon is feature-complete. This just means every function the XBMC PVR api provides is implemented(live tv, epg, recordings, timers).
Timeshifting is implemented as a simple file-buffer. The entire stream is written to a file, and read back from there. The buffer file might get quite huge if you watch the same channel for a longer time. So set it on a drive with enough free space and a not that bad read/write rate. HD Channels are ~1.5MB/s, which are written and read back at the same time.
Although i'm using this addon in my private HTPC setup, it's very likely that there are bugs left. Specialy in the timer/recordings feature, as i don't use that very much.
I'd recommend not adding/modifiying timers via XBMC, as the way XBMC handles timers is diffrent from the way DVBLink does, but adding timers from EPG should work fine.