Noob question: Solving crash problems
|
9th Jun, 2014, 11:57 PM
Post: #29
|
|||
|
|||
RE: Noob question: Solving crash problems
(9th Jun, 2014 05:22 PM)belese Wrote: what are you needed that are not on xbmc python api?It's missing the callbacks for the clean library actions (start/finished), my patch adds these. (My other patch added Player.isPlayingChannel() for PVR as I see it forces priority 5, but I ended up with Player.getPlayingFile().startswith("pvr://")) I'll try to get this upstream, though Gotham only gets fixes so it won't land there. Quote:if you want an addon, maybe rewrite it by usingI'm indeed subclassing Monitor and Player. Quote:you can have access to all json notification, and it doesn't need to have json-server on.Yeah, that's what I'm trying to achieve: avoid these problems by not depending on something the user can disable or change its settings. Quote:or there is already a kind of xbmc/xbian service in xbian-config addon,Ah! I didn't really know about this possibility, though I prefer if they remain separate. I'll ping you on GitHub when I finish the remaining bits, test and then push. |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Noob question, get a script running at boot | huibert | 26 | 73,991 |
20th Jun, 2014 11:21 PM Last Post: josch |