INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: raym on January 29, 2006, 09:37:20 pm

Title: Exporting Playing Now Playlist
Post 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.
Title: Re: Exporting Playing Now Playlist
Post by: raym on January 31, 2006, 05:30:00 am
*bump*
Title: Re: Exporting Playing Now Playlist
Post by: raym on February 01, 2006, 02:48:22 pm
*bump2*
Title: Re: Exporting Playing Now Playlist
Post by: Matt on February 01, 2006, 03:21:20 pm
http://www.jrmediacenter.com/DevZone/MCCommands.h

MCC_EXPORT_PLAYLIST = 20003
MCC_EXPORT_ALL_PLAYLISTS = 20004
Title: Re: Exporting Playing Now Playlist
Post by: raym on February 01, 2006, 04:42:29 pm
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?