RemoveTrack confirmation screen

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: RemoveTrack confirmation screen

by Bex » Thu Feb 28, 2008 7:28 pm

Here's the database schema:
http://www.mediamonkey.com/wiki/index.p ... _structure

To refresh the view you can use:
SDB.TracksWindow.Refresh

by fchastanet » Thu Feb 28, 2008 5:32 pm

Thanks for the very good suggestion,

I don't that Mediamonkey support that, it's amazing !!!

will the Component be (graphically) refreshed automatically after UPDATE/Delete ? Or is there a method to do that ?

Where can I find the database schema document ?

Thanks very much

by Bex » Thu Feb 28, 2008 4:27 am

Can't you just delete it from the playlist using SQL?

by trixmoto » Thu Feb 28, 2008 4:05 am

Unfortunately this doesn't currently exist, but maybe the devs will add it to a future version.

by fchastanet » Wed Feb 27, 2008 6:43 pm

I've almost found the function

ISDBTools::DeleteTracks(
TrackList As ISDBSongList,
Confirmation As Boolean,
ToRecycleBin As EnumYesNo) As EnumYesNo

which don't ask for user confirmation but deletes the track from computer
I need the same function but just remove the track without confirmation from playlist(don't physically delete it)

by fchastanet » Wed Feb 27, 2008 2:10 pm

I don't want it to be a user choice
as the removal of the track is done programmatically

by drjboulder » Sun Feb 24, 2008 7:41 pm

Possibly I am missing the point of your question. But, is this not what you want?

Image

RemoveTrack confirmation screen

by fchastanet » Sun Feb 24, 2008 7:29 pm

Hello,

I try to create a script that remove a song from a playlist

playList.RemoveTrack(currentSong)

It works, But MM ask the user a confirmation on each suppress
is there a way to get rid of this confirmation without checking the "don't ask anymore" checkbox ?

I use the MM 2.5.5.996

Thanks in advance

Top