how to set a xbmc setting -or- how to activate debug from python
queeup
Fan Joined: Feb 2009 Reputation: 15 |
2009-10-18 22:12
Post: #11
I think my English not enough to explain my situation. Ok after few minutes I release this plugin, then maybe someone help me on this.
|
| find quote |
amet
I wave my private parts at your aunties! Joined: Jul 2009 Reputation: 18 Location: Novi Sad / Dubai |
2009-10-18 22:34
Post: #12
queeup Wrote:I think my English not enough to explain my situation. Ok after few minutes I release this plugin, then maybe someone help me on this. spelling mistake line 33 in default.py, it should be PHP Code: xbmc.executehttpapi('SetLogLevel(3)') you have it as: PHP Code: xbmc.executehttpapi('SettLogLevel(3)') Zeljko Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting. For troubleshooting and bug reporting use -> Log_file. |
| find quote |
queeup
Fan Joined: Feb 2009 Reputation: 15 |
2009-10-18 22:38
Post: #13
Yea i overlook that thx. Actually I commented out that lines on release
|
| find quote |
amet
I wave my private parts at your aunties! Joined: Jul 2009 Reputation: 18 Location: Novi Sad / Dubai |
2009-10-18 22:41
Post: #14
queeup Wrote:Yea i overlook that thx. Actually I commented out that lines on release I know ![]() I un-commented(sp) it and fixed the spelling, if I enable debug in plugin settings it correctly sets debug level to 3 every time I click on the listitem and back to 1 after it finishes. Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting. For troubleshooting and bug reporting use -> Log_file. |
| find quote |
queeup
Fan Joined: Feb 2009 Reputation: 15 |
2009-10-18 22:58
Post: #15
Quote:if I enable debug in plugin settings it correctly sets debug level to 3 every time I click on the listitem and back to 1 after it finishesYes I ask this question because of this situation. I need to revert back to debug level 1 just once on the plugin exit. Bahh never mind. It's not important actually
|
| find quote |
amet
I wave my private parts at your aunties! Joined: Jul 2009 Reputation: 18 Location: Novi Sad / Dubai |
2009-10-18 23:06
Post: #16
queeup Wrote:Yes I ask this question because of this situation. I need to revert back to debug level 1 just once on the plugin exit. Bahh never mind. It's not important actually ![]() jmarshall said here that XBMC re-calls plugin every time you fetch a new folder. Thats why you toggle Log level every time you click on a new item. I am not too familiar with the plugins, maybe someone with more experience can help you more. Zeljko Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting. For troubleshooting and bug reporting use -> Log_file.
(This post was last modified: 2009-10-18 23:27 by amet.)
|
| find quote |


Search
Help