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->DVD Profiler: Desktop Technical Support Page: 1  Previous   Next
Help restoring dvd list
Author Message
DVD Profiler Unlimited Registrantcowboy10uk
Registered: February 6, 2008
Posts: 5
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Hey guys, I need your help, After building a new pc, I had to reinstall windows to another machine, Sadly after doing this my back up hdd corrupted and I lost everything.    Anyway, I've managed to reinstall DVD profiler, using my login name and got my reg key back. However I'm trying to redownload my list from your website, as it was backed up on there as well. For some reason when i try to download my machine only downloads 288 dvds, dispite there being 531 on my onlline profile. Is there anyway I can get my machine synced with my online profile correctly, or am I going to have to reinput the missing dvds again???

Please help anyone.
DVD Profiler Desktop and Mobile RegistrantStar ContributorBad Father
Registered: July 23, 2001
Registered: March 13, 2007
Posts: 4,596
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting cowboy10uk:
Quote:
Hey guys, I need your help, After building a new pc, I had to reinstall windows to another machine, Sadly after doing this my back up hdd corrupted and I lost everything.    Anyway, I've managed to reinstall DVD profiler, using my login name and got my reg key back. However I'm trying to redownload my list from your website, as it was backed up on there as well. For some reason when i try to download my machine only downloads 288 dvds, dispite there being 531 on my onlline profile. Is there anyway I can get my machine synced with my online profile correctly, or am I going to have to reinput the missing dvds again???

Please help anyone.


Hmmm...do you get any error messages on the profiles that fail to download? You might try Database Repair then attempt to download your online again.
My WebGenDVD online Collection
DVD Profiler Unlimited Registrantcowboy10uk
Registered: February 6, 2008
Posts: 5
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Nope, I click on download, it shows up as computer collection 289 online collection 531, do you want to overwrite etc, say yes, goes to downloading profile, seems to work fine, says download complete, But it still hasnt updated it to full collection. Will try database repair, and see what happens
DVD Profiler Unlimited RegistrantStar Contributornorthbloke
Registered: March 15, 2007
Reputation: High Rating
United Kingdom Posts: 5,459
Posted:
PM this userDirect link to this postReply with quote
Are there any filters or parental controls currently switched on in Profiler that may hide some of the titles?
DVD Profiler Unlimited Registrantcowboy10uk
Registered: February 6, 2008
Posts: 5
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
don't think so, Ive looked in options, and all adults titles are allowed and no parential control is on. Also cleared all filters
DVD Profiler Unlimited Registrantcowboy10uk
Registered: February 6, 2008
Posts: 5
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Ok just tried, uninstalling deleting downloaded profile, tuning pc on and off, reinstalling, redownloading profile, and still same problem, only downloading 288 dvds  BUGGER
DVD Profiler Unlimited RegistrantStar Contributornorthbloke
Registered: March 15, 2007
Reputation: High Rating
United Kingdom Posts: 5,459
Posted:
PM this userDirect link to this postReply with quote
Is it always the same 288 profiles? Maybe there's a problem with either profile #288 or #289 that's causing the download to terminate. If the profiles are downloading in a certain order (compared to your online collection) hopefully you should be able to work out which one it's stopping at.
DVD Profiler Unlimited RegistrantStar Contributornorthbloke
Registered: March 15, 2007
Reputation: High Rating
United Kingdom Posts: 5,459
Posted:
PM this userDirect link to this postReply with quote
The only other thing I can suggest is if you have a friend who also uses Profiler who you can trust (at least partially  ), then let them have your login details and see if they can download your collection using their setup into a new database.
If they can, they can then do a proper backup and email you the backup file.
Of course, you should then change your password, just in case!
DVD Profiler Unlimited Registrantcowboy10uk
Registered: February 6, 2008
Posts: 5
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
well just tried installing on another machine, That one only downloaded 285 dvds, Sod it, looks like im doing it the hard way.
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,456
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting cowboy10uk:
Quote:
well just tried installing on another machine, That one only downloaded 285 dvds, Sod it, looks like im doing it the hard way.

Sorry for this long post. I will delete when / if not needed.

If you haven't solved it yet, you can try using BulkEdit. Cut and paste the list, including the header into a file callled "dvd.csv". After installing BulkEdit, Open a blank database and BulkEdit/Load and Validate CSVs and point to that file. 5 minutes later you will have a set of flagged profiles created in your Wishlist. Now do Collection/Flagged/Refresh. Done.

