Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Plugins Page: 1 2  Previous   Next
Automatic XML export plugin - anyone brave enough to try it?
Author Message
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,412
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Just for grins, I dug up that old file and here is a list of what I was trying to capture. Maybe not necessary.

I saw some other code that was trying to automatically capture when certain cast / crew changes were being made. I don't remember why I thought that was necessary.

                    case ((int)PluginConstants.EVENTID_DVDAdded):
                    case ((int)PluginConstants.EVENTID_DVDDueDateChanged):
                    case ((int)PluginConstants.EVENTID_DVDHistoryEdited):
                    case ((int)PluginConstants.EVENTID_DVDImagesChanged):
                    case ((int)PluginConstants.EVENTID_DVDLoaned):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom0):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom1):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom2):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom3):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom4):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom5):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom6):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom7):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom8):
                    case ((int)PluginConstants.EVENTID_DVDMovedToCustom9):
                    case ((int)PluginConstants.EVENTID_DVDMovedToOrdered):
                    case ((int)PluginConstants.EVENTID_DVDMovedToOwned):
                    case ((int)PluginConstants.EVENTID_DVDMovedToWishList):
                    case ((int)PluginConstants.EVENTID_DVDPersonalized):
                    case ((int)PluginConstants.EVENTID_DVDPersonalizedAddition):
                    case ((int)PluginConstants.EVENTID_DVDRemoved):
                    case ((int)PluginConstants.EVENTID_DVDReturned):
                    case ((int)PluginConstants.EVENTID_DVDTagsChanged):
                    case ((int)PluginConstants.EVENTID_DVDWatched):
                    case ((int)PluginConstants.EVENTID_RestoreFinished):
                    case ((int)PluginConstants.EVENTTYPE_Returned):    (Bug!!!)
                    case ((int)PluginConstants.EVENTID_DVDEditSave):
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Unlimited RegistrantStar ContributorGSyren
Profiling since 2001
Registered: March 14, 2007
Reputation: Highest Rating
Sweden Posts: 4,554
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting mediadogg:
Quote:
I think HTTPJolie passes thru the most important Events via UDP messages if you want to do something for the easy scenarios.

I don't think it passes on DVD Refreshed.
My freeware tools for DVD Profiler users.
Gunnar
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,412
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting GSyren:
Quote:
Quoting mediadogg:
Quote:
I think HTTPJolie passes thru the most important Events via UDP messages if you want to do something for the easy scenarios.

I don't think it passes on DVD Refreshed.

Easy to fix. Once you decide what other stuff you need added, let me know.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
    Invelos Forums->DVD Profiler: Plugins Page: 1 2  Previous   Next