description | Automatic music sorter and renamer |
homepage URL | http://ordnung.sf.net |
repository URL | git://ordnung.git.sourceforge.net/gitroot/ordnung |
owner | erik_hahn@gmx.de |
last change | Sun, 9 Aug 2009 14:54:55 +0000 (9 16:54 +0200) |
last refresh | Wed, 19 Aug 2009 21:25:39 +0000 (19 23:25 +0200) |
mirror URL | git://repo.or.cz/ordnung.git |
https://repo.or.cz/ordnung.git | |
ssh://git@repo.or.cz/ordnung.git | |
bundle info | ordnung.git downloadable bundles |
content tags |
Ordnung is a tool to automatically sort, organize and rename your music collection based on their tags like album, artist or title.
Copyright 2009, Erik Hahn erik_hahn@gmx.de
Project Homepage: http://ordnung.sf.net
Right now, Ordnung can only be controlled via the command line. Basic usage is:
ordnung <directory> <pattern>
where <directory> is where your collection is stored right now. <pattern> is any path, which contains zero or more field references which are enclosed by percent marks. If, for example, you want to sort all your music located directly in C:\Music (not in any subfolders) by Artist, then Album and have the title as name, you'd use
ordnung "C:\Music" "C:\Music\%artist%\%album%\%title%"
to preview, and, if the displayed result is what you want,
ordnung -m "C:\Music" "C:\Music\%artist%\%album%\%title%"
to actually move and rename the files. Note that the file extension must not be added manually to the pattern.
See ordnung --help for more options.
These field references are currently supported:
If %album artist% would be empty otherwise, %artist% is used in its place.
Ordnung has been created using Python 2.6. The following 3rd party modules must be installed as well:
15 years ago | 0.1 | Ordnung 0.1 | tag | commitlog |
15 years ago | 0.1rc1 | Ordnung 0.1 RC 1 | tag | commitlog |
15 years ago | 0.1a2 | Ordnung 0.1 alpha 2 | tag | commitlog |
15 years ago | 0.1a1 | Version 0.1a1 | tag | commitlog |
15 years ago | master | logtree |