ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] convert_mp3tag_to_unicode
@ 2007-04-01  5:16 andriy
  2007-04-01  6:31 ` Yurkovsky Andrey
  2007-04-02 13:23 ` ABATAPA
  0 siblings, 2 replies; 5+ messages in thread
From: andriy @ 2007-04-01  5:16 UTC (permalink / raw)
  To: ALT Linux Community

Hi, community!
Подскажите чем можно переконвертировать MP3-теги из cp1251,koi8-r/u в 
UNICODE.

Best regards, Andriy


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] convert_mp3tag_to_unicode
  2007-04-01  5:16 [Comm] convert_mp3tag_to_unicode andriy
@ 2007-04-01  6:31 ` Yurkovsky Andrey
  2007-04-02 13:23 ` ABATAPA
  1 sibling, 0 replies; 5+ messages in thread
From: Yurkovsky Andrey @ 2007-04-01  6:31 UTC (permalink / raw)
  To: community

andriy wrote:

> Подскажите чем можно переконвертировать MP3-теги из
> cp1251,koi8-r/u в UNICODE.
Вот тут (http://www.freesource.info/wiki/TZ/IDTags&)
написано picard, а я делаю все тем же EasyTag.

Вот кусочек из easytagrc, в котором меняется то что
необходимо:
file_reading_character_set=ISO-8859-1
file_writing_character_set=windows-1251

Соответственно меняем на нужные кодировки.
-- 
Yurkovsky Andrey



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] convert_mp3tag_to_unicode
  2007-04-01  5:16 [Comm] convert_mp3tag_to_unicode andriy
  2007-04-01  6:31 ` Yurkovsky Andrey
@ 2007-04-02 13:23 ` ABATAPA
  2007-04-02 20:37   ` andriy
  1 sibling, 1 reply; 5+ messages in thread
From: ABATAPA @ 2007-04-02 13:23 UTC (permalink / raw)
  To: ALT Linux Community

Воскресенье 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] convert_mp3tag_to_unicode
  2007-04-02 13:23 ` ABATAPA
@ 2007-04-02 20:37   ` andriy
  2007-04-03  7:30     ` ABATAPA
  0 siblings, 1 reply; 5+ messages in thread
From: andriy @ 2007-04-02 20:37 UTC (permalink / raw)
  To: ALT Linux Community

ABATAPA wrote:
> Воскресенье 01 апреля 2007, andriy написал:
> Я делаю скриптами (т.к. это проще и быстрее) с помощью id3iconv-0.2.1.jar (где 
> брать - не помню :) ):
>
>   
спасибо, нашел, заработало!
Ситуация была следующая: что бы увидеть на флешке sansa m240 
кирилические символы мп3-тегов
нужно было сделать их в unicode, сделал!


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] convert_mp3tag_to_unicode
  2007-04-02 20:37   ` andriy
@ 2007-04-03  7:30     ` ABATAPA
  0 siblings, 0 replies; 5+ messages in thread
From: ABATAPA @ 2007-04-03  7:30 UTC (permalink / raw)
  To: ALT Linux Community

Вторник 03 апреля 2007, andriy написал:
> спасибо, нашел, заработало!
На здоровье. :)
> Ситуация была следующая: что бы увидеть на флешке sansa m240
> кирилические символы мп3-тегов
> нужно было сделать их в unicode, сделал!
Да-да, в моем телефоне (как я писАл, SE K750i) тоже русский видится только в 
ID3 v2.4 Unicode, так что давно (телефон у меня уже года два с лишним - с 
самого начала продаж) нашел решение, и оно меня 100% устраивает.
А файлы у меня переименовываются скриптом, который же их и скачивает с... 
ээээ... некоторых сайтов. :-D ;)


-- 
ABATAPA


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-03  7:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-01  5:16 [Comm] convert_mp3tag_to_unicode andriy
2007-04-01  6:31 ` Yurkovsky Andrey
2007-04-02 13:23 ` ABATAPA
2007-04-02 20:37   ` andriy
2007-04-03  7:30     ` ABATAPA

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