Jump to content

real time scanner is it possible in VB?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
vallenoire

vallenoire

    Newbie

  • Members
  • Pip
  • 4 posts
Hello, I'm trying to develop some monitoring system for mp3 file in VB (watch which mp3 plays the most and send the data to database)

And the problem is the system have to have realtime scanner feature because it have to monitors everything that happened to the mp3 file, start from playing, meta data modification, moving to other directory etc and send it to database. I'm getting trouble doing it in VB.

I already tried filesystemwatcher but it does not report anything when an mp3 file is opened.

Does anyone now how to make it possible in VB? Or is it impossible from the beginning?

#2
Ray Tawil

Ray Tawil

    Programmer

  • Members
  • PipPipPipPip
  • 108 posts
first do you have a default player for your mp3 files?
Share your Knowledge, It's one way to achieve immortality.
Video Tutorial Channel

#3
vallenoire

vallenoire

    Newbie

  • Members
  • Pip
  • 4 posts
Thanks for replying :laugh:
My default player is winamp for the time
will the code different for different player?