Madsonic Server 5.x KODI Plugin

User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Madsonic Server 5.x KODI Plugin

Unread post 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 585 times
plugin.video.madsonic.0.5.5.zip
(242.42 KiB) Downloaded 416 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
These users thanked the author Madsonic for the post (total 2):
cwalkpa2k
Rating: 15.38%
User avatar
DoCC
Contributor
Contributor
Posts: 211
Joined: 25 Feb 2014, 14:41
Has thanked: 40 times
Been thanked: 65 times

Re: Madsonic Server KODI Plugin

Unread post by DoCC »

Nice idea, but ...
why should somebody install a mediamanager within an mediamanager ?
this is confusing to me : )
These users thanked the author DoCC for the post:
Madsonic
Rating: 7.69%
skopo
Contributor
Contributor
Posts: 68
Joined: 07 Apr 2013, 07:48
Has thanked: 8 times
Been thanked: 16 times

Re: Madsonic Server KODI Plugin

Unread post 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.
oxias
Posts: 3
Joined: 08 Dec 2014, 00:32
Has thanked: 0
Been thanked: 1 time

Re: Madsonic Server KODI Plugin

Unread post 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"...
These users thanked the author oxias for the post:
cwalk
Rating: 7.69%
cwalk
Posts: 1
Joined: 10 Jan 2014, 21:05
Has thanked: 3 times
Been thanked: 0

Re: Madsonic Server KODI Plugin

Unread post by cwalk »

I can use plugin.video.madsonic to play audio fine, but when I play video it will hang. Thoughts?
cwalk
Posts: 1
Joined: 10 Jan 2014, 21:05
Has thanked: 3 times
Been thanked: 0

Re: Madsonic Server KODI Plugin

Unread post 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.
Post Reply