Search found 4 matches

Go to advanced search

by morgrowe
24 May 2015 15:57
Forum: VLC media player for macOS Troubleshooting
Topic: Disable the metadata-network-access popup at first launch (VLC 2.2.1)
Replies: 6
Views: 7817

Re: Disable the metadata-network-access popup at first launch (VLC 2.2.1)

Just tested it and it works. Running this command in Terminal will bypass the "Check for album art and metadata?" popup for all users:

Code: Select all

defaults write /Library/Preferences/org.videolan.vlc.plist VLCFirstRun -date "2015-05-22T00:00:00Z"
by morgrowe
24 May 2015 15:40
Forum: VLC media player for macOS Troubleshooting
Topic: Disable the metadata-network-access popup at first launch (VLC 2.2.1)
Replies: 6
Views: 7817

Re: Disable the metadata-network-access popup at first launch (VLC 2.2.1)

I've noticed that OS X will read some of VLC's preferences from /Library/Preferences/org.videolan.vlc.plist like the SUHasLaunchedBefore key for example. Hopefully VLCFirstRun will be one of those preferences as it makes customising VLC's experience for each user easier to manage, but it's not a big...
by morgrowe
22 May 2015 23:44
Forum: VLC media player for macOS Troubleshooting
Topic: Disable the metadata-network-access popup at first launch (VLC 2.2.1)
Replies: 6
Views: 7817

Re: Disable the metadata-network-access popup at first launch (VLC 2.2.1)

Thanks dfuhrmann. Do you know if that VLCFirstRun key can be read from /Library/Preferences/org.videolan.vlc.plist or would I need to set this key in ~/Library/Preferences/org.videolan.vlc.plist?
by morgrowe
22 May 2015 14:07
Forum: VLC media player for macOS Troubleshooting
Topic: Disable the metadata-network-access popup at first launch (VLC 2.2.1)
Replies: 6
Views: 7817

Disable the metadata-network-access popup at first launch (VLC 2.2.1)

When VLC first launches, the following dialog window appears: http://www.stanwell.org/keep/vlc-check.png I've tried looking through ~/Library/Preferences/org.videolan.vlc/vlrcrc for a setting that controls this, and found "metadata-network-access". If I remove the comment character and cha...

Go to advanced search