Page 2 of 3
Re: [RELEASE] VideoBull
Posted: Sat May 04, 2013 7:55 am
by skatulskijean
1)You main videobull addon is not working it it first a import issue from import mickey ga!
2) you import from to starageserver caching nothing without you put a fuction from your addon to it!
Regards Jan
Re: [RELEASE] VideoBull
Posted: Sun May 05, 2013 9:06 am
by Kozz
Yes thanks jan I made some changes before going to work last week and forgot to test, All is working now

Re: [RELEASE] VideoBull
Posted: Mon May 13, 2013 6:28 am
by byron
hey buddy...you are missing this on your addon.xml for a4x install (tested on 3.3 beta)
Code: Select all
22:58:40 M: 34443264 NOTICE: -->Python Initialized<--
22:58:43 M: 30822400 ERROR: Error Type: exceptions.ImportError
22:58:43 M: 30822400 ERROR: Error Contents: No module named xbmcvfs
22:58:43 M: 30818304 ERROR: Traceback (most recent call last):
File "Q:\plugins\video\VideoBull\default.py", line 14, in ?
import xbmcvfs
ImportError: No module named xbmcvfs
installed the module and it works...also, VideoBull/resources/language/english/strings.xml is empty (plugin settings has no labels) Working multiplatforms isn't easy I'm sure, just what I noticed from this one...
cheers
Re: [RELEASE] VideoBull
Posted: Tue May 21, 2013 4:32 pm
by r3dsk1n
any chances of getting more pages added to the recent videos?
Re: [RELEASE] VideoBull
Posted: Sat May 25, 2013 4:01 am
by Kozz
Hey guys, sorry for the late response just been busy at work on longer shifts than usual,
I'll have a look in the repo to see what I might have broke really soon, and yeah I could add more pages to the recently added section, ideally I'd like to have it list everything but have a "Next Page" item at the bottom of the list. I just havn't worked out the code to make that happen yet

Re: [RELEASE] VideoBull
Posted: Mon Jun 03, 2013 8:39 am
by byron
downloaded from repo with version r31744 (not sure when that revision was made), and worked OTB....not any more. This is a nice addon, will you update for us please?
Re: [RELEASE] VideoBull
Posted: Sat Jun 08, 2013 11:50 am
by Kozz
Did you install from the Addons4Xbox installer? The last time I installed on a clean empty build I do believe it was working, can you confirm?
Re: [RELEASE] VideoBull
Posted: Sun Jun 09, 2013 7:01 am
by byron
I sure can
(fresh install with r31783...install from a4x)
Code: Select all
00:52:48 M: 35151872 WARNING: -->Python Initialized<--
00:52:50 M: 30957568 WARNING: JpegIO: Error 55: Not a JPEG file: starts with 0x%02x 0x%02x
00:52:51 M: 31232000 ERROR: Error Type: exceptions.ImportError
00:52:51 M: 31232000 ERROR: Error Contents: No module named xbmcvfs
00:52:51 M: 31227904 ERROR: Traceback (most recent call last):
File "Q:\plugins\video\VideoBull\default.py", line 14, in ?
import xbmcvfs
ImportError: No module named xbmcvfs
00:52:52 M: 35831808 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://video/VideoBull/
00:52:52 M: 35831808 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/VideoBull/) failed
installed that module and got this...
Code: Select all
00:57:39 M: 33497088 WARNING: -->Python Initialized<--
00:57:47 M: 31485952 ERROR: Error Type: exceptions.ImportError
00:57:47 M: 31485952 ERROR: Error Contents: No module named storageserverdummy
00:57:47 M: 31485952 ERROR: Traceback (most recent call last):
File "Q:\plugins\video\VideoBull\default.py", line 21, in ?
import storageserverdummy as StorageServer
ImportError: No module named storageserverdummy
00:57:47 M: 35614720 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://video/VideoBull/
00:57:47 M: 35614720 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/VideoBull/) failed
and at that point I don't know which module to install
Re: [RELEASE] VideoBull
Posted: Mon Jun 10, 2013 6:57 am
by skatulskijean
I think i help out!
The commoncache with the storage server will not works on xbmc4xboxc and we handle it we on Dharma to with a storageserverdummy on the addon self!
I think the Solution is copy the storageserverdummy from the as example youtube addon or jtv addon from our repo to the Vidbull ditectory!
Regards Jan
Re: [RELEASE] VideoBull
Posted: Tue Jun 11, 2013 5:42 am
by byron
@jan...sounds good buddy. Just so you are aware, I copied the modules from r31744 (when I originally installed the addon working OTB) to r31783 and it still works with those modules, just not working OTB on this revision.
thanks,
byron
Re: [RELEASE] VideoBull
Posted: Tue Jun 11, 2013 9:54 am
by Kozz
Ok everything is all fixed up again
Feel free to check it again if you like
Re: [RELEASE] VideoBull
Posted: Sun Jun 16, 2013 11:45 am
by Kozz
I just had a closer look, and merged the code to my Frodo version, for now I just commented out 2 lines that are used to call the mainbranch metahandlers libs, but these are not available to us on the xbox platform, In the future I will re-write it to have an if statement like " if platform =xbox then dont import meta handlers "
All seems to work fine, with the exception of a few errors tossed up from some of the Putlocker / Sockshare sources, I dont see it happening on Frodo with the same video and source so this might be due to the fact that something in the upstream url resolver module has been updated once again and ours might be ready for yet another update
Let me know how its working on xbox for you guys
Cheers
[UPDATE|June16/13]
I've begun to re-write the VideoBull plugin to make it a little more modern and try to include things like displaying the title of the show during playback etc, But for the meantime I have pushed an updated version with a couple minor updates, You can now access the Resolver Settings from the main menu and you will want to Disable the "Realdebrid" AND "RPnet" resolvers to get Putlocker / Sockshare sources to play, you can change the settings from the [removed] resolver settings menu too it does not matter the resolver settings stay set the way you want across all of the plugins that access it.
The other change was just to delay the call to import the urlresolver until the plugin actually needs it to play a source, This greatly improves performance in launching the plugin and browsing the listings
So just a small update for everyone now until I can afford more time to polish it further
Enjoy

