Ticket #7858 (closed enhancement: fixed)
Opened 2 years ago
Last modified 2 years ago
MythFS - FuseFS access to storage group content
| Reported by: | Raymond Wagner <raymond@…> | Owned by: | wagnerrp |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.23 |
| Component: | Contributed Scripts & Apps | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
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
mythfs Videos /mnt/mythtv/rename/videos -o ro,allow_other
mythfs 'Single,myth://Videos@mybackend/Videos/some_test_file.mpg' /tmp/single -o ro,allow_other
Attachments
Change History
comment:1 Changed 2 years ago by mdean
- Owner changed from mdean to wagnerrp
- Status changed from new to assigned
comment:2 Changed 2 years ago by wagnerrp
mythfs.py was committed to trunk a while back ([23313]), but not properly referenced in the commit. Ticket is being left open for now for tracking issues.
comment:3 Changed 2 years ago by wagnerrp
- Status changed from assigned to closed
- Resolution set to fixed
- Milestone changed from unknown to 0.23
Closing complete in preparation for 0.23. Future bugs or issues can open a new ticket, or be voiced in the mailing list.

