mp3organiser 0.1
Organises and tags mp3 files and folders
Latest Version: 0.2dev
= mp3organiser =
== What this does ==
Tags your mp3 files either automatically by guessing the artist and title
from the file name and location, or manually by interactively querying user
input.
== Install ==
Get the source and run:
sudo ./setup.py install
== Usage ==
There is an executable script which can be run like so:
mp3organiser ''<mp3_file_to_tag>''
of using the python module
import mp3organiser
mp3organiser.add_tags(''file.mp3'', {'title': 'The song', 'artist': 'John'})
== Source Code ==
The public repository can be found at
https://bitbucket.org/brendanmaguire/mp3organiser
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| mp3organiser-0.1.tar.gz (md5) | Source | 2011-12-08 | 3KB | 255 | |
- Author: Brendan Maguire
- Keywords: mp3 tag organise
- License: MIT
- Package Index Owner: maguire.brendan
- DOAP record: mp3organiser-0.1.xml
