From 8a93642a2e8cb6ff72c663522a56088ba7079066 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 10 Aug 2009 13:43:39 +0000 Subject: added cover support api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1136 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/detailsdialog.cpp | 26 +---- src/plugins/Input/mad/detailsdialog.h | 1 - src/plugins/Input/mad/detailsdialog.ui | 2 +- .../Input/mad/translations/mad_plugin_cs.ts | 110 +++++++++----------- .../Input/mad/translations/mad_plugin_de.ts | 110 +++++++++----------- .../Input/mad/translations/mad_plugin_it.ts | 110 +++++++++----------- .../Input/mad/translations/mad_plugin_lt.ts | 110 +++++++++----------- .../Input/mad/translations/mad_plugin_pl.ts | 110 +++++++++----------- .../Input/mad/translations/mad_plugin_ru.ts | 110 +++++++++----------- .../Input/mad/translations/mad_plugin_tr.ts | 110 +++++++++----------- .../Input/mad/translations/mad_plugin_uk_UA.ts | 111 +++++++++++---------- .../Input/mad/translations/mad_plugin_zh_CN.ts | 110 +++++++++----------- .../Input/mad/translations/mad_plugin_zh_TW.ts | 110 +++++++++----------- 13 files changed, 506 insertions(+), 624 deletions(-) (limited to 'src/plugins/Input') diff --git a/src/plugins/Input/mad/detailsdialog.cpp b/src/plugins/Input/mad/detailsdialog.cpp index 26baaf0f9..3048e908b 100644 --- a/src/plugins/Input/mad/detailsdialog.cpp +++ b/src/plugins/Input/mad/detailsdialog.cpp @@ -34,6 +34,7 @@ #include #include +#include #include #include "detailsdialog.h" @@ -86,7 +87,7 @@ DetailsDialog::DetailsDialog(QWidget *parent, const QString &path) connect(ui.id3v1RadioButton, SIGNAL(clicked()), SLOT(loadTag())); connect(ui.id3v2RadioButton, SIGNAL(clicked()), SLOT(loadTag())); connect(ui.apeRadioButton, SIGNAL(clicked()), SLOT(loadTag())); - ui.coverWidget->setPixmap(findCover(path)); + ui.coverWidget->setPixmap(Decoder::findCover(path)); } @@ -159,19 +160,19 @@ void DetailsDialog::loadTag() { tag = f.ID3v1Tag(); codec = m_codec_v1; - ui.tagGroupBox->setTitle(tr("ID3v1 Tag")); + ui.tagGroupBox->setTitle(tr("ID3v1")); } else if (selectedTag() == TagLib::MPEG::File::ID3v2) { tag = f.ID3v2Tag(); codec = m_codec_v2; - ui.tagGroupBox->setTitle(tr("ID3v2 Tag")); + ui.tagGroupBox->setTitle(tr("ID3v2")); if(tag) flm = f.ID3v2Tag()->frameListMap(); } else if (selectedTag() == TagLib::MPEG::File::APE) { - ui.tagGroupBox->setTitle(tr("APE Tag")); + ui.tagGroupBox->setTitle(tr("APE")); tag = f.APETag(); } ui.saveButton->setEnabled(tag && m_rw); @@ -381,20 +382,3 @@ void DetailsDialog::showAudioProperties(QMap p) formattedText.append(""); ui.propertiesLabel->setText(formattedText); } - -QPixmap DetailsDialog::findCover(const QString &path) -{ - QString p = QFileInfo(path).absolutePath(); - QDir dir(p); - dir.setFilter(QDir::Files | QDir::Hidden | QDir::NoSymLinks); - dir.setSorting(QDir::Name); - QStringList filters; - filters << "*.jpg" << "*.png"; - QFileInfoList file_list = dir.entryInfoList(filters); - foreach(QFileInfo i, file_list) - { - if(!i.absoluteFilePath().contains("back", Qt::CaseInsensitive)) - return QPixmap (i.absoluteFilePath()); - } - return QPixmap(); -} diff --git a/src/plugins/Input/mad/detailsdialog.h b/src/plugins/Input/mad/detailsdialog.h index 2a4827d3d..7367cbf67 100644 --- a/src/plugins/Input/mad/detailsdialog.h +++ b/src/plugins/Input/mad/detailsdialog.h @@ -50,7 +50,6 @@ private slots: void loadTag(); private: - QPixmap findCover(const QString &path); void loadMPEGInfo(); uint selectedTag(); void showAudioProperties(QMap p); diff --git a/src/plugins/Input/mad/detailsdialog.ui b/src/plugins/Input/mad/detailsdialog.ui index 5ae366f7f..83975e1b6 100644 --- a/src/plugins/Input/mad/detailsdialog.ui +++ b/src/plugins/Input/mad/detailsdialog.ui @@ -76,7 +76,7 @@ - ID3v1 Tag + ID3v1 diff --git a/src/plugins/Input/mad/translations/mad_plugin_cs.ts b/src/plugins/Input/mad/translations/mad_plugin_cs.ts index 318db81c7..4439b8803 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_cs.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_cs.ts @@ -14,27 +14,27 @@ Soubory MPEG - + About MPEG Audio Plugin O modulu MPEG - + Qmmp MPEG Audio Plugin Vstupní modul Qmmp MPEG - + Compiled against libmad version: Zkompilováno s libmad verze - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilja Kotov <forkotov02@hotmail.ru> - + Source code based on mq3 progect Zdrojový kód je založen na projektu mq3 @@ -42,143 +42,137 @@ DetailsDialog - + Format - + kbps kbps - + Bitrate - + Hz Hz - + Samplerate - - - - + + + + Mode - + KB KB - + File size - - - + + + Yes Ano - + Protection - - - + + + No Ne - + Copyright - + Original - + - - - - - ID3v1 Tag - ID3v1 tag - - - + Save Uložit - + Year: Rok: - + Genre: Žánr: - + Tags - + Disc number: - + Composer: - + Track: - + Comment: Komentář: - + Album: Album: - + Artist: Umělec: - + Title: Název: @@ -188,7 +182,7 @@ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -197,47 +191,41 @@ p, li { white-space: pre-wrap; } - + Audio Properties - + Close Zavřít - - ID3v2 Tag - ID3v2 tag - - - - APE Tag - Tag APE - - - + + + ID3v1 ID3v1 - + + ID3v2 ID3v2 - + + APE APE - + Create Vytvořit - + Delete Odstranit diff --git a/src/plugins/Input/mad/translations/mad_plugin_de.ts b/src/plugins/Input/mad/translations/mad_plugin_de.ts index 5b96141ad..aece46c40 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_de.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_de.ts @@ -14,27 +14,27 @@ MPEG-Dateien - + About MPEG Audio Plugin Über MPEG-Audio-Modul - + Qmmp MPEG Audio Plugin Qmmp MPEG-Audio-Modul - + Compiled against libmad version: Kompiliert gegen libmad-Version: - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilya Kotov <forkotov02@hotmail.ru> - + Source code based on mq3 progect Quellcode basiert auf dem mq3-Projekt @@ -42,143 +42,137 @@ DetailsDialog - + Format Format - + kbps kbps - + Bitrate Bitrate - + Hz Hz - + Samplerate Abtastrate - - - - + + + + Mode Modus: - + KB KB - + File size Dateigröße - - - + + + Yes Ja - + Protection - - - + + + No Nein - + Copyright - + Original - + - - - - - ID3v1 Tag - ID3v1-Tag - - - + Save Speichern - + Year: Jahr: - + Genre: Genre: - + Tags Tags - + Disc number: CD-Nummer: - + Composer: Komponist: - + Track: Stück: - + Comment: Kommentar: - + Album: Album: - + Artist: Interpret: - + Title: Titel: @@ -188,7 +182,7 @@ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -201,47 +195,41 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Audio Properties Audio-Eigenschaften - + Close Schließen - - ID3v2 Tag - ID3v2-Tag - - - - APE Tag - APE-Tag - - - + + + ID3v1 ID3v1 - + + ID3v2 ID3v2 - + + APE APE - + Create Erstellen - + Delete Löschen diff --git a/src/plugins/Input/mad/translations/mad_plugin_it.ts b/src/plugins/Input/mad/translations/mad_plugin_it.ts index b28985f37..b919fdced 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_it.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_it.ts @@ -14,27 +14,27 @@ Brani MPEG - + About MPEG Audio Plugin Info sul modulo audio MPEG - + Qmmp MPEG Audio Plugin Modulo audio MPEG per Qmmp - + Compiled against libmad version: COmpilato con libmad-Version: - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autore: Ilya Kotov <forkotov02@hotmail.ru> - + Source code based on mq3 progect Codice sorgente basato sul progetto mq3 @@ -42,143 +42,137 @@ DetailsDialog - + Format - + kbps kbps - + Bitrate - + Hz Hz - + Samplerate - - - - + + + + Mode - + KB KB - + File size - - - + + + Yes - + Protection - - - + + + No No - + Copyright - + Original - + - - - - - ID3v1 Tag - Etichettatura ID3v1 - - - + Save Salva - + Year: Anno: - + Genre: Genere: - + Tags - + Disc number: - + Composer: - + Track: - + Comment: Commento: - + Album: Album: - + Artist: Interprete: - + Title: Titolo: @@ -188,7 +182,7 @@ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -197,47 +191,41 @@ p, li { white-space: pre-wrap; } - + Audio Properties - + Close Chiudi - - ID3v2 Tag - Etichettatura ID3v2 - - - - APE Tag - Etichettatura APE - - - + + + ID3v1 ID3v1 - + + ID3v2 ID3v2 - + + APE APE - + Create Crea - + Delete Elimina diff --git a/src/plugins/Input/mad/translations/mad_plugin_lt.ts b/src/plugins/Input/mad/translations/mad_plugin_lt.ts index a8018c74c..e6b8b7db8 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_lt.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_lt.ts @@ -14,27 +14,27 @@ MPEG bylos - + About MPEG Audio Plugin Apie MPEG audio įskiepį - + Qmmp MPEG Audio Plugin Qmmp MPEG įskiepis - + Compiled against libmad version: Sukurta libmad pagrindu: - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> - + Source code based on mq3 progect Išvesties kodas sukurtas mq3 pagrindu @@ -42,83 +42,77 @@ DetailsDialog - + Format - + Bitrate - + Hz Hz - + Samplerate - - - - + + + + Mode - + File size - - - + + + Yes Taip - + Protection - - - + + + No Ne - + Copyright - + Original - - - ID3v1 Tag - ID3v1 - - - + Save Išsaugoti - + Year: Metai: @@ -128,97 +122,91 @@ - + Genre: Žanras: - + Tags - + Comment: Komentaras: - + Album: Albumas: - + Artist: Atlikėjas: - + Title: Pavadinimas: - + Close Užverti - - ID3v2 Tag - ID3v2 - - - + - - + KB КB - + kbps kbps - - APE Tag - APE - - - + + + ID3v1 ID3v1 - + + ID3v2 ID3v2 - + + APE - + Disc number: - + Composer: - + Track: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -227,17 +215,17 @@ p, li { white-space: pre-wrap; } - + Audio Properties - + Create sukurti - + Delete Ištrinti diff --git a/src/plugins/Input/mad/translations/mad_plugin_pl.ts b/src/plugins/Input/mad/translations/mad_plugin_pl.ts index e0304d00a..da73db63d 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_pl.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_pl.ts @@ -14,27 +14,27 @@ Pliki MPEG - + About MPEG Audio Plugin O wtyczce Audio MPEG - + Qmmp MPEG Audio Plugin Wtyczka MPEG Audio dla Qmmp - + Compiled against libmad version: Skompilowane przy użyciu biblioteki libmad w wersji: - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilja Kotov <forkotov02@hotmail.ru> - + Source code based on mq3 progect Kod źródłowy oparty na projekcie mq3 @@ -42,118 +42,106 @@ DetailsDialog - + Format - + kbps - + Bitrate - + Hz - + Samplerate - - - - + + + + Mode - + KB - + File size - - - + + + Yes Tak - + Protection - - - + + + No Nie - + Copyright - + Original - - - ID3v1 Tag - - - - - ID3v2 Tag - - - - - APE Tag - - - - + + + ID3v1 - + + ID3v2 - + + APE - + - - + Title: Tytuł: @@ -163,52 +151,52 @@ - + Artist: Artysta: - + Album: Album: - + Comment: Komentarz: - + Year: Rok: - + Tags - + Disc number: - + Composer: - + Genre: Gatunek: - + Track: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -217,27 +205,27 @@ p, li { white-space: pre-wrap; } - + Audio Properties - + Create Utwórz - + Delete Usuń - + Save Zapisz - + Close Zamknij diff --git a/src/plugins/Input/mad/translations/mad_plugin_ru.ts b/src/plugins/Input/mad/translations/mad_plugin_ru.ts index 1e24b2f17..39976d1e8 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_ru.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_ru.ts @@ -14,27 +14,27 @@ Файлы MPEG - + About MPEG Audio Plugin Об аудио-модуле MPEG - + Qmmp MPEG Audio Plugin Аудио-модуль MPEG для Qmmp - + Compiled against libmad version: Собрано с версией libmad: - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Разработчик: Илья Котов <forkotov02@hotmail.ru> - + Source code based on mq3 progect Исходный код основан на проекте mq3 @@ -42,128 +42,122 @@ DetailsDialog - + Format Формат - + Bitrate Битовая частота - + Hz Гц - + Samplerate Дискретизация - - - - + + + + Mode Режим - + File size Размер файла - - - + + + Yes Есть - + Protection Защита - - - + + + No Нет - + Copyright Авторские права - + Original Оригинальный - - - ID3v1 Tag - ID3v1-тег - - - + Save Сохранить - + Year: Год: - + Genre: Жанр: - + Tags Теги - + Disc number: Номер диска: - + Composer: Композитор: - + Track: Трек: - + Comment: Комментарий: - + Album: Альбом: - + Artist: Исполнитель: - + Title: Название: @@ -173,7 +167,7 @@ Иформация - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -182,62 +176,56 @@ p, li { white-space: pre-wrap; } - + Audio Properties Свойства аудио - + Close Закрыть - - ID3v2 Tag - ID3v2-тег - - - + - - + KB Кб - + kbps Кб/с - - APE Tag - APE-тег - - - + + + ID3v1 ID3v1 - + + ID3v2 ID3v2 - + + APE APE - + Create Создать - + Delete Удалить diff --git a/src/plugins/Input/mad/translations/mad_plugin_tr.ts b/src/plugins/Input/mad/translations/mad_plugin_tr.ts index 77d8b8a22..b6cb95e35 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_tr.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_tr.ts @@ -14,27 +14,27 @@ MPEG Dosyaları - + About MPEG Audio Plugin MPEG Ses Eklentisi Hakkında - + Qmmp MPEG Audio Plugin Qmmp MPEG Ses Eklentisi - + Compiled against libmad version: Derlendiği libmad sürümü: - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Yazan: Ilya Kotov <forkotov02@hotmail.ru> - + Source code based on mq3 progect Kaynak kodu mq3 projesi temellidir @@ -42,118 +42,106 @@ DetailsDialog - + Format - + kbps - + Bitrate - + Hz - + Samplerate - - - - + + + + Mode - + KB - + File size - - - + + + Yes - + Protection - - - + + + No - + Copyright - + Original - - - ID3v1 Tag - - - - - ID3v2 Tag - - - - - APE Tag - - - - + + + ID3v1 ID3v1 - + + ID3v2 ID3v2 - + + APE APE - + - - + Title: @@ -163,52 +151,52 @@ - + Artist: - + Album: - + Comment: - + Year: - + Tags - + Disc number: - + Composer: - + Genre: - + Track: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -217,27 +205,27 @@ p, li { white-space: pre-wrap; } - + Audio Properties - + Create - + Delete - + Save - + Close diff --git a/src/plugins/Input/mad/translations/mad_plugin_uk_UA.ts b/src/plugins/Input/mad/translations/mad_plugin_uk_UA.ts index 1b87fcfec..a0cbbc579 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_uk_UA.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_uk_UA.ts @@ -1,6 +1,6 @@ - - + + DecoderMADFactory @@ -14,27 +14,27 @@ Файли MPEG - + About MPEG Audio Plugin Про аудіо-модуль MPEG - + Qmmp MPEG Audio Plugin Аудіо-модуль MPEG для Qmmp - + Compiled against libmad version: Зібрано з версією libmad: - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Розробник: Ілля Котов <forkotov02@hotmail.ru> - + Source code based on mq3 progect Вихідний код базується на проекті mq3 @@ -42,117 +42,122 @@ DetailsDialog - + Format Формат - + Bitrate Бітрейт - + Hz Гц - + Samplerate Частота - + + + + Mode Режим - + File size Розмір файла - + + + Yes Так + Protection Захищено - + + + No Ні + Copyright Авторське право + Original Оригінал - - ID3v1 Tag - ID3v1-тег - - - + Save Зберегти - + Year: Рік: - + Genre: Жанр: - + Tags Теги - + Disc number: Номер диска: - + Composer: Композитор: - + Track: Доріжка: - + Comment: Коментар: - + Album: Альбом: - + Artist: Виконавець: - + Title: Назва: @@ -162,7 +167,7 @@ Інформація - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -171,62 +176,56 @@ p, li { white-space: pre-wrap; } - + Audio Properties Властивості аудіо - + Close Закрити - - ID3v2 Tag - ID3v2-тег - - - + - - - + KB Кб - + kbps Кб/с - - APE Tag - APE-тег - - - + + + ID3v1 ID3v1 - + + ID3v2 ID3v2 - + + APE APE - + Create Створити - + Delete Видалити @@ -234,11 +233,15 @@ p, li { white-space: pre-wrap; } SettingsDialog + + ID3v1 + + ID3v2 @@ -269,11 +272,15 @@ p, li { white-space: pre-wrap; } Перший: + + APE APE + + Disabled Вимкнути diff --git a/src/plugins/Input/mad/translations/mad_plugin_zh_CN.ts b/src/plugins/Input/mad/translations/mad_plugin_zh_CN.ts index 6756a2339..0115b47f4 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_zh_CN.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_zh_CN.ts @@ -14,27 +14,27 @@ MPEG 文件 - + About MPEG Audio Plugin 关于 MPEG 音频插件 - + Qmmp MPEG Audio Plugin Qmmp MPEG 音频插件 - + Compiled against libmad version: 编译基于 libmad 的版本: - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> - + Source code based on mq3 progect 源代码基于 mq3 项目 @@ -42,128 +42,122 @@ DetailsDialog - + Format - + Bitrate - + Hz Hz - + Samplerate - - - - + + + + Mode - + File size - - - + + + Yes - + Protection - - - + + + No - + Copyright - + Original - - - ID3v1 Tag - ID3v1 标签 - - - + Save 保存 - + Year: 年代: - + Genre: 流派: - + Tags - + Disc number: - + Composer: - + Track: - + Comment: 备注: - + Album: 专辑: - + Artist: 艺术家: - + Title: 标题: @@ -173,7 +167,7 @@ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -182,62 +176,56 @@ p, li { white-space: pre-wrap; } - + Audio Properties - + Close 关闭 - - ID3v2 Tag - ID3v2 标签 - - - + - - - + KB KB - + kbps kbps - - APE Tag - APE 标签 - - - + + + ID3v1 ID3v1 - + + ID3v2 ID3v2 - + + APE APE - + Create 创建 - + Delete 删除 diff --git a/src/plugins/Input/mad/translations/mad_plugin_zh_TW.ts b/src/plugins/Input/mad/translations/mad_plugin_zh_TW.ts index d0d771eee..fcb947694 100644 --- a/src/plugins/Input/mad/translations/mad_plugin_zh_TW.ts +++ b/src/plugins/Input/mad/translations/mad_plugin_zh_TW.ts @@ -14,27 +14,27 @@ MPEG 檔案 - + About MPEG Audio Plugin 關於 MPEG 聲訊插件 - + Qmmp MPEG Audio Plugin Qmmp MPEG 聲訊插件 - + Compiled against libmad version: 編譯基於 libmad 的版本: - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> - + Source code based on mq3 progect 源碼基於 mq3 項目 @@ -42,128 +42,122 @@ DetailsDialog - + Format - + Bitrate - + Hz Hz - + Samplerate - - - - + + + + Mode - + File size - - - + + + Yes - + Protection - - - + + + No - + Copyright - + Original - - - ID3v1 Tag - ID3v1 標簽 - - - + Save 儲存 - + Year: 年代: - + Genre: 流派: - + Tags - + Disc number: - + Composer: - + Track: - + Comment: 備註: - + Album: 專輯: - + Artist: 藝術家: - + Title: 標題: @@ -173,7 +167,7 @@ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -182,62 +176,56 @@ p, li { white-space: pre-wrap; } - + Audio Properties - + Close 關閉 - - ID3v2 Tag - ID3v2 標簽 - - - + - - - + KB KB - + kbps kbps - - APE Tag - APE 標簽 - - - + + + ID3v1 ID3v1 - + + ID3v2 ID3v2 - + + APE APE - + Create 建立 - + Delete 移除 -- cgit v1.2.3-13-gbd6f