INTERACT FORUM

Please login or register.

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

Author Topic: Can't Read Some Fields  (Read 1497 times)

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Can't Read Some Fields
« on: June 23, 2002, 01:45:45 pm »

I Can't Seem To Read (In VB)

Notes, And Lyrics
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:Can't Read Some Fields
« Reply #1 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.
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
RE:Can't Read Some Fields
« Reply #2 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?
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:Can't Read Some Fields
« Reply #3 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)?
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
RE:Can't Read Some Fields
« Reply #4 on: June 24, 2002, 12:06:44 pm »

>> lbStatus.AddItem MJFile.FileName & ":" & MJFile.Notes
Shows The File Name,& The ":" Then Nothing
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
RE:Can't Read Some Fields
« Reply #5 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
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:Can't Read Some Fields
« Reply #6 on: June 24, 2002, 01:09:24 pm »

Dude,

Use V2 where you can enter search criteria to narrow down the data being processed.
Logged
Pages: [1]   Go Up