Author |
Message |
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Could anybody develope a Export Tool, which export my Collection / Database into *.txt and/ore (better) MobiPocket *.prc Format ? THX |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| |
Registered: March 13, 2007 | Reputation: | Posts: 2,217 |
| Posted: | | | | Quoting GPSy: Quote: Could anybody develope a Export Tool, which export my Collection / Database into *.txt and/ore (better) MobiPocket *.prc Format ? There is the already mentioned CSV Export, or you could go for broke and use a XSLT on the XML-Export (see signature) I don't know how a *.prc should/could/would look, but maybe even that is possible with XSLT. cya, Mithi | | | Mithi's little XSLT tinkering - the power of XML --- DVD-Profiler Mini-Wiki |
|
Registered: March 13, 2007 | Reputation: | Posts: 922 |
| |
Registered: March 13, 2007 | Reputation: | Posts: 2,217 |
| |
Registered: March 13, 2007 | Reputation: | Posts: 922 |
| Posted: | | | | Because 700 covers would fit in your 4 MB RAM But hey, GPSy was asking for a txt file, so I think he would go with a title list. The Mobipocket Software imports pdf files, so you could create a simple list report with one title each line (important!) and "print" it to a pdf and import it back into Mobipocket. The resulting file is very small (my 500 profiles were about 17 kB). | | | Deutsches DVD Profiler Forum: www.dvdprofiler-forum.de |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Once again !!! I need neither a XML, CSV file which i convert again. My "dream" would be a Symbian(S60 3rd) program of DVD Profiler .... HEREOtherwise i am most search a possibility my DVD Collection as won File Export or as a * .txt file (for use with "convert" EasyPDB). NO Symbian Programm from "Ken", OK But a GOOD Export Tool ----> *.prc / *.txt / MobiPocket Format,could help But thanks you help me doKen ....... ? | | | Last edited: by GPSy |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | What do you think a CSV file is? It is a txt file, nothing more, nothing less.
And there's no need to use gigantic fonts, we're not in Kindergarten here. | | | Karsten DVD Collectors Online
| | | Last edited: by DJ Doena |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Quoting DJ Doena: Quote: ...... in Kindergarten here. Idiot Show me how can I import THIS *.csv File into EasyPDB ? NO Format, NO ...... | | | Last edited: by GPSy |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,460 |
| Posted: | | | | Or you could use plugin DVDProfileLoop and create anything you want: text, html, whatever. It comes with samples to create html lists for Smartphones. Caveat: has not yet been upgraded to support new 3.5 fields and values. See here.Give me a sample of specifically what you want the text output to look like, and I will tell you whether my plugin can do it, or provide some hints on the required script. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Quoting mediadogg: Quote: Or you could use plugin DVDProfileLoop and create anything you want: text, html, whatever. It comes with samples to create html lists for Smartphones. Caveat: has not yet been upgraded to support new 3.5 fields and values.
See here.
Give me a sample of specifically what you want the text output to look like, and I will tell you whether my plugin can do it, or provide some hints on the required script. Sorry, my English is not good enough to make the PlugIn or you to understand. |
|
Registered: March 14, 2007 | Posts: 630 |
| Posted: | | | | Another alternative:
1) Download the free Mobipocket Creator Publisher Edition from here: http://www.mobipocket.com/dev/article.asp?BaseFolder=prcgen&File=building.htm Make sure you also select the publisher edition when installing - the home edition will not work.
2) Create an XML export from DVD Profiler (you can automate this using my Instant Export plugin if you don't want to do this every time you need to update your device)
3) Create a simple XSLT file with Notepad or whatever you use to edit text files (give it whatever name you want but use the extension .xsl) with the following content: <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"> <xsl:value-of select="Title"/> <br/> </xsl:template> </xsl:transform>
4) Start Mobipocket Creator and create a new empty project
5) Add your collection.xml file. Select properties for this file and select the XSLT stylesheet you created in step 3.
6) You might need to fill in an output file. I used "Collection.html" but I do not know if it is needed
7) Press Build on the toolbar. A .prc file will be generated in the folder you created your Mobipocket project in. You can most likely ignore the warning - when I tried it was due to a missing cover.
When updating the list: 1) Copy your updated Collection.xml in on top of the file in your Mobipocket project folder.
2) Start Mobipocket Creator and select your project
3) Press Build on the toolbar.
The XSLT I have included here is extremely limited - it will just create a list of titles. It would of course be possible to extend it to provide full movie details and include cover images, but that is more than I have time for now. | | | Regards Lars | | | Last edited: by lmoelleb |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Quote: 5) Add your collection.xml file. Select properties for this file and select the XSLT stylesheet you created in step 3.
6) You might need to fill in an output file. I used "Collection.html" but I do not know if it is needed Where, how? |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | Quoting GPSy: Quote:
Quote: 5) Add your collection.xml file. Select properties for this file and select the XSLT stylesheet you created in step 3.
6) You might need to fill in an output file. I used "Collection.html" but I do not know if it is needed
Where, how? OK, OK "Doubleclick on collection.xm"l | | | Last edited: by GPSy |
|
Registered: March 14, 2007 | Posts: 630 |
| Posted: | | | | Or single-click where it says "Properties" | | | Regards Lars |
|
Registered: March 14, 2007 | Posts: 129 |
| Posted: | | | | THX lmoellebBut the display the won is more than modest. Only the display of the title is too little, unfortunately. Needed/Minimum: Title#Quick ReviewRunning TimeBut manymany thank you for your effort |
|