[mythtv-users] looking for a fake file system

Raymond Wagner raymond at wagnerrp.com
Wed Apr 7 16:30:11 UTC 2010


On 4/7/2010 04:04, Tom Sparks wrote:
> Cold_Case\
>      Season_00\
>            [00x00] Jurisprudence.avi
>            [00x00] Soul.avi
>            [00x00] Chinatown.avi
>            [00x00] Forensics.avi
>
>
> is it possible?

No.  Season and episode number are not available to use for recordings.


On 4/7/2010 04:18, Fa wrote:
> look into mythtvfs 
> (http://outflux.net/software/pkgs/mythtvfs-fuse/) which uses fuse 
> (http://fuse.sourceforge.net/).

MythTVfs is not a solution.  It is not designed for human readable 
output, but rather puts all the metadata in the title for one specific 
external program to access it.  The format is uses is:

{SERIES_TITLE}{AIR_DATE}{EPISODE_TITLE}{RECORD_DATE}{CHANNEL}{DURATION}{DESCRIPTION}FILE.mpg

and with the description in there, I'm honestly surprised it doesn't conflict with the 255 character limit more often.

MythFS 
(http://svn.mythtv.org/trac/browser/branches/release-0-23-fixes/mythtv/contrib/exports/mythfs.py) 
is intended for human readable output, and is compatible with the format 
strings used by mythlink.pl.


More information about the mythtv-users mailing list