6 'mysql_hostname' => 'localhost',
7 'mysql_username' => 'mediadatabase',
8 'mysql_password' => '',
9 'mysql_database' => 'mediadatabase',
12 'tbl_media' => 'media',
13 'tbl_categories' => 'categories',
14 'tbl_files' => 'files',
15 'tbl_tracks' => 'tracks',
16 'tbl_locations' => 'locations',
17 'tbl_location_types' => 'location_types',
19 // How to format the file timestamps
20 'datestring' => 'Y-m-d H:i:s',
22 // Whether or not to display file sizes as KB,MB etc.
23 'human_readable_size' => true,
25 // Whether or not to use categories
26 // WARNING: Categories support is currently broken
27 'use_categories' => false,
30 // Default is 'img/icon_' - e.g. 'img/icon_folder.jpg'
31 'icon_prefix' => 'img/icon_',
33 // Default title for new media
34 'default_media_title' => 'New CD',
36 'media_title_ellipsis_limit' => 50,
38 'readonly_mode' => false,