<div class="gmail_quote">On Mon, Jan 11, 2010 at 4:53 PM, Robert McNamara <span dir="ltr">&lt;<a href="mailto:robert.mcnamara@gmail.com">robert.mcnamara@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Mon, Jan 11, 2010 at 4:48 PM, Robert Houghton &lt;<a href="mailto:robbadler@gmail.com">robbadler@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Ick. I was hoping to avoid that if someone had modified the regex/input<br>
&gt; fields to accept something like &lt;show&gt;_a123.avi , like it does for<br>
&gt; &lt;show&gt;_S01E01.avi and do the appropriate lookup.<br>
<br>
</div>ttvdb.py doesn&#39;t do any filename parsing, all that logic is in<br>
MythVideo, which only supports season/episode data.  To implement it I<br>
would have to add database values for absolute numbering, add a new<br>
command line option to supported scripts (which means breaking the<br>
grabber spec) and write logic into MythVideo to try to guess which the<br>
user was attempting to express, all of which is a lot of twisty code<br>
for very, very minimal gain (versus simply requiring that the user use<br>
the supported season/episode combinations).<br>
<div><div></div><div class="h5"><br>
Robert<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><br>I saw something on XMBC for this where if season number was set to zero, ie bleach_S00E145 then the grabber would then look at absolute numbering. <br>