https://github.com/robertmuth/apetag
https://github.com/robertmuth/apetag
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertmuth/apetag
- Owner: robertmuth
- License: gpl-3.0
- Created: 2019-03-28T01:44:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T00:36:50.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T00:16:09.320Z (about 1 year ago)
- Language: C
- Size: 97.7 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Apetag 
This package contains three tagging related tools: apetag, tagdir, rmid3tag
## apetag
Apetag is command line tagging tool for multimedia files such as
monkey's audio and mpc using the APE 2.0 standard.
For usage information run "apetag -h"
## tagdir
Tagdir is a simple python script that will automatically invoke an
appropriate tagging tool on all tracks in the current directory
assuming that they belong to the same album and are systematically
named, i.e. the first two characters are the track number and the
first such number being '01'. Tagdir obtains the title, album,
etc. information from a "toc" file. A toc file is a freedb record
(c.f. freedb.org) which can be retrieved using freedbtool
(http://muth.org/Robert/Freedbtool). Currently supported tagging
tools are apetag for mpc files and metaflac for flac files.
For usage information run "tagdir.py -h"
## rmid3tag
Rmid3tag is a simple python script that will remove id3 tags from the
end of music files.
Please send comments and suggestions to robert at muth dot org
http://www.muth.org/Robert