Hello,
I'm trying to find ways to use my DB as a mainframe for my anime, and other media. Being able to load imagepaths and filepaths automatically, based on table info.
Let's say I have four different 'roots' where I store my anime;
Root1: "F:\Data\Anime\",
Root2: "\\mediaserver\anime\" and
Root3: "H:\Anime\".
All images for each individual anime, will be located at <RootName>\<AnimeName>\Images.
I want Access to automatically generate image paths based on an concatenation of 'root' and 'AnimeTitle'. For example: I have already registered 60 different series in my database. All the animes will be loaded into the different 'root' locations randomly, so I must be able to effectively set the 'root' for each individual anime, and also be able to change it at any time.
All the image files will be stored in "<rootname>\<AnimeName>\Images". For instance, the anime called "Cowboy Bebop" set to "Root3" will effectively generate the path "H:\Anime\Cowboy Bebop\Images\". The images will have static names.
Further on, is it possible to search for files, based on keywords? For instance, if I have this info in my database: "Fullmetal Alchemist - Episode 01" and the file title is actually "Fullmetal_Alchemist_01.DVD(AAC)[KAA][1B1F6A6B].avi" - given that the folder is already specified, is it possible to open the file based on that info alone?
What I'm trying to do, is to make a mobile database, where I simply put the root directory, and the images and other static files related to an anime would pop in automatically (given that the files are stored at the specified location), without the need of browsing for each file individually - and also being able to change the location of where the files are located, without too much work.
Thanks in advance for whatever help i get
I'm trying to find ways to use my DB as a mainframe for my anime, and other media. Being able to load imagepaths and filepaths automatically, based on table info.
Let's say I have four different 'roots' where I store my anime;
Root1: "F:\Data\Anime\",
Root2: "\\mediaserver\anime\" and
Root3: "H:\Anime\".
All images for each individual anime, will be located at <RootName>\<AnimeName>\Images.
I want Access to automatically generate image paths based on an concatenation of 'root' and 'AnimeTitle'. For example: I have already registered 60 different series in my database. All the animes will be loaded into the different 'root' locations randomly, so I must be able to effectively set the 'root' for each individual anime, and also be able to change it at any time.
All the image files will be stored in "<rootname>\<AnimeName>\Images". For instance, the anime called "Cowboy Bebop" set to "Root3" will effectively generate the path "H:\Anime\Cowboy Bebop\Images\". The images will have static names.
Further on, is it possible to search for files, based on keywords? For instance, if I have this info in my database: "Fullmetal Alchemist - Episode 01" and the file title is actually "Fullmetal_Alchemist_01.DVD(AAC)[KAA][1B1F6A6B].avi" - given that the folder is already specified, is it possible to open the file based on that info alone?
What I'm trying to do, is to make a mobile database, where I simply put the root directory, and the images and other static files related to an anime would pop in automatically (given that the files are stored at the specified location), without the need of browsing for each file individually - and also being able to change the location of where the files are located, without too much work.
Thanks in advance for whatever help i get