FILL DATABASE WITH ALBUM BY CODE

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: FILL DATABASE WITH ALBUM BY CODE

Re: FILL DATABASE WITH ALBUM BY CODE

by broekhuis » Sat Jan 02, 2010 6:53 am

Hi Teknojnky,

As I tried to point our, that's not what I want.
I want to fill the database very selective, not with all I've got.

Further it has to be done by code (OLE automation), not by user interaction.

Regards, Gerrit

Re: FILL DATABASE WITH ALBUM BY CODE

by Teknojnky » Fri Jan 01, 2010 6:31 pm

why don't you simply use add/rescan to add the tracks to the library?

FILL DATABASE WITH ALBUM BY CODE

by broekhuis » Fri Jan 01, 2010 3:59 pm

Hi,

I need to add artists, albums and tracks to the sql database.
How do I add this by code / OLE automation?

The folder and file structure is like: artist (folder) --> album (subfolder) --> track (filename.mp3)
With this informaition I have to get the data into the associated tables.

I don't want to add all albums at the same time, but be able to add albums one by one.
Of course I could use direct SQL INSERT statements, but I assume MM could do this the easy way?

Regards, Gerrit

Top