Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't manually add a timer #52

Closed
Gul-liver opened this issue Dec 1, 2012 · 4 comments
Closed

Can't manually add a timer #52

Gul-liver opened this issue Dec 1, 2012 · 4 comments
Labels

Comments

@Gul-liver
Copy link

Hello,

I'm not able to add a timer in selecting "add a timer". In spite of it works when using the EPG (selecting a show and selecting "add a timer" for this one).
Below, how I proceeded:

I installed Xmc Frodo from GIT, like that:

make distclean
git reset --hard
git clean -xfd
git pull --rebase
./bootstrap
./configure __prefix=/usr/local
make -j2
make -C lib/addons/script.module.pil
sudo make install prefix=/usr/local

Then I switched on live-tv in "System".

Then, I installed the MythTV addon like that:

make distclean
git reset --hard
git clean -xfd
git pull --rebase
./bootstrap
./configure --enable-addons-with-dependencies
make

I put the MythTV addon at the right place.

If I create manually a timer, nothing is written in mythconverg, no INSERT order in mysql.log, and no timer appears in mythweb.

If I create a timer using the EPG, it works perfectly.

My last test had been done with a fresh compilation of Frodo and xbmc-pvr-addon (today). So the addon is in release 0.5

Thanks a lot for helping me with this issue.
Best regards.

PS: in the xbmc.log, at 16:38, just after launching xbmc, I tried adding manually a timer.
At 16:41:28, I succeeded in adding a timer with the EPG.

xbmc.log : http://pastebin.com/Q7GjNBtL

@fetzerch
Copy link
Owner

fetzerch commented Dec 2, 2012

Thanks for reporting. Currently you cannot add a timer manually due to a problem in xbmc's timer code.
I took care of this in xbmc/xbmc#1882

Cheers,
Christian

@fetzerch
Copy link
Owner

fetzerch commented Dec 6, 2012

@Gul-liver the PR in xbmc has been merged. Can you retest this issue with the next nightly build? or from xbmc.git?

@Gul-liver
Copy link
Author

Hi Christian,

Way to go ! It works perfectly.
As a matter of fact, I didn't wait for the PR merges into xbmc.
On 4th of December, I applied your good advices (git fetch origin pull/1882/head:pr-1882 , then, git cherry-pick ..pr-1882 ). And it solved the "adding timer" issue.
I suppose it must be the same good result now in using xbmc's GIT.
Thanks ever so much, Christian, for your very nice work !
Best regards.

@fetzerch
Copy link
Owner

fetzerch commented Dec 6, 2012

Great to hear and thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants