|
export default { |
|
version: { |
|
major: '2', |
|
minor: '0', |
|
patch: '1', |
|
preRelease: null |
|
}, |
|
server: { |
|
port: 7860, |
|
password: 'unburn.tech' |
|
}, |
|
options: { |
|
threshold: false, |
|
playerUpdateInterval: 200, |
|
statsInterval: false, |
|
maxResultsLength: 200, |
|
maxAlbumPlaylistLength: 200, |
|
maxCaptionsLength: 3, |
|
bypassAgeRestriction: false |
|
}, |
|
debug: { |
|
youtube: { |
|
success: true, |
|
error: true |
|
}, |
|
pandora: { |
|
success: true, |
|
error: true |
|
}, |
|
deezer: { |
|
success: true, |
|
error: true |
|
}, |
|
spotify: { |
|
success: true, |
|
error: true |
|
}, |
|
soundcloud: { |
|
success: true, |
|
error: true |
|
}, |
|
musixmatch: true, |
|
websocket: { |
|
connect: true, |
|
disconnect: true, |
|
resume: true, |
|
failedResume: true, |
|
resumeTimeout: true, |
|
error: true, |
|
connectCD: true, |
|
disconnectCD: true, |
|
sentDataCD: true |
|
}, |
|
request: { |
|
all: false, |
|
enabled: true, |
|
error: true, |
|
showBody: true, |
|
showHeaders: true, |
|
showParams: true |
|
}, |
|
track: { |
|
start: true, |
|
end: true, |
|
exception: true, |
|
stuck: true |
|
}, |
|
sources: { |
|
retrieveStream: true, |
|
loadtrack: { |
|
request: true, |
|
results: true, |
|
exception: true |
|
}, |
|
search: { |
|
request: true, |
|
results: true, |
|
exception: true |
|
}, |
|
loadlyrics: { |
|
request: true, |
|
results: true, |
|
exception: true |
|
} |
|
} |
|
}, |
|
search: { |
|
defaultSearchSource: 'youtube', |
|
fallbackSearchSource: 'bandcamp', |
|
lyricsFallbackSource: 'genius', |
|
sources: { |
|
youtube: { |
|
enabled: true, |
|
authentication: { |
|
enabled: false, |
|
cookies: { |
|
SID: 'DISABLED', |
|
LOGIN_INFO: 'DISABLED' |
|
}, |
|
authorization: 'DISABLED' |
|
} |
|
}, |
|
bandcamp: true, |
|
http: true, |
|
local: true, |
|
pandora: false, |
|
spotify: { |
|
enabled: true, |
|
market: 'BR', |
|
sp_dc: 'DISABLED' |
|
}, |
|
deezer: { |
|
enabled: false, |
|
decryptionKey: 'DISABLED', |
|
arl: 'DISABLED' |
|
}, |
|
soundcloud: { |
|
enabled: true, |
|
clientId: 'AUTOMATIC', |
|
fallbackIfSnipped: true |
|
}, |
|
musixmatch: { |
|
enabled: false, |
|
signatureSecret: 'DISABLED' |
|
}, |
|
genius: { |
|
enabled: true |
|
} |
|
} |
|
}, |
|
filters: { |
|
enabled: true, |
|
threads: 4, |
|
list: { |
|
volume: true, |
|
equalizer: true, |
|
karaoke: true, |
|
timescale: true, |
|
tremolo: true, |
|
vibrato: true, |
|
rotation: true, |
|
distortion: true, |
|
channelMix: true, |
|
lowPass: true |
|
} |
|
}, |
|
audio: { |
|
quality: 'high', |
|
encryption: 'xsalsa20_poly1305_lite' |
|
}, |
|
voiceReceive: { |
|
type: 'pcm', |
|
timeout: 1000 |
|
} |
|
} |