Here is your list of profile ids (I might be missing a couple - don't know why) - copy this into a text file:

Profile ID
.......                (list deleted to save forum space. Haven't heard anything from the poster. Didn't answer my PM either).
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,456
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Ok, finished. I'm looking at a database of 529 profiles, about 5 of which didn't download, but basically I built your database within 98% in about 1/2 hour, all automated. So, if you wanna try it, good luck.

Here is the code that I used to extract the profile IDs from the HTML source of your online list: (you don't need this - just posted in case somebody was wondering about it)

using System;
using System.Text;
using System.IO;
using System.Data;
using System.Collections;

namespace ReadSource
{
    class Program
    {
        static void Main(string[] args)
        {
            string fn = "C:\\Users\\MediaDogg\\Desktop\\profilelist.txt";
            if (args.Length > 0) fn = args[0];
            if (File.Exists(fn))
            {
                string source = File.ReadAllText(fn);
                int hit = -1;
                int pos = 0;
                string upcs = "";
                upcs = "Profile ID\r\n";
                hit = source.IndexOf("A HREF=\"DVD.aspx?U=");
                while (hit > 0)
                {
                    pos = source.IndexOf("\"", hit + "A HREF=\"DVD.aspx?U=".Length);
                    if (pos > 0)
                    {
                        upcs = upcs + source.Substring(hit + "A HREF=\"DVD.aspx?U=".Length, pos - hit - "A HREF=\"DVD.aspx?U=".Length)+"\r\n";
                        source = source.Substring(pos + 1);
                        hit = source.IndexOf("A HREF=\"DVD.aspx?U=");
                    }
                    else
                    {
                        hit = -1;
                    }
                }
                File.WriteAllText("C:\\Users\\MediaDogg\\Desktop\\upcs.csv", upcs);
            }
        }
    }
}

Edited with minor improvements. The file profilelist.txt is created by pasting the contents of right click/view source of the HTML page from an online listing of profiles. The only part that is needed is that big glob in the middle with all the profiles, but it doesn't hurt to cut/paste the whole page.

I guess many people can't compile this, so I will put an executable on my web site or maybe fold it into BulkEdit someday.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Unlimited Registrantjeffasaul
There can be only one
Registered: April 8, 2007
Posts: 2
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
I had the same issue.  Have 157 online, but only downloaded 45 or so.  I asked to perform a download a few more times and now up to 49.


I noticed it says I have 49 in my DB but 48 are filtered.  Cleared all filters and still says same thing.  Exported to xml and looked at it Excel, and there seems to be a blank record.  Maybe this is confusing the download and stops after 49?
 Last edited: by jeffasaul
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,456
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting jeffasaul:
Quote:
I had the same issue.  Have 157 online, but only downloaded 45 or so.  I asked to perform a download a few more times and now up to 49.


I noticed it says I have 49 in my DB but 48 are filtered.  Cleared all filters and still says same thing.  Exported to xml and looked at it Excel, and there seems to be a blank record.  Maybe this is confusing the download and stops after 49?

Are you starting with opening a fresh new database? If not, perhaps try that. Are you saying that you have absolutely no backup????? I hope you are not saying that.

- If you have a backup, restore the backup to a fresh new database.
- If you don't have a backup, but you do have a collection.xml, you can load using BulkEdit into a new database, then do a refresh. (although I haven't done much testing on 3.5.0 1240).
- If you have no backup and no saved XML, then you can re-create the database from a list of profile IDs, as in my prior post. You only have about a hundred to enter, but if you want that little program I wrote, send me a PM with your email address. It strips out all the profile IDs from a saved copy of the online HTML page, and makes a file that you can import with BulkEdit, followed by a refresh.

Of course you lose all personal info, except with importing collection.xml, which does preserve personal info.

Edit: Got your PM. I ran the program against your web listing and pasted the file into my reply. Good luck.

Edit: Subsequently got this nice PM in return:
Quoting jeffasaul:
Quote:
Thanks for your help!  That worked great!  I have a new database.  Not many people would have gone to the trouble of gathering my data for me! 

Jeff
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,456
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting cowboy10uk:
Quote:
well just tried installing on another machine, That one only downloaded 285 dvds, Sod it, looks like im doing it the hard way.

Wonder what ever happend here? No response either to my post or PM ... (?)
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
DVD Profiler Unlimited RegistrantStar ContributorRaymondG
Registered: July 7, 2007
Netherlands Posts: 284
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting mediadogg:
Quote:
Quoting cowboy10uk:
Quote:
well just tried installing on another machine, That one only downloaded 285 dvds, Sod it, looks like im doing it the hard way.

Wonder what ever happend here? No response either to my post or PM ... (?)



He's still busy manually entering all 529 profiles? 
My DVD's

Who is General Failure and why is he reading my hard drive?
    Invelos Forums->DVD Profiler: Desktop Technical Support Page: 1  Previous   Next