<div>Not working yet...</div><div><br></div><div>[root@mythtv mythtvfs-fuse-0.6.0]# ./mythtvfs -o host=mythtv /export/data3/mythtv/ /mnt/test</div><div>Could not find compatible protocol version (mythtvfs=40, backend=50)</div>
<div>Perhaps try with '-o program-width=N' where N is the new protocol width?</div><div><br></div><div class="gmail_quote">On Tue, Nov 3, 2009 at 12:53 AM, Jan Schneider <span dir="ltr"><<a href="mailto:jan@horde.org">jan@horde.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Zitat von "Michael T. Dean" <<a href="mailto:mtdean@thirdcontact.com" target="_blank">mtdean@thirdcontact.com</a>>:<div>
<div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 11/02/2009 07:42 PM, Robert McNamara wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Nov 2, 2009 at 5:38 PM, David Hunter wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
One feature I would like to see is proper naming (Ie human readable)<br>
file naming of mythtv recordings. Similar to the WMC filemame<br>
convention, or is there already a way to do this?<br>
</blockquote>
Please don't top post on this list.<br>
<br>
Yes, you can use the mythrename script.<br>
</blockquote>
<br>
Though doing so will likely cause issues. <a href="http://www.mythtv.org/wiki/Mythrename.pl" target="_blank">http://www.mythtv.org/wiki/Mythrename.pl</a><br>
<br>
In truth, Myth is /already/ doing the right thing by naming the recordings using only Arabic numerals, the underscore, period, and "mpg" or "nuv". When you use human-readable names, you end up with the problems of dealing with a) characters that are illegal in filenames on some file systems/platforms, b) characters that are not present in the character encoding used by the file system's filenames, c) file names that are too long for filenames on some file systems/platforms, d) disagreement on how the "broken" filenames were corrected to file-system-usable filenames in various different parts of the code (i.e. Myth libs, Perl bindings, Python bindings, ...) and/or redundant coding of the same rules which must always be kept up-to-date, and e) many more issues...<br>
<br>
So, use <a href="http://mythrename.pl" target="_blank">mythrename.pl</a> --link (which will /never/ cause issues--the --link argument is critical) and get the best of all 5 worlds:<br>
<br>
1) recording filenames that /always/ work no matter what<br>
2) human-readable filenames that can be used when reading files directly off the file system (and that if "broken" can usually still be recognized by a human)<br>
3) a directory that contains /only/ information about recording files (i.e. no PNG preview pixmaps, etc.)<br>
4) the recordings from /all/ directories in /all/ local storage groups are /all/ visible in the same location (meaning you don't have to hunt down recording files across multiple different directories/file systems)<br>
5) as many different views as you want each named/sorted differently.<br>
<br>
(There may be other worlds that I'm forgetting. I'm intentionally not mentioning the world I care most about, "makes it less likely for users to mess with Myth's data," since many will disagree with me about who owns the data.)<br>
</blockquote>
<br></div></div>
There's also mythtvfs which I prefer because it is a fuse solution and thus works in real-time. Not sure if it still works with 0.22 though.<br>
<br>
Jan.<br><font color="#888888">
<br>
-- <br>
Do you need professional PHP or Horde consulting?<br>
<a href="http://horde.org/consulting/" target="_blank">http://horde.org/consulting/</a></font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">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>