Organises and tags mp3 files and folders
Project description
= 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
== 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mp3organiser-0.1.tar.gz
(4.0 kB
view details)
File details
Details for the file mp3organiser-0.1.tar.gz
.
File metadata
- Download URL: mp3organiser-0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca4f3824ef8220bd11dfda0e3e6abd0dff8aa1d51d90fd75c97a8c4cf67d8827 |
|
MD5 | ffa1bd43526ad0955ba76ab6ff62d568 |
|
BLAKE2b-256 | d37d45b413a5bf781a50b0f2fe9073952d3ad24d8ef1d1904344801a4ff27428 |