Author |
Message |
Registered: March 18, 2007 | Posts: 22 |
| Posted: | | | | Quoting TomGaines: Quote: Quoting sknyfs:
Quote: Tom, when you do the conversion to version 2.4 xml,do you also exportthe slot/location information too. I have my tvshows in a dvd changer and I wantto automate this process as well. I convert everything that was available in DVD Profiler's 2.4 XML export. It's not in the 2.4 xml export. Would you consider adding it? |
|
Registered: March 13, 2007 | Posts: 350 |
| Posted: | | | | That is incorrect, the 2.4 XML supported Location and slot (as part of the DISC tag) | | | -fred |
|
Registered: March 13, 2007 | Reputation: | Posts: 2,005 |
| Posted: | | | | Quoting sknyfs: Quote: It's not in the 2.4 xml export. Would you consider adding it? It was included in 2.4 XML and is also exported in the CCViewer. I just tried it again. <Disc> <Description>Episodes 01-02 + Bonus</Description> <DiscIDSideA>38208E5F0695E08C</DiscIDSideA> <LabelSideA>LOIS_AND_CLARK_S1_D1</LabelSideA> <DualSided>False</DualSided> <DualLayered>True</DualLayered> <Flipper>False</Flipper> <Location>Changer 1</Location> <Slot>1</Slot> </Disc> <Disc> | | |
|
|
Registered: March 18, 2007 | Posts: 22 |
| Posted: | | | | That's funny because I didn't see it in my xml. Let me look some more. |
|
Registered: March 18, 2007 | Posts: 22 |
| Posted: | | | | Quoting TomGaines: Quote: Quoting sknyfs:
Quote: It's not in the 2.4 xml export. Would you consider adding it? It was included in 2.4 XML and is also exported in the CCViewer. I just tried it again.
<Disc> <Description>Episodes 01-02 + Bonus</Description> <DiscIDSideA>38208E5F0695E08C</DiscIDSideA> <LabelSideA>LOIS_AND_CLARK_S1_D1</LabelSideA> <DualSided>False</DualSided> <DualLayered>True</DualLayered> <Flipper>False</Flipper> <Location>Changer 1</Location> <Slot>1</Slot> </Disc> <Disc> Those look like the 3.0 xml tags. I don't have that in my 2.4 export. edit: I think I see the problem. The <dsic> id isn't imported with the Xlobby import. Guess I'll have to add it manually. | | | Last edited: by sknyfs |
|
Registered: July 2, 2007 | Posts: 18 |
| Posted: | | | | For 1.5.1 here is Tom's example on how to automotate Batchfile with two commands: C:\Program Files\DVD Profiler\dvdpro.exe /CommandFile C:\temp\ProfilerCommand.txt C:\tools\CCViewer\CCViewer.exe CCVCommand.txt
with the command file ProfilerCommand.txt: ExportXMLAll C:\temp\Collection.xml Close
and the command file CCVCommand.txt: OpenDatabase C:\tools\CCViewer\Database.mdb ImportProfilerDatabase C:\temp\Collection.xml ExportProfiler2Database C:\temp\Profiler2.xml Close |
|
Registered: March 13, 2007 | Posts: 756 |
| Posted: | | | | OK, what have I done wrong?
I updated CCV Viewer to V 1.5.1 and got it working using an existing CCV database. I then started up DVDP with the CCV Plugin (V1.1). Now every time I select a profile in DVDP which I know has an award, I get one of two popups:
either: "Object reference is not set to an instance of an object"
or "Type mismatch".
What's it doing and how do I fix it? | | | Chris |
|
Registered: March 13, 2007 | Reputation: | Posts: 2,005 |
| Posted: | | | | You haven't done anything wrong, except not reading my warning Quoting TomGaines: Quote:
Attention: This release has been released earlier as planned because of the Profiler 2 Export fix. Originally planned to be released with an update of the Award plugin. It is therefore not possible to use a database managed under version 1.5.0 to be used with the current award plugin (because of database change). The same goes of course for 1.5.1 until I will update the award plugin. Simply create a new database with the award plugin (inside DVD Profiler) and import into this one the awards. | | |
| | | Last edited: by TomGaines |
|
Registered: March 13, 2007 | Posts: 756 |
| Posted: | | | | | | | Chris | | | Last edited: by Mole |
|
Registered: March 13, 2007 | Reputation: | Posts: 2,005 |
| |
Registered: March 13, 2007 | Reputation: | Posts: 2,005 |
| |
Registered: July 2, 2007 | Posts: 18 |
| Posted: | | | | Quoting TomGaines: Quote: Version 1.5.2 New: Profiler 3 XML Export Fix: Handling of quotes in input parameters (command line) Fix: CommandFile CreateDatabase
1) What would one do with 3 XML export ? 2) Thanks on quote fix. 3) What was wrong with this command file before ? Thanks. |
|
Registered: March 13, 2007 | Posts: 2,692 |
| Posted: | | | | Quoting TomGaines: Quote: Version 1.5.2
thanks for this - but it looks like this doesn't include an award fix, so I assume we still can't use the databse from this within dvd profiler? | | | Paul |
|
Registered: March 13, 2007 | Reputation: | Posts: 2,005 |
| Posted: | | | | Quoting thekochs: Quote: 1) What would one do with 3 XML export ? The Profiler 2 export was implemented while Profiler 2 was current. And now you are glad that I did The original purpose is still the same as then: You can manipulate data in the Viewer without some of the restrictions Profiler has (e.g. only 3 studios/genres, limited characters in cast/crew/title) and still have a Profiler 3 XML for other user applications. Sadly nobody uses this advantage. The Profiler 2 Export has only be begun to be used, when other application could still not handle the new Profiler 3 export. Quote: 3) What was wrong with this command file before ? After creation of the new database it was not automatically selected. | | |
|
|
Registered: March 13, 2007 | Reputation: | Posts: 2,005 |
| Posted: | | | | Quoting pauls42: Quote: Quoting TomGaines:
Quote: Version 1.5.2
thanks for this - but it looks like this doesn't include an award fix, so I assume we still can't use the databse from this within dvd profiler? This problem has nothing to do with the Viewer. The reason is, that the Viewer is further ahead than the award plugin and the plugin cannot handle the new database. This needs to be fixed in the plugin. But I wanted to wait for the promised improvements in the Plugin API, which are said to be coming with the next Profiler, before I release a new version. But it seems that it will take awhile, so I will make maybe a release with just that fix during the holidays. | | |
|
|
Registered: March 13, 2007 | Posts: 2,692 |
| Posted: | | | | Quoting TomGaines: Quote:
This problem has nothing to do with the Viewer. The reason is, that the Viewer is further ahead than the award plugin and the plugin cannot handle the new database.
This needs to be fixed in the plugin. But I wanted to wait for the promised improvements in the Plugin API, which are said to be coming with the next Profiler, before I release a new version. But it seems that it will take awhile, so I will make maybe a release with just that fix during the holidays. ok, I understand. Anything you do is appreciated. | | | Paul |
|