pipelka / xbmc-addon-xvdr

DISCONTINUED - Standalone XVDR addon for XBMC
GNU General Public License v2.0
43 stars 16 forks source link

Updated XBMC headers for 1.8.0 addon api #111

Closed dmeyerholt closed 11 years ago

dmeyerholt commented 11 years ago

Hello using the updated headers the addon works again with current addon api.

dmeyerholt commented 11 years ago

Took them from this version https://github.com/xbmc/xbmc/commit/6aa6247a0204963b536f9008dcc84c991198639b

nokia001 commented 11 years ago

Nice work. thx.

When you scrolling fast (key down or up) in channel list, the channel will switch uncontrolled.

troych commented 11 years ago

I got that too nokia but the culprit seems to be xbmc, tried with vnsi and xvdr both suffer from the channelswitch problem.

Discussion there: http://forum.xbmc.org/showthread.php?tid=167438

Reverting to an older nightly as advised worked for me.

dmeyerholt commented 11 years ago

hope the reverted defines fixed the compile or do these also need to be fixed: -#ifdef _WIN32 +#ifdef TARGET_WINDOWS ?

pipelka commented 11 years ago

Hmm. Good point. Compilation succeeds anyway. I haven't tried the binaries it now. I'll check that and will eventually fix that by myself.

Thanks, Alex