mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
14 lines
248 B
PHP
14 lines
248 B
PHP
<?php
|
|
|
|
/**************************************
|
|
** NeoMPC Config File
|
|
**************************************/
|
|
|
|
$_CONFIG['music_directory'] = '/var/lib/mpd/music';
|
|
|
|
$_CONFIG['template'] = 'default';
|
|
|
|
$_CONFIG['sort_by_tracknumber'] = true;
|
|
|
|
?>
|