Kodi Community Forum
[RELEASE] Revision3 (Video) Addon - 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] Revision3 (Video) Addon (/showthread.php?tid=42458)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


- jimmymcmahon - 2012-01-30

xbmcq500rr Wrote:script error started after
-youtube update 2.9.0
-common plugin cache 0.9.1
-simple downloader 0.9.1

reverted back to
-youtube update 2.8.0
-common plugin cache 0.9.0
but having trouble with reverting to -simple downloader 0.9.0
it will not show up as being installed/active in the enabled add-ons list

There must be a dependency I am missing...

This has also broken the justin tv plugin


- xbmcq500rr - 2012-01-30

Edit the file:
...\XBMC\addons\plugin.video.revision3\default.py
lines 19-25 to be as follows:

#import CommonFunctions
import CommonFunctions as common
#common = CommonFunctions.CommonFunctions()
#common.plugin = plugin

import SimpleDownloader as downloader
#downloader = downloader.SimpleDownloader()

This worked for me and should work on the other broken plugins too, but will be slightly different.


- grathite - 2012-01-30

xbmcq500rr Wrote:Edit the file:
...\XBMC\addons\plugin.video.revision3\default.py
lines 19-25 to be as follows:

#import CommonFunctions
import CommonFunctions as common
#common = CommonFunctions.CommonFunctions()
#common.plugin = plugin

import SimpleDownloader as downloader
#downloader = downloader.SimpleDownloader()

This worked for me and should work on the other broken plugins too, but will be slightly different.

Hi tried this, lets me into. Revision 3 app but doesnt let me watch any videos


- stacked - 2012-01-30

I just submitted an update. You should see the automatic update in the next 24hrs.

For those who can't wait and want to get their hands dirty, you can fix the addon by changing the following...

Edit the file: ...\XBMC\addons\plugin.video.revision3\default.py
lines 19-25 to:

Code:
import CommonFunctions
common = CommonFunctions
common.plugin = plugin + ' ' + __version__

#import SimpleDownloader as downloader
#downloader = downloader.SimpleDownloader()

btw, I'm disabling downloading until Simple Downloader goes final.


- XBMChuck - 2012-01-31

Thanks for the fix Stacked. Its working for me now! Big Grin


- PatK - 2012-01-31

XBMChuck Wrote:Thanks for the fix Stacked. Its working for me now! Big Grin
+1


- grathite - 2012-02-01

stacked Wrote:I just submitted an update. You should see the automatic update in the next 24hrs.

For those who can't wait and want to get their hands dirty, you can fix the addon by changing the following...

Edit the file: ...\XBMC\addons\plugin.video.revision3\default.py
lines 19-25 to:

Code:
import CommonFunctions
common = CommonFunctions
common.plugin = plugin + ' ' + __version__

#import SimpleDownloader as downloader
#downloader = downloader.SimpleDownloader()

btw, I'm disabling downloading until Simple Downloader goes final.



Thanks love xbmc and its community brilliant


- grathite - 2012-02-01

Thanks for that love xbmc


- PatrickBateman - 2012-02-01

Hey,
No new updates are showing in the repo, any ideas on arrival?

The patch works perectly fine, however just wondering when the official update is due in the repo?


- philipgood - 2012-02-01

@stacked used the code you posted and it worked great! Thanks for the code and the simple instructions!


- stacked - 2012-02-02

PatrickBateman Wrote:Hey,
No new updates are showing in the repo, any ideas on arrival?

The patch works perectly fine, however just wondering when the official update is due in the repo?

My repo update got denied because of a mistake on my part. I just resubmitted another request.


- BlackstarBSP - 2012-02-02

Got the 2.0.2 revision3 plug-in update automatically, unfortunately still no effect. I can see lists of videos now but none will play when selected. Uninstalled, rebooted, reinstalled, still nothing. Huh

(XBMC 11.0 eden beta2, MacOS X 10.6.8)


- stacked - 2012-02-02

If anyone is having problems with the v2.0.2 update, please delete plugin.video.revision3 in this folder ...xbmc/userdata/addon_data.

If that doesn't work, please post a debug log.
http://forum.xbmc.org/showthread.php?tid=84162 or http://wiki.xbmc.org/index.php?title=Debug-log


- PatrickBateman - 2012-02-05

stacked Wrote:If anyone is having problems with the v2.0.2 update, please delete plugin.video.revision3 in this folder ...xbmc/userdata/addon_data.

If that doesn't work, please post a debug log.
http://forum.xbmc.org/showthread.php?tid=84162 or http://wiki.xbmc.org/index.php?title=Debug-log

Hey stacked, it's been working for me up until tonight? And then... Nothing?

All of a sudden about 20 of my plugins just stopped working recently? Very strange indeed...

Any ideas what's up? The sites been working ok from my iOS app, but not xbmc?


- PatrickBateman - 2012-02-06

Hy... Sorry for the double post, but any update on a fix for R3, thr site works fine as a standalone, iOS apps work but xbmc app is dead for me?

I've tried reinstalling but still nothing? Is it just me as it seems awfully quiet on the forums, but at least 20 of my plugins broke recently without any changes or updates being made what so ever to my xbmc? I'm very confused Huh