![Very Happy :D](./images/smilies/icon_biggrin.gif)
Make sure to do a hard refresh to make sure you get the newest fi.shared.js file.
Code: Select all
// Remove any instances of "The", "A " and "An" at the beginning of a string
s = s.toLowerCase();
if (s.substr(0,4) === "the ") { return s.substr(4); }
else if (s.substr(0,3) === "an ") { return s.substr(3); }
else if (s.substr(0,2) === "a ") { return s.substr(2); }
else { return s; }
Code: Select all
<!--IFyear <span class="cbsubtitle">([key:year])</span> ENDyear-->
Code: Select all
<!--IFtheatrical <span class="cbsubtitle">[key:theatrical]</span> ENDtheatrical-->
Code: Select all
<!--IFrating <tr><td class="cbtrans"><A href="http://www.imdb.com/title/tt[key:imdb]/ratings" target="_blank">[translate:Ratings]</a>:</td><td class="cbkeys">[key:rating]</td></tr> ENDrating-->
<!--IFawards <tr><td class="cbtrans"><A href="http://www.imdb.com/title/tt[key:imdb]/awards" target="_blank">[translate:awards]</a>:</td><td class="cbkeys">[key:awards]</td></tr> ENDawards-->
Code: Select all
<table>
<!--IFgenre <tr><td class="cbtrans">[translate:genre]:</td><td class="cbkeys">[key:genre]</td></tr> ENDgenre-->
<!--IFimdb <tr><td class="cbtrans">[translate:imdb]:</td><td class="cbkeys"><a href="http://www.imdb.com/title/tt[key:imdb]/" target="_blank">[key:imdb]</a></td></tr> ENDimdb-->
<!--IFasin<tr><td class="cbtrans">[translate:Amazon]:</td><td class="cbkeys"><a href="http://amazon.com/dp/[key:asin]" target="_blank">[key:asin]</a></td></tr> ENDasin-->
<tr><td class="cbtrans">[translate:Search]:</td><td class="cbkeys"><A href="http://www.netflix.com/Search?ff2_submit.x=16&ff2_submit.y=13&v1=[key:title]" target="_blank">Netflix</A> • <a href="http://www.youtube.com/results?search_query=[key:title]+trailer" target="_blank">YouTube</a></td></tr>
</table>
Code: Select all
s = s.toLowerCase();
if (s.substr(0,4) === "the ") { return s.substr(4); }
else if (s.substr(0,3) === "an ") { return s.substr(3); }
else if (s.substr(0,2) === "a ") { return s.substr(2); }
else { return s; }
Code: Select all
<!--IFcredits
<span class="cbcredits">
<table>
<tr><td><a href="http://www.imdb.com/find?s=nm&q=[key:director]" target="_blank">[key:director]</td><td> ... </td><td>([translate:director])</td></tr>
<tr><td><a href="http://www.imdb.com/find?s=nm&q=[key:writer]" target="_blank">[key:writer]</td><td> ... </td><td>([translate:writer])</td></tr>
<tr><td colspan="3"> </td>
[creditsBegin]<tr><td><a href="http://www.imdb.com/find?s=nm&q=[credit:name]" target="_blank">[credit:name]</td><td> ... </td><td><a href="http://www.imdb.com/find?s=ch&q=[credit:role]" target="_blank">[credit:role]</a></td></tr>[creditsEnd]
</table>
</span>
ENDcredits-->
Code: Select all
<link rel="alternate" type="application/rss+xml" title="RSS" href="sharing/list.rss" />
OK, so I removed that line and it still exported all the kagillion xml files. But yes, now there is no feed available.Nora wrote:Edit the template and get rid of this line:
Code: Select all
<link rel="alternate" type="application/rss+xml" title="RSS" href="sharing/list.rss" />
DVDpedia is a bit too ownership-centric for my more general Moviepedia-style usage. I hope it'll eventually add a few features that more directly/conveniently supported rental/theatre/TV viewing, for instance.ual wrote:…, but I use DVDPedia as a movie reference, not a DVD collection, …
Interesting. What features would you need for, say, a rental-based "collection"? I currently have a "Seen on TV" collection - I just get the movie info from IMDb and have made a couple of custom fields that show when I watched it and so on. What else do you have in mind?sjk wrote: DVDpedia is a bit too ownership-centric for my more general Moviepedia-style usage. I hope it'll eventually add a few features that more directly/conveniently supported rental/theatre/TV viewing, for instance.
ual wrote:Conor missed the memo that went out to Mac developers in the 90s saying "The Killer App is dead."