Currently, Fiddle only has a command line tool for controlling the music server. There is no GUI program, but maybe you could write a interface that uses the command protocol.
Fiddle can be configured using a YAML file in your home directory. This file will be created the first time you run the Fiddle server.
music_dir: /home/user/Music/
There is not a release of Fiddle at the moment. But you can get a copy of fiddle by using git. Use the following command to download a copy of the sourcecode.
git clone git://github.com/pstuifzand/fiddle-player.git
You'll also need the following perl modules. These can be found on CPAN or in your distributions package manager.
The dependency on AudioFile::Info is removed. I had to many problems with installing this module using cpan. The same functionality is now provided by Fiddle::Song and its child classes.
If you want to run Fiddle, you should download it first.
git clone git://github.com/pstuifzand/fiddle-player.git cd fiddle perl bin/fiddled
The fiddle server will create a config file called ~/.fiddle/config.yml. It contains an entry for your music directory. This default is ~/Music. You can change this if your music is in a different directory.
bin/fiddle update bin/fiddle play
You can symlink fiddle in your ~/bin directory for easy calling.
If you have questions or want to help developing fiddle then check out the mailing list.
Fiddle is created by Peter Stuifzand
Last modified: 2009-05-30 11:45:17