INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: RhinoBanga - MJ input plugin test app  (Read 1264 times)

Trelane

  • Regular Member
  • World Citizen
  • ***
  • Posts: 142
  • Destroy him, my robots.
RhinoBanga - MJ input plugin test app
« on: May 11, 2002, 11:01:14 am »

Hello,

I read somewhere on Interact (I forget which thread) that you created an application to test input plugins. I would be very interested in testing it if/when it's released. I'm working on a new version of the MPC plugin and, as I'm sure you know from working on Album View, playing back music while testing plugins is next to impossible Next Page

Take care,
Mike
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:RhinoBanga - MJ input plugin test app
« Reply #1 on: May 11, 2002, 01:00:44 pm »

Mike,

What I have is a collection of classes that allow you to dump out the MJ database (or a subset of it) to a file   With this I can debug under the VB IDE (as the plugin gets invoked via IE) and it makes development a *hell* of a lot neater.

Within my MJAutomation class I emulate:

Search - which return back everything in the dump file
GetCurPlayList - which returns back everything in the dump file (as I am lazy)
GetVersion - which returns back a string that says "What do you think I am ... MJ?"


Within my MJFilesAutomation I emulate:

GetNumberFiles
GetFile


Within my MJFile I emulate 99% of the fields since all I do is return back what was dumped out.



Nothing earth shattering really.


You want the classes?
Logged

Trelane

  • Regular Member
  • World Citizen
  • ***
  • Posts: 142
  • Destroy him, my robots.
RE:RhinoBanga - MJ input plugin test app
« Reply #2 on: May 11, 2002, 06:46:37 pm »

Thanks for the offer, but no. I was under the impression it was for input plugin testing (i.e. playing back files and testing CMJFileInfo classes). Some people might not see any use in this, but I sure do. I crashed MJ more times than I can count when I was working on tagging.

Your system seems solid for testing database access. You ever going to release to the general public? Next Page

Mike
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:RhinoBanga - MJ input plugin test app
« Reply #3 on: May 11, 2002, 10:24:05 pm »

I'm going to do it this morning.
Logged
Pages: [1]   Go Up