
mythtv at cvs
Jan 4, 2010, 12:04 PM
Post #1 of 4
(682 views)
Permalink
|
|
Ticket #7858: MythFS - FuseFS access to storage group content
|
|
#7858: MythFS - FuseFS access to storage group content ---------------------------------------------------+------------------------ Reporter: Raymond Wagner <raymond@…> | Owner: mdean Type: enhancement | Status: new Priority: trivial | Milestone: unknown Component: Contributed Scripts & Apps | Version: head Severity: low | Mlocked: 0 ---------------------------------------------------+------------------------ This is intended to serve as an alternate to mythrename.pl, and can be used to provide filesystem access to recordings, mythvideo content, or a single file through a myth URI. Recordings will work with the same format string as used by mythrename.pl. The program requires #7264 to work, and is currently buggy, but functional. mythfs Recordings,'%T/(%oY%-%om%-%od) %S' /mnt/mythtv/rename/by-title -o ro,allow_other[[br]] mythfs Videos /mnt/mythtv/rename/videos -o ro,allow_other[[br]] mythfs 'Single,myth://Videos [at] mybacken/Videos/some_test_file.mpg' /tmp/single -o ro,allow_other -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7858> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|