|
Project Information
|
A tiny server for a squeezeboxThis is a tiny replacement for squeezeCenter, the default server for squeezeboxes. This server will never match squeezeCenter in terms of features, but since it is much smaller and doesn't requires perl, it can be run on NAS devices and routers. Squeezed currently provides basic playlist control (add,play,pause,forward,rewind) and limited searching options for your music collection. News11/08/2009: The summer is over, time for an update. SqueezeD can now be controlled over a web-browser. The HTML-code is very primitive, so if anyone is good in that, let me know. The linux version has not been tested, so that might not work. Features and limitations
CompilationPosix / LinuxThis program currently requires the pthread and taglib libraries. By commenting out CONFIG=-DUSE_TAGLIB in Makefile, it can compile without taglib. It then only supports audio files which have a ID3v2 tag. A Makefile is provided. just type 'make' and it should compile without any problems. WindowsFor windows, there's a visual studio 2008 project-file in the msdev/ subdirectory. By default, it links to a static 'taglib' library, for which another project-file is provided in the taglib subdirectory. That taglib subdirectory only contains modifications required to link it statically. In order to compile, You'll have to put all the files of taglib there, and then make sure the modifications I checked in are still there. (svn revert on the taglib directory should be able to do that). Supported platformsThe source has been compiled and tested for:
I have uploaded binaries for some of these platforms, but they are usually a bit out of date. See the updates for more information. It has been compiled for openWRT also, for the brcm47xx mips platform. The current binary does not work, You'll have to build it from source. Installation and UsageDownload a executable. Run it once to generate a configuration file named squeezed.ini. The most important option to change is: [musicDB] path = . This defines the root directory of you music collection. Whenever your collection has changed, you should delete SqueezeD.db and restart the server. When the server is running, a (very) basic webserver can be found at http://127.0.0.1:9000/html/index.html. The big whish list and other todo's
|