Playlist Warlock 0.2-beta
Little Celtic Warlock Software 2001
- Installing
- This program requires mpg123, perl 5+ and the Term::Readkey module to work. mpg123 can be found at http://www.mpg123.de/. Perl is available for free on the net for a wide variety of platforms. The Term::ReadKey module for perl can be found at www.cpan.org. To install the above programs, please refer to their respective documentation. Installing PLWarlock is very simple. Put it in a directory you like. If you wish to run PLWarlock as an executable, make sure the top line of the file points to your copy of perl, the default setting is #!/usr/bin/perl -w. If yours is at /usr/pkg/gnu/bin/perl you would set this line to #!/usr/pkg/gnu/bin/perl -w. Then make the file executable with chmod.
Running PLWarlock:
If you set the file to be executable, simply
type PLWarlock [playlist] at the prompt (./PLWarlock [playlist] if
. is not in your path). If you don't want to set it executable, enter
perl PLWarlock [playlist]. If you do not pass a playlist in as
an argument, the program will place you at the playlist load/save sceen
at startup. Hit the "?" key in the program to get on-the-fly help.
- License
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
