Re: Guide to record to a network share for H series?
Posted: Fri Jan 01, 2016 5:47 pm
Damn... What if I mount a suitable structure on top of the usb mount point? I think I'll need to try for myself... Thanks!
Samsung TV Firmware on the GO
http://forum.samygo.tv/
I think yes. But I think your first idea was much bettermad_ady wrote:Also another idea - if you have a reasonable-sized usb drive (2-4GB) and you do the symlink trick you'd be limited in recording time only per "episode" - e.g. you could record a maximum of 4GB, but once that recording is done the disk does not gain in size (you could record as many 4GB shows as you want, but you can't record a 5GB show, right?)
Code: Select all
cd /dtv/usb/sdb1
mv CONTENT CONTENT.orig
ln -s /dtv/usb/sdc/nfs/192.168.1.5/TVRecordings/CONTENTS CONTENTS
Code: Select all
[root@tv sdb1]# lsof | grep CONTENTS
136 /mtd_exe/exeTV /dtv/usb/sdb1/CONTENTS.orig/20160126180522.srf
136 /mtd_exe/exeTV /dtv/usb/sdb1/CONTENTS.orig/20160126180522.mdb
136 /mtd_exe/exeTV /dtv/usb/sdb1/CONTENTS.orig/20160126180522.mdb
136 /mtd_exe/exeTV /dtv/usb/sdb1/CONTENTS.orig/20160126180522.mdb
136 /mtd_exe/exeTV /dtv/usb/sdb1/CONTENTS.orig/20160126180522.mdb
Code: Select all
[root@tv sdb1]# lsof | grep CONTENTS
136 /mtd_exe/exeTV /dtv/usb/sdc/nfs/192.168.1.5/TVRecordings/CONTENTS/20160207130325.srf
136 /mtd_exe/exeTV /dtv/usb/sdc/nfs/192.168.1.5/TVRecordings/CONTENTS/20160207130325.mdb
136 /mtd_exe/exeTV /dtv/usb/sdc/nfs/192.168.1.5/TVRecordings/CONTENTS/20160207130325.mdb
136 /mtd_exe/exeTV /dtv/usb/sdc/nfs/192.168.1.5/TVRecordings/CONTENTS/20160207130325.mdb
136 /mtd_exe/exeTV /dtv/usb/sdc/nfs/192.168.1.5/TVRecordings/CONTENTS/20160207130325.mdb
OF COURSEmad_ady wrote: @sectroyer: I have a question - after the TV is first rooted, do you still need a physical recording device?