updateSongStations

Updates the station assignments for the list of songs.

Sample Request

<mmRequest command="updateSongStations" client="NexusTest 1.1" userData="hello">
  <contents>
    <songList>
      <song [songId="1"] [cutId="x"] [catID="1"] [category="A"]>
        <station id="WAAA-FM" />
        <station id="WBBB-FM" />
        <station id="WCCC-FM" />
      </song>
    </songList>
  </contents>
</mmRequest>

Request Notes

You must specify all of the station you want the song assigned to. In this example, the song was already assigned to WAAA-FM and WBBB-FM. If you want to add it to WCCC-FM, you must specify all three stations.

 

You can also specify the category so when a song is in more than one category, you can target the specific instance you wish to work with. You can do this either by category ID (available via getCategoryList) or by the actual user category code.

Sample Reply

<mmReply command="updateSongStations" userData="hello" status="ok" />

Compatibility and Version Info

Available in MusicMaster CS 2.0