ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: ABATAPA <altlinux-community@yandex.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] convert_mp3tag_to_unicode
Date: Mon, 2 Apr 2007 17:23:51 +0400
Message-ID: <200704021723.52283.altlinux-community@yandex.ru> (raw)
In-Reply-To: <460F401A.90409@gmail.com>

Воскресенье 01 апреля 2007, andriy написал:
Я делаю скриптами (т.к. это проще и быстрее) с помощью id3iconv-0.2.1.jar (где 
брать - не помню :) ):

$ cat id3-tounicode
#!/bin/sh
./id3-findall $* | xargs -r0 java -jar ./id3iconv-0.2.1.jar -v1 -e cp1251

$ cat id3-findall
#!/bin/sh
find $* -name \*.mp3 -print0

Перекодирую так:
$ ./id3-tounicode mydir/

В ID3 v.2.4 (ибо в v.1 unicode быть не может, а <2.4 - не понимается русский в 
SonyEricsson K750i) перекодирую так:

$ cat id3-to24
#!/bin/sh
./id3-findall $* | xargs -r0 eyeD3 --v2 --to-v2.4
(нужна eyeD3, есть в Сизифе)

Еще можно удалить теги v.1:
$ cat id3-remove1
#!/bin/sh
./id3-findall $* | xargs -r0 eyeD3 --remove-v1


Ну, и далее по аналогии...
-- 
ABATAPA


  parent reply	other threads:[~2007-04-02 13:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-01  5:16 andriy
2007-04-01  6:31 ` Yurkovsky Andrey
2007-04-02 13:23 ` ABATAPA [this message]
2007-04-02 20:37   ` andriy
2007-04-03  7:30     ` ABATAPA

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200704021723.52283.altlinux-community@yandex.ru \
    --to=altlinux-community@yandex.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git