Changelog:
2013-02-27: jSub 0.2.8
- I'm back
- Ignore all SSL errors certificate errors. A little bit unsafe. Errors are still printed to console, so check it. Better handling in next versions.
What is jSub?
I finished a first version of a Subsonic desktop client. It is beta and sure buggy, but I need some testers. And: it is free and will be free !!!
jSub is similar to subair, but I made some (small) enhancements:
- Subsonic supports ablums and tracks in the same folder, so I separated albums and tracks view.
- You can use the keyboard hotkeys for Play, Pause, Stop, Next, Previous.
- Chat and What are others hearing also included.
- Now with HTTPS support
Some notes:
- It is written in Java, should work under Windows, Linux and other OS who supports Java 1.6.0.
- The native library for hotkey support is windows only.
- Under 64 bit windows it is recommended to use a 32 bit java runtime environment for hotkey support. A 64 bit jre should also works (without hotkey support).
- You need at minimum Java 1.6.0 Update 20. Download it here: http://www.java.com/de/download/manual.jsp
- You need Subsonic 4.1 or higher
- Windows version successfully tested on Win7 and WinXP, Dual-Core and enough RAM
Usage:
- Download, unpack and start
- Windows: You can use jSub.exe (created with launch4j) or start it manually with:
- Code: Select all
java -cp jSub.jar;lib/* de.codedevils.java.jsub.Main
- Linux/Mac(?): You can use run.sh (sh run.sh) oder start in manually with:
- Code: Select all
java -cp "jSub.jar:lib/*" de.codedevils.java.jsub.Main
Known bugs:
- On one winxp machine, the sound has noise and scratches. It must be the java audio device. If you also have this problem, PLEASE post it here (and if not, please post it too, so I can estimate how often this problem occurs).
- If the subsonic server returns an invalid response, jSub hangs. Restart needed.
Here are the links:
Windows version:
http://java.code-devils.de/jSub-0.2.8-win.zip
Linux version (also MacOSX?!):
http://java.code-devils.de/jSub-0.2.8-linux.zip
Two screenshots:
http://java.code-devils.de/jsub-1.jpg
http://java.code-devils.de/jsub-2.jpg
jSub has many features yet implemented, others are planned. Wishes and bug reports are welcome.
But video is none of them!! I have experiences in handling video streams and it is ugly. For me, subsonic is just an audio streamer.
Tippi