diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-01 19:09:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-01 19:09:31 +0000 |
commit | f2cfda2a54780868dfe0af7bd652fcd4906547da (patch) | |
tree | c6ac23545528f5701818424f2af5f79ce3665e6c /src/plugins/format_infos/mp3.xml | |
download | soundkonverter-f2cfda2a54780868dfe0af7bd652fcd4906547da.tar.gz soundkonverter-f2cfda2a54780868dfe0af7bd652fcd4906547da.zip |
Added KDE3 version of SoundKonverter
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1097614 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/plugins/format_infos/mp3.xml')
-rwxr-xr-x | src/plugins/format_infos/mp3.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/format_infos/mp3.xml b/src/plugins/format_infos/mp3.xml new file mode 100755 index 0000000..f57d0c6 --- /dev/null +++ b/src/plugins/format_infos/mp3.xml @@ -0,0 +1,4 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<soundkonverter type="format_info" > + <data extensions="mp3,MP3,Mp3" compression_type="lossy" size="20000" urls="http://en.wikipedia.org/wiki/Mp3" description_de="MP3 ist das am weitesten verbreitete Format.\nWenn Sie nicht wissen, was Sie wählen sollen, nehmen Sie dieses." mime_types="audio/x-mp3,video/mpeg,audio/mpeg" urls_de="http://de.wikipedia.org/wiki/Mp3" description="MP3 is the most popular file format.\nIf you don't know what to choose, this should work with every audio player." /> +</soundkonverter> |