INTERACT FORUM

Windows => Plug-in Development => Topic started by: RhinoBanga on September 13, 2002, 12:48:04 am

Title: Enhancement Request
Post by: RhinoBanga on September 13, 2002, 12:48:04 am
Matt/Nikolay,

Since there are no event notifications in MJ can you add a GetLastModified function to CMJCurPlaylistAutomation so someone can tell if it's been modified since the last "peek"?

If it returned a GetTickCount() or time_t that would be great.
Title: RE:Enhancement Request
Post by: Matt on September 13, 2002, 12:15:37 pm
Hey Rhino,

Good idea.

The only hitch is that we don't actually know inside the program when the last time the database changed.

How about this: just monitor the file time of curplaylist.jmd and you'll know.  The only bad thing with that is there could be a little lag with huge libraries, because our save timer doesn't run that often then.

Does that work?  Thanks Rhino.

-Matt