Kodi Community Forum
[RELEASE] Subsonic - 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: [RELEASE] Subsonic (/showthread.php?tid=99513)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: [RELEASE] Subsonic - viper82 - 2016-07-30

Hello everyone

this is my first post here.

First I'd like ton thank everyone who is trying to make subsonic usable in Kodi.

I've tried to install the last plugin available here, but it do not seem to work on my Kodi.

My setup is a kodi install upon a raspbian OS on a raspberry pi 3

The Subsonic I want to use is not located on the raspberry but on the Internet.

Does this plugin need to have subsonic locally installed ? Or can it be simply used as a client (this is what I want).

Any help appraciated.

Cheers from France.


RE: [RELEASE] Subsonic - viper82 - 2016-08-21

Hey I've finally made it working...

Just had to remove the SSLv3 option in connection module in order to use SSLv23 as v3 is not supported anymore in python...

Well ! that's fine...

But for now on, I would like to be able to play my file by folder and note by ID3 tagging.

Is that possible in any manners ?


RE: [RELEASE] Subsonic - Jigg - 2016-08-22

Viper, any chance you can walk me through how to disable the sslv3, currently on OSMC and running into the same issue as you are.


RE: [RELEASE] Subsonic - docbenton - 2016-09-08

hi,
I was unable to play any song my subsonic 5.2 (build 4411) using xbmc/Kodi through upnp/dlna. browsing is ok but song does not start.
xbmc send 'upnp' requests that subsonic does not accept (but others upnp apps like bubbleunp on android work...i can give the order to xbmc to play 'that'song, but cannot do it directly from xbmc)
23:04:07 T:3788 ERROR: CUPnPDirectory::GetResource - unable to find object 64334/.lrc
23:04:07 T:3788 ERROR: CUPnPDirectory::GetResource - unable to find object 64334/.cdg
23:04:08 T:3788 ERROR: CUPnPDirectory::GetResource - unable to find object 64334/.txt


with the subsonic plugin referenced in post 220, deployed on xbmc 12.3 and Kodi 15.2 on my raspberry with recalbox distrib, I am finally able to do it, thanks !
I was not able to use succesfully the 'search' function

@viper82 : when I browse subsonic i retrieve the folder tree, like using http on a webpage...


RE: [RELEASE] Subsonic - viper82 - 2016-09-08

(2016-08-22, 04:19)Jigg Wrote: Viper, any chance you can walk me through how to disable the sslv3, currently on OSMC and running into the same issue as you are.

In my version of the plugin.
In the file ~/.kodi/addons/plugin.audio.subsonic/lib/libsonic/connection.py

Comment out the line :

('SSLv3' , ssl.PROTOCOL_SSLv3) ,

Just like

#('SSLv3' , ssl.PROTOCOL_SSLv3) ,

in

class HTTPSConnectionChain(httplib.HTTPSConnection):

thatt's in the few first line of the file.

(2016-09-08, 10:02)docbenton Wrote: @viper82 : when I browse subsonic i retrieve the folder tree, like using http on a webpage...

Would you mind telling me what plugin your are using ?


RE: [RELEASE] Subsonic - docbenton - 2016-09-08

(2016-09-08, 14:05)viper82 Wrote: Would you mind telling me what plugin your are using ?

sure i've directly added the reference in my post


RE: [RELEASE] Subsonic - masinad - 2020-07-08

Any way to get this work in kodi 18? The last fix version what posted, the link is dead Sad


RE: [RELEASE] Subsonic - SpudSong - 2020-07-19

(2020-07-08, 23:32)masinad Wrote: Any way to get this work in kodi 18? The last fix version what posted, the link is dead Sad
This one is still working for me: Subsonic for Kodi


RE: [RELEASE] Subsonic - viper82 - 2020-09-30

(2020-07-19, 06:59)SpudSong Wrote:
(2020-07-08, 23:32)masinad Wrote: Any way to get this work in kodi 18? The last fix version what posted, the link is dead Sad
This one is still working for me: Subsonic for Kodi

Hello !

I'm trying to install this zip on my kodi 18 setup on raspbian but the plugin fails to install.

Any hints on the topic ?


RE: [RELEASE] Subsonic : And update for Kodi 19+ ? - lookidok - 2021-08-08

With the move to python3 in kodiĀ  19+ Subsonic addon is broken. Any thoughts on updating it ?

Thanks


RE: [RELEASE] Subsonic - warwickh - 2021-09-08

I have a version working with Matrix at https://github.com/warwickh/plugin.audio.subsonic

Feel free to try it and report any issues.