increased filename length from 32 to 256, we need this.
[my-code/mp3db.git] / INSTALL
1 INSTALL
2 -------
3
4 1)
5
6 include main.shtml in your existing webpage.
7 it needs physical contact to the mp3 data.
8 exchange all entries in main.shtml reading index.shtml 
9 to the file sourcing this main.shtml file.
10 build mp3read executing a simple "make".
11 copy readtag.sh and mp3read in your $PATH location.
12
13 2)
14
15 copy playsong.shtml somewhere in your htdocs root of your playing host.
16
17 3)
18
19 copy mp3db.conf and mp3user to your /etc directory.
20 (on the host where you also copied main.shtml)
21 adjust the examples !! important, defaults won't work !!
22
23 4)
24
25 make sure your mp3 data is mp3db compatible.
26 that means, no special character and small letters.
27 you may test ./make_mp3dbcompat script to do so.
28 this will definetly fuck your system, i mean it :)
29
30 5) 
31
32 additionaly secure your mp3s using .htaccess files!
33 ! do it !
34
35
36 have fun, hackbard