An AutoHotKey project with hotkeys I use a lot, and some utilities for windows.
The first prototype (so probably the final product) It executes VLC in autostart, loop and shuffle mode of a playlist
It requires alarm-clock.json
to be stored in the config folder
- zTestAlarmClock.exe
- config
- alarm-clock.json
{
"alarmTime": "05:00",
"vlcPath": "C:\\Program Files (x86)\\VideoLAN\\VLC\\vlc.exe",
"playlistFile": "D:\\Music\\my-alarm-clock-playlist.xspf"
}