INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: raym on January 29, 2006, 09:37:20 pm
-
Hi there. Using latest version of MC 11.1. How do I export my current Playing Now playlist via command line? "MC11.exe /MCC, 20004" exports all playlists EXCEPT Playing Now.
-
*bump*
-
*bump2*
-
http://www.jrmediacenter.com/DevZone/MCCommands.h
MCC_EXPORT_PLAYLIST = 20003
MCC_EXPORT_ALL_PLAYLISTS = 20004
-
http://www.jrmediacenter.com/DevZone/MCCommands.h
MCC_EXPORT_PLAYLIST = 20003
MCC_EXPORT_ALL_PLAYLISTS = 20004
Thanks Matt but I'm aware of the commands. What I'm getting at is that MCC_EXPORT_ALL_PLAYLISTS doesn't export Playing Now. MCC_EXPORT_PLAYLIST does but requires manual intervention via the GUI pop-up window. Is it possible to enable MCC_EXPORT_ALL_PLAYLISTS to include Playing Now?