Search found 16 matches

Go to advanced search

by LordLiverpool
06 Jan 2024 18:01
Forum: VLC media player for Windows Troubleshooting
Topic: Playlist rows get huge if files with long comments are at the top
Replies: 0
Views: 292

Playlist rows get huge if files with long comments are at the top

On 3.0.20, and in previous versions too, it seems that when certain audio files are at the top of my podcast playlist, all playlist rows become enormous. I'd always noticed that it happened every so often, and deleting one of the files reverted the row size back to normal, but I'd never found a repr...
by LordLiverpool
11 Jan 2023 11:23
Forum: VLC media player for Windows Troubleshooting
Topic: Screen resoultion makes controls and menu too small
Replies: 27
Views: 35470

Re: Screen resoultion makes controls and menu too small

My problem is somewhat related, but maybe not identical. I have a laptop and a desktop connected to the same monitor via a KVM switch. The large monitor has a lower scaling number in Windows than the laptop screen, for obvious reasons. When I switch to the desktop with VLC open, the laptop defaults ...
by LordLiverpool
31 Dec 2022 14:29
Forum: VLC media player Feature Requests
Topic: --mute & --not-mute command line options
Replies: 9
Views: 3398

Re: --mute & --not-mute command line options

As a postscript to this, there's a utility called SoundVolumeView which allows you to mute or unmute a process using the process ID or process name. This is perfect for launching VLC from the command line.
by LordLiverpool
22 Apr 2021 15:26
Forum: VLC media player Feature Requests
Topic: --mute & --not-mute command line options
Replies: 9
Views: 3398

Re: --mute & --not-mute command line options

Yes, that's the New Topic button. However, the topic already existed, and was created by me.
by LordLiverpool
22 Apr 2021 11:34
Forum: VLC media player Feature Requests
Topic: --mute & --not-mute command line options
Replies: 9
Views: 3398

Re: --mute & --not-mute command line options

You can use Process Monitor to see which registry entry is being modified to store the mute setting. Alternatively, try exporting the whole PropertyStore key before and after muting and do a file compare to see what changed.
by LordLiverpool
22 Apr 2021 11:32
Forum: VLC media player Feature Requests
Topic: --mute & --not-mute command line options
Replies: 9
Views: 3398

Re: --mute & --not-mute command line options

I'm not sure what that means. I've discovered where the mute setting is being stored, at least in my case, and it seems to be at the Windows level. It's in the registry at this setting: [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore\699e4275_0\{2...
by LordLiverpool
22 Apr 2021 10:20
Forum: VLC media player for Windows Troubleshooting
Topic: VLC starts muted
Replies: 7
Views: 4890

Re: VLC starts muted

Ideally, there should be an "--unmute" command-line option, but none exists as far as I can see.
by LordLiverpool
22 Apr 2021 10:18
Forum: VLC media player Feature Requests
Topic: --mute & --not-mute command line options
Replies: 9
Views: 3398

Re: --mute & --not-mute command line options

Anyone?
As it stands, if you mute any instance of VLC and close it, all subsequent executions will be muted unless manually unmuted. A --not-mute option would be really handy.

If it doesn't exist, I may have a go adding it myself.
by LordLiverpool
10 Nov 2020 21:47
Forum: VLC media player Feature Requests
Topic: --mute & --not-mute command line options
Replies: 9
Views: 3398

--mute & --not-mute command line options

I've searched pretty thoroughly and it seems clear that there isn't a command-line option to mute or unmute VLC. This would be handy for those cases where you mute the sound and close VLC, forgetting to unmute it. I have VLC come on in the morning as an alarm, and the other day I'd left it muted. Th...
by LordLiverpool
18 Dec 2019 20:39
Forum: General VLC media player Troubleshooting
Topic: command line open multiple folders - enqueue all files
Replies: 12
Views: 7867

Re: command line open multiple folders - enqueue all files

Correction: m3u file should be UTF8 format $sPlaylistPath = 'E:\Documents\Music\Playlist.m3u' $sMusicRoot = "D:\Music\" $sMusicTypesSpec = "*.mp3", "*.wma" # Generate UTF8 playlist $sExcludeSpec = ($sMusicRoot + "Folder1\Classical\*") Get-ChildItem -Path ($sMu...
by LordLiverpool
18 Dec 2019 09:53
Forum: VLC media player for Windows Troubleshooting
Topic: [SOLVED] aout=mmdevice and mmdevice-volume require volume-save=0
Replies: 2
Views: 1209

Re: [SOLVED] aout=mmdevice and mmdevice-volume require volume-save=0

But might it not make sense to interpret the command line options mmdevice-volume as implicitly overriding this default? And why doesn't aout=mmdevice switch the audio output to mmdevice when volume-save is commented or set to 1?
by LordLiverpool
10 Dec 2019 17:32
Forum: VLC media player for Windows Troubleshooting
Topic: [SOLVED] aout=mmdevice and mmdevice-volume require volume-save=0
Replies: 2
Views: 1209

[SOLVED] aout=mmdevice and mmdevice-volume require volume-save=0

Hi, After many hours of trying and failing to set the audio output (aout) to "mmdevice", and to fix the volume with "mmdevice-volume" via the command line (in VLC 3.0.8 Vetinari, Windows 10), I discovered how to get it to work. If the setting "volume-save" in vlcrc is c...
by LordLiverpool
20 Oct 2019 15:01
Forum: General VLC media player Troubleshooting
Topic: command line open multiple folders - enqueue all files
Replies: 12
Views: 7867

Re: command line open multiple folders - enqueue all files

Here is the Powershell version. The contents of the "Classical" subfolder is filtered out of the first folder. $sPlaylistPath = 'E:\Documents\Music\Playlist.m3u' $sMusicRoot = "D:\Music\" $sMusicTypesSpec = "*.mp3", "*.wma" # Generate Unicode playlist $sExclud...
by LordLiverpool
19 Oct 2019 22:36
Forum: General VLC media player Troubleshooting
Topic: command line open multiple folders - enqueue all files
Replies: 12
Views: 7867

Re: command line open multiple folders - enqueue all files

Another option is to create a batch file that generates the playlist from the folders. Example batch file: @echo off dir "c:\Folder1\*.mp3" /s /b /a-d > "E:\Documents\Music\Playlist.m3u" dir "c:\Folder2\*.mp3" /s /b /a-d >> "E:\Documents\Music\Playlist.m3u" di...

Go to advanced search