-
Notifications
You must be signed in to change notification settings - Fork 2
/
config_bf_example.yaml
43 lines (37 loc) · 2.26 KB
/
config_bf_example.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ------------------------------------------------------------------------------------ #
# BEETS GUI CONFIG #
# ------------------------------------------------------------------------------------ #
# Example file, this file was automatically copied to /config/beets-flask/config.yaml.
# Feel free to edit this file to customize the gui configuration.
# Especially the `folders` section in the `inbox` section are important to set up your inbox
# folders. You can add as many folders as you like, but don't forget to volume-map them in
# your docker-compose.yml.
gui:
num_workers_preview: 4 # how many previews to generate in parallel
library:
readonly: no
tags:
expand_tags: yes # for tag groups, on page load, show tag details?
recent_days: 14 # Number of days to consider for the "recent" tag group
order_by: "name" # how to sort tags within the trag groups: "name" (the album folder basename) | "date_created" | "date_modified"
show_unchanged_tracks: no # whether to show even unchanged tracks in the preview (interactve import sessions)
terminal:
start_path: "/music/inbox" # the directory where to start new terminal sessions
inbox:
concat_nested_folders: yes # show multiple folders in one line if they only have one child
expand_files: no # on page load, show files in (album) folders, or collapse them
folders: # dont forget to volume-map these folders in your docker-compose.yml
Lorem:
name: "Awesome Inbox"
path: "/music/inbox"
autotag: no # no | "preview" | "import" | "auto"
# autotag controls what should happen with newly added album folders.
# no: do nothing
# "preview": fetch data but do not import (recommended)
# "import": fetch data and always import (not recommended)
# "auto": fetch data and import if a good match is found (recommended for established libraries,
# but not for a big initial import when you start with beets for the first time)
Ipsum:
name: "Dummy inbox"
path: "/music/dummy"
autotag: no