Author Topic: Auto scan files and add it to in playlist  (Read 1099 times)

mamap

  • Newbie
  • *
  • Posts: 2
Is it functional? How can i do this?
I add music regulary and want it adds to my playlist without clicking "Insert->Enter" each time i download new music composition.
ty

mamap

  • Newbie
  • *
  • Posts: 2
I am programmer and i can do it as plugin if it possible?

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34369
yes i you know c# then you should be able to use the API
- in the ReceiveNotification() function listen for NotificationType.FileAddedToLibrary or NotificationType.FileAddedToInbox
- call Playlist_CreatePlaylist
- call Playlist_AppendFiles

boroda

  • Sr. Member
  • ****
  • Posts: 4657
but what for is it needed? inbox serves this purpose.