Author Topic: Request for new event 'track imported'.  (Read 5205 times)

boroda

  • Sr. Member
  • ****
  • Posts: 4653
Steven, could you to add new event 'track added' for the next MB release? This event should be send to plugin on adding track to library or inbox.
Last Edit: March 01, 2014, 10:17:09 AM by boroda74

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34369
the way i plan to do this is for the trigger to be when the "Date Added" value is set.
What that means is if a file is first added to the Inbox, the notification will be sent. But on subsequent moving that file into the library it wont.
Is that ok?



Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34369
it should already be working using this:
NotificationType:
            FiledAddedToLibrary = 30,
            FileAddedToInbox = 31