File: config

package info (click to toggle)
lltag 0.14.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 416 kB
  • sloc: perl: 2,833; makefile: 93
file content (84 lines) | stat: -rw-r--r-- 1,885 bytes parent folder | download | duplicates (7)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# lltag configuration file example.
#
# The following options may be stored in /etc/lltag/config,
# a per-user ${HOME}/.lltag/config or in a file passed
# on the command-line with --config.

# Add a user-defined format.
# format = ""

# Try to guess if user-defined formats do not match.
# guess = 0

# Try CDDB
# cddb = 0

# CDDB server
# cddb_server_name = "tracktype.org"
# cddb_server_port = 80

# Do not use file path when matching filename.
# no_path = 0

# Explicit tag.
# Might be used multiple times.
# tag = "TAG=value"

# Allow no or multiple spaces.
# spaces = 0

# Upcase first letters of words in tags.
# maj = 0

# Replace from with to in all tags with s/from/to/ in tags.
# title,number:s/from/to/ replace in title and number tags only.
# Might be used multiple times.
# regexp = ""

# Replace |-separated strings with space in tags.
# sep = ""

# Force mp3, ogg of flac instead of by-extension detection.
# type = <mp3|ogg|flac|none>

# Clear all tags of audio files.
# clear_tags = 0

# Append tags only instead of replacing old ones.
# append_tags = 0

# Do not actually tag files.
# no_tagging = 0

# Rename file according to format.
# rename_format = ""

# Lowcase tags before renaming.
# rename_min = 0

# Replace from with to in all tags with s/from/to/ before renaming.
# title,number:s/from/to/ replace in title and number tags only.
# Might be used multiple times.
# rename_regexp = ""

# Replace space with s in tags before renaming.
# rename_sep = ""

# Assume the rename format provides an extension.
# rename_ext = 0

# Do nothing but show what would have been done.
# dry_run = 0

# Tag without asking for confirmation when guessing
# and rename without asking for confirmation.
# yes = 0

# Always ask for confirmation before tagging.
# ask = 0

# Recursively traverse all given subdirectories.
# recursive = 0

# Messages verbosity level
# verbose = 0