Invelos Forums->Posts by mediadogg |
Page:
1 2 3 4 Previous Next
|
Message |
Details |
Quoting nanoron:
Quote: I have added a second PC (iMac running Bootcamp) running DVDProfiler to my home network, anticipating eventually switching over to it. What is the best way to sync them and my iPad up? The two PCs seem to be using the same OneDrive cloud storage. Declare one of the PC's as the "master". Make sure to keep the database up to date and BACKED UP on that one always. Sync the iPad to the master.
The second PC can be loaded from an exported database from the master, or an uploaded online database, or synced to the master using the remote connection. Using the same copy of the cloud database can also work if you are vey careful about NOT using DVD Profiler on the two PCs at the same time, and carefully managing updates and backups. | Posted: Topic Replies: 9, Topic Views: 10472 |  | HTTPJolie Version 1.75 Available
In this version of HTTPJolie:
- GSyren updates to the HTTPJolie Command Reference - HTTPJolie Usage Guide (pdf) updated to include more details on sending commands using TCP - Bug fixes to the "xml" and "pidlist" commands - Fixed bug that returned the incorrect set of profiles for any command using &collection="owned" - Improved the "refresh" command, and added a new parameter &ctrlkey="true" or "false", with "false" being the default. If &ctrlkey="false" (default), the oline profile list is refreshed as an incremental change. If &ctrlkey="true", the entire online profile list file is downloaded. This, as with any other command, can be sent using the command line utility "TCPsend", and thus can be automated using a scheduler program.
This time I remembered to reset the download windows for past orders for your convenience. | Posted: Topic Replies: 113, Topic Views: 36923 |  | Do you have any old copies of your PC hard drive? If so, you might be able to get a head start by simply copying images from the old image folder.
By "images", do you mean headshots or cover scans? If you mean head shots, and if you don't mind starting with somebody else's choices, you could take a loo at the Headshot Master Database. Most of your actors will likely be covered, and you can then update or add at you leisure. | Posted: Topic Replies: 4, Topic Views: 6628 |  | Well I was able to write some code to do it inside HTTPJolie. That makes it possible to add to any of GSyren's tools, or to automate from a browser or by using the TCPSend command line utility.
Example for partial refresh:
tcpsend "?cmd=""refresh""
Example for full refresh (control key down):
tcpsend "?cmd=""refresh""&ctrlkey=""true"" | Posted: Topic Replies: 87, Topic Views: 27751 |  | This discussion has caused me to review the HTTPJolie command "refresh".
Today it does this: PerformPendingDownloads();
I plan to change it to:
TriggerMenuItem(PluginConstants.FORMID_Main, PluginConstants.MENUID_Form, "Online", "Refresh Online Profile List..."); PerformPendingDownloads(); TriggerMenuItem(PluginConstants.FORMID_Main, PluginConstants.MENUID_Form, "View", "Refresh Collection List");
And I will add an option equivalent holding down the Ctrl key for the first item.
Any comments? | Posted: Topic Replies: 87, Topic Views: 27751 |  | I'm not finding information on holding down the Ctrl key. Can someone jog my memory on how that changes things?
Oh I see now, and I guess it was never officially documented. | Posted: Topic Replies: 87, Topic Views: 27751 |  | Quoting GSyren:
Quote: Yeah, but you need to combine the command with Ctrl-down, and I don't see how you can do that through HTTPJolie. But maybe I'm missing something? Maybe not missing, perhaps overlooking the fact that HTTPJolie is hosted by DVD Profiler internally. There is nothing an external program can do, that HTTPJolie cannot. | Posted: Topic Replies: 87, Topic Views: 27751 |  | I was thinking HTTPJolie, not AutoItX. You can send commands over TCPIP using the TCPSend utility that ships with it. TCPSend could be launched with the scheduler.
Or you could schedule the launch of DVD Profiler itself, with the command file option, which would include the menu command for refreshing profiles.
And then there is DVDPFauxAPI and the CommndOnEventGUI which could probably do the same thing based on a database event, such as opening the database.
Lot of toys in the sandbox. | Posted: Topic Replies: 87, Topic Views: 27751 |  |
|
Invelos Forums->Posts by mediadogg |
Page:
1 2 3 4 Previous Next
|