PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.
Post Reply

karo2204
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)

Post by karo2204 »

Are you guys getting philosophical about TVs and remotes now? ;)
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
karo2204
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)

Post 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?
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
Lordbyte
Official SamyGO Developer
Posts: 1472
Joined: Sun Aug 18, 2013 11:07 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by Lordbyte »

@Karo2204, You now have donor-status ..
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.
karo2204
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)

Post by karo2204 »

Yes but it is all so complicated.
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by sectroyer »

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 !!!!
karo2204
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)

Post 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?
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post 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 :)
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 !!!!
karo2204
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)

Post 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
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by sectroyer »

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 !!!!
karo2204
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)

Post 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
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de

Post Reply

Return to “[F] Software”