Search found 6 matches
- Tue Sep 19, 2017 6:34 pm
- Forum: Support
- Topic: DVDpedia v4 broken
- Replies: 1
- Views: 4379
DVDpedia v4 broken
I'm helping resurrect DVDpedia from an archive databse. I have the old DVDpedia folder from the ~/Library/Application Support folder. On a Mac mini (OS X 10.7.5) I've installed a fresh copy of DVDpedia v4.6.8, and launched and registered it. Of course the database was new and empty. Next I quit DVDp...
- Fri Apr 02, 2010 12:14 pm
- Forum: Support
- Topic: Printing Template with link info (DVDpedia)
- Replies: 5
- Views: 3391
Re: Printing Template with link info (DVDpedia)
That solves my problem. Here's the code I modified within the " PrintingSmallCovers " template: <!--BeginRepeat--> <div class="movie"> <img src="[key:localCoverImageURL]" border="0" class="image" /> <div class="movieTitle">[key:title]</div>...
- Wed Mar 31, 2010 3:30 pm
- Forum: Support
- Topic: Printing Template with link info (DVDpedia)
- Replies: 5
- Views: 3391
Re: Printing Template with link info (DVDpedia)
Yep, my files are stored on a couple of local servers. I tried the changes you suggested without realizing the full impact of what you said. That is that copies of the linked files were being created (after waiting for quite a while for the template to print). My goal in creating a new printing temp...
- Tue Mar 30, 2010 11:33 am
- Forum: Support
- Topic: Printing Template with link info (DVDpedia)
- Replies: 5
- Views: 3391
Printing Template with link info (DVDpedia)
I'm modifying a Printing Template (PrintingSmallCovers duplicated as PrintingMySmallCovers) to include information about linked files for each movie. Here's my current code: <!--BeginRepeat--> <div class="movie"> <img src="[key:localCoverImageURL]" border="0" class=&quo...
- Sat Mar 20, 2010 12:22 pm
- Forum: Support
- Topic: Printing template
- Replies: 5
- Views: 3378
Re: Printing template
Thanks Connor! The "Data folder location" was indeed the issue.
My library is networked with the media and DVDpedia database (and support files, obviously ) on the network, to be shared via FrontRow.
All is working now.
Thanks again!
My library is networked with the media and DVDpedia database (and support files, obviously ) on the network, to be shared via FrontRow.
All is working now.
Thanks again!
- Tue Mar 16, 2010 5:27 pm
- Forum: Support
- Topic: Printing template
- Replies: 5
- Views: 3378
Re: Printing template
I'm experimenting with printing templates and can't seem to get DVDpedia to recognize my new template. I'm storing it in: ~/Library/Application Support/DVDpedia/Templates/ I've relaunched DVDpedia hoping that would help but... no. My template name is unique: PrintingMySmallCovers.html Is there somet...