File: config_default.yaml

package info (click to toggle)
python-confuse 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: python: 2,823; makefile: 112; sh: 8
file content (46 lines) | stat: -rw-r--r-- 841 bytes parent folder | download | duplicates (3)
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
44
45
46
library: library.db

import_write: yes
import_copy: yes
import_move: no
import_resume: ask
import_incremental: yes
import_quiet_fallback: skip
import_timid: no
import_log:

ignore: [".*", "*~"]
replace:
    '[\\/]': _
    '^\.': _
    '[\x00-\x1f]': _
    '[<>:"\?\*\|]': _
    '\.$': _
    '\s+$': ''
art_filename: cover

plugins: []
pluginpath: []
threaded: yes
color: yes
timeout: 5.0
per_disc_numbering: no
verbose: no

list_format_item: $artist - $album - $title
list_format_album: $albumartist - $album

paths:
    directory: ~/Music
    default: $albumartist/$album%aunique{}/$track $title
    singleton: Non-Album/$artist/$title
    comp: Compilations/$album%aunique{}/$track $title

servers:
    - hostname: test1.example.com
      options:
        - foo
    - hostname: test2.example.com
      options:
        - bar
        - baz