MM Database Entry - Where is HDD Location?

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: MM Database Entry - Where is HDD Location?

Re: MM Database Entry - Where is HDD Location?

by Bex » Tue Mar 18, 2014 6:08 am

Re: MM Database Entry - Where is HDD Location?

by Lowlander » Mon Mar 17, 2014 7:49 pm

MM Database Entry - Where is HDD Location?

by ryanafleming » Mon Mar 17, 2014 7:19 pm

Hi Guys,

I was unsure which forum to put this.
I have been working on creating an external application in C/C++ with sqlite3 that can edit the MM.db at startup and shutdown. Currently everything is working swimmingly but I am unsure where to find the actual media device (Drive letter) that is used at the front of "SongPath" in the "Songs" Table. Would I be correct in that I link the "IDMedia" from the "Songs" Table to the "Medias" table and that the "IDMedia" value is just an incremented value for each media device that is added?

I am doing this all outside of MM so I can run the application at startup and shutdown! :)

Top