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  Previous   Next
APPEAL: .......
Author Message
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
Appeal:

If anybody could integrate/display:
"Quick review" = "Overview/Resumè" (named in DVDP) into *.pdb File, because MobiPocket Import

INFO about this ....

into THIS XSLT File:
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 !!!

P.S.
Copyrights remain with me
Optically desired Formatting
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
Nobody ?

But now i am disappointed 
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
As I asked before in your other thread on the same topic:

Quoting goblinsdoitall:
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
DVD Profiler Desktop and Mobile RegistrantStar ContributorDJ Doena
Registered: May 1, 2002
Registered: March 14, 2007
Reputation: Highest Rating
Germany Posts: 6,741
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting GPSy:
Quote:

P.S.
Copyrights remain with me
Optically desired Formatting

Why'd you want to acquire the copyrights of this? You know that you can't use the XML export file for anything commercial without the approval of Invelos?

Quote:
In order to use the Export Profile Database function, you must
accept the following usage policy by clicking on the Accept button
below.  If you do not wish to accept the usage policy, click the
Decline button below.  By declining, you will be unable to access
this function.

The Export Profile Database function exports your collection's
information to an XML file.  The information contained in those
export files are for your personal use only and cannot be employed
for use in any other setting.

For commercial use, please send email to
commercialuse@invelos.com or click on the Commercial Use email
button below.
Karsten
DVD Collectors Online

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
Quoting DJ Doena:
Quote:

Why'd you want to acquire the copyrights of this? You know that you can't use the XML export file for anything commercial without the approval of Invelos?

Not to mention I would claim it was derived work if it the overview is simply added to my XSLT example... that is if it was advanced enough to be protected by copyright (or similar law) in the first place... which it isn't, and neither will be be simply because the overview is added.

But maybe he just want to reserve the right to change it after he gets it, which is obviously OK.

By the way, I seriously doubt Invelos has any right what so ever to prohibit creation of programs and utilities that work with the XML export. It is the commercial use of the actual data that requires approval, not programs that work on the data.
Regards
Lars
 Last edited: by lmoelleb
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 goblinsdoitall:
Quote:
As I asked before in your other thread on the same topic:

Quoting goblinsdoitall:
Quote:
May sound a bit daft, but why not export as *.pdf?

*.pdf ?
I do not know the DVDP collection, can export as *.pdf.
Quote:
Why'd you want to acquire the copyrights of this? You know that you can't use the XML export file for anything commercial without the approval of Invelos?

Actually, this was a Gag.

If I understand right, it is the enlargement of "lmoelleb" XSLT file, not a great effort. All the more unfriendly is the fact that there is no one can or want to make .... very unfortunate 
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,456
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Does something like this work???? (If not, maybe it is close enough for somebody to finish it)

<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/>
      <b>Quick Review</b><br/>                          <--------- New stuff
      <xsl:value-of select="Overview"/><br/>          <--------- New stuff
    </span>
  </xsl:template>
</xsl:transform>

Send the Euros to the original person that made the script for you. No need to ignore that person just because they didn't provide that last bit. People have done that to me before and I hate it - after hours and hours of work, they offer no support, then near the end they offer some kind of prize to do something that I could care less about. I usually ignore them, and get nothing - even after all the work. Maybe that's what happended here.

By the way, this was not a motivator. It turns people off. I'm just bored, so I took a shot at it ...
Quoting GPSy:
Quote:
All the more unfriendly is the fact that there is no one can or want to make .... very unfortunate  [/b]
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Desktop and Mobile RegistrantStar ContributorTheMadMartian
Alien with an attitude
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 13,201
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Quoting GPSy:
Quote:
If I understand right, it is the enlargement of "lmoelleb" XSLT file, not a great effort. All the more unfriendly is the fact that there is no one can or want to make .... very unfortunate 

If it is no great effort, why not do it yourself?  What is unfriendly is someone asking for help and then having an attitude when nobody is able to give that help. 
No dictator, no invader can hold an imprisoned population by force of arms forever.
There is no greater power in the universe than the need for freedom.
Against this power, governments and tyrants and armies cannot stand.
The Centauri learned this lesson once.
We will teach it to them again.
Though it take a thousand years, we will be free.
- Citizen G'Kar
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
The main reason I did the original XSLT for him was simply the usual developers "I wonder how PRC files are made in the first place". Now I know and I have other things to spend my time on. I didn't do it for the money, so he can keep them and spend them on an anger management course

To do the overview in a way I would have been happy with for my own use, I would have to replace the <i>, newlines etc with actual formatting - I know very well it can be done in XSLT but I would have to go looking for it, and to be honest I hate doing XSLT precisely because such a simply task requires so much code. And no, 15 euros simply isn't enough to make me spend my free time doing something I don't like... I see enough of this stuff at work.
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
Quoting mediadogg:
Quote:
Does something like this work???? (If not, maybe it is close enough for somebody to finish it)

<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/>
      <b>Quick Review</b><br/>
      <xsl:value-of select="Overview"/><br/>
    </span>
  </xsl:template>
</xsl:transform>

Send the Euros to the original person that made the script for you. No need to ignore that person just because they didn't provide that last bit. People have done that to me before and I hate it - after hours and hours of work, they offer no support, then near the end they offer some kind of prize to do something that I could care less about. I usually ignore them, and get nothing - even after all the work. Maybe that's what happended here.

By the way, this was not a motivator. It turns people off. I'm just bored, so I took a shot at it ...
Quoting GPSy:
Quote:
All the more unfriendly is the fact that there is no one can or want to make .... very unfortunate  [/b]


1. THX mediadogg it work, unformatted text ..... but it is enough (Give me your PayPal ad ...)
2. For all (other) bleaters ... I think it unfriendly if i could help it but do not because i think it is simply .... If someone does not have time is it something else.
3. I am too stupid to go for XSLT
    Invelos Forums->DVD Profiler: Desktop Feature Requests Page: 1  Previous   Next