This ZIP archive contains all that you need to run the "Local MP3 player" web application, as described at
  https://www.streetinfo.lu/computing/website/applications/mp3player.html

Files contained in the archive:
-------------------------------

mp3player.pl:
  This script (used to start the application) searches the Windows Music library for MP3 files of a given
  music category and displays a list of them. For each file, there will be a link, that is used to play the MP3.

mp3player_play.pl:
  This script (launched (in a new browser window) by clicking the links on the webpage created by mp3player) creates
  a webpage with an embedded HTML5 audio player, ready to play the file selected before.

lan_mp3_player1.template.html
  This is a template file, used by the script mp3player.pl to create the MP3 list webpage.

lan_mp3_player2.template.html
  This is a template file, used by the script mp3player_play.pl to create the audio player webpage.

The Perl scripts have to be stored in Apache's /cgi-bin subdirectory. The templates are supposed to be located in Apache's
document root.

Notes:
------

1. To run the scripts, some additional Perl modules have to be installed.
2. The application is tailored for my system, with my personal folder organization within the Music library and my personal
   naming and tagging conventions of my MP3 files.

For details, please, have a look at the application webpage.