Re: [RELEASE] VideoBull
Posted: Fri Jun 21, 2013 8:31 am
by byron
Yea it's working now (just tested it out on r31787), much thanks for the fix. MovShare seems to be reliable...that's the first source I clicked that worked moving down the list...
Re: [RELEASE] VideoBull
Posted: Mon Jun 24, 2013 2:24 am
by Kozz
Excellent, and thanks for letting me know, be sure to post any more issues you find
Cheers
Re: [RELEASE] VideoBull
Posted: Mon Jun 24, 2013 6:57 pm
by cifa
hi kozz,
i was curious on the plugin so I installed today via the repo. that went smoothly
I turned metadata off before it booted - but I still can't get it to run?
heres the log:
http://pastebin.com/1GiMX4nd
Btw I am running 3.2.1 - only because 3.3 failed to run my xmugen game:
http://www.xbmc4xbox.org.uk/forum/viewt ... f=6&t=1158
I am trying to avoid an upgrade? Maybe that's nothing to do with it
cheers
Re: [RELEASE] VideoBull
Posted: Mon Jun 24, 2013 8:45 pm
by Dom DXecutioner
It looks like a dependency issue, metahandler module is referencing the elementtree module but it hasn't been installed to your .modules folder; though I could be mistaken...
Re: [RELEASE] VideoBull
Posted: Tue Jun 25, 2013 9:19 am
by cifa
thanks, I'll look into it & feedback.
Re: [RELEASE] VideoBull
Posted: Thu Jun 27, 2013 9:17 am
by Kozz
hmmm try removing the old version first along with the userdata for it, I dont think the xbox version imports the metahandlers library so just install the version 0.2.9 from the xbmc4xbox repo thats in the addons4xbox installer and not the verison from the kozz-addons repo since its for Frodo + and does some extra metadata magic to fetch thumbs in the A-Z lists
Re: [RELEASE] VideoBull [!NEW! July 7/2013 !NEW!]
Posted: Mon Jul 08, 2013 2:20 pm
by Kozz
new version released see OP for details
Re: [RELEASE] VideoBull [!NEW! July 7/2013 !NEW!]
Posted: Mon Aug 19, 2013 11:23 am
by Kozz
[Aug 19 / 2013] Version -1.1.0 is out, see original post for details