INTERACT FORUM

Windows => Plug-in Development => Topic started by: KingSparta on June 23, 2002, 01:45:45 pm

Title: Can't Read Some Fields
Post by: KingSparta on June 23, 2002, 01:45:45 pm
I Can't Seem To Read (In VB)

Notes, And Lyrics
Title: RE:Can't Read Some Fields
Post by: RhinoBanga on June 23, 2002, 11:50:25 pm
Dude,

Can you post an example.

I use it all the time in AV and it's ok.
Title: RE:Can't Read Some Fields
Post by: KingSparta on June 24, 2002, 11:25:14 am
Text1(20) = MJFile.Lyrics
   Text1(22) = MJFile.Notes

Text1 for both is set to multi line, Is There Another Way?

I basicly in a test changed in MJ the Lyrics And Notes And Entered The Words "Test" then saved the tag.

now since i use Id3v1.1 only it does not store this information, but this info should be in the database and it should load it from the data base if it can not get it from the tag.

i think it is not getting the info from the data base and is getting it from the file (maybe) if this is true, then i would think this is a bug in MJ\SDK to pull the info from the data base if not aval from the file.

maybe Matt Or Someone Can Shed Some Light?
Title: RE:Can't Read Some Fields
Post by: RhinoBanga on June 24, 2002, 11:36:37 am
Dude,

I find that modifying the busybox sample is always a good way to test if it's your code or a possible bug.

Change the lbStatus.AddItem in btnListPlayingNow_Click to read:

 lbStatus.AddItem MJFile.FileName & ":" & MJFile.Notes


Compile, run MJ, play the track with the data and go to the busybox sample and click on the "List Playing Now" button to see what it produces.


Also what does AV show (if you have it installed)?
Title: RE:Can't Read Some Fields
Post by: KingSparta on June 24, 2002, 12:06:44 pm
>> lbStatus.AddItem MJFile.FileName & ":" & MJFile.Notes
Shows The File Name,& The ":" Then Nothing
Title: RE:Can't Read Some Fields
Post by: KingSparta on June 24, 2002, 12:22:23 pm
>> Also what does AV show (if you have it installed)?
Yes But I Had To Dump The 131,000 Mp3's I Had In The Data Base Last Week, My Hair Was Getting More Gray Than It Was Already.



At Any Rate, it Shows "Blank" so baicly if the file is an id3v1.1 it does not pull up the MJ database info, and it should if it is an id3v1 tag.

also there is no SDK support for other Extended ID3v2 Tag Info (Html Tags) At Least It Is Not Listed In The SDK Doc
Title: RE:Can't Read Some Fields
Post by: RhinoBanga on June 24, 2002, 01:09:24 pm
Dude,

Use V2 where you can enter search criteria to narrow down the data being processed.