Search Criteria
Package Details: id3ted 1.0-1
Git Clone URL: | https://aur.archlinux.org/id3ted.git (read-only, click to copy) |
---|---|
Package Base: | id3ted |
Description: | command line id3 tag editor |
Upstream URL: | http://muennich.github.com/id3ted/ |
Licenses: | |
Submitter: | ber_t |
Maintainer: | ber_t |
Last Packager: | ber_t |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2010-03-10 17:21 |
Last Updated: | 2015-06-25 08:57 |
Latest Comments
lpc123 commented on 2017-12-05 00:00
That works, thanks.
I noticed that for some (not all) tags, there is a core dump message:
id3ted -l $(audtool --current-song-filename) ID3v2.4 - 44 frames: Segmentation fault (core dumped)
They tend to be those that have a lot a frames, but many tags with the same number work fine.
ber_t commented on 2017-11-30 19:27
Quote from the --help screen:
There are some frames which support multiple field arguments:
--COMM COMMENT[:DESCRIPTION[:LANGUAGE]]
[...]
Fields in square brackets are optional, LANGUAGE is an ISO-639-2 3-byte code.
So, the following command line should do what you ask for:
$ id3ted --COMM "4:Songs-DB_Custom3" $(audtool --current-song-filename)
lpc123 commented on 2017-11-29 22:21
What is the syntax for calling out a specific COMM frame? For example, here is a tag with three differetn COMM frames:
COMM: []
COMM: [Songs-DB_Custom2](XXX): 1
COMM: [Songs-DB_Custom3](XXX): 2
COMM: [Songs-DB_Custom5](XXX): 3
If I try to write to COMM: [Songs-DB_Custom3](XXX): 2 with
id3ted --COMM 4 $(audtool --current-song-filename)
It updates the first COMM frame. How do you call for the other frames?
lpc123 commented on 2017-11-28 23:16
Thanks for this package. Finally, a command line program that actually modifies ID3(V2) files.
r08 commented on 2014-05-11 19:45
Thanks for the package! Works great
ber_t commented on 2011-06-10 19:10
Thanks infoised, it's fixed in 1.0b3-1.
infoised commented on 2011-06-10 18:30
It does not compile, the compiler does not recognize cout and cerr (missing "using namespace std;" and "#include <iostream>").
ber_t commented on 2010-08-14 13:22
0.7.3-1: downloading source tarball from github
ber_t commented on 2010-03-24 14:45
0.7.1-4: downloading source tarball from sourceforge.net