-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathconfig.js
More file actions
28 lines (22 loc) · 744 Bytes
/
config.js
File metadata and controls
28 lines (22 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// See README.md to learn more on each option
// Port on which MPC Web Interface is running.
// Default: 13579
exports.port = 13579
// Whether to omit brackets [] and its content in filenames.
// Default: true
exports.ignoreBrackets = true
// Whether to omit filetype.
// Default: false
exports.ignoreFiletype = false
// Whether to replace _ with space.
// Default: true
exports.replaceUnderscore = true
// Whether to replace dot (.) characters
// (except the file extension one) with spaces.
// Default: true
exports.replaceDots = true
// Whether to display the current file's remaining
// playback time while playing, instead of showing
// the elapsed time.
// Default: false
exports.showRemainingTime = false