Page 1 of 2

XBMC add-on fixed for Frodo

PostPosted: Sat Nov 10, 2012 2:41 pm
by geofstro
HI All,

I find XBMC to be the best experience on a Mac or PC for interacting with my remote Subsonic server. I wanted to try it with the pre-Alpha builds of XBMC Frodo to take advantage of the new audio engine. The Subsonic script failed and the guy who wrote it (t0mm0) seems to have disappeared. I debugged and corrected it (very easy) and for those of you who are interested here's a link to the new files:

https://dl.dropbox.com/u/86110007/Subso ... 0Frodo.zip

Unzip it, place the plugin.audio.subsonic file in your XBMC addons folder and place the advanced settings.xml file in your XBMC userdata folder.

Configure the addon as with the previous version.

Enjoy!

geoff

Re: XBMC add-on fixed for Frodo

PostPosted: Sat Nov 10, 2012 4:15 pm
by intexsys
Hello, this is the month that I looking to find a solution to this error message "script failed" but my problem is the module with video subsonic script: https://github.com/darkip/t0mm0-xbmc -plugins/tree/master/plugin.video.subsonic
I tried to contact him, same answer over.
Could you help me if it pleases you. A big thank you. sorry for my english :-(

Re: XBMC add-on fixed for Frodo

PostPosted: Sun Nov 11, 2012 7:39 am
by geofstro
Open the .py files with a text editor and search for any instances of Addon.log and replace them with xbmc.log.

Make back up copies of the original files before you attempt this.

This might fix it for you.

Re: XBMC add-on fixed for Frodo

PostPosted: Sun Nov 11, 2012 9:40 pm
by intexsys
thank you for your answer. I tried as mentioned, unfortunately I still have the same problem (plugin.video.subsonic) "script failed". Again thank you for your efforts and your sharing. If you ever had another track.

Re: XBMC add-on fixed for Frodo

PostPosted: Mon Nov 12, 2012 1:26 pm
by intexsys
your audio plugin version works very well, the video plugin does not work, despite changes in your tutorial

Re: XBMC add-on fixed for Frodo

PostPosted: Tue Nov 13, 2012 2:33 am
by nutt318
I havent tested mine on Frodo but it works on Eden. If you test it out let me know how it works.

https://github.com/nutt318/nutt318-xbmc-plugins

Re: XBMC add-on fixed for Frodo

PostPosted: Tue Nov 13, 2012 2:58 pm
by geofstro
At first it wouldn't start for me on Frodo without a script error. I debugged it and found a few bugs which I corrected, such as remaining references to Addon.log and a syntax error or two.

Here is the link to my version: https://dl.dropbox.com/u/86110007/plugi ... bsonic.zip

I still couldn't get it to play any videos though. I copied some .flv files to my server, which I figured should stream via xbmc using this add-on; but I couldn't figure out how to get them to play. Perhaps it's me, because I only really use XBMC for audio.

It would be good to get video working though, so any advice will be appreciated.

geoff

Re: XBMC add-on fixed for Frodo

PostPosted: Tue Nov 13, 2012 6:24 pm
by intexsys
Hello Geofstro , you're great, your plugin works almost last. No message "script error" :D . I see directory subsonic online, when I get home against a folder I get the error "returned no subsonic content" I do not see the movie file. Again thank you for your big advanced
I use XBMC 12.0 Alpha 7 raspbmc

Re: XBMC add-on fixed for Frodo

PostPosted: Wed Nov 14, 2012 10:45 am
by geofstro
I've just tested one of the videos on your server and it's now working fine for me. At first it didn't, then I turned transcoding on with the value at 720k. You might need to play around with the transcoding settings.

I also had that error "returned no subsonic content" on my own server. For some reason changing the folder structure seemed to cure this. I have a "Movies" folder then a genre folder nested in that with the videos inside. I set my subsonic media folder to the top level "Movies" folder and scanned the media folders from the web interface.

I'm not sure if that really cured it or if it is just a random error.

So my advice is to play around with transcoding settings in the video configuration and possibly the folder structure on your server until you get them to play.

My testing was carried out under Frodo.

Re: XBMC add-on fixed for Frodo

PostPosted: Wed Nov 14, 2012 1:25 pm
by intexsys
Again thank you for your work, in fact it was the tree of subsonic server. Everything is now operational and functional. Again, a big thank you for your help, really.

Re: XBMC add-on fixed for Frodo

PostPosted: Wed Nov 14, 2012 1:36 pm
by geofstro
You're welcome! I really did very little to clean up the code, was very easy. Glad it helped you.

Re: XBMC add-on fixed for Frodo

PostPosted: Wed Nov 14, 2012 2:52 pm
by nutt318
geofstro wrote:You're welcome! I really did very little to clean up the code, was very easy. Glad it helped you.


Looks like you took the code from the one I redid, not mad but would you want to work on this together? This way we have one spot/repository where all of the code is at. Have you ever used github?

Re: XBMC add-on fixed for Frodo

PostPosted: Wed Nov 14, 2012 4:55 pm
by geofstro
Yep, I just downloaded your version from your previous post and worked on that. Sure I'll be happy to work with you. I'm no expert on video streaming though. The only reason I knew how to fix this was, having already fixed t0mm0's original audio version last week.

Never used github and, of course, I'm happy to give it a try.

Re: XBMC add-on fixed for Frodo

PostPosted: Wed Nov 14, 2012 6:20 pm
by nutt318
just sent you a PM

Re: XBMC add-on fixed for Frodo

PostPosted: Thu Nov 15, 2012 6:35 pm
by intexsys
Keep us informed of your common developments, thank you