h3x.se spotify remote

30Mar/12Off

respot.apk now available here on h3x.se

Finally took some time and compiled a new .apk file (have pretty much not touched the client code in almost 12 months..).
Download link for your convenience: respot.apk

Filed under: Uncategorized No Comments
20Feb/12Off

ReSpot “unpublished” from Android Market

As I'm no longer actively developing Servify nor ReSpot I've decided to pull it from the Android Market. I will make the .apk file available here on h3x.se instead for those that still use it.

Filed under: ReSpot No Comments
18Jan/12Off

FIXED: ‘HRESULT: 0x800703E6 invalid access to memory location’

After a long time, this issue has been solved.
The windows version of servify now uses libspotify v10. Unfortunately other issues have arisen with the linux version of libspotify. Therefore linux still uses the old version.
Thanks to those who tested this windows version.

Filed under: servify No Comments
1Oct/11Off

Facebook and Spotify

New Spotify accounts that sign up through Facebook is unable to use Servify.
An upgrade of the libspotify version that Servify uses is needed in order to support the Facebook logins.

Update: Facebook accounts can use Servify with their device login. Read more here: https://sonos.custhelp.com/cgi-bin/sonos.cfg/php/enduser/std_adp.php?p_faqid=1166

Filed under: Uncategorized No Comments
24Apr/11Off

Mac Servify autostart tip

Another tip submitted by a user:

Tip for autostarting Servify on a Mac:
Create this one-line AppleScript in AppleScript Editor:
do shell script "cd /Applications/Servify; mono Servify.exe username password 1337 320 >/dev/null 2>&1 &"
Save the script as a run-only application. Finally add the saved application to the Login items of your account settings.
Details at http://iloapp.vidartysse.net/blog/vidarismer?Home&post=5

Filed under: servify No Comments
23Mar/11Off

Windows autostart tip

submitted by a user on the facebook page:

small tip for those who want to run the .bat file unvisible: make a .vbs file with the following lines in it:

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Program Files\servify\remote_spotify.bat" & Chr(34), 0
Set WshShell = Nothing

please make sure that you enter the right path to your .bat file, but that's obvious I think. you could place this .vbs file into your startup folder.

Filed under: servify No Comments
13Feb/11Off

Boxee client/plugin in the works by Rockboxee

Rockboxee is basing a new Boxee client/plugin on Servify in order to bring Spotify to the Boxee application.
Sneak preview of the client can be seen here: http://vimeo.com/19875428

Hopefully this will also mean that Servify can get an XBMC client/plugin!

We think this is awesome! 😉

Filed under: Uncategorized No Comments
30Jan/11Off

new releases – new bugs… thanks for the appreciation on Android Market.

Last update has been received well (if Android Market ratings is anything to go by) - Thanks!
Of course, there has been issues with the new release - especially on the Servify side. I am working to resolve these, thanks to all who has filed bug reports to me the last couple of days.

Filed under: Uncategorized No Comments
24Jan/11Off

Servify, ReSpot, jReSpot updates!

Servify
Big update!
The OpenAL audio backend is implemented and tested on all platforms.
This means one and the same audio backend is used on all platforms (Windows, OS X, Linux) and more importantly it is (hopefully) a more stable solution. Particularly on Linux and OS X platforms.
The downside is that another external dependency may have to be installed.
For Windows and OS X, go here: http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx
For Linux (Ubuntu!) you install the following package: libopenal1

ReSpot
Small bugfixes, incremental improvements. Expect more rapid development here soon.

jReSpot
Small features implemented:
+"DEL" key to remove from queue
+Shuffle
+Repeat

Please report any new issues, regressions, bugs etc ASAP! (as comment to this post or email)

Filed under: ReSpot, servify No Comments
17Jan/11Off

New Audio backend: OpenAL

Been working on a new audio backend for playback, leveraging OpenAL (via OpenTK) which is a cross-platform audio library.
Unfortunately there's a regression on the windows build which is why there's not been any updates in a while.
The (in)famous error: "HRESULT: 0x800703E6" has reared its ugly head... Hopefully this gets resolved soon.

Filed under: servify No Comments