1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/config/config.inc.php
Dan Barber b46e8f7441 ~ Fixed problems with apostrophes and ampersands in paths/names. Still need to sort out international characters.
+ Tracks in an album are now sorted by tracknumber.

+ Added config file.
2007-05-10 13:52:32 +00:00

14 lines
248 B
PHP

<?php
/**************************************
** NeoMPC Config File
**************************************/
$_CONFIG['music_directory'] = '/var/lib/mpd/music';
$_CONFIG['template'] = 'default';
$_CONFIG['sort_by_tracknumber'] = true;
?>