Kodi Community Forum
Updated the Subsonic addon ! - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148)
+---- Thread: Updated the Subsonic addon ! (/showthread.php?tid=292973)

Pages: 1 2


Updated the Subsonic addon ! - gordie - 2016-10-04

Hi guys, I forked the Subsonic addon by basilfx, which was broken.

My first idea was just to make it work again; but I ended up rewriting a lot of the code and adding nice new features, including downloading tracks !

You can download it here !

Enjoy...


RE: Updated the Subsonic addon ! - bry - 2016-10-04

Which features did you add? Long time refunding user here. How does this incorporate into the kodi library? @zag this may be of interest.


RE: Updated the Subsonic addon ! - gordie - 2016-10-04

It's all written on Github :

- main code (main.py) fully rewritten
- Use SimplePlugin framework (http://romanvm.github.io/script.module.simpleplugin/index.html)
- Download tracks (context menu)
- Star tracks (context menu)
- Random tracks submenu
- Cache datas (WIP


RE: Updated the Subsonic addon ! - Pasado - 2016-10-04

Will not install.
[plugin.audio.subsonic]: The dependency on script.module.simpleplugin version 2.0.1 could not be satisfied


RE: Updated the Subsonic addon ! - gordie - 2016-10-04

@Pasado : fixed ! Please download v.2.0.4.


RE: Updated the Subsonic addon ! - Pasado - 2016-10-04

(2016-10-04, 03:22)gordie Wrote: Hi guys, I forked the Subsonic addon by basilfx, which was broken.

My first idea was just to make it work again; but I ended up rewriting a lot of the code and adding nice new features, including downloading tracks !

You can download it here !

Enjoy...

+1

Great work gordie, excellent work, many thanks.


RE: Updated the Subsonic addon ! - Vugore - 2016-10-10

Thanks! Cool!Nod


RE: Updated the Subsonic addon ! - Moshkopp - 2016-12-27

Hey Gordie

+1

I like that Plugin a lot.

Maybe it is an good idea to make the Plugin multilanguage

I Started with it already.


RE: Updated the Subsonic addon ! - bry - 2017-01-13

@gordie - would you consider submitting this add-on to the official kodi repo?


RE: Updated the Subsonic addon ! - mason - 2017-05-08

Finally found this one after the old addon stopped working, I'm glad someone rewrote it. Thanks gordie.

But I have an issue with it, I can't connect to my subsonic server. I'll suspect the addon ignoring the webroot of subsonic?

I have it run behind a reverse nginx proxy with https://host/subsonic ... the weblogs are showing requests without the webroot.
Anyone experienced this? Or might this be a feature request on github Wink Thanks!

Edit: Just played around a little, if I add the webroot hardcoded to the connection.py of the libsonic module on line 100 (before the /rest):

Code:
serverPath='/subsonic/rest', appName='py-sonic', apiVersion=API_VERSION,

It is working for me. So I guess it's a feature request to allow for a webroot option.


RE: Updated the Subsonic addon ! - FireInMyHole - 2017-06-18

It works!

First time I've tried Subsonic. Went with a Madsonic server, setting up a .madsonic.org address.

Got a couple of questions:

1. Is the traffic being routed locally?

2. How do I browse by other parameters, such as Genre or Year?

Thanks


RE: Updated the Subsonic addon ! - dcameroneil - 2017-07-05

I'm sorry for the noob question, but:

I've been using running my own subsonic server for years, and have finally tried installing it on my raspbian/kodi system.

Got the plugin working, but I can't seem to figure out how to connect it to my own personal server.

I'm running raspberrypi 4.9.35-v7+ with kodi v17.3

Thank you!


RE: Updated the Subsonic addon ! - Norin_Radd - 2019-09-25

Hi,

@gordie

addon is working great.

but how do i add this as source to my music library, i would prefer to use it that way, is that possible?


RE: Updated the Subsonic addon ! - Falcon_X - 2019-10-06

You can only use this addon with Subsonic servers or also with Airsonic?

Also interessted in Norin_Radds question, about integration of Subsonic (or Airsonic) libraries into KODI music libraries.


RE: Updated the Subsonic addon ! - Bonzi - 2019-11-27

(2019-10-06, 12:21)Falcon_X Wrote: You can only use this addon with Subsonic servers or also with Airsonic?

Also interessted in Norin_Radds question, about integration of Subsonic (or Airsonic) libraries into KODI music libraries.

I am also very interested in both of these questions as well. I already use Airsonic on my phone to stream my music library.