<br><br><div class="gmail_quote">On Wed, Feb 1, 2012 at 1:35 PM, Raymond Wagner <span dir="ltr">&lt;<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im"><br>
</div>As I understand it, mythicalibrarian does all this stuff internally, and<br>
either populates XBMC&#39;s database directly, or provides metadata files<br>
XBMC understands.<br>
<div class="im"><br></div></blockquote><div>Not true, at least in my limited experience. ML has a function where it can notify XBMC (As well as your desktop, I believe) when a new recording is available, but AFAIK that&#39;s the most &quot;pushing&quot; it does. After recording and exporting an episode of Family Guy, for example, it creates the following path under my recordings directory:<br>
<br>/Episodes/Family Guy/Season 8\Family Guy S08E03 (Spies Reminiscent of Us).mpg<br><br>I pointed my Boxee Box and my Plex Media Server to that folder, and each app used its respective metadata lookup to display the episode and plot synopsis.<br>
<br><br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">
&gt; but the issue would still be that they are stored in the Myth-esque<br>
&gt; naming convention, so if I connected via Samba etc, I couldn&#39;t easily<br>
&gt; see which file is which episode.<br>
<br>
</div>As you mention below, you could use <a href="http://mythlink.pl" target="_blank">mythlink.pl</a> to create links to the<br>
files, but there is good reason to using a generic naming system for<br>
storage.  First, it ensures a unique filename in the event the metadata<br>
is similar, such as two movies of the same name.  Second, it means you<br>
don&#39;t have to deal with all those little filesystem quirks, such as<br>
limited character sets and limited name length.  If you screw up the<br>
symlinks, who cares.  You patch the code for that particular issue and<br>
continue on.  If you screw up a file rename, or overwrite something, the<br>
data may simply be gone.  That&#39;s the reason renaming capability was<br>
removed from the old <a href="http://mythrename.pl" target="_blank">mythrename.pl</a> (to make <a href="http://mythlink.pl" target="_blank">mythlink.pl</a>).<br></blockquote><div><br>I&#39;m sure that the Unix admins out there will look at the above naming 
structure and all of its spaces &amp; capitalization and weep quietly 
into their ThinkGeek coffee mugs, so I completely understand why Myth should keep its native naming convention.  <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div class="im"><br>
</div>MythVideo has a mechanism where instead of viewing your content based<br>
off the underlying directory structure, it will generate one of several<br>
other structures based off the stored metadata.  Does XBMC have anything<br>
of that sort?  With mythicalibrarian automatically pulling such data fro<br>
XBMC, that could be an option.<br><br></blockquote><div><br>I&#39;m by no means neither a dev nor an expert in XBMC etc... I&#39;d consider myself maybe a power user at best, so I don&#39;t want to speak for them.  But it sounds to me that if MythArchive (or something similar) could make the file and folder hierarchy based on the above conventions I spelled out, that would be all we would need for the aggregators at large to index the content successfully. And if I may step on my soapbox a bit, this could be a HUGE step towards solidifying MythTV as a central hub for everything from XBMC to Roku to Xbox 360 to all those smart TVs that are out there these days... You lose the functionality of a true front end, but you gain the ease of pointing a $100 box to an SMB share and having access to all your recordings. Just a thought from an end user :-)<br>
</div></div>