Search found 6 matches
- Mon Oct 05, 2009 4:14 pm
- Forum: PediaTalk
- Topic: How to handle TV Episodes
- Replies: 12
- Views: 20801
Re: How to handle TV Episodes
If the ASIN and the UPC are not important information for you then remove them from all the movies forcing it to use the UID. Select all and use the edit function and check the ASIN and UPC fields but leave them empty, this will remove them in one fell swoop. Not sure if they're important for me, s...
- Sat Oct 03, 2009 6:33 am
- Forum: PediaTalk
- Topic: How to handle TV Episodes
- Replies: 12
- Views: 20801
Re: Linking Back
A variation on the problem: linking back to the DVD on which the episode is to be found. At present these links seem to default to the format dvdpedia://bruji.com/asin= which means the above method does not work... Is there some different tag, or some other way of forcing the links to use the format...
- Sat Oct 03, 2009 5:21 am
- Forum: PediaTalk
- Topic: How to handle TV Episodes
- Replies: 12
- Views: 20801
Re: How to handle TV Episodes
Another idea might be to have a function that transform a given link into the proper format (this is all guess work, but it sounds plausible): function tansform(alink) { if (alink.src.indexOf('pedia://bruji.com/uid=') !=-1) { return '/details/' + alink.substring(25) + '.html' } } <a href="java...
- Fri Oct 02, 2009 4:10 pm
- Forum: PediaTalk
- Topic: How to handle TV Episodes
- Replies: 12
- Views: 20801
Re: How to handle TV Episodes
To your custom template add the following command and the HTML export pages will be named by UID instead of incremental order page number. <meta name="uidNaming" content="yes" /> Very neat! Thanks! Your advice is much appreciated. Though I've realised I still can't link to the r...
- Thu Oct 01, 2009 3:21 pm
- Forum: PediaTalk
- Topic: How to handle TV Episodes
- Replies: 12
- Views: 20801
Re: How to handle TV Episodes
Each of the collections is excluded from the main library, and each episode is ripped to a separate file. This lets me easily add information specific to each episode, and at the same time keeps the database organized. I've found this a very useful tip, and it's a solid workaround for episodes supp...
- Thu Apr 16, 2009 8:34 am
- Forum: Feature Requests
- Topic: Export dvdpedia to Wordpress page
- Replies: 9
- Views: 8827
Re: Export dvdpedia to Wordpress page
This would be a really nice way to handle publishing my DVD collection to the web. And it's the kind of cool thing that would be one more reason in favour of finally getting bookpedia as well.