2006-01-17, 11:48 PM
reven Wrote:my videos isnt designed for offline files,
most of my dvds are stored in my database however, but the way ive done it is add a "DVD" item to the "Virtual Root" and then when the disc is in the drive lookup the info, that way when you take the disc out and swap them all around and putit back in the drive you will still have the info. its useful in finding out whats in the drive without having to eject it and see.
But can you browse through the offline collection?
So this could be done another way. By inserting each disc and doing a lookup to store the data in the database. Then we just need a function to view offline discs from the main menu. The data then comes from the DB.
Select the disc the hit ok. The program should then check to see what if anything is in the drive if it matches then play it, if not eject it and wait for insert.
Very cool.
How does this work? Are all the functions stored in the .dll?
Is the XML file just a simple template of where to place items?
Sometimes I wish I had learned C