-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.html
More file actions
182 lines (164 loc) · 7.94 KB
/
Main.html
File metadata and controls
182 lines (164 loc) · 7.94 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Software" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/GPL/3.0/">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<requires rdf:resource="http://web.resource.org/cc/Notice" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
<requires rdf:resource="http://web.resource.org/cc/SourceCode" />
</License>
</rdf:RDF>
-->
<p class="intro">
<b class='heading'>Métamorphose</b> is a batch renamer, a program to rename large sets of files and folders quickly and easily.
</p>
<p class="intro">
With its extensive feature set, flexibility and powerful interface, Métamorphose is a profesional's tool.
A must-have for those that need to rename many files and/or folders on a regular basis.
</p>
<p class="intro">
In addition to general usage renaming, it is very useful for photo and music collections, webmasters,
programmers, legal and clerical, etc.
</p>
<p>
<b class='heading'>Main Features :</b>
<ul class="important">
<li>Preview <b class='standOut'>every</b> item to be renamed before comiting changes.</li>
<li>Add any number of operations in any order (v.2 only)</li>
<li>Recursive renamer : load all files in directory <b class='standOut'>and</b> in subdirectories.</li>
<li>Undo changes in case of mistakes.</li>
<li>Regular expression support throughout.</li>
<li>Rename music and image files by their metadata information.</li>
<li>Full unicode support means any character from any language can be used.</li>
<li>Use of all allowed characters under Windows and OSX, all except ':' in Linux.</li>
</ul>
</p>
<br/>
<div id="preview" style="clear: both;">
<b class='heading'>Preview :</b><br/>
<a href='index.php?page=ScreenshotsM1'>
<img src='art/open_shot.png' border='1' alt='screen shots' height="233" title="Click here to view screenshots"></a>
<a href='index.php?page=ScreenshotsM1'>
<img src='art/open_shot2.png' border='1' alt='screen shots' height="233" title="Click here to view screenshots"></a>
<br/>
<br/>
</div>
<b class='heading'>Compatible operating systems :</b>
<IMG src="art/linux-logo.png" width="32" alt="Linux" title="Linux" align="center">
<IMG src="art/windows-logo.png" width="32" alt="Windows" title="Windows" align="center">
<IMG src="art/apple-logo.png" width="32" alt="Mac OS X" title="Mac OS X" align="center">
<IMG src="art/freeBSD-logo.png" width="32" alt="FreeBSD" title="FreeBSD" align="center">
<IMG src="art/solaris-logo.gif" width="37" alt="Solaris" title="Solaris" align="center">
<br/><br/>
<img src='download.png' border='0' alt='download' style="float: left; margin-right: 10px" height="70">
<div id="download">
<br/>
<b class='downLoadTxt'><a href="/index.php?page=Download">Download Métamorphose</a></b><br/><br/>
</div>
<br/><br/>
<div id="features" style="clear: both;">
<b class='heading'>Other Features :</b>
<ul>
<li>Preview images (Métamorphose v.2 only)</li>
<li>Save <b class='standOut'>all</b> program settings to file for later use.</li>
<li>Renaming operations, which can apply to name <b class='standOut'>and/or</b> extension :
<ol>
<li>Prefix</li>
<li>Suffix</li>
<li>Replacement, modification, or move by: Character, position, or regular expression.</li>
<li>Insertion by : Position or every (number) characters.</li>
<li>Length modifications (padding, truncating, or both).</li>
</ol>
</li>
<li>Renaming styles : combination of: user text, numbering, audio tags, date, time.</li>
<li>Modifications : UPPERCASE, lowercase, Capitalize first, Title Style, sWAP cASE, 'DoRkIfY'</li>
<li>Move by position, text, or regular expression.</li>
<li>Sequential numbering (enumerating) options :
<ul>
<li>Use integers, alphabetical, or roman numerals</li>
<li>Use padding</li>
<ul>
<li>With integers, use any character to any fixed width, or auto pad.</li>
<li>With alphabetical, auto pad in this format : <i>aaa, aab, aac, ... aba, ... ygr,</i> et cetera</li>
</ul>
<li>Control step size, starting number, reset count.</li>
</ul>
</li>
<li>Set date and time manually or get from system.</li>
<li>Use supplied defaults or specify your own date and time formats.</li>
</ul>
<ul>
<li>Python and open source (GNU-GPL) means it's quickly, easily, and legally customizeable to fit your needs.
Read the <a href="http://www.gnu.org/licenses/gpl.html" target="new">License</a> for more details.</li>
<li>Easily translatable with GNU GETTEXT utilities.</li>
</ul>
<ul>
<li>Métamorphose was written in <a href='http://python.org/'>Python</a>, using
<a href='http://www.wxpython.org/'>wxPython</a> for the graphical interface.</li>
</ul>
</div>
<br/>
<p>
<b class='heading'>Video Tutorials :</b><br/>
<ul>
<li><b><a href="http://www.youtube.com/watch?v=1FtRNG3ZiDU">General and advanced usage</a></b> - by <a href="http://sites.google.com/site/interlinkknight/">InterlinkKnight</a></li>
<li><b><a href="http://www.downloadtube.com/Metamorphose-demo-installation-windows.html">Install and main features</a></b> - by DownloadTube.com</li>
</ul>
</p>
<p>
<b class='heading'>Reviews :</b><br/>
<ul>
<li><b><a href="http://skew.dailyskew.com/2007/12/skew-review-mtamorphose-filefolder.html" target="_new">The Daily Skew</a></b> - by <b><a href="http://skew.dailyskew.com/">Damian Hospital</a></b></li>
<li><b><a href="http://www.softsea.com/review/Metamorphose.html">SoftSea.com</a></b></li>
<li><b><a href="http://www.linux.com/feature/60422" target="_new">Linux.com</a></b> - by Bruce Byfield</li>
<li><b><a href="http://www.softpedia.com/get/System/File-Management/Metamorphose-File-n-Folder-Renamer.shtml">Softpedia</a></b></li>
<li><b><a href="http://www.freetux.net/post/2007/05/11/Metamorphose-faire-sortir-les-noms-de-leur-cocon" target="_new">freetux.net</a></b> (French)</li>
<li><b><a href="http://metamorphose-file-n-folder-renamer.softonic.com/" target="_new">Softonic</a></b> - by Elena Santos (Spanish)</li>
<li><b><a href="http://www.forest.impress.co.jp/article/2007/04/13/metamorphose.html" target="_new">Windows Forest</a></b> (Japanese)</li>
<li><b><a href="http://linuxtoy.org/archives/metamorphose.html" target="_new">Linux Toy</a></b> (Chinese)</li>
<li><b><a href="http://www.softwarecocktail.com/metamorphose-download-11555.html" target="_new">Software Cocktail</a></b></li>
</ul>
</p>
<br/>
<p>
<a href="http://www.opensource.org/">
<IMG src="art/osi-certified.png" width="120" height="100" alt="osi-certified" border="0"
title="Métamorphose is OSI Certified Open Source Software"></a>
<!-- Creative Commons License -->
<a href="http://www.gnu.org/licenses/gpl.html" target="new">
<img alt="CC-GNU GPL" border="0" src="http://creativecommons.org/images/public/cc-GPL-a.png">
</a>
<!-- /Creative Commons License -->
</p>
<br/><br/>
<b class='heading'>System Requirements :</b>
<p>
<b>Métamorphose v.1</b>
<ul>
<li>Minimum screen resolution: 800 x 600 (1024 x 768 recommended)</li>
<li>Interpreted (source) version: Python 2.5, wxPython 2.8</li>
<li>Binary (executable) version: NT family of MS Windows (2000, XP, Vista, 7)</li>
</ul>
</p>
<p>
<b>Métamorphose v.2</b>
<ul>
<li>Minimum screen resolution: 1024 x 768</li>
<li>Interpreted (source) version: v.2 - Python 2.6, wxPython 2.8</li>
<li>Binary (executable) version: NT family of MS Windows (2000, XP, Vista, 7)</li>
</ul>
</p>
<br/>
<p>
<IMG src="art/50grand.png" BORDER="0" alt="50 thousand items renamed" title="Try THAT by hand!!">
</p>
<p class='copyright'>This web site and the Métamorphose logo are copyright © 2005-2010 Ianaré Sévi.<br/>
Don't let that stop you from using the web site code, though I doubt you would find anything terribly useful.</p>