Glirnath 0.30 review

Download
by rbytes.net on

Glirnath is a Web utility to browse and play audio files on a remote Unix computer dedicated to be a music jukebox

License: GPL (GNU General Public License)
File size: 0K
Developer: Payton Swick
0 stars award from rbytes.net

Glirnath is a Web utility to browse and play audio files on a remote Unix computer dedicated to be a music jukebox. The Glirnath is not a music streamer to the local computers, but rather acts as a remote agent to play music on the server itself (hook it up to your stereo or something).

Access can be controlled by a special list of IP addresses contained on the server, so it's mostly safe, although if you want to let a whole lot of people control the music playing on your stereo, that's up to you.

Try it out and see for yourself. There's some screenshots over to the left to show you what it's all about.

Requirements:
Glirnath requires use of a command-line audio player as a backend, and is designed with players such as mpg321 in mind. Other players should work, but only some have been
tested (ogg123, mplayer).
mpg321 can be obtained for free from http://mpg321.sourceforge.net/
mpg123 (note the difference in number order) has been known to cause wierd problems.
You can add support for other file formats by having an appropriate command-line player. Just add a line into options.php for each one. For example, to add support for wma files, install mplayer, and add this line to options.php (assuming this is the path to mplayer): $CONFIG['players']['wma'] = '/usr/local/bin/mplayer';
To use file uploads, your web server must support file uploads as well as PHP allowing file uploads. In addition, itis neccessary to change various file size settings to allow audio files to be uploaded. Check:
php.ini
php.conf (if you have Apache.)
You can disable file uploads by simply not specifying an uploads directory in the options.php file.

What's New in This Release:
Replaced [play] with a symbol (>) button.
Replaced [import] with a symbol (+) button.
Added Get Information button (?).
Clicking on a song title no longer shows the info.
Clicking on logo now returns to the index.
Replaced Shuffle and Loop buttons with icons.
Clicking on the cell of a song title will check it and uncheck everything else with javascript.
Added 'add_to_playlist' buttons on playlist list which can submit the "Add To" form with javascript.
Added javascript 'remove_from_playlist' buttons on playlist.
Added javascript to hide the 'add_to_playlist' buttons in the playlist list unless a checkbox is checked.
Added 'use_javascript' option in the index.php file.
Added version checking to the options.php file; the Glirnath will not run with an incorrectly versioned config file.
Javascript automatically hides the playlist controls if enabled, as they are redundant.
Added javascript 'move_to_position' controls on playlist.

Glirnath 0.30 keywords