Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Automatically start and stop Shpeck (Read 2089 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Automatically start and stop Shpeck

Ok so here's what I want to do

I have a playlist with combined music and videos, and i want a seamless transition from visualizations to video and back.

Basically, I want shpeck to automatically start when I play music and then automatically stop when it reaches a video in the playlist.  How can I create a script to do this?

Also, I have VLC set up to play video and close itself after playback, and AutoHotKey set up to detect VLC's closing and trigger a "Next" Event to continue along in the playlist.  There must be a more efficient way to do this, without the use of autohotkey. 

Any Ideas on how to do this?

 

Automatically start and stop Shpeck

Reply #1
if you can evoke vlc from batch file:

[font= "Courier New"]foobar2000.exe /command:"Shpeck - Stop"
/path to vlc/vlc.exe [args]
foobar2000.exe /command:"Shpeck - Start 'MilkDrop 1.04 / MilkDrop 1.04'"[/font]

or similar