INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: Dirk79713 on May 29, 2013, 12:16:14 pm

Title: Start MC with detach display and cross-fade for music videos
Post by: Dirk79713 on May 29, 2013, 12:16:14 pm
Hello, i'm Dirk and i'm from germany :)

I have 2 questions... hope anybody can help me:

- how can i start MC with detach display? Is there a start-command for this?

- is there a way to use Cross-fade for video-clips?... previously I used winamp, there was an option for this. It was very useful for me, coz i often celebrate music-video-parties

If these features are not currently available, maybe they can be implemented in later versions?

Have a good day, greets Dirk

Title: Re: Start MC with detach display and cross-fade for music videos
Post by: Matt on May 29, 2013, 12:51:17 pm
Welcome.

You can detach the display by using MCC_DETACH_DISPLAY (10037) like:
Detach: MC18.exe /MCC 10037,1
Attach: MC18.exe /MCC 10037,0
Toggle: MC18.exe /MCC 10037,-1

You could make a batch file to launch MC and then call this command.

Sorry, but there's no video cross-feed at the current time.
Title: Re: Start MC with detach display and cross-fade for music videos
Post by: Dirk79713 on May 29, 2013, 03:05:47 pm
Thank you very much!