Page 1 of 2

VLC Control (play, pause, stop, next, previous, radios...)

Posted: Thu Dec 13, 2018 5:21 pm
by Zabuel
Hi !

Here is a small archive containing :

- Cards for vlc control (play, pause, stop, volume up/down exemple in batch files)
- Cards for listening to french radios (but you can customize with other streams)

Installation :

1 - Download and Install autohotkey here (light script making application) : https://www.autohotkey.com/
2 - Edit VlcControl.ahk with notepad and change
  • vlcTitle (name of window when launching vlc with no parameters)
  • vlcPath (path of vlc executable)
3 - Save > right click your script > Compile > You have your executable
4 - Install cards and adjust path in Open Column
5 - Try it

https://drive.google.com/open?id=1xhvkq ... WyR0phKuhP :

Re: VLC Control (play, pause, stop, next, previous, radios...)

Posted: Thu Dec 13, 2018 6:21 pm
by RobLatour
Very clever, thanks very much for posting this!

Note, WIndows users with their language set to English will need to go into Zabuel's VlcControl.ahk file and change the VLC.exe program location to where it is stored on thier hard drive, for example, C:\Program Files\VideoLAN\VLC\vlc.exe

Also, if you don't already have VLC installed, you can get it from here for free: https://www.videolan.org/vlc/index.html

Re: VLC Control (play, pause, stop, next, previous, radios...)

Posted: Tue Apr 23, 2019 12:30 am
by cybermousey
Does this still work, and also I find the instruction a bit vague. Can someone really spell it out for me step by step on how to set this up.
I'm not sure what option to select for installing autohotkey. I dont understand how to install or where to install "cards". I don't know what I'm support to do after creating the EXE. I'm technically included, but the steps are not 100% clear.

Thank you in advance

Re: VLC Control (play, pause, stop, next, previous, radios...)

Posted: Sat Nov 30, 2019 5:34 am
by Lestat-1967
Hey Zabuel Thanks for the VLC controls they work great ... just one query the volume controls seem to control system volume not VLC player volume is this correct or have i done something wrong ??? :D

Re: VLC Control (play, pause, stop, next, previous, radios...)

Posted: Sat Jan 11, 2020 7:48 pm
by Lesty
is VlcControl.ahk an existing script or am I supposed to create it for ahk? I can't figure out how to get the script working, so if you could point me in the right direction as far as what lines need to be in the script I would appreciate it.

Re: VLC Control (play, pause, stop, next, previous, radios...)

Posted: Sat Jan 11, 2020 11:14 pm
by RobLatour
If you follow Zabule's link:
https://drive.google.com/drive/folders/ ... WyR0phKuhP

you will see a list of files, but above the list of files you will see a folder entitled cclControlExe

click on that folder name, and you will see another list of files. One of those files is the VlcControl.ahk file that you are looking for.

Re: VLC Control (play, pause, stop, next, previous, radios...)

Posted: Sun Jan 12, 2020 3:15 pm
by Lesty
Thank you! Okay now it will pause and play VLC, but it minimizes VLC in the process. Why is it doing that?

Also, how can I get it to work with VLC when I am casting onto my TV with ChromeCast? DO I need to change the Title in the vlcControl script?

Re: VLC Control (play, pause, stop, next, previous, radios...)

Posted: Sun Jan 12, 2020 6:27 pm
by RobLatour
On your Push2Run card, near the bottom left, where it says 'Window state', does it say 'Minimized'.

If yes, you might want to change it to 'Normal'.

Re: VLC Control (play, pause, stop, next, previous, radios...)

Posted: Tue Jan 28, 2020 3:41 am
by Elric
Hi,

I have the same issue of windows minimizing, even if I set up to normal or anything else.

Any ideas?

Thanks

Re: VLC Control (play, pause, stop, next, previous, radios...)

Posted: Sun Apr 12, 2020 3:56 pm
by vlahosp
Edit vlcControl.ahk
Delete the last line " WinMinimize". Don't forget to compile and run.
Problem solved ;) ;) ;)