[RELEASE] PowerFLV.com (Video) Plugin

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
cliffyboro Offline
Junior Member
Posts: 14
Joined: Oct 2007
Reputation: 0
Post: #11
Can you please explain how to do that.
find quote
Unbehagen Offline
Skilled Python Coder
Posts: 342
Joined: Jul 2007
Reputation: 3
Location: Bremen, Germany
Post: #12
Go to the scripts screen and press the button for context menu and select debug information or press info on the remote.
find quote
cliffyboro Offline
Junior Member
Posts: 14
Joined: Oct 2007
Reputation: 0
Post: #13
Sorry, do you mean launch the script as normal?

I tried that and it says running for 1 second then goes off and nothing happens.
find quote
cliffyboro Offline
Junior Member
Posts: 14
Joined: Oct 2007
Reputation: 0
Post: #14
Ok, done that and it has 2 pages of stuff on it. Is there any way to copy it all?
find quote
Unbehagen Offline
Skilled Python Coder
Posts: 342
Joined: Jul 2007
Reputation: 3
Location: Bremen, Germany
Post: #15
cliffyboro Wrote:Ok, done that and it has 2 pages of stuff on it. Is there any way to copy it all?
You can set the log file verbosity in AdvancedSettings.xml and copy it from the log. Put this:
Code:
<advancedsettings>
    <loglevel>3</loglevel>
</advancedsettings>
into xbmc/UserData/AdvancedSettings.xml and restart xbmc. Now everything should be in q:\xbmc.log. Don't post it here, post it to pastebin or something and copy the link.
find quote
cliffyboro Offline
Junior Member
Posts: 14
Joined: Oct 2007
Reputation: 0
Post: #16
-->Python Initialized<--
Traceback (most recent call last)
File "Q:\scripts\PowerFLV\default.py*, line 266, In?
params=get_params()
File "Q:\scripts\PowerFLV\default.py*, line 173, In get_params
paramstring=sys.arvg[2]
IndexError: list Index out of range
find quote
Unbehagen Offline
Skilled Python Coder
Posts: 342
Joined: Jul 2007
Reputation: 3
Location: Bremen, Germany
Post: #17
This is strange, why doesn't this happen to me?
Could you please try and change the source manually by adding "?a=b&c=d" to the plugin url?
in the video screen, edit your source, then press enter on the url (not search...) and add the text by the end of the url.
find quote
cliffyboro Offline
Junior Member
Posts: 14
Joined: Oct 2007
Reputation: 0
Post: #18
tried that and it just says path not found or invalid. Maybe I'm doing it wrong, I don't know.
find quote
macester Offline
Junior Member
Posts: 4
Joined: Oct 2007
Reputation: 0
Post: #19
cliffyboro Wrote:-->Python Initialized<--
Traceback (most recent call last)
File "Q:\scripts\PowerFLV\default.py*, line 266, In?
params=get_params()
File "Q:\scripts\PowerFLV\default.py*, line 173, In get_params
paramstring=sys.arvg[2]
IndexError: list Index out of range

Happens to me to if u run it in the from the scripts folder,

works like a charm when i run it from the plugins folder by adding it as a movie source in the mainmenu, but i guess that is the way it´s ment to be run^^

Running revison from 23 sept
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #20
of course it's a plugin, you don't run plugins from the scripts window

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Post Reply