Enable VLC's "advanced" options (Preferences) as default

macOS specific usage questions
modingo
New Cone
New Cone
Posts: 2
Joined: 17 Dec 2011 12:55

Enable VLC's "advanced" options (Preferences) as default

Postby modingo » 17 Dec 2011 13:32

There's one issue I've had with VLC over the years and have never found a fix. I will finally give up on it if no one here has an answer. I would like to find a way to permanently enable VLC's "advanced" Options or Preferences as default. I continually have to click the ALL (as opposed to leaving the Basic radio button on for the default simple interface). I'm looking for a way to open Preferences and see all the advanced features automatically.

I've tried the following so far with no change with versions 0.86i through 1.1.12

1) deleted VLC Preferences using the script provided by VideoLAN in Goodies folder.
2) clicked the checkbox to enable "Show advanced options" under Preferences>show ALL>Interface
3) saved Preferences
4) restarted VLC

The Basic Preferences are still default. The Show advanced options doesn't appear to be doing anything.

I'm on a PPC G4 mac running OS X 10.5.8. Any assistance would be greatly appreciated.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Enable VLC's "advanced" options (Preferences) as default

Postby Jean-Baptiste Kempf » 17 Dec 2011 14:50

That's a bug.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

elsa
New Cone
New Cone
Posts: 5
Joined: 22 Nov 2018 03:49

Re: Enable VLC's "advanced" options (Preferences) as default

Postby elsa » 05 Dec 2018 05:52

Open your File C:\Users\{{YOU USERNAME}}\AppData\Roaming\vlc\vlcrc
uncomment

Code: Select all

#qt-advanced-pref=0
to

Code: Select all

qt-advanced-pref=1

JPCVLC
Blank Cone
Blank Cone
Posts: 11
Joined: 09 Dec 2018 14:19

Re: Enable VLC's "advanced" options (Preferences) as default

Postby JPCVLC » 09 Dec 2018 16:00

Open your File C:\Users\{{YOU USERNAME}}\AppData\Roaming\vlc\vlcrc
Sorry but I don't find any files this name. Can you help ? (VLC 3.0.4) Or another way to fix this ?

unidan
Developer
Developer
Posts: 1493
Joined: 25 Mar 2018 01:00

Re: Enable VLC's "advanced" options (Preferences) as default

Postby unidan » 09 Dec 2018 17:04

Open your File C:\Users\{{YOU USERNAME}}\AppData\Roaming\vlc\vlcrc
Sorry but I don't find any files this name. Can you help ? (VLC 3.0.4) Or another way to fix this ?
It is a hidden directory. You can reach it by pressing <ctrl+R> and typing "%APPDATA%\Roaming\vlc"

JPCVLC
Blank Cone
Blank Cone
Posts: 11
Joined: 09 Dec 2018 14:19

Re: Enable VLC's "advanced" options (Preferences) as default

Postby JPCVLC » 09 Dec 2018 20:56

Thanks for such a quick answer. But it doesn't work. Pressing ctrl+R doesn't open anything (whatever the position of my mouse pointer: on VLC app or a directory, it just makes the pointer moving to another file of which the first letter is "R" ; I also tried to type "%APPDATA%\Roaming\vlc" in spotlight :-( but that's a stalemate as well)…

unidan
Developer
Developer
Posts: 1493
Joined: 25 Mar 2018 01:00

Re: Enable VLC's "advanced" options (Preferences) as default

Postby unidan » 10 Dec 2018 09:15

Ooops, I meant <windows logo key + R>, sorry.

JPCVLC
Blank Cone
Blank Cone
Posts: 11
Joined: 09 Dec 2018 14:19

Re: Enable VLC's "advanced" options (Preferences) as default

Postby JPCVLC » 10 Dec 2018 14:01

Very well but :-( how do you get <windows logo key + R> on a Mac keyboard? is <windows logo key> the <CMD "square'> on the left?

unidan
Developer
Developer
Posts: 1493
Joined: 25 Mar 2018 01:00

Re: Enable VLC's "advanced" options (Preferences) as default

Postby unidan » 11 Dec 2018 17:06

I definitively didn't have enough coffee. I followed message above which are for Windows.

qt-advanced-pref=1 won't work for macosx as macosx is not using the Qt interface but a native one, and I don't see an option like that for the native one. The --advanced exists but is not used by macosx interface.

You should open a bug on https://trac.videolan.org/vlc

JPCVLC
Blank Cone
Blank Cone
Posts: 11
Joined: 09 Dec 2018 14:19

Re: Enable VLC's "advanced" options (Preferences) as default

Postby JPCVLC » 11 Dec 2018 20:14

OK thanks I'm gonna try it… unless someone else gives me some tip!
(the title of the post is "Mac OSX trouble shooting" so I didn't think the former posts were Windows-oriented :( )

dfuhrmann
Developer
Developer
Posts: 1183
Joined: 02 Jul 2012 11:09

Re: Enable VLC's "advanced" options (Preferences) as default

Postby dfuhrmann » 17 Dec 2018 22:08

Sorry, this is currently not supported on the mac.

JPCVLC
Blank Cone
Blank Cone
Posts: 11
Joined: 09 Dec 2018 14:19

Re: Enable VLC's "advanced" options (Preferences) as default

Postby JPCVLC » 18 Dec 2018 22:45

Thanks. By the way, I have been told that the different options of the advanced preferences were dispatched in various places of the menu. So… don't worry ?

Nostromov
New Cone
New Cone
Posts: 4
Joined: 07 May 2014 22:29
VLC version: 3.0.4
Operating System: Window$
Location: Belgrade

Re: Enable VLC's "advanced" options (Preferences) as default

Postby Nostromov » 26 Dec 2018 20:38

how do you get <windows logo key + R> on a Mac keyboard?

Sorry, don't mean to spam (!); but, that's just GOLD!! :DD

P.S.
I continually have to click the ALL (as opposed to leaving the Basic radio button on for the default simple interface).

So, Tools > Preferences > Show settings, All > Interface (Main interfaces settings) > Show advanced options should set the flag (right!?) and if it doesn't, then it's (really :)) not supported.

@

Code: Select all

https://ibb.co/sWGfQv1

Image

kookykrazee
New Cone
New Cone
Posts: 9
Joined: 25 Nov 2005 11:37

Re: Enable VLC's "advanced" options (Preferences) as default

Postby kookykrazee » 16 Dec 2020 09:30

Reviving old threads, not ideal, but I noticed upon trying to update my current install settings for VLC that the Show advanced option is not there anymore under Interface? Using 4.0.0-dev Otto Chriek :)

JPCVLC
Blank Cone
Blank Cone
Posts: 11
Joined: 09 Dec 2018 14:19

Re: Enable VLC's "advanced" options (Preferences) as default

Postby JPCVLC » 16 Dec 2020 11:55

… and Advanced Options still not available on Mac (Version 3.0.11.1 Vetinari (Intel 64bit)) :-(

dfuhrmann
Developer
Developer
Posts: 1183
Joined: 02 Jul 2012 11:09

Re: Enable VLC's "advanced" options (Preferences) as default

Postby dfuhrmann » 04 Jan 2021 15:57

Please do not revive threads.

And this advanced option you show in the screenshot has been removed as it was not really used. It had nothing to do with the advance preferences panel anyhow you might believe it referred to.


Return to “VLC media player for macOS Troubleshooting”

Who is online

Users browsing this forum: No registered users and 17 guests