by Steegy » Sun Oct 29, 2006 8:51 am
Songs can be started manually using various methods. Double-clicking, clicking on "Play now", "Play Next" or "Play Last" on the context menu or in the main menu, using shortcuts, ....
So I think if there is a double-click event, it wouldn't suffice for you. Maybe SDB.Player properties "UserChosen" and "UserInitiated" would be more useful to see if it was 1. the user that chose the song and 2. the user that started the song. This would be more complex to implement in MM natively (each playlist item would have to know if it was user-chosen or not), I think.
Songs can be started manually using various methods. Double-clicking, clicking on "Play now", "Play Next" or "Play Last" on the context menu or in the main menu, using shortcuts, ....
So I think if there is a double-click event, it wouldn't suffice for you. Maybe SDB.Player properties "UserChosen" and "UserInitiated" would be more useful to see if it was 1. the user that chose the song and 2. the user that started the song. This would be more complex to implement in MM natively (each playlist item would have to know if it was user-chosen or not), I think.