]> git.donarmstrong.com Git - x_base.git/blob - .config/mopidy/mopidy.conf
add mopidy configuration
[x_base.git] / .config / mopidy / mopidy.conf
1 # For further information about options in this file see:
2 #   http://docs.mopidy.com/
3 #
4 # The initial commented out values reflect the defaults as of:
5 #   Mopidy 2.0.0
6 #   Mopidy-File 2.0.0
7 #   Mopidy-HTTP 2.0.0
8 #   Mopidy-Local 2.0.0
9 #   Mopidy-Local-SQLite 1.0.0
10 #   Mopidy-M3U 2.0.0
11 #   Mopidy-MPD 2.0.0
12 #   Mopidy-SoftwareMixer 2.0.0
13 #   Mopidy-SomaFM 1.0.1
14 #   Mopidy-SoundCloud 2.0.2
15 #   Mopidy-Stream 2.0.0
16 #   Mopidy-Youtube 2.0.0
17 #
18 # Available options and defaults might have changed since then,
19 # run `mopidy config` to see the current effective config and
20 # `mopidy --version` to check the current version.
21
22 [core]
23 #cache_dir = $XDG_CACHE_DIR/mopidy
24 #config_dir = $XDG_CONFIG_DIR/mopidy
25 #data_dir = $XDG_DATA_DIR/mopidy
26 #max_tracklist_length = 10000
27
28 [logging]
29 #color = true
30 #console_format = %(levelname)-8s %(message)s
31 #debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n  %(message)s
32 #debug_file = mopidy.log
33 #config_file =
34
35 [audio]
36 #mixer = software
37 #mixer_volume = 
38 #output = autoaudiosink
39 #buffer_time = 
40
41 [proxy]
42 #scheme = 
43 #hostname = 
44 #port = 
45 #username = 
46 #password = 
47
48 [somafm]
49 #enabled = true
50 #encoding = mp3
51 #quality = fast
52
53 [local-sqlite]
54 #enabled = true
55 #directories = 
56 #  Albums                  local:directory?type=album
57 #  Artists                 local:directory?type=artist
58 #  Composers               local:directory?type=artist&role=composer
59 #  Genres                  local:directory?type=genre
60 #  Performers              local:directory?type=artist&role=performer
61 #  Release Years           local:directory?type=date&format=%25Y
62 #  Tracks                  local:directory?type=track
63 #  Last Week's Updates     local:directory?max-age=604800
64 #  Last Month's Updates    local:directory?max-age=2592000
65 #timeout = 10
66 #use_album_mbid_uri = true
67 #use_artist_mbid_uri = false
68 #use_artist_sortname = false
69
70 [mpd]
71 #enabled = true
72 #hostname = ~/var/mpd/socket
73 #port = 6600
74 #password = 
75 #max_connections = 20
76 #connection_timeout = 60
77 #zeroconf = Mopidy MPD server on $hostname
78 #command_blacklist = 
79 #  listall
80 #  listallinfo
81 #default_playlist_scheme = m3u
82
83 [http]
84 #enabled = true
85 #hostname = 127.0.0.1
86 #port = 6680
87 #static_dir =
88 #zeroconf = Mopidy HTTP server on $hostname
89
90 [stream]
91 #enabled = true
92 #protocols = 
93 #  http
94 #  https
95 #  mms
96 #  rtmp
97 #  rtmps
98 #  rtsp
99 #metadata_blacklist = 
100 #timeout = 5000
101
102 [m3u]
103 #enabled = true
104 #base_dir = $XDG_MUSIC_DIR
105 #default_encoding = latin-1
106 #default_extension = .m3u8
107 #playlists_dir =
108
109 [softwaremixer]
110 #enabled = true
111
112 [file]
113 #enabled = true
114 media_dirs = $XDG_MUSIC_DIR
115 #show_dotfiles = false
116 follow_symlinks = true
117 #metadata_timeout = 1000
118
119 [local]
120 enabled = true
121 #library = json
122 media_dir = ~/media/music
123 #scan_timeout = 1000
124 #scan_flush_threshold = 100
125 #scan_follow_symlinks = false
126 #excluded_file_extensions = 
127 #  .directory
128 #  .html
129 #  .jpeg
130 #  .jpg
131 #  .log
132 #  .nfo
133 #  .png
134 #  .txt
135
136 [soundcloud]
137 #enabled = true
138 #explore_songs = 25
139 #auth_token = 
140
141 [youtube]
142 #enabled = true