Переменование файлов (кодировка) [solved]

Итак, засада, попали ко мне файлы (mp3) с именами
01 - Àëëà Ïóãà÷åâà - Ëþáîâü, Ïîõîæàÿ Íà Ñîí
и пустыми тагами, я пока изголяюсь, пытаясь перекодировать их через Easy Tag, но может есть какой-то правильный способ?

iconv --help

iconv --help

Нет, я конечно,

Нет, я конечно, знаю про эту тулзу, во-первых - не знаю, что это за кодировка, во-вторых, мне не содержимое, а имена файлов надо сконвертить.

Называется она

Называется она както типо conv чего то там. Перекодирует имена файлов.
______________________________________________________
Теперь и HTC TyTN :) Жалко на Windows Mobile 6.0 :(
Теперь и MSI PR210-003RU (Turion64X2 1.8 Ghz, ATI Radeon X1270...)

convmv -f cp1251 -r -t utf-8

convmv -f cp1251 -r -t utf-8 --notest *
спасло, спасибо всем ответившим

Используйте в

Используйте в конвеере.
ls /dir/*.mp3|iconv -f cp1251 -t utf8

это поможет

это поможет :)

lexus@kris-station ~ $ convmv --help
convmv 1.10 - converts filenames from one encoding to another
Copyright (C) 2003-2006 Bjoern JACKE <bjoern@j3e.de>

This program comes with ABSOLUTELY NO WARRANTY; it may be copied or modified
under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.

 USAGE: convmv [options] FILE(S)
-f enc     encoding *from* which should be converted
-t enc     encoding *to* which should be converted
-r         recursively go through directories
-i         interactive mode (ask for each action)
--nfc      target files will be normalization form C for UTF-8 (Linux etc.)
--nfd      target files will be normalization form D for UTF-8 (OS X etc.)
--qfrom    be quiet about the "from" of a rename (if it screws up your terminal e.g.)
--qto      be quiet about the "to" of a rename (if it screws up your terminal e.g.)
--exec c   execute command instead of rename (use #1 and #2 and see man page)
--list     list all available encodings
--lowmem   keep memory footprint low (see man page)
--nosmart  ignore if files already seem to be UTF-8 and convert if posible
--notest   actually do rename the files
--replace  will replace files if they are equal
--unescape convert%20ugly%20escape%20sequences
--upper    turn to upper case
--lower    turn to lower case
--help     print this help
lexus@kris-station ~ $  

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".