[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) |
RE: [RELEASE] Subsonic - bahman2000 - 2012-03-17 (2012-03-14, 14:22)mason Wrote: Seems legit, just thought it might be an error since the default port is 4040 if I remember correctly. Tried disabling SSL completly? what would be the fun in that RE: [RELEASE] Subsonic - Sam Lowry - 2012-03-29 I am loving this add-on. Thanks! The only problem I've run into is that I can only play files using the Transcode feature. If I turn it off, I get a message that the add-on can't find the file. I'm using ATV2 with the newest XBMC. Any ideas? I can live with the transcoding, but seems like it'd be better sound without it. RE: [RELEASE] Subsonic - Exrace - 2012-04-01 (2012-03-12, 18:20)nojokes Wrote: I have the latest version of this addon installed and working on an ATV2 running eden RC2. The server is running subsonic 4.6. Runnng latest 11.0 I am seeing this too. If I have a playlist up the each play of an item take on my setup about 30 seconds load. In the status tool in subsonic I can see the file being download multiple times. I do use https and have to have transcode on to play in the plugin. File list load fast so it only seems to be during play. RE: [RELEASE] Subsonic - ianmxyz - 2012-05-23 I may have missed the point but I wanted to be able to use my subsonic server to stream to upnp devices and thought this plug in would allow me to do this. For example I can use my android phone to control a roku soundbridge, this works for the xbmc library but not the subsonic library. Hope this makes sense! RE: [RELEASE] Subsonic - richhy - 2012-05-23 I would use this as my main music source in xbmc but everytime I want to play a track I have to select "play with" and then choose the DVD player. Will there be an update to make this a default setting or at least enable a player as default? Also album art is only available if one disables library mode first. Will it be possible to have album art without doing this in a future release? Other than that this is a great addon! RE: [RELEASE] Subsonic - Peevb - 2012-06-16 (2012-05-23, 17:39)richhy Wrote: I would use this as my main music source in xbmc but everytime I want to play a track I have to select "play with" and then choose the DVD player. 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: <playercorefactory> <rules action="prepend"> <rule name="subsonic" filename=".*/rest/(stream|download).view.*" player="dvdplayer"/> </rules> </playercorefactory> if you already have one, just insert the line: Code: <rule name="subsonic" filename=".*/rest/(stream|download).view.*" player="dvdplayer"/> directly after the <rules> tag. see http://wiki.xbmc.org/index.php?title=HOW...a_playback for more info on playercorefactory.xml RE: [RELEASE] Subsonic - dybuk - 2012-06-17 (2012-05-23, 17:39)richhy Wrote: I would use this as my main music source in xbmc but everytime I want to play a track I have to select "play with" and then choose the DVD player. Yeah, like I said in a previous post I believe this problem is caused because XBMC does a HEAD request to Subsonic and then does a GET request afterwards. The HEAD request in subsonic doesn't just return the headers as expected but the entire stream. You'll see this manifested as subsonic streaming two files when it should only be one. This isn't so bad when its music but is bad when its video. You can override the default player in xbmc or you can try to apply the subsonic fix I posted earlier in this thread. I did send my changes to the subsonic developer but I don't think he's done a release since Dybuk RE: - xactionbobx - 2012-06-19 (2012-01-04, 23:00)dybuk Wrote:nutt318 Wrote:dybuk, Dybuk, I'm trying to modify a) and b), but can't find the files you mentioned anywhere in my install directory. I'm running XBMC in Windows 7, with default install directory. Could you point me in the right direction please? Also, do these changes make the video actually stream better? The quality as it stands is very poor. Thanks! Edit: Nevermind, I found them. In case anyone else is looking, they are located in your %appdata% folder. And to answer my own question, yes, it makes the video MUCH better RE: [RELEASE] Subsonic - patsonrt1 - 2012-06-23 First, thank you! 2nd :-) The plugin works great but I can only set the transcode bitrate to 320k. Using a browser I can set a much higer rate. Is there a way to modify this or am I missing something? I use my buddys server mostly for streaming video and a bit rate of 320k just is not good enough.... RE: [RELEASE] Subsonic - n17r0us - 2012-06-28 Hi all, I previously had this plugin working, however last night when I went to use it I am getting a script failed error. I tried deleting the plugin and installing it to no avail. Attached is a debug log. http://pastebin.com/W16CCSDW RE: [RELEASE] Subsonic - dybuk - 2012-07-03 (2012-06-23, 15:47)patsonrt1 Wrote: First, thank you! If you search back through this thread you'll find some changes I posted that will allow higher bit rate plus other fixes. Dybuk RE: [RELEASE] Subsonic - patsonrt1 - 2012-07-05 dybuk, Thank you! I did search through the thread previously but obviously not well enough ;-) I appreciate the response and your hard work with the plugin. RE: [RELEASE] Subsonic - rastapi - 2012-09-02 Love this. Now have two raspberry pi's organising my media needs, completely..... Excellent! RE: [RELEASE] Subsonic - hotoke - 2012-10-20 Hey ! I've tried to install the plugin (ok ) but when I want to start , i've got an Alert (with the demo URL or my URL) ... there is my log file : Installed on a Raspberry pi with raspbmc Code: 15:25:51 T:1074876416 DEBUG: ExecuteXBMCAction : To RunAddon(plugin.audio.subsonic) Thanks for helping ! (sorry for my english xD ) RE: [RELEASE] Subsonic - hotoke - 2012-10-31 (2012-10-20, 16:35)hotoke Wrote: Hey ! I've tried to install the plugin (ok ) but when I want to start , i've got an Alert (with the demo URL or my URL) ... there is my log file : hey ! problem solve, I've commented the line with xbmc.outpout() ... in the .py file. It's not the addon problem, the xbmc modified for raspberry may be... So, great addon , thanks |