getmusicbee.com

Support => Developers' Area => MusicBee API => Topic started by: livaed on March 08, 2022, 09:43:28 AM

Title: Unclear on how to use some of the functions
Post by: livaed on March 08, 2022, 09:43:28 AM
I'm trying to write a play history plugin similar to the one zkhcohen has written but I'd like to have it work based on the PlayCountTriggerSeconds. Through trying to understand the code it seems I have to use Setting_GetValue / delegate, but I have no clue on how to use it from what I've understood so far I have to use the ReceiveNotification method but I'm still unsure on it's use and what the value parameter (in Setting_GetValue) is supposed to be specifically.