Page 1 of 1

Madsonic Server 5.x KODI Plugin

Posted: 13 Dec 2014, 02:02
by Madsonic
Image

Madsonic KODI Plugin

http://xbmc.org/


Contribution: http://forum.xbmc.org/showthread.php?tid=99513 developed by t0mm0

0.5.5:
  • Update for Build 5400
don't forget to set up your server info in the plugin settings.
by default it points at the demo server (http://demo.subsonic.org) so you can try it out of the box.

you might get better results if you force using DVDPlayer.
if you don't already have a playercorefactory.xml in your userdata directory then make a file and add the following in it.

Code: Select all

<playercorefactory>
    <rules action="prepend">
        <rule name="madsonic" filename=".*/rest/(stream|download).view.*" player="dvdplayer"/>
    </rules>
</playercorefactory>
if you already have one, just insert the line:

Code: Select all

<rule name="madsonic" filename=".*/rest/(stream|download).view.*" player="dvdplayer"/>
directly after the <rules> tag.

see http://wiki.xbmc.org/index.php?title=HO ... a_playback for more info on playercorefactory.xml

Download
plugin.audio.madsonic.0.5.5.zip
(242.44 KiB) Downloaded 587 times
plugin.video.madsonic.0.5.5.zip
(242.42 KiB) Downloaded 417 times
Screenshot
2014-12-13 01_21_24-Kodi.png
2014-12-13 01_22_03-Kodi.png
2014-12-13 01_22_26-Kodi.png
2014-12-13 01_39_03-Kodi.png
best regards

Re: Madsonic Server KODI Plugin

Posted: 15 Dec 2014, 21:17
by DoCC
Nice idea, but ...
why should somebody install a mediamanager within an mediamanager ?
this is confusing to me : )

Re: Madsonic Server KODI Plugin

Posted: 18 Dec 2014, 08:30
by skopo
Song changing problem from XBMC Gotham remains.

Set play album -> 1st song no problems -> 2nd song not found -> 3rd not found -> rolls same way to the end of the album.

Re: Madsonic Server KODI Plugin

Posted: 07 Jan 2015, 14:05
by oxias
jmode wrote:Hi,

I would really love to use this add on in KODI but I keep getting the following error:

Incompatible Subsonic REST protocol version. Server must upgrade.

I get the error with both the demo server and my server.

Any suggestions?

Thanks!
Same problem reported, with a Subsonic server. I tried with a Madsonic Techdemo v5.1, but the add-on says 'time out"...

Re: Madsonic Server KODI Plugin

Posted: 14 Apr 2015, 04:09
by cwalk
I can use plugin.video.madsonic to play audio fine, but when I play video it will hang. Thoughts?

Re: Madsonic Server KODI Plugin

Posted: 15 Apr 2015, 22:45
by cwalk
slonlo wrote:Are you using Lollipop?
Nope. This happens on my KODI install for both Amazon Fire TV (based on 4.4.2?) and Windows. I haven't tried any other OSes.

What I do find interesting is that if I set transcode to false in plugin.video.madsonic\resources\settings.xml then I can play videos. Unfortunately, since I'm playing a RAW video, KODI/my network cannot keep up.

This leads me to believe that video transcoding is to blame, but I have no idea how to further debug.