Kodi Community Forum
[RELEASE] PowerFLV.com (Video) Plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] PowerFLV.com (Video) Plugin (/showthread.php?tid=28922)

Pages: 1 2 3 4 5 6 7


[RELEASE] PowerFLV.com (Video) Plugin - Unbehagen - 2007-10-03

Hey,
I just wrote a plugin for PowerFLV.com . Like on TVLinks, videos are hosted on so many different providers that it supports all of them right now. The thing that never worked for me are the veoh videos. Remember to use the latest SVN T3CH build. If you don't use that, nobody will help you with your problems. Remember that it's not a script, it's a plugin. If you don't know what that is, please refer to the documentation or other forum threads.
Unzip the script and copy the default.py and default.tbn over to Q:\plugins\video\PowerFLV\ . If the folder does not exist, create it.
After this, add the plugin to your video sources. Also please remember that something in DVDPlayer is currently broken.
Because DVDPlayer is the standard player for FLV files, use the context menu key (white button or ..uhm ...list on the remote) and choose "play with..." -> mplayer. If you want to file bug reports, please report the exact tv show in the form:
PowerFLV->TV-Shows->Name of the Show->Season->Episode[->Part].

http://rapidshare.com/files/59982084/PowerFLV.zip
Edit: Or here, without rapidshare
http://theendofthelongestline.de/xbox/download/xbmc-plugins/index.php

Have fun!


- Nuka1195 - 2007-10-03

you are a busy scripter Smile


- wvstephens - 2007-10-03

Thank you so much for making my wish come true..


- wvstephens - 2007-10-03

Anyone having problems with plugin's with the latest t3ch build? None of the plugin's are working with it so I reverted back to my older build.


- Unbehagen - 2007-10-04

wvstephens Wrote:Anyone having problems with plugin's with the latest t3ch build? None of the plugin's are working with it so I reverted back to my older build.

no, works great for me. maybe you forgot some files when updating?


- wvstephens - 2007-10-04

hmm. that is strange. I tried it on 3 boxes and all the same. I will work on it some this eve.


- cliffyboro - 2007-10-04

wvstephens Wrote:Anyone having problems with plugin's with the latest t3ch build? None of the plugin's are working with it so I reverted back to my older build.

I'm having the same problem. Also using the latest t3ch build (T3CH XBMC 2007-09-30 SVN rev10387).

I have also tried BBC PodRadio and Divx live and they are not working either.

Does the plugin folder need to be XBMC\Plugins\ or does that not matter? Mine is in Dashboard\Plugins\


- Unbehagen - 2007-10-04

cliffyboro Wrote:I'm having the same problem. Also using the latest t3ch build (T3CH XBMC 2007-09-30 SVN rev10387).

I have also tried BBC PodRadio and Divx live and they are not working either.

Does the plugin folder need to be XBMC\Plugins\ or does that not matter? Mine is in Dashboard\Plugins\

It does have to be Q:\Plugins.
If Dashboard is your XBMC path then this should work. What is it that doesn't work about the plugins?


- cliffyboro - 2007-10-04

Unbehagen Wrote:It does have to be Q:\Plugins.
If Dashboard is your XBMC path then this should work. What is it that doesn't work about the plugins?

Just had a look and they do show in the Q:\Plugins\ folder.

Basically, I add the folder as a source on videos and when I choose it nothing is in there. Huh


- Unbehagen - 2007-10-04

Go into the python script screen and get the debug information. Does any error show up?


- cliffyboro - 2007-10-04

Can you please explain how to do that.


- Unbehagen - 2007-10-04

Go to the scripts screen and press the button for context menu and select debug information or press info on the remote.


- cliffyboro - 2007-10-04

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.


- cliffyboro - 2007-10-04

Ok, done that and it has 2 pages of stuff on it. Is there any way to copy it all?


- Unbehagen - 2007-10-04

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.