aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-01-27 15:12:42 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-01-27 15:12:42 +0000
commit1314c4b17aba3e14f3686786a4b1e8122f404279 (patch)
treeeab2f117f784f99e7beff2de9ac6f8e624fe6d55
parent8e520e92fcaa2906785c59250e8f5d417686d3ea (diff)
downloadqmmp-1314c4b17aba3e14f3686786a4b1e8122f404279.tar.gz
qmmp-1314c4b17aba3e14f3686786a4b1e8122f404279.tar.bz2
qmmp-1314c4b17aba3e14f3686786a4b1e8122f404279.zip
fixed converter regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8657 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/plugins/General/converter/converter.cpp2
-rw-r--r--src/plugins/General/converter/presets.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/converter/converter.cpp b/src/plugins/General/converter/converter.cpp
index 2615a3ec0..eb778b5fd 100644
--- a/src/plugins/General/converter/converter.cpp
+++ b/src/plugins/General/converter/converter.cpp
@@ -151,7 +151,7 @@ void Converter::run()
MetaDataFormatter formatter(pattern);
- QString name = formatter.format(list.first());
+ QString name = formatter.format(info);
QString full_path = out_path + "/" + name + "." + m_preset["ext"].toString();
if(QFile::exists(full_path))
diff --git a/src/plugins/General/converter/presets.conf b/src/plugins/General/converter/presets.conf
index 194996076..5311a9df8 100644
--- a/src/plugins/General/converter/presets.conf
+++ b/src/plugins/General/converter/presets.conf
@@ -37,6 +37,6 @@ tags=true
name=FLAC
ext=flac
command=flac -o %o -5 --ignore-chunk-sizes -f -
-use_16bit=false
+use_16bit=true
tags=true