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 Feature Requests Page: 1 2  Previous   Next
Export into *.txt, ore better Mobipocket *.prc Format ?
Author Message
DVD Profiler Desktop and Mobile Registrantlmoelleb
Beer Profiler now!
Registered: March 14, 2007
Denmark Posts: 630
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Then it is time to learn XSLT
Regards
Lars
DVD Profiler Desktop and Mobile Registrantlmoelleb
Beer Profiler now!
Registered: March 14, 2007
Denmark Posts: 630
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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">
      &#160;&#160;#<xsl:value-of select="CollectionNumber"/>,
      <xsl:value-of select="RunningTime"/> min.<br/>
    </span>
  </xsl:template>
</xsl:transform>
Regards
Lars
DVD Profiler Desktop and Mobile RegistrantGPSy
Registered: March 14, 2007
Germany Posts: 129
Posted:
PM this userVisit this user's homepageDirect link to this postReply with 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
 Last edited: by GPSy
DVD Profiler Desktop and Mobile RegistrantGPSy
Registered: March 14, 2007
Germany Posts: 129
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
lmoelleb, please help .... 
DVD Profiler Desktop and Mobile Registrantlmoelleb
Beer Profiler now!
Registered: March 14, 2007
Denmark Posts: 630
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with 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.
Regards
Lars
DVD Profiler Unlimited Registrantantolod
Since Dec 02, 2003
Registered: March 13, 2007
Reputation: High Rating
United States Posts: 940
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Desktop and Mobile RegistrantGPSy
Registered: March 14, 2007
Germany Posts: 129
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting antolod:
Quote:


Hope that helps.


No, I have NO "online collection" 
DVD Profiler Desktop and Mobile RegistrantGPSy
Registered: March 14, 2007
Germany Posts: 129
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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 ...
DVD Profiler Unlimited Registrantantolod
Since Dec 02, 2003
Registered: March 13, 2007
Reputation: High Rating
United States Posts: 940
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with 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.
Kevin
DVD Profiler Desktop and Mobile RegistrantGPSy
Registered: March 14, 2007
Germany Posts: 129
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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 
DVD Profiler Unlimited Registrantantolod
Since Dec 02, 2003
Registered: March 13, 2007
Reputation: High Rating
United States Posts: 940
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Desktop and Mobile RegistrantGPSy
Registered: March 14, 2007
Germany Posts: 129
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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">
      &#160;&#160;#<xsl:value-of select="CollectionNumber"/>,
      <xsl:value-of select="RunningTime"/> min.<br/>
    </span>
  </xsl:template>
</xsl:transform>


!!! I pay 15 Euros via PayPal !!!
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
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
    Invelos Forums->DVD Profiler: Desktop Feature Requests Page: 1 2  Previous   Next