-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.example
49 lines (40 loc) · 1.5 KB
/
config.ini.example
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
47
48
49
# Server parameters go here.
[SERVER]
# Server parameters
url: https://example.com
# Use when your port is not standard.
port: 443
# You can comment this out if your Subsonic API is available at server root.
server_path: /navidrome/
# Obvious.
username: mihara
password: whatever
# Named sections describe a download batch operation.
# You can have multiple. If you don't give one on the command line,
# all of them will be executed.
[headphones]
# Where the resulting files go.
music_dir: /home/mihara/Sync/Converted_Music
# If this operation is not meant to happen by default, uncomment this.
#default: no
# By default, favorites are synchronized. To synchronize a specific
# playlist instead, put the name of the playlist in this variable.
#playlist: foo
# Overwrite a file if a downloaded one already exists.
# Defaults to no -- in which case the file is skipped.
#overwrite: yes
# Whether to download cover art. Defaults to no.
# When you're producing mp3 files this is unnecessary, since
# ffmpeg will embed cover art during transcoding.
# This is unfortunately not true if you wish to convert to opus,
# due to a long-standing deficiency in ffmpeg.
# The actual file format of the cover art is ignored.
coverart: yes
# The default. Inherited from SERVER section.
coverart_size: 512
# The default. Inherited from SERVER section.
coverart_file: cover.jpg
# Format you want them in. The server must be set up to convert to this format.
# These two parameters are inherited from SERVER section.
format: mp3
bitrate: 128