- Configuration -> Recording
- Recording System path: /mnt/recording_cache - Container: Matroska
- Include Episode in filename
- Remove all unsafe characters from filename
- Replace whitespace in title with '-'
- Tag files with metadata
- Skip commercials
pi@testpi ~ $ mount | grep recording
/dev/sda1 on /mnt/recording_cache type ext4 (rw,nosuid,nodev,noexec,noatime,data=ordered)
pi@testpi ~ $ ls -ld /mnt/recording_cache/
drwxr-xr-x 3 hts video 4096 Nov 8 13:46 /mnt/recording_cache/
Started a quick test recording, file created on disk. Looks like we're good.
Activity
2014-11-06 23:09:12
2014-11-06 23:14:08
In the TvHeadEnd Web UI
- Configuration -> Recording
- Recording System path: /mnt/recording_cache
- Container: Matroska
- Include Episode in filename
- Remove all unsafe characters from filename
- Replace whitespace in title with '-'
- Tag files with metadata
- Skip commercials
2014-11-08 13:50:55
Want the recording directory to be ext4, so
Definitely got the right device node, so, update fstab
Interestingly, the user hts doesn't appear to be in the group video . Lets fix that while we're at it
Test recording running at the moment, the episode being recorded should end in around 10 minutes so will check back in on it in a while
2014-11-08 14:15:03
2014-11-08 14:23:17
Following the Reboot
Started a quick test recording, file created on disk. Looks like we're good.
2014-11-08 14:23:23
2014-11-08 14:23:23
2014-11-08 14:23:27