2011-04-17, 18:19
hi!
here is a subsonic plugin (check out http://www.subsonic.org/ for info)
current features(v0.3.0):
Changelog:
Version 0.3.0
- add facility to view random, newest, top rated, most played and recently played albums
- add support for subsonic shortcuts
- fix for indexes with only one artist
Version 0.2.3
- fix for artist names that only contain numbers
- fix for titles with unicode names
Version 0.2.2
- fix silly cut and paste error causing script errors on some xbmc versions
- reduce api requirement to 1.4.0 (allows subsonic 4.2 servers)
Version 0.2.1
- Fix bug when there was more than one playlist (doh!)
- rejig debugging so no need for specific debug setting for this addon
Version 0.2.0
- Add capability to play subsonic playlists
- Add custom random playlists
Version 0.1.1
- small fix for little or no content in subsonic
Version 0.1.0
- Initial version
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.
video seems to work but i haven't done any special handling of it yet so there is nothing in the interface indicating videos.
available from my repository: https://github.com/downloads/t0mm0/t0mm0...-1.0.3.zip
xbox users can install from xbmc4xbox-addons using SVN repo installer.
comments, bug reports and feature requests welcomed, but no promises
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.
if you already have one, just insert the line:
directly after the <rules> tag.
see http://wiki.xbmc.org/index.php?title=HOW...a_playback for more info on playercorefactory.xml
thanks,
t0mm0
here is a subsonic plugin (check out http://www.subsonic.org/ for info)
current features(v0.3.0):
- browse and play all your music
- play at full quality (original files) or transcode to the bitrate of your choice in settings (full quality currently require DVDPlayer)
- search for artist, album and songs
- view random, newest, top rated, most played and recently played albums
- play playlists from subsonic server
- generate random playlists by range of years and/or genre
Changelog:
Version 0.3.0
- add facility to view random, newest, top rated, most played and recently played albums
- add support for subsonic shortcuts
- fix for indexes with only one artist
Version 0.2.3
- fix for artist names that only contain numbers
- fix for titles with unicode names
Version 0.2.2
- fix silly cut and paste error causing script errors on some xbmc versions
- reduce api requirement to 1.4.0 (allows subsonic 4.2 servers)
Version 0.2.1
- Fix bug when there was more than one playlist (doh!)
- rejig debugging so no need for specific debug setting for this addon
Version 0.2.0
- Add capability to play subsonic playlists
- Add custom random playlists
Version 0.1.1
- small fix for little or no content in subsonic
Version 0.1.0
- Initial version
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.
video seems to work but i haven't done any special handling of it yet so there is nothing in the interface indicating videos.
available from my repository: https://github.com/downloads/t0mm0/t0mm0...-1.0.3.zip
xbox users can install from xbmc4xbox-addons using SVN repo installer.
comments, bug reports and feature requests welcomed, but no promises
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"/>
see http://wiki.xbmc.org/index.php?title=HOW...a_playback for more info on playercorefactory.xml
thanks,
t0mm0