#
# This is a sample configuration file for MousikóFídi, made available as a reference.
#
[library]
# A comma-separated list of directory paths enclosed in double quotes.
# The open and close brackets are required.
dirs = [
"/home/username/music/flac",
"/home/username/music/ogg",
"/home/username/video/mp4",
]
[player]
# Use keyboard shortcuts to control the player?
keyboard_controls = true
[playlists]
# Allow deletion of saved playlists?
allow_delete = false
# Path to the directory where playlists get saved to.
dir = "/home/username/music/playlists"
# Allow saving of playlists?
allow_save = true
[ui]
# Path to the favicon that MousikóFídi will use.
favicon_path = "/fidi.png"
# Should MousikóFídi show special logos on predefined "holidays"?
holidays = true
# Should MousikóFídi show icons in the UI?
icons = false
# Path to the logo image that MousikóFídi will use.
logo_path = "/fidi.png"
# Should MousikóFídi try and display cover art?
show_cover_art = true
# The name of your MousikóFídi instance; this is what will
# display on the main page of the application.
site_name = "MousikóFídi - Your Music Cloud"
# The default theme.
theme = "light"
[other]
# Keep this secret.
secret_key = "CHANGEME; This is usually autogenerated, though."