2 # Sample configuration file for mediadatabase
3 # Copy this file to ~/.mediadatabase and edit it to match your setup.
9 mount = "/bin/mount /cdrom"
11 # The command to unmount
12 unmount = "/bin/umount /cdrom"
14 # The directory where media filesystem will be mounted after executing mount command
17 # Which backend to use
23 # MySQL backend specific setup
26 # The host where MySQL server runs
27 host = "mysqlserver.domain.org"
29 # The user to access mediadatabase database on MySQL server
30 user = "mediadatabase"
32 # The password for user used to access mediadatabase database on MySQL server
33 pass = "password_for_user_mediadatabase"
35 # The name of mediadatabase database on MySQL server
40 # SQLite backend specific setup
43 # The file where SQLite database is stored
44 dbfile = "/home/nedko/.mdb.sqlite"
48 # Console frontend specific setup