INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: MCC_EXPORT_ALL_PLAYLISTS - how to choose format?  (Read 1108 times)

DoubtingThomas

  • Citizen of the Universe
  • *****
  • Posts: 564
MCC_EXPORT_ALL_PLAYLISTS - how to choose format?
« on: March 05, 2012, 06:02:39 pm »

If I select File->Export All Playlists.... it exports in m3u format.

// 20004   MCC_EXPORT_ALL_PLAYLISTS
If I execute MC17.exe /MCC 20004  ... it exports in m3u format.


Is there anyway to output to other formats using MC17.exe ?

The m3u format doesn't contain any play stats for each track.

I have some pgms written to parse the .csv format to calc total played time of MediaCenter, but I have to manually export the playlist to be able to select the output format, with play stats.
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42044
  • Shoes gone again!
Re: MCC_EXPORT_ALL_PLAYLISTS - how to choose format?
« Reply #1 on: March 06, 2012, 09:49:26 am »

You can select the format using File > Export Playlist...

The format used for Export All Playlists is not configurable.
Logged
Matt Ashland, JRiver Media Center

DoubtingThomas

  • Citizen of the Universe
  • *****
  • Posts: 564
Re: MCC_EXPORT_ALL_PLAYLISTS - how to choose format?
« Reply #2 on: March 06, 2012, 05:51:00 pm »

Hi Matt,

20003   MCC_EXPORT_PLAYLIST   int nPlaylistID (-1 for active view)

How do we know what the nPlaylistID for a particular playlist is?

Using trial and error I found that

MC17.exe /mcc 20003,-5 is the one I want.

But... when I execute this command it brings up the dialog to save the playlist, how can I get it to just export the playlist without human intervention?

CORRECTION: -5 isn't it, in fact I don't know how to find out which is the nPlaylistID.
Logged

DoubtingThomas

  • Citizen of the Universe
  • *****
  • Posts: 564
Re: MCC_EXPORT_ALL_PLAYLISTS - how to choose format?
« Reply #3 on: March 06, 2012, 07:05:16 pm »

Good Old Search...

Here is how to do it... works great.

http://yabb.jriver.com/interact/index.php?topic=10894.0

I found a pgm called BuzOf which will click the Okay button for me...

http://www.basta.com/Product.aspx?pid=13
Logged
Pages: [1]   Go Up