INTERACT FORUM

More => Old Versions => Media Center 12 (Development Ended) => Topic started by: tommyd on December 26, 2007, 12:18:28 pm

Title: How to synchronize playlist and slide show?
Post by: tommyd on December 26, 2007, 12:18:28 pm
Hi!

How can I create slide show synchronized with playlist?

Unfortunately creating simple playlist with image and audio files doesn't work.
I want something like following sequence:

image1.jpg
audio1.mp3
audio2.mp3
image2.jpg
audio3.mp3
audio4.mp3
audio5.mp3
....


Image is displayed (preferably) on secondary monitor until playback reaches next image on playlist.
Currently audio playback is independent from images.

I've managed to achieve similar functionality in MediaMonkey (using Visual Basic scripting interface), but I don like it's playlist management.


AFAIK MC doesn't have way to attach any scripts or actions to events (i.e. start file playback)
Title: Re: How to synchronize playlist and slide show?
Post by: JimH on December 26, 2007, 02:07:36 pm
There is no way to do this.
Title: Re: How to synchronize playlist and slide show?
Post by: newsposter on December 26, 2007, 04:30:37 pm
Have you folks thought of licensing some code or working on an API exchange with the people at http://wnsoft.com/ and their Most Excellent Pic2Exe slide show product?
Title: Re: How to synchronize playlist and slide show?
Post by: tommyd on December 27, 2007, 05:12:57 pm
There is no way to do this.

So why can't You add such function?
Or configurable keys, or scripting, tab pinning, child windows etc.
Title: Re: How to synchronize playlist and slide show?
Post by: Matt on December 27, 2007, 08:33:30 pm
Media Center supports scripting.

You can talk to it with the command line, Windows messages, or with a custom plugin you write.

http://wiki.jrmediacenter.com/index.php/DevZone
Title: Re: How to synchronize playlist and slide show?
Post by: tommyd on December 30, 2007, 06:04:47 am
Media Center supports scripting.

You can talk to it with the command line, Windows messages, or with a custom plugin you write.

http://wiki.jrmediacenter.com/index.php/DevZone

But this is about controlling MC from external application. What I mean is quite opposite - controlling other application from MC using events occurring in MC. For example bind script to start playback of audio file.

Look for ppslauncher on Media Monkey forum