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: DVD Profiler Online Page: 1 2  Previous   Next
Online collection datas
Author Message
DVD Profiler Unlimited Registrantsgtapone
Registered: April 15, 2009
Posts: 3
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Hello there,

I'm searching now since almost one hour and I was not able to find this info, is there any way to retrieve my online collection data in an other way than using the http://dvdprofiler.com/DVDCollection.aspx page ?

Ideally in a xml/json format ?

Thank you in advance for any infos you could provide me on this subject
DVD Profiler Unlimited RegistrantStar ContributorLewis_Prothero
Strength Through Unity
Registered: May 19, 2007
Reputation: Superior Rating
Germany Posts: 6,730
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Currently there is no other official way.

Some users are working with PHP to achieve the goal. Download here: phpdvdprofiler
It all seems so stupid, it makes me want to give up!
But why should I give up, when it all seems so stupid?


Registrant since 05/22/2003
DVD Profiler Desktop and Mobile RegistrantStar ContributorTaro
Registered: February 23, 2009
Reputation: High Rating
Belgium Posts: 1,580
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
+1 vote for phpdvdprofiler. Been using it and loving it a lot!
Blu-ray collection
DVD collection
My Games
My Trophies
DVD Profiler Unlimited RegistrantFredLooks
phpDVDProfilerDude D5/7/2
Registered: March 13, 2007
Canada Posts: 350
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Actually, latest, freshly minted last Tuesday-version can be found here

Alternate location here

I have been woefully forgetful about keeping SH84 (owner of the originally-mentioned site) in the loop ... I'll send him an email to see if he is still interested in hosting the latest version...
-fred
DVD Profiler Unlimited RegistrantStar ContributorMithi
Sushi Annihilator
Registered: March 13, 2007
Reputation: Superior Rating
Germany Posts: 2,216
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting sgtapone:
Quote:
Ideally in a xml/json format ?

ehm, you are aware that DVD Profiler is able to create a XML-export?
File -> Export Profile Database

cya, Mithi
Mithi's little XSLT tinkering - the power of XML --- DVD-Profiler Mini-Wiki
DVD Profiler Unlimited Registrantsgtapone
Registered: April 15, 2009
Posts: 3
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
yes I am but I would like to avoid the manual part and be able to always have up to date collection xml available online

about phpdvdprofiler I've seen it and downloaded it but what is it exactly ? is it a php version of dvd profiler with it's own database or a php interface for dvd profiler able to retrieve my collection ?
DVD Profiler Unlimited RegistrantFredLooks
phpDVDProfilerDude D5/7/2
Registered: March 13, 2007
Canada Posts: 350
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
More like the first, although I'm not completely comfortable with "version of DVD profiler", as Ken can't be blamed for any of it.   It takes the exported XML from the windows program, stuffs it into a database and displays from that db through a web server. HTH.
-fred
DVD Profiler Unlimited Registrantsgtapone
Registered: April 15, 2009
Posts: 3
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Okay thank you for those clarifications!
DVD Profiler Unlimited RegistrantRobert Ghost
Registered: March 9, 2011
United States Posts: 22
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
is there a way to get dvdprofiler to upload my Collection.xml file directly to my phpdvdprofiler, without the need to upload it manually?
DVD Profiler Unlimited RegistrantStar ContributorLewis_Prothero
Strength Through Unity
Registered: May 19, 2007
Reputation: Superior Rating
Germany Posts: 6,730
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting RobertGhost:
Quote:
is there a way to get dvdprofiler to upload my Collection.xml file directly to my phpdvdprofiler, without the need to upload it manually?

This question probably should be asked in the phpdvdprofiler forum.

You'll find more people there to know the answer if there is any
It all seems so stupid, it makes me want to give up!
But why should I give up, when it all seems so stupid?


