mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Add client175 (webif for mpd) addon.
This commit is contained in:
36
config/client175/site.conf
Normal file
36
config/client175/site.conf
Normal file
@@ -0,0 +1,36 @@
|
||||
# Edit this file as needed and save it as: site.conf
|
||||
# The application will work without it but tag editing will not work
|
||||
# without saving this file as site.conf with the correct music_directory
|
||||
# set.
|
||||
|
||||
[global]
|
||||
# Change these to control a remote mpd instance. Be aware that tag editing
|
||||
# will not work if the music files cannot be opened with read/write access
|
||||
# from this server via the music_directory option configured below.
|
||||
mpd_host: "localhost"
|
||||
mpd_port: 6600
|
||||
|
||||
# Setting environment to production removes the verbose console output
|
||||
# and disables auto-reload on file changes.
|
||||
environment: "production"
|
||||
|
||||
# Only change socket_host if you have multiple network interfaces and want
|
||||
# to limit which one it listens on. "0.0.0.0" listens on all interfaces.
|
||||
server.socket_host: "0.0.0.0"
|
||||
|
||||
# Don't run this as root in order to use port 80! This app was not built
|
||||
# to be secure, it must be run with limited access.
|
||||
server.socket_port: 8800
|
||||
|
||||
# Location of the music directory, required for editing tags. This variable
|
||||
# is also used to identify the folder for a given file in local cover lookups.
|
||||
music_directory: "/var/mp3"
|
||||
|
||||
# List of local locations to search for cover art. The server will check
|
||||
# these locations for covers before using web services. The following
|
||||
# variables are available fo substitution:
|
||||
# {folder} Folder a given file is in
|
||||
# {artist} Artist name
|
||||
# {album} Album name
|
||||
# This variable must be in the form of a python list.
|
||||
local_covers: ["{folder}/folder.jpg", "{folder}/.folder.png"]
|
||||
Reference in New Issue
Block a user