File structure
netjukebox fully relies on the directory structure and file naming to generating Artist, Title & Album information.
A cryptic file structure looks like:

album artist\[date - ]album\[track - ][title artist - ]title[ Ft. featuring].extension

The items between square brackets are optional.

Album artist:
Can be written with a coma and space separation between surname and name.
Here are tree examples:

Beatles, The
Bowie, David
Clapton, Eric

This way it will be correct alphabetic ordered, and another advantage is
that you get search results with "Surname, Name" and "Name Surname".

Date:
1990 = 1990
199010 = October 1990

Track:
01 = track 1
101 = cd 1 track 1
102 = cd 1 track 2
201 = cd 2 track 1
202 = cd 2 track 2


Some Linux examples
/data/Media/Moby/200205 - 18/ 01 - We are all made of stars.flac


/data/Media/Kruder & Dorfmeister/1996 - Conversions/01 - DJ Unknown face - Dat's cool.flac
/data/Media/Kruder & Dorfmeister/1996 - Conversions/02 - Dead calm - Searchin'.flac


/data/Media/Pink floyd/1979 - The wall/101 - In the flesh?.flac
...
/data/Media/Pink floyd/1979 - The wall/113 - Goodbye cruel world.flac
/data/Media/Pink floyd/1979 - The wall/201 - Hey you.flac
...
/data/Media/Pink floyd/1979 - The wall/213 - Outside the wall.flac


/data/Media/1994 - Pulp fiction/01 - Dick Dale & his del tones - Misirlou.flac
/data/Media/1994 - Pulp fiction/02 - Jules & Vincent - Royale with cheese.flac


/data/Media/Various/Singles/Bomfunk MC's - Freestyler.mp3
/data/Media/Various/Singles/Young M.C. - Bust a move.mp3


Some Windows examples
D:\Media\Moby\200205 - 18\ 01 - We are all made of stars.flac


D:\Media\Kruder & Dorfmeister\1996 - Conversions\01 - DJ Unknown face - Dat's cool.flac
D:\Media\Kruder & Dorfmeister\1996 - Conversions\02 - Dead calm - Searchin'.flac


D:\Media\Pink floyd\1979 - The wall\101 - In the flesh^.flac
...
D:\Media\Pink floyd\1979 - The wall\113 - Goodbye cruel world.flac
D:\Media\Pink floyd\1979 - The wall\201 - Hey you.flac
...
D:\Media\Pink floyd\1979 - The wall\213 - Outside the wall.flac


D:\Media\1994 - Pulp fiction\01 - Dick Dale & his del tones - Misirlou.flac
D:\Media\1994 - Pulp fiction\02 - Jules & Vincent - Royale with cheese.flac


D:\Media\Various\Singles\Bomfunk MC's - Freestyler.mp3
D:\Media\Various\Singles\Young M.C. - Bust a move.mp3


Images
The image name can be configured in the config.inc.php file.

Example:
$cfg['image_front'] = 'cover';
$cfg['image_back'] = 'back';

With this configuration netjukebox will search for cover.jpg and cover.png images.
These images will be used for the web-interface and the PDF front cover.
For the PDF back cover netjukebox will search for back.jpg and back.png.