margro / xbmc

XBMC PVR Repository for the development of the MediaPortal and ForTheRecord pvr addons
http://www.scintilla.utwente.nl/~marcelg/xbmc/
Other
31 stars 14 forks source link

Fixe IsRecording #16

Closed jajoflo closed 12 years ago

jajoflo commented 12 years ago

Ok i'm still learning Git that's why there's 7 commit in this PR. (Seem i'm still not able to switch from one remote to another properly....) I'll figure this out later.

Anyway this is the commit I want to send you: bd14774d jajoflo Is recording must be check first. an hour ago

With this the currently recording wll be display on the home page and proper status will be display in the Timer view.

margro commented 12 years ago

Thanks!. Missed that one. The pvr API changed last year with respect to the transfer of the IsRecording state. Didn't notice yet that it was broken.

I've manually cherry-picked commit bd14774 to both Eden-pvr and my master branch.

The best way to create a clean pull request is to create a clean branch of the repository you want to send the pull request to and then cherry-pick your changes to that new branch. The other way is to git rebase your local changes against the right remote.