~ubuntu-branches/ubuntu/edgy/lltag/edgy

« back to all changes in this revision

Viewing changes to config

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2005-11-19 02:48:12 UTC
  • Revision ID: james.westby@ubuntu.com-20051119024812-5j4rq412iouhdkgr
Tags: upstream-0.10
ImportĀ upstreamĀ versionĀ 0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# llgal configuration options.
 
2
# These options may be defined in /etc/lltag/config,
 
3
# a per-user ${HOME}/.lltag/config or in a file passed
 
4
# on the command-line with --config.
 
5
 
 
6
# Add a user-defined format.
 
7
# format = ""
 
8
 
 
9
# Try to guess if user-defined format do not match.
 
10
# guess = 0
 
11
 
 
12
# Do not use file path when matching filename.
 
13
# nopath = 0
 
14
 
 
15
# Default field values.
 
16
# default_artist = ""
 
17
# default_title = ""
 
18
# default_album = ""
 
19
# default_number = ""
 
20
# default_genre = ""
 
21
# default_year = ""
 
22
# default_comment = ""
 
23
 
 
24
# Allow no or multiple spaces.
 
25
# spaces = 0
 
26
 
 
27
# Upcase first letters of words in tags.
 
28
# maj = 0
 
29
 
 
30
# Replace from with to in all tags with s/from/to/ in tags.
 
31
# title,number:s/from/to/ replace in title and number tags only.
 
32
# Might be used multiple times.
 
33
# regexp = ""
 
34
 
 
35
# Replace |-separated strings with space in tags.
 
36
# sep = ""
 
37
 
 
38
# Force mp3, ogg of flac instead of by-extension detection.
 
39
# type = <mp3|ogg|flac|none>
 
40
 
 
41
# Clear all tags of audio files when possible.
 
42
# clear_tags = 0
 
43
 
 
44
# Append tags only instead of replacing old ones when possible.
 
45
# append_tags = 0
 
46
 
 
47
# Do not actually tag files.
 
48
# no_tagging = 0
 
49
 
 
50
# Rename file according to format.
 
51
# rename_format = ""
 
52
 
 
53
# Lowcase tags before renaming.
 
54
# rename_min = 0
 
55
 
 
56
# Replace from with to in all tags with s/from/to/ before renaming.
 
57
# title,number:s/from/to/ replace in title and number tags only.
 
58
# Might be used multiple times.
 
59
# rename_regexp = ""
 
60
 
 
61
# Replace space with s in tags before renaming.
 
62
# rename_sep = ""
 
63
 
 
64
# Assume the rename format provides an extension.
 
65
# rename_ext = 0
 
66
 
 
67
# Do nothing but show what would have been done.
 
68
# dry_run = 0
 
69
 
 
70
# Tag without asking for confirmation when guessing.
 
71
# Rename without asking for confirmation
 
72
# yes = 0
 
73
 
 
74
# Always ask for confirmation before tagging.
 
75
# ask = 0
 
76
 
 
77
# Recursively traverse all given subdirectories.
 
78
# recursive = 0
 
79
 
 
80
# Verbose messages.
 
81
# verbose = 0