blob: 08b5c373dae642d698d5d89aa2d0a57a09d9f121 (
plain)
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
|
library: library.db
directory: ~/lib/sound/music/tango/tagged
plugins: play
import:
timid: yes
autotag: no
write: yes
copy: no
move: no
link: no
hardlink: no
delete: no
clutter: [Thumbs.DB, .DS_Store]
ignore:
- .*
- '*~'
- System Volume Information
- lost+found
ignore_hidden: yes
original_date: yes
paths:
default: $albumartist/${original_year}-${original_month}-${original_day}_${artist}_${title}
singleton: $albumartist/${original_year}-${original_month}-${original_day}_${artist}_${title}
play:
command: mplayer -quiet $args -playlist
warning_threshold: 500
|