mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 20:04:00 +02:00
--no-one-instance nor recognized by libvlc new version
This commit is contained in:
@@ -74,7 +74,7 @@ AudioOutput::AudioOutput( QObject* parent )
|
|||||||
QList<QByteArray> args;
|
QList<QByteArray> args;
|
||||||
|
|
||||||
args << "--ignore-config";
|
args << "--ignore-config";
|
||||||
args << "--verbose=11111";
|
args << "--verbose=42";
|
||||||
args << "--no-plugins-cache";
|
args << "--no-plugins-cache";
|
||||||
args << "--extraintf=logger";
|
args << "--extraintf=logger";
|
||||||
args << "--no-media-library";
|
args << "--no-media-library";
|
||||||
@@ -84,7 +84,7 @@ AudioOutput::AudioOutput( QObject* parent )
|
|||||||
args << "--no-snapshot-preview";
|
args << "--no-snapshot-preview";
|
||||||
args << "--no-xlib";
|
args << "--no-xlib";
|
||||||
args << "--services-discovery=''";
|
args << "--services-discovery=''";
|
||||||
args << "--no-one-instance";
|
// args << "--no-one-instance";
|
||||||
args << "--no-video";
|
args << "--no-video";
|
||||||
// args << "--audio-filter=dsp";
|
// args << "--audio-filter=dsp";
|
||||||
// args << QString("--dsp-callback=%1").arg((quint64)&AudioOutput::s_dspCallback, 0, 16).toAscii();
|
// args << QString("--dsp-callback=%1").arg((quint64)&AudioOutput::s_dspCallback, 0, 16).toAscii();
|
||||||
|
Reference in New Issue
Block a user