forked from johnsnails/pyRenamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
72 lines (50 loc) · 2.07 KB
/
README
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
-========================-
-= pyRenamer 0.6.0 =-
-========================-
pyRenamer is an application for mass renaming files.
You can rename files using patterns, substitutions,
insert or delete text, or even rename files manually.
You can also rename images using their EXIF tags
and music using their internal tags.
pyRenamer is released under the terms of the GNU General Public License.
-= You need =_
* python
* pygtk (>= 2.6)
* gconf
* python-hachoir-metadata (for music renaming)
or
python-eyed3 (for renaming MP3s)
-= To install =-
$ ./configure --prefix /usr
$ make
$ sudo make install
-= To run pyRenamer =-
$ pyrenamer
This will launch pyRenamer
$ pyrenamer /home/user/Music
This will launch pyRenamer and select /home/user/Music as active dir
$ pyrenamer --root /mnt/music
This will set /mnt/music as the roor dir on left directories tree
$ pyrenamer --root /mnt/music /mnt/music/hardcorepunk
This is like above option, but setting /mnt/music/hardcorepunk as active dir
$ pyrenamer --help
This will show available command line options
-= Website =-
More info on: http://www.infinicode.org/code/pyrenamer/
-= Author =-
Adolfo González Blázquez <[email protected]>
-= Translators =-
French: Christophe Perez <[email protected]>
German: Vinzenz Vietzke <[email protected]>
Christian Kirbach <[email protected]>
-= TreeFileBrowser =-
pyRenamer uses a widget called treefilebrowser.py, which is a tree-like file browser,
just like the one on Nautilus side bar.
You can see its source code on src/treefilebrowser.py
There's an example on how to use it on doc/treefilebrowser_example.py
-= Thanks =-
pyRenamer uses TreeViewTooltips.py from Daniel J. Popowich <[email protected]>
pyRenamer uses EXIF.py from Gene Cash <[email protected]>
Thanks to Piotr Ożarowski for sponsoring Debian packages and helping debugging
Thanks to Jeremy Messenger for freebsd packaging and helping debugging
Thanks to Jan Virt for czech language accents replacement