[RELEASE] VideoBull-1.1.0 [!NEW!Aug 19/2013 !NEW!]

Requests, suggestions, support, and everything else python / plugin related.
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: [RELEASE] VideoBull

Post 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
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: [RELEASE] VideoBull

Post by Kozz »

Yes thanks jan I made some changes before going to work last week and forgot to test, All is working now ;)
Image
User avatar
byron
Posts: 582
Joined: Wed Jul 04, 2012 9:26 pm
Location: Illinois
Has thanked: 27 times
Been thanked: 96 times

Re: [RELEASE] VideoBull

Post 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
r3dsk1n
Posts: 54
Joined: Wed Aug 08, 2012 1:54 am
Has thanked: 8 times
Been thanked: 2 times

Re: [RELEASE] VideoBull

Post by r3dsk1n »

any chances of getting more pages added to the recent videos?
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: [RELEASE] VideoBull

Post 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 ;)
Image
User avatar
byron
Posts: 582
Joined: Wed Jul 04, 2012 9:26 pm
Location: Illinois
Has thanked: 27 times
Been thanked: 96 times

Re: [RELEASE] VideoBull

Post 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?
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: [RELEASE] VideoBull

Post 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?
Image
User avatar
byron
Posts: 582
Joined: Wed Jul 04, 2012 9:26 pm
Location: Illinois
Has thanked: 27 times
Been thanked: 96 times

Re: [RELEASE] VideoBull

Post 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
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: [RELEASE] VideoBull

Post 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
User avatar
byron
Posts: 582
Joined: Wed Jul 04, 2012 9:26 pm
Location: Illinois
Has thanked: 27 times
Been thanked: 96 times

Re: [RELEASE] VideoBull

Post 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
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: [RELEASE] VideoBull

Post by Kozz »

Ok everything is all fixed up again :)

Feel free to check it again if you like
Image
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: [RELEASE] VideoBull

Post 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 :)
Image
User avatar
byron
Posts: 582
Joined: Wed Jul 04, 2012 9:26 pm
Location: Illinois
Has thanked: 27 times
Been thanked: 96 times

Re: [RELEASE] VideoBull

Post 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...
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: [RELEASE] VideoBull

Post by Kozz »

Excellent, and thanks for letting me know, be sure to post any more issues you find

Cheers
Image
cifa
Posts: 82
Joined: Tue Jul 17, 2012 4:37 pm
Has thanked: 40 times
Been thanked: 3 times

Re: [RELEASE] VideoBull

Post 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
User avatar
Dom DXecutioner
Posts: 585
Joined: Thu Jul 05, 2012 11:59 pm
Location: California
Has thanked: 249 times
Been thanked: 219 times
Contact:

Re: [RELEASE] VideoBull

Post 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...
Image
cifa
Posts: 82
Joined: Tue Jul 17, 2012 4:37 pm
Has thanked: 40 times
Been thanked: 3 times

Re: [RELEASE] VideoBull

Post by cifa »

thanks, I'll look into it & feedback.
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: [RELEASE] VideoBull

Post 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
Image
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: [RELEASE] VideoBull [!NEW! July 7/2013 !NEW!]

Post by Kozz »

new version released see OP for details
Image
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: [RELEASE] VideoBull [!NEW! July 7/2013 !NEW!]

Post by Kozz »

[Aug 19 / 2013] Version -1.1.0 is out, see original post for details
Image
Post Reply