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
New report interface
Author Message
DVD Profiler Desktop and Mobile RegistrantStar ContributorLeiterfluid
*GASP* The Liberry!
Registered: March 16, 2007
United States Posts: 278
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Want: http://www.microsoft.com/silverlight/Pivotviewer/
DVD Profiler Desktop and Mobile RegistrantStar ContributorLeiterfluid
*GASP* The Liberry!
Registered: March 16, 2007
United States Posts: 278
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
So I was playing around with this over the weekend.  Here are a couple of screenshots (apologizes in advance if they're too big)

The first one shows the full, unfiltered collection sorted by sort title.  Information was taken from the CSV export plugin.

Image 1

The second screenshot shows a bar graph with a few filters applied (Sci-fi Movies produced after 1974 in keep case)

Image 2

Finally, the last one shows me zoomed into a specific title, with some details visible.

Image 3
 Last edited: by Leiterfluid
DVD Profiler Desktop and Mobile RegistrantStar ContributorLeiterfluid
*GASP* The Liberry!
Registered: March 16, 2007
United States Posts: 278
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
OK,
Check this out.
DVD Profiler Unlimited RegistrantStar Contributorscotthm
Registered: March 20, 2007
Reputation: Great Rating
United States Posts: 2,850
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting Leiterfluid:
Quote:
OK,
Check this out.

Looks interesting.

How much time did it take to set something like that up?

---------------
DVD Profiler Desktop and Mobile RegistrantStar ContributorLeiterfluid
*GASP* The Liberry!
Registered: March 16, 2007
United States Posts: 278
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Once I got the hang of using the different tools, not too long.
I used the CSV export plugin to export the required fields, and built the collection using the Excel Pivot Add-in.  There's sample code for creating Silverlight viewer application.  The longest part was uploading the image files to my web host.  The collection tool breaks each image up so that the larger images (when zoomed in) are actually a composite of six smaller images.  If I had been smart, I would have tar'd the files on my drive, and then extracted them once the whole thing had been uploaded.
DVD Profiler Desktop and Mobile RegistrantDr. Killpatient
Here's my card
Registered: May 19, 2007
Reputation: Highest Rating
United States Posts: 5,917
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
That's a pretty neat little interface.
DVD Profiler Unlimited RegistrantStar ContributorMithi
Sushi Annihilator
Registered: March 13, 2007
Reputation: Superior Rating
Germany Posts: 2,217
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting Leiterfluid:
Quote:
I used the CSV export plugin to export the required fields, and built the collection using the Excel Pivot Add-in.

hm, could you send me a CXML of ~10 or so profiles? Maybe there's a way to directly transform the DVD Profiler XML to CXML. Because I have no Excel, and so the way via Pivot Add-In is closed to me.
Quote:
The collection tool breaks each image up so that the larger images (when zoomed in) are actually a composite of six smaller images.

Is the collection tool part of Silverlight or part of the Excel Add-in?

cya, Mithi
Mithi's little XSLT tinkering - the power of XML --- DVD-Profiler Mini-Wiki
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,455
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Niiiice!!    Could be a cool plugin.
Sorry I didn't see this post in time to award greenies.
Edit: This is the kind of interface I have been looking for to organize media under LoadDVD. My prototype is slow and ugly. But my version of MS Tools doesn't support the sample. What version are you using?
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 ContributorLeiterfluid
*GASP* The Liberry!
Registered: March 16, 2007
United States Posts: 278
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting Mithi:

Quote:

hm, could you send me a CXML of ~10 or so profiles? Maybe there's a way to directly transform the DVD Profiler XML to CXML. Because I have no Excel, and so the way via Pivot Add-In is closed to me.
Quote:
The collection tool breaks each image up so that the larger images (when zoomed in) are actually a composite of six smaller images.

Is the collection tool part of Silverlight or part of the Excel Add-in?

cya, Mithi


I uploaded a sample cxml for you at http://www.leiterfluid.com/pivot/SampleData/SampleDataSet.cxml
The image files are zipped up at http://www.leiterfluid.com/pivot/SampleData/SampleDataSet_files.zip if you want to download them.  The excel plug-in formats and creates the scalable image files, but there's a separate tool that can be downloaded from Microsoft to build the image collections.

http://www.silverlight.net/learn/pivotviewer/collection-image-content/#Deep_Zoom_Images

Hope this helps!
 Last edited: by Leiterfluid
DVD Profiler Unlimited RegistrantStar ContributorMithi
Sushi Annihilator
Registered: March 13, 2007
Reputation: Superior Rating
Germany Posts: 2,217
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting Leiterfluid:
Quote:
I uploaded a sample cxml for you at http://www.leiterfluid.com/pivot/SampleData/SampleDataSet.cxml

Had a quick look at it, most stuff looks simple enough like
Quote:
        <Facet Name="Production Year">
          <Number Value="2007" />
        </Facet>

but every <Item> has something like
Quote:
    <Item Id="0" Img="#0" Name="AVP: Aliens vs. Predator: Requiem">

which are the IDs under which the images are stored. So either one has to incorporate those consecutive number the images have into the CXML or (and I would prefer that) using the <ID> from the DVD-Profiler-XML here and in the naming of the images.

Yes, that seem more of a job for a plugin, given that you also have to transform the pictures.

cya, Mithi
Mithi's little XSLT tinkering - the power of XML --- DVD-Profiler Mini-Wiki
    Invelos Forums->DVD Profiler: Desktop Feature Requests Page: 1  Previous   Next