Search found 2 matches

Go to advanced search

by eryksun
10 Nov 2010 06:12
Forum: VLC media player for Windows Troubleshooting
Topic: VLC passing volume control to system
Replies: 65
Views: 16960

Re: VLC passing volume control to system

Hi all, big thanks to DataGhost for providing the patch. After looking at the original and patched DLLs and comparing that to the new one from 1.1.4 I managed to come up with a general patch that I quickly coded in Python:
Thanks DataGhost and _yak_. Patching with a Python script was a good idea.
by eryksun
02 Nov 2010 18:10
Forum: VLC media player Feature Requests
Topic: Sleep Timer
Replies: 4
Views: 16942

Re: Sleep Timer

I wrote this little batch file to kill the vlc.exe process after a user set number of minutes (between 1 and 1440). Maybe someone else will find it useful. @echo off echo VLC Sleep Timer echo. :setup_timer set /p m= Enter number of minutes [1 to 1440]: set m=%m:,=% if %m% leq 1440 if %m% gtr 0 goto ...

Go to advanced search