Bex:
Would it be possible to have the script export the results of queries into a report or a playlist, preferably a report??
Nyn

MDominik13 wrote:I tested on my database and it worked but I would still back yours up before running it. Also, MediaMonkey didn't seem to like it when I tried to update a track that was currently selected in the window so you might want to try running it from a node where no tracks are visible in the main window.



SELECT IDPlaylist, PlaylistName FROM Playlists WHERE PlaylistName = 'playlistname goes here'SELECT ThePlaylistIdHere, Songs.ID FROM songs WHERE bla bla blaSELECT ThePlaylistIdHere, Songs.ID FROMINSERT INTO PlaylistSongs (IDPlaylist, IDSong) SELECT ThePlaylistIdHere, Songs.ID FROM songs WHERE bla bla blaDELETE FROM PlaylistSongs WHERE IDPlaylist = ThePlaylistIdHeretrixmoto wrote:Well this script really returns the data in it's purest form, it doesn't return song objects. Whilst it might be possible, it doesn't really seem to fit with the purpose of the script for me.

trixmoto wrote:Well this script really returns the data in it's purest form, it doesn't return song objects. Whilst it might be possible, it doesn't really seem to fit with the purpose of the script for me.
Users browsing this forum: No registered users and 10 guests