XBMC Community Forum
[RELEASE] Subsonic - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (/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 17 18 19


- aaronb - 2011-05-10 02:42

Don't know if this will help you or not, but seems like it could be useful

https://github.com/crustymonkey/py-sonic


- t0mm0 - 2011-05-10 09:49

aaronb Wrote:Don't know if this will help you or not, but seems like it could be useful

https://github.com/crustymonkey/py-sonic

thanks, looks interesting - i'll check it out


- Peevb - 2011-05-18 23:45

Hey,

First of all thank you so much for developing. And please allow me to donate ! I've been busy some evenings with the plugin and studied every post but yet I can't get it working. I'm running xbmc (svn 30697 Build in okt last year) on a xbox. I tried several xbmc builds for xbox but that didn't really help me running the script. I get the ”script failed error”. I use your subsonic (v0.3.0) from SCV repo installer. I tried both the ftp and scv repo install. I noticed that you prefer log's more so there we go:

00:04:44 M: 30875648 NOTICE: -->Python Initialized<--
00:04:44 M: 28606464 ERROR: Error Type: exceptions.ImportError
00:04:44 M: 28606464 ERROR: Error Contents: No module named xbmcaddon
00:04:44 M: 28590080 ERROR: Traceback (most recent call last):
File "Q:\plugins\music\Subsonic\default.py", line 19, in ?
from resources.lib.Subsonic import Addon, Subsonic
File "Q:\plugins\music\Subsonic\resources\lib\Subsonic\Addon.py", line 23, in ?
import xbmc, xbmcaddon, xbmcgui, xbmcplugin
ImportError: No module named xbmcaddon
00:04:45 M: 32825344 ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting plugin://music/Subsonic/
00:04:45 M: 32825344 ERROR: CGUIMediaWindow::GetDirectory(plugin://music/Subsonic/) failed

After some google-ing on "No module named xbmcaddon" I checked 100 times if I have the right version of your plugin. But yup I do.

Please help, I would be really glad to tell my friends our groupstreamer is working.


- t0mm0 - 2011-05-19 00:08

hi!

Peevb Wrote:Hey,

First of all thank you so much for developing. And please allow me to donate ! I've been busy some evenings with the plugin and studied every post but yet I can't get it working. I'm running xbmc (svn 30697 Build in okt last year) on a xbox. I tried several xbmc builds for xbox but that didn't really help me running the script. I get the ”script failed error”. I use your subsonic (v0.3.0) from SCV repo installer. I tried both the ftp and scv repo install. I noticed that you prefer log's more so there we go:

00:04:44 M: 30875648 NOTICE: -->Python Initialized<--
00:04:44 M: 28606464 ERROR: Error Type: exceptions.ImportError
00:04:44 M: 28606464 ERROR: Error Contents: No module named xbmcaddon
00:04:44 M: 28590080 ERROR: Traceback (most recent call last):
File "Q:\plugins\music\Subsonic\default.py", line 19, in ?
from resources.lib.Subsonic import Addon, Subsonic
File "Q:\plugins\music\Subsonic\resources\lib\Subsonic\Addon.py", line 23, in ?
import xbmc, xbmcaddon, xbmcgui, xbmcplugin
ImportError: No module named xbmcaddon
00:04:45 M: 32825344 ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting plugin://music/Subsonic/
00:04:45 M: 32825344 ERROR: CGUIMediaWindow::GetDirectory(plugin://music/Subsonic/) failed

After some google-ing on "No module named xbmcaddon" I checked 100 times if I have the right version of your plugin. But yup I do.

Please help, I would be really glad to tell my friends our groupstreamer is working.

thanks for the detailed report - it really helps fix stuff quickly!

it looks like your build is too old and i put the wrong minimum build number in my description.xml - sorry about that!

this addon requires xbmc4xbox r30805 i'm afraid which is around 31 Jan 2011

hope that helps!

t0mm0


- Peevb - 2011-05-19 01:04

Nice,

appreciate your quick response.

Seems like that was the deal. I work for a ISP in the Netherlands I'm allowed to setup my server over there so I'll have 200Mb. up and down. So it is not a problem to stream video contents to multiple users. Is this already possible in the xbox version of subsonic (v0.3.0) ?

With regards,


- t0mm0 - 2011-05-19 01:17

Peevb Wrote:Nice,

appreciate your quick response.

Seems like that was the deal. I work for a ISP in the Netherlands I'm allowed to setup my server over there so I'll have 200Mb. up and down. So it is not a problem to stream video contents to multiple users. Is this already possible in the xbox version of subsonic (v0.3.0) ?

With regards,

yes, video works. at the moment the plugin is stupid and doesn't know the difference between audio and video, but it does work. i plan to add nicer support later.

200Mb?! i can't even get 2Mb here. i need a job at an ISP Wink

thanks,

t0mm0.


- Peevb - 2011-05-19 01:29

Thank you,
Could you get me started at that? I mean tiny explanation. Do I need to configure some xml's. Just a guide would be nice.

I work in fiber to the home projects. Multimode glasfiber reaches 123.3 TB these day’s Wink. Sorry for the topic distraction just nice to mention.

With regards,


- t0mm0 - 2011-05-19 09:38

Peevb Wrote:Thank you,
Could you get me started at that? I mean tiny explanation. Do I need to configure some xml's. Just a guide would be nice.

not sure what you mean? you can set the server details in the addon settings. you don't need to do anything special for video to work. does that answer your question?

Peevb Wrote:I work in fiber to the home projects. Multimode glasfiber reaches 123.3 TB these day’s Wink. Sorry for the topic distraction just nice to mention.

now you're just trying to make me jealous Tongue

thanks,

t0mm0.


- Peevb - 2011-05-19 17:13

Well yeah that answers it. Just need to know how I setup the video source from subsonic. But I guess I'll be able to do it with the provided info. Thanks again and I'll try it out within a few hours.


- t0mm0 - 2011-05-19 17:17

Peevb Wrote:Well yeah that answers it. Just need to know how I setup the video source from subsonic. But I guess I'll be able to do it with the provided info. Thanks again and I'll try it out within a few hours.

subsonic doesn't treat video and audio sources differently so all you need to do is point it at a directory that contains video. you can do all sorts of fiddling around with the transcoding settings, but i guess with the bandwidth you have you'll just turn transcoding off in my plugin and stream the original files.

good luck!

t0mm0