ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Как скопировать теги из одного mp3 в другой?
@ 2009-08-05 18:06 Olexander Chernetskyy
  2009-08-05 18:58 ` Dmitry Chistikov
  2009-08-06 11:19 ` Konstantin S. Uvarin
  0 siblings, 2 replies; 9+ messages in thread
From: Olexander Chernetskyy @ 2009-08-05 18:06 UTC (permalink / raw)
  To: Community

Помогите плиз
Нужно понизить битрейт файлов в каталоге и не потерять теги.
Вот всё на что хватило ума:
---8<---
#!/bin/sh
[ -d 128 ] || mkdir 128
for i in *[mM][pP]3
do
   lame -b 128 $i 128/$i
   TAG=`mp3info -p "-t %t -a %a -l %l -y %y -c %c -n %n -g %g" $i`
#   echo $TAG
#   mp3info $TAG 128/$i
done
--->8---
А как теперь этот $TAG использовать как список параметров для mp3info?
Интуитивно чувствую, что eval должно помочь, но не могу понять как его
применить.
Помогите кто может. А то голова сегодня уже ничего не сображает.

--
Best regards,
ArCher




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

end of thread, other threads:[~2009-08-07 14:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-05 18:06 [Comm] Как скопировать теги из одного mp3 в другой? Olexander Chernetskyy
2009-08-05 18:58 ` Dmitry Chistikov
2009-08-05 19:22   ` Max Ivanov
2009-08-06  6:54     ` Dmitry Chistikov
2009-08-06 11:19 ` Konstantin S. Uvarin
2009-08-06 12:29   ` Dmitry Chistikov
2009-08-07 12:37     ` [Comm] [JT] " Konstantin S. Uvarin
2009-08-07 14:26       ` Dmitry Chistikov
2009-08-06 16:00   ` [Comm] " Olexander Chernetskyy

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