Author |
Message |
Registered: March 14, 2007 | Posts: 630 |
| Posted: | | | | Then it is time to learn XSLT | | | Regards Lars |
|
Registered: March 14, 2007 | Posts: 630 |
| Posted: | | | | This XSLT example will include collection number (I think, I do not use collection numbers so I can't test it) and running time. I do not have any idea what so ever what a "Quick review" is. But if it refers to the "review" value you assign to the movie and DVD (those colored blocks in the DVD profiler GUI) etc it is certainly possible to include though if more than a numeric value is needed it becomes a bit more work.
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <html> <body> <xsl:apply-templates select="/Collection/DVD"> <xsl:sort select="SortTitle"/> </xsl:apply-templates> </body> </html> </xsl:template> <xsl:template match="/Collection/DVD"> <b><xsl:value-of select="Title"/></b><br/> <span style="color:gray">   #<xsl:value-of select="CollectionNumber"/>, <xsl:value-of select="RunningTime"/> min.<br/> </span> </xsl:template> </xsl:transform> | | | Regards Lars |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | SUPER !!!!!
"Quick review" = "Overview/Resumè" (in DVDP)
If you now nor the content of "Overview/Resumè'" could integrate/display for each Video, you were my HERO | | | Last edited: by GPSy |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | lmoelleb, please help .... |
|
Registered: March 14, 2007 | Posts: 630 |
| Posted: | | | | This is not as trivial as the other things, as it needs to deal with newlines and formatting (italic and bold). Not to mention I am not sure how to do a layout that would actually work, Sorry, but I have tons of things I would like to do on other projects, and they have higher priority for me than this. So when I said it is time to learn XSLT I actually meant it. | | | Regards Lars |
|
Registered: March 13, 2007 | Reputation: | Posts: 940 |
| Posted: | | | | You can create a pdb file using iSiloX Clipper. My full collection is about 93megs, for all profiles, cast, crew, overview, and coverscans. It is the closest to DVDProfiler Mobile without actually being it. I'm not sure if you plan on using the pdb file, or are going to convert it.
There was a thread on the old Intervocative site, but the mobile section of that was deleted before the Invelos site went up and I am unable to find it. I will post what I remember.
1: You first view your online collection while logged in.
2: Then, paste into the address bar(without quotes): "http://www.invelos.com/onlinecollections/dvd/inblue/list.aspx" and hit enter. This will display your collection as a list only, with each title clickable as a link.
3: Run the iSiloX Clipper which is installed when you install IsiloX as a toolbar button or from the tools menu in internet explorer.
When the Clipper opens, click on the Properties button (not Default Properties) to set the parameters. The source will be automatically filled out. The destination can be set to hotsync, but I just create the file in my documents folder and manually copy it to the memory card. Set your filename there and it will be remembered for the next time you run it. Link depth needs to be only 1, and you don't need to follow offsite links. If I remember, everything else is fine without changing from the default. You can optionally uncheck images if you don't want them. Then hit the Convert button. It takes a little while, my collection takes about 15 minutes to create the file with cable internet.
Hope that helps. | | | Kevin |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Quoting antolod: Quote:
Hope that helps. No, I have NO "online collection" |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Quoting lmoelleb: Quote: This is not as trivial as the other things, as it needs to deal with newlines and formatting (italic and bold).
Not to mention I am not sure how to do a layout that would actually work,
Sorry, but I have tons of things I would like to do on other projects, and they have higher priority for me than this. So when I said it is time to learn XSLT I actually meant it. A pity. This additional "Enlargement" would have me/us really help ... |
|
Registered: March 13, 2007 | Reputation: | Posts: 940 |
| Posted: | | | | Quoting GPSy: Quote: Quoting antolod:
Quote:
Hope that helps.
No, I have NO "online collection" You can upload your collection, then you will have the required online collection for iSiloX to clip. Uploading your collection also gives you an additional emergency backup, if for some reason your hard drive crashes and you lose your local copy and local backup files. Click on Online/DVD Profiler Online... and upload your collection. If you wish to keep your online collection private, you set those options under my profiler linked at the top of every page. | | | Kevin |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Quoting antolod: Quote: Quoting GPSy:
Quote: Quoting antolod:
Quote:
Hope that helps.
No, I have NO "online collection"
You can upload your collection, then you will have the required online collection for iSiloX to clip. Uploading your collection also gives you an additional emergency backup, if for some reason your hard drive crashes and you lose your local copy and local backup files. Click on Online/DVD Profiler Online... and upload your collection. If you wish to keep your online collection private, you set those options under my profiler linked at the top of every page. Ok, now all "Steps", finished. But MobiPocket do NOT import the *pdb File. I would import into MobiPocketReader, but nothing happened, no Error .... nothing |
|
Registered: March 13, 2007 | Reputation: | Posts: 940 |
| Posted: | | | | Well, I can not say for sure exactly what the internal format of the iSiloX pdb file is. I have a 700P, and use iSilo on it to view my collection. It might be that the file format is designed to be used only by that program. As a last resort, you might see if there is a version of iSilo that will run on your phone. | | | Kevin |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Quoting GPSy: Quote: SUPER !!!!!
"Quick review" = "Overview/Resumè" (in DVDP)
If you now nor the content of "Overview/Resumè'" could integrate/display for each Video, you were my HERO Appeal:If anybody could integrate/display: "Quick review" = "Overview/Resumè" (in DVDP) into THIS XSLT: Quote: <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <html> <body> <xsl:apply-templates select="/Collection/DVD"> <xsl:sort select="SortTitle"/> </xsl:apply-templates> </body> </html> </xsl:template> <xsl:template match="/Collection/DVD"> <b><xsl:value-of select="Title"/></b><br/> <span style="color:gray">   #<xsl:value-of select="CollectionNumber"/>, <xsl:value-of select="RunningTime"/> min.<br/> </span> </xsl:template> </xsl:transform> !!! I pay 15 Euros via PayPal !!! |
|
Registered: May 19, 2007 | Reputation: | Posts: 6,730 |
| Posted: | | | | May sound a bit daft, but why not export as *.pdf? | | | 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 |
|