Page 6 of 16
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 12:40 am
by karo2204
Are you guys getting philosophical about TVs and remotes now?

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 4:51 pm
by karo2204
Lordbyte wrote:I saw mmhorda say he records to NAS .. We might have our minions capture him, and take him to our
secret interrogation-facillities and feed him pizza and cola until he divulge all his secrets.
I would actually want to know too .. My current setup is a 128 GB USB-pen in TV, and PVRDecoder then decodes to NAS.
Much better setup would be to have libPVRtoTS.so save its output directly to NAS using NFS.
I just need to research exactly how ..
Did anybody here anything yet from mmhorda?
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 5:55 pm
by Lordbyte
@Karo2204, You now have donor-status ..
You should be able to access more threads in your hunt for information

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 6:13 pm
by karo2204
Yes but it is all so complicated.
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 6:15 pm
by sectroyer
I like only "complicated" solutions;) I want to have full control and not easy usage:D
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 7:05 pm
by karo2204
It looks like you have done this before. Can't you just give me (or others) a step-by-step tutorial on how to do this?
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 7:13 pm
by sectroyer
karo2204 wrote:It looks like you have done this before. Can't you just give me (or others) a step-by-step tutorial on how to do this?
Code: Select all
mkfs.xfs -f -d file,name=pvrimage,size=50g
mount -t ifs -o loop pvrimage <MOUNT POINT>
touch <MOUNT POINT>/.PlaceHolderDO-NOT-REMOVE
insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko file="pvrimage"
After that make tv test the device. It will fail

When it does copy .PVRPfmChkLog from working device to your image's CONTENTS directory. Pretty simple

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 7:18 pm
by karo2204
sectroyer wrote:karo2204 wrote:It looks like you have done this before. Can't you just give me (or others) a step-by-step tutorial on how to do this?
Code: Select all
mkfs.xfs -f -d file,name=pvrimage,size=50g
mount -t xfs -o loop pvrimage <MOUNT POINT>
touch <MOUNT POINT>/.PlaceHolderDO-NOT-REMOVE
insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko file="pvrimage"
After that make tv test the device. It will fail

When it does copy .PVRPfmChkLog from working device to your image's CONTENTS directory. Pretty simple

So this one
Code: Select all
mkfs.xfs -f -d file,name=pvrimage,size=50g
I have to do directly on the TV or NAS? on my sinology I have /sbin/mkfs.ext3 and /sbin/mkfs.ext4
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 7:18 pm
by sectroyer
Whatever you want:)
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 21, 2014 7:22 pm
by karo2204
OK I did the first thing on my TV it didn't complain
Then I tried
mount -t ifs -o loop pvrimage /dtv/usb/sda/nfs/192.168.0.14/tvshows
and it says "no such device"
I tried this: mount -t ifs -o loop pvrimage 192.168.0.14:/volume2/tvshows/
and I got the same result