
PVR Decoder for Linux/Unix/Mac OS X (Console Script)
-
- SamyGO Project Donor
- Posts: 137
- Joined: Fri Feb 07, 2014 10:09 am
- Location: M?nchen
- Contact:
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Are you guys getting philosophical about TVs and remotes now? 

Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
Website: http://www.karolin-bierbrauer.de
-
- SamyGO Project Donor
- Posts: 137
- Joined: Fri Feb 07, 2014 10:09 am
- Location: M?nchen
- Contact:
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
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?
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
Website: http://www.karolin-bierbrauer.de
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
@Karo2204, You now have donor-status ..
You should be able to access more threads in your hunt for information
You should be able to access more threads in your hunt for information

I provide NO assistance by PM, unless absolutely necessary. Please ask questions in dedicated topics.
-
- SamyGO Project Donor
- Posts: 137
- Joined: Fri Feb 07, 2014 10:09 am
- Location: M?nchen
- Contact:
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Yes but it is all so complicated.
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
Website: http://www.karolin-bierbrauer.de
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
I like only "complicated" solutions;) I want to have full control and not easy usage:D
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
-
- SamyGO Project Donor
- Posts: 137
- Joined: Fri Feb 07, 2014 10:09 am
- Location: M?nchen
- Contact:
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
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?
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
Website: http://www.karolin-bierbrauer.de
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
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"


I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
-
- SamyGO Project Donor
- Posts: 137
- Joined: Fri Feb 07, 2014 10:09 am
- Location: M?nchen
- Contact:
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
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?After that make tv test the device. It will failCode: 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"
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
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
Website: http://www.karolin-bierbrauer.de
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Whatever you want:)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
-
- SamyGO Project Donor
- Posts: 137
- Joined: Fri Feb 07, 2014 10:09 am
- Location: M?nchen
- Contact:
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
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
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
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
Website: http://www.karolin-bierbrauer.de