###########################################################################
COPYRIGHT NOTICE
THIS PROGRAM IS COPYRIGHT 2013 MICHAEL STAGGS
THE COPYRIGHT HOLDER CAN BE REACHED AT TAUSCIAM@GMAIL.COM

    This file is part of Kids' Media Player.

    Kids' Media Player 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 3 of the License, or
    (at your option) any later version.

    Kids' Media Player 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 Kids' Media Player.  If not, see <http://www.gnu.org/licenses/>.
##############################################################################

First, many thanks go to James Jensen (http://gplus.to/badocelot). You are a true gentleman and,
without your help, this project would have been a lot harder.

Second, I wish to thank Temple Emanu-El in Birmingham, Alabama (http://www.ourtemple.org).
My synagogue is an amazing place of refuge that inspires me to do good things...like this
program.

PREREQUISITES:

This program was developed using Python 2.7.3, PyQT 4.9.6, and QT 4.84. It should be fairly
portable, however. 

The video directory (usually 'Videos') will not be traversed. Subdirectories will not be
explored. This is by design. On my own system, I put videos in subdirectories if I do not want 
them listed by the media player. 

Clean up your child's audio directory. The audio directory should have folders for artists. 
Within those folders should be folders for albums. Within the album directories should be the
songs on that album. You should have a cover.jpg or album.jpg in that album directory to be 
used as coverart for the album. If you do not, kids-media-player will attempt to download coverart for you
via google. This is not perfect. Check and make sure the cover.jpg is actually the cover art.
It will also print out if it cannot download coverart for an album. In either case, you may
have to download cover art manually.

If you add to or delete songs or albums, simply delete the text file music.dir in your .kids-media-player
directory. It will rerun the process and add or delete songs/albums/artists as needed.

If you add videos, they will be added automatically. If, however, you delete a video, be sure 
to go into your .kids-media-player directory, enter the pics directory, enter videos and delete the thumbnail.

I hope you enjoy this program. 

