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

Requests, suggestions, support, and everything else python / plugin related.
chunk1982
Posts: 180
Joined: Sat Apr 13, 2013 3:58 am
Has thanked: 53 times
Been thanked: 15 times

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

Post by chunk1982 »

Thanks kozz very much appreciated

All the best

Paul
Smiff
Posts: 125
Joined: Mon Sep 10, 2012 10:39 pm
Has thanked: 5 times
Been thanked: 2 times

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

Post by Smiff »

1.1.0 seems to have problems also sorry.

it will load a stream, but with errors and the menu doesn't hide.
thereafter you can't load the same stream again, or another source for it.
you can load a different stream once, and so on.
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

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

Post by Kozz »

Yeah I had the same problems when I was testing it, but it all works well on my local xbox, I just dont know if it was something in the videobull code I might have changed and not commited to the xbmc4xbox repo or because I updated to the latest nightly built on aug 18.

I might have updated the version on the repo without bumping the version number, maybe try installing again and choosing Delete Folder when the installer says it already exists. I will have a closer look in the morning
Image
Smiff
Posts: 125
Joined: Mon Sep 10, 2012 10:39 pm
Has thanked: 5 times
Been thanked: 2 times

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

Post by Smiff »

101 works brilliantly for me still, it's fast, and it's reliable.
could you maybe make all the artwork stuff optional, as i think it may slow things down and increase low mem hangs on xbox anyway.
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

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

Post by Kozz »

Cool its always great to hear, the Meta data & art should be off by default with the exception of my last version I ended up rolling back for the time being. But I do have a working xbox version that does now indeed fetch the meta covers,fanart plot and other information from the tvdb and actually stores it all to an sql db file. But its running on an early un-released build of xbmc4xbox with Python 2.7 working. There are a few things Buzz still needs to finnish but were are just around the corner from some even more ammazing things from the old xbox some of us never thought possible

This weekend I'll have some time to have a closer look to see why streams are starting with the menu up
Image
Smiff
Posts: 125
Joined: Mon Sep 10, 2012 10:39 pm
Has thanked: 5 times
Been thanked: 2 times

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

Post by Smiff »

broken 1.1.0 still on repo? do you mind if i post 1.0.1? the best video plugin currently of any network imho..
Smiff
Posts: 125
Joined: Mon Sep 10, 2012 10:39 pm
Has thanked: 5 times
Been thanked: 2 times

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

Post by Smiff »

here's the excellent 101 version, works great on xbox.
no offence to kozz intended, i just want people to have this working version.

https://mega.co.nz/#!2dgBWJYR!KlVGiCHci ... SSM-VriFwg


here are dependencies

Code: Select all

  <requires>
    <import addon="xbmc.python" version="2.1.0" />
    <import addon="script.module.urlresolver" version="1.0.10"/>
	<import addon="script.module.t0mm0.common" version="1.1.0"/>
	<import addon="script.module.simplejson"   version="2.0.0"/>
	<import addon="script.module.xbmcvfs"/>
	<import addon="script.module.metahandler" version="1.0.0"/>
  </requires>
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

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

Post by Kozz »

Yes the problem was that I forgot the importance of specifying the version number, if left blank you end up with the mainbranch metahandler module and not the xbox version, mainbranch calls for even more modules that dont exist etc

Updated to 1.1.0 in the repo, tested it installs and runs from a brand new install, only addon installed, So if anyone has script errors its something you did wrong and you'll need to show us your log
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-1.1.0 [!NEW!Aug 19/2013 !NEW!]

Post by Kozz »

can you guys with 64mb ram xboxes tell me if you are getting artwork with the metadata plugin setting enabled? The Latest TV Show Feed section will always default to the webpage thumbnails so please test if you are getting thumbnails under the A-Z sections for me, thank you
Image
User avatar
BuZz
Site Admin
Posts: 1890
Joined: Wed Jul 04, 2012 12:50 am
Location: UK
Has thanked: 65 times
Been thanked: 422 times
Contact:

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

Post by BuZz »

Kozz wrote:Yes the problem was that I forgot the importance of specifying the version number, if left blank you end up with the mainbranch metahandler module and not the xbox version, mainbranch calls for even more modules that dont exist etc

Updated to 1.1.0 in the repo, tested it installs and runs from a brand new install, only addon installed, So if anyone has script errors its something you did wrong and you'll need to show us your log
there wasn't an xbmc4xbox repository metahandler until 1-2 days ago. the mainline meta handler used to be fine, but recently it was updated with a python 2.5 import that threw a script error on xbmc4xbox. I pulled meta handler into our repository, with a fix, so that should be used over the mainline one now by default.
User avatar
sahib12
Posts: 285
Joined: Wed Jan 02, 2013 3:13 pm
Location: Liberty City
Has thanked: 8 times
Been thanked: 16 times
Contact:

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

Post by sahib12 »

Hey Kozz, tried the latest version in the repo, latest tv show feed and search works fine but a-z does not. Here's the log http://www.xbmclogs.com/show.php?id=78195
Image
User avatar
sahib12
Posts: 285
Joined: Wed Jan 02, 2013 3:13 pm
Location: Liberty City
Has thanked: 8 times
Been thanked: 16 times
Contact:

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

Post by sahib12 »

Just downloaded the version that smiff put up, that works perfectly on my xbox, i'll prob just use the older plugin
Image
Smiff
Posts: 125
Joined: Mon Sep 10, 2012 10:39 pm
Has thanked: 5 times
Been thanked: 2 times

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

Post by Smiff »

hi Kozz how's it going? anything i can do to help? one day v101 will break and that day i will cry because it's literally about all i use my xbox for! couldn't quite understand your last post sorry.
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

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

Post by Kozz »

Finally had some time away from other projects, got the A-Z working again and updated it in the repo. can you guys on 64mb machines give it a test on the a-z lists
Image
User avatar
sahib12
Posts: 285
Joined: Wed Jan 02, 2013 3:13 pm
Location: Liberty City
Has thanked: 8 times
Been thanked: 16 times
Contact:

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

Post by sahib12 »

Yes, tested on a 64mb xbox and a-z is now working, thank you very much Kozz:)
Image
User avatar
mrmajikbus45
Posts: 345
Joined: Mon Nov 18, 2013 12:36 am
Location: Indianapolis, IN, USA
Has thanked: 32 times
Been thanked: 56 times

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

Post by mrmajikbus45 »

Tested on 64mb Xbox, works beautifully.
A strong man doesn't need to read the future, he makes his own. -Solid Snake
American as Guile!
Get your Chimp on!
wristaction
Posts: 19
Joined: Fri Dec 06, 2013 3:20 pm

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

Post by wristaction »

your plugin has stopped working kozz it doesn't display any sources anymore.
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

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

Post by Kozz »

Yeah the site has changed the links a little, I'll have a look at it soon as I get a moment
Image
Post Reply