Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

14.04.2011 14:38:09
Activating a VLC Playlist
View

This posting is older than 6 months and can contain outdated information.
I would like a menu item that when selected opens VLC then opens a playlist file and then goes into full screen mode.

Possible? 

User

16.04.2011 04:13:26
Re: Activating a VLC Playlist
View

This posting is older than 6 months and can contain outdated information.
Managed to do this with an Applescript

tell application "VLC" 
activate 
GetURL "/Users/braddown/Documents/Radio Stations.m3u" 
play 1 
set bounds of the first window to {-1500, 200, -500, 800} 
end tell

The script puts the VLC window onto my TV.

I have mapped actions to allow me to move up and down the playlist which I have set to play radio streams.