Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->General: General Discussion Page: 1  Previous   Next
New database ?
Author Message
DVD Profiler Unlimited RegistrantSteamengine
Registered: January 29, 2008
Posts: 2
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Hello Folks !
I'm pretty new to this program, just bought it and started to register my music-dvd's first of all...
but as soon as I am finished with this, I'll start with my ordinary movies on dvd.
So here's my question to you: Is there a possibility that I can start up a new database for my movies ? I think it would be great to have separate bases for these things ...
Hope there are som experienced users out there, which may shed some light on this subject ..
Pardon my bad language, but English is not my native tongue.. hope you get an idea of what I'm asking for here ..

All the best
Steamengine
DVD Profiler Unlimited RegistrantStar ContributorLDH
Registered: March 13, 2007
Posts: 275
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Top Menu > File > Open Database.

You can make all the databases you need or want


Larry
DVD Profiler Unlimited RegistrantStar Contributor?
?
Registered: March 14, 2007
Posts: 3,830
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Don't forget to backup your databases!
Sources for one or more of the changes and/or additions were not submitted. Please include the sources for your changes in the contribution notes, especially for cast and crew additions.
DVD Profiler Unlimited RegistrantWhite Pongo, Jr.
No, I iz no Cheshire Cat!
Registered: August 22, 2007
Reputation: High Rating
Posts: 1,807
Posted:
PM this userDirect link to this postReply with quote
As LDH said, it's very easy to create a new database.
The only problem is that when you run DVD Profiler, it automatically opens the last database you used in the former session of DVD Profiler, then you have to open the database you want to use.

