1METAMORPHOSE2(1) General Commands Manual METAMORPHOSE2(1)
2
3
4
6 Métamorphose2 - a graphical mass renaming tool for files and folders.
7
8
10 metamorphose2 [/path/to/open/spaces ok]
11 metamorphose2 [-t] [-d] [-p /path/to/open] [[-c /path/to/file.cfg] [-a
12 level (0-3)]] [-l language]
13
14
16 A GUI renaming tool with many powerful functions. Well suited for those
17 that need to rename many files and/or folders on a regular basis. In
18 addition to general usage operations, it is useful for photo and music
19 collections, webmasters, programmers, legal and clerical, et cetera.
20
21 There is support for automating GUI tasks via command line, using the
22 options described below.
23
24
26 There are two modes for options.
27
28 In the fist mode, the only available option is a path to open. It is
29 simply added to the end of the command line, and spaces may be used.
30 This mode cannot be used with any other options.
31
32 In the second mode, all options can be used. A path to open must be
33 specified using the '-p' argument, and spaces must be escaped.
34
35 Modes are switched automatically, based on the structure of the
36 options.
37
38 Available Options :
39
40 -h, --help Show help screen and exit.
41
42 -t, --timer Show time taken to complete operations.
43
44 -d, --debug Show debugging information.
45
46 -p, --path Specify a directory to load.
47
48 -c, --config Specify a configuration file to load.
49
50 -a, --auto Specify automatic mode level to use with configura‐
51 tion file :
52 0 = do not preview items
53 1 = auto preview items
54 2 = auto rename items
55 3 = auto rename items and exit on success
56
57 -l, --language Overide prefered language.
58
59
61 ~/.metamorphose2/
62
63 User-specific preference files are found here. Do not edit these files
64 directly, use the preferences menu.
65
66 ~/.metamorphose2/undo/
67
68 Undo logs are found here by default (change in preferences).
69
70
71
73 Python 2.5 or 2.6, wxPython 2.8, Python Imaging Library (PIL), mutagen
74
75
77 python(1)
78
79
81 Métamorphose2 is free software: you can redistribute it and/or modify
82 it under the terms of the GNU General Public License as published by
83 the Free Software Foundation, either version 3 of the License, or (at
84 your option) any later version.
85
86 Métamorphose2 is distributed in the hope that it will be useful, but
87 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
88 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
89 Public License for more details.
90
91 You should have received a copy of the GNU General Public License along
92 with this program. If not, see <http://www.gnu.org/licenses/>.
93
94
96 Please check the bug reports at the project page:
97
98 http://sourceforge.net/projects/file-folder-ren
99
100
102 Ianaré Sévi (ianare@gmail.com)
103
104
105
106 2010-02-22 METAMORPHOSE2(1)