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
FILL DATABASE WITH ALBUM BY CODE
Moderators: Gurus, Addon Administrators
Re: FILL DATABASE WITH ALBUM BY CODE
why don't you simply use add/rescan to add the tracks to the library?
New script:
Last.FM Node Now with DJ Mode!
Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

Re: FILL DATABASE WITH ALBUM BY CODE
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
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