If you want to open directly any database you want, when you run DVD Profiler, you can do as follows:
[EDIT: please read Goodguy's warning in the following post, before switching databases]


1. Create all the databases you want, let's say you call them "Movies" and "MusicDVDs".

2. Create a .txt file, rename it for instance as "OpenMovies.txt", open it in Notepad (or any text editor) and just type in one line:

OpenDatabase Movies

then close and save

3. Create a second .txt file, for instance "OpenMusicDVDs.txt", open it in Notepad and write

OpenDatabase MusicDVDs

then close and save

4. Click on Start - Programs - Dvd Profiler - then move your mouse on the DVD Profiler icon and link to the program, right click to show the contextual menu and click on Create Link, that will create a second link to the program.

5. Move your mouse on the new link you just created, right click and click on Properties, then edit the Target fied in the Properties window.
Change it from
"C:\Program Files\DVD Profiler\dvdpro.exe"
(or whatever it is in your system)
to
"C:\Program Files\DVD Profiler\dvdpro.exe" /CommandFile="C:\...\OpenMovies.txt"

Beware that the dots "..." stand for the path of the folder where you saved the .txt files, so edit that accordingly.

6. Select the "General" tab in the Properties window, rename the link to "DVD Profiler Movies", or whatever you like.
Click OK to save changes.


7. Repeat steps 4 to 6 to create another link to the program, but this time enter
"C:\Program Files\DVD Profiler\dvdpro.exe" /CommandFile="C:\...\OpenMusicDVDs.txt"
and rename the link accordinlgly, for instance to "DVD Profiler MusicDVDs".

8. Optionally, drag and drop the new links you just created, on the desktop or in the Quick Launch Bar.

9. Use the DVD Profiler Movies" link when you want to open directly the Movies database.
Use the DVD Profiler MusicDVDs link when you want to open directly the MusicDVDs database.

Hope That Helps!
-- Enry
 Last edited: by White Pongo, Jr.
DVD Profiler Unlimited Registrantgoodguy
Sita Sings the Blues
Registered: March 14, 2007
Reputation: Superior Rating
Germany Posts: 1,029
Posted:
PM this userDirect link to this postReply with quote
I strongly discourage the use of command files for switching databases. There is a bug in DVD Profiler, which causes the program to lose track of the newly opened database under certain conditions. This applies to both databases opened via menu and via command file. To avoid corruption of your database, you should always exit and restart DVD Profiler after switching to a different database.

Quoting myself from this thread:
Quote:
Using Tools -> Options after opening another database will loose track of the newly opened database and may cause corrupted data.

Scenario:
  • Assume "DB_1" was the database last used.

  • Launch DVD Profiler. This will open the "DB_1" database and will indicate so in the status bar.

  • Click File -> Open Database to open another database "DB_2".

  • Click Tools -> Options. You don't need to change any options, just click OK in the Options dialog.

  • The status bar will revert to "DB_1".


  • Now it becomes really dangerous.

    Some operations, like editing cover images, will now affect "DB_1".
    Other operations, like editing profiles, will now affect "DB_2".

    The only way to be on the safe side is to always exit and restart DVD Profiler after switching databases.


    Quote:
    To follow up on my first post. Not only will this happen with the menu command File -> Open Database, but also if the database is opened via a command file.

    Therefore creating shortcuts to DVD Profiler with various command files to open different databases is currently not a good idea. It may severly mess up your data.
    Matthias
     Last edited: by goodguy
    DVD Profiler Unlimited RegistrantWhite Pongo, Jr.
    No, I iz no Cheshire Cat!
    Registered: August 22, 2007
    Reputation: High Rating
    Posts: 1,807
    Posted:
    PM this userDirect link to this postReply with quote
    Quoting goodguy:
    Quote:
    I strongly discourage the use of command files for switching databases. There is a bug in DVD Profiler, which causes the program to lose track of the newly opened database under certain conditions. This applies to both databases opened via menu and via command file. To avoid corruption of your database, you should always exit and restart DVD Profiler after switching to a different database.


    Thanks for the warning! I hope Ken will take care of that issue in the next version of DVD Profiler!
    But, as you say, the bug applies regardless of how you open the database, via menu or via command file, and in either case you should exit and restart DVD Profiler after switching database, to avoid any risk.

    EDIT: maybe a workaround would be a batch file "ReOpenMovies.bat" causing the program to automatically exit and reopen the newly opened database, like this

    "C:\Program Files\DVD Profiler\dvdpro.exe" /CommandFile="C:\...\OpenMoviesClose.txt"
    "C:\Program Files\DVD Profiler\dvdpro.exe" /CommandFile="C:\...\OpenMovies.txt"

    with
    OpenMoviesClose.txt
    containing two lines:

    OpenDatabase Movies
    Close

    and
    OpenMoviesClose.txt
    containing

    OpenDatabase Movies
    -- Enry
     Last edited: by White Pongo, Jr.
    DVD Profiler Unlimited Registrantgoodguy
    Sita Sings the Blues
    Registered: March 14, 2007
    Reputation: Superior Rating
    Germany Posts: 1,029
    Posted:
    PM this userDirect link to this postReply with quote
    But that would always start, exit and restart DVD Profiler, even if you just open the previously used DB again - which can be a bit annoying considering that the program startup takes quite some time.

    I have posted a small script to the original BUG thread that allows to safely switch databases via shortcuts. It avoids the start-exit-restart sequence and doesn't need command files.

    See here for details.
    Matthias
     Last edited: by goodguy
    DVD Profiler Unlimited RegistrantStar Contributorwidescreenforever
    Under A Double DoubleW
    Registered: March 13, 2007
    Reputation: High Rating
    Canada Posts: 5,491
    Posted:
    PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
    There  is another workaround that I don't see posted here and that is with Windows and Windows XP in my case,, You can create different users or 'log ins.', .. In my case  I have myself and 'da wife' use separate logins. I have found in the past , and presently if I have separate logins and each log in has its own data base.,(my documents folder),, The data base of the second login ( wife), will never get updated unless I restore the saved .dpb from the HD back to the older data base.,,  So ,, in effect My log in data base always changes and gets saved  and never looses data., and my wife's login page has the  old data base from whenever I last saved. ..( she would never add info- only for the reports currently residing within)..,  Therefore theoretically You could have the movies always saved to Login 1,, and the Music videos will also be saved to data or Login 2. For this database,, just edit it to your hearts content,, taking out all movies and leaving music videos behind. You could then add to and edit it  at any time, as long as you are logged into that name. When you backup the dpb just be sure to have a second name.
    To be sure you don't get one saved to the other accidentally, always backup accordingly to the Datainfo on HD and not to Profiler itself as one would override the other if saved independently on line.
    In the 60's, People took Acid to make the world Weird. Now the World is weird and People take Prozac to make it Normal.

    Terry
     Last edited: by widescreenforever
    DVD Profiler Unlimited RegistrantStar Contributorwidescreenforever
    Under A Double DoubleW
    Registered: March 13, 2007
    Reputation: High Rating
    Canada Posts: 5,491
    Posted:
    PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
    no replys back after 24 hours.. ?, I always close down postings.. 
    In the 60's, People took Acid to make the world Weird. Now the World is weird and People take Prozac to make it Normal.

    Terry
    DVD Profiler Unlimited RegistrantSteamengine
    Registered: January 29, 2008
    Posts: 2
    Posted:
    PM this userView this user's DVD collectionDirect link to this postReply with quote
    Hello again Folks !

    Since I asked about the possibilities for making a new database in this forum, I've been away for work. So I was pretty amazed when I fired up my computer today and saw all the answers !! Thanx guys !! This make things a whole lot easier for a newbie like me ! :-D

    All the best

    Steamengine
        Invelos Forums->General: General Discussion Page: 1  Previous   Next