Registrant since 05/22/2003
DVD Profiler Unlimited RegistrantStar ContributorMithi
Sushi Annihilator
Registered: March 13, 2007
Reputation: Superior Rating
Germany Posts: 2,216
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting RobertGhost:
Quote:
is there a way to get dvdprofiler to upload my Collection.xml file directly to my phpdvdprofiler, without the need to upload it manually?

Not that I'm aware of. There might(!) be the possibility to run a local webserver on your machine and then let the phpDVDProfiler get the XML from there, but you still have to do a manual XML-export on your working-station and you would have all the work from running the webserver, so I don't think this would really be any easier.

Best thing would be to script the export and the ftp-upload so it works with a single click.

cya, Mithi
Mithi's little XSLT tinkering - the power of XML --- DVD-Profiler Mini-Wiki
DVD Profiler Desktop and Mobile RegistrantStar ContributorDJ Doena
Registered: May 1, 2002
Registered: March 14, 2007
Reputation: Highest Rating
Germany Posts: 6,738
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting Mithi:
Quote:
Best thing would be to script the export and the ftp-upload so it works with a single click.


It would look something like this:

ExportAndUpload.cmd
Quote:

@echo off
"C:\Program Files\DVD Profiler\dvdpro.exe" /NoSplash /CommandFile="D:\dvdpCommands.txt"
ftp -s:"d:\ftpCommands.txt"
start http://<your webserver>/phpdvdprofiler/?action=update


dvdpCommands.txt
Quote:

ExportXMLAll "d:\collection.xml"
Close


ftpCommands.txt
Quote:

open <your webserver>
<your username>
<your password>
cd phpdvdprofiler
ascii
send "d:\collection.xml"
close
bye
Karsten
DVD Collectors Online

 Last edited: by DJ Doena
DVD Profiler Unlimited RegistrantRobert Ghost
Registered: March 9, 2011
United States Posts: 22
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Im not really sure how to use your code so I think Ill stick with my invelos database
DVD Profiler Unlimited RegistrantRobert Ghost
Registered: March 9, 2011
United States Posts: 22
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
DJ Doena,
i seem to be having a problem with the scripts, ive directed then to where the file is on my puter and i have try to upload a new file via FTPing the new file, but its not updating it what can i do?
DVD Profiler Desktop and Mobile RegistrantStar ContributorDJ Doena
Registered: May 1, 2002
Registered: March 14, 2007
Reputation: Highest Rating
Germany Posts: 6,738
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Have you replaced all the vital data? Like your webserver, your FTP login data, your remote directory?

What happens if you run Start -> Run -> ftp.exe

and then enter the commands manually?
Karsten
DVD Collectors Online

DVD Profiler Unlimited RegistrantRobert Ghost
Registered: March 9, 2011
United States Posts: 22
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
yes im pretty sure ive gotten all that,  here is what i have in my CMD file:

@echo off
"C:\Program Files\DVD Profiler\dvdpro.exe" /NoSplash /CommandFile="C:\Documents and Settings\Ghost\Desktop\dvdcommand\dvdpCommands.txt"
ftp -s:"C:\Documents and Settings\Ghost\Desktop\dvdcommand\ftpCommands.txt"
start http://robghost.com/phpdvdprofiler/?action=update

ftpCommand text
open robghost.com
user name (hidden for post)
password (hidden for post
cd phpdvdprofiler
send "C:\Documents and Settings\Ghost\My Documents\DVD Profiler\collection.xml"
bye
close

dvdCommands text
ExportXMLAll "C:\Documents and Settings\Ghost\My Documents\DVD Profiler\collection.xml"
Close

when i run the script it stops at the send line and doesnt upload the file however it does open my login page so that i can update the file, when i enter user/pass and hit update it doesnt find a file... should there be a command for replacing the file or will this script automaticly do that (when it works correctly)?

Also is there a way to get the script to auto log me into my update page and complete that process automatically?
 Last edited: by Robert Ghost
    Invelos Forums->DVD Profiler: DVD Profiler Online Page: 1 2  Previous   Next