Page 16 of 18
Re: PVR to network storage
Posted: Sat Jan 03, 2015 3:54 pm
by sectroyer
zoelechat wrote:sectroyer wrote:Yeah told you it will work

zoeolchat when you have some time maybe we could prepare some new vusb_record script based on this work?
Maybe, I wonder it there couldn't be some easiest way using PVRAnyDev

PVRAnyDev doesn't support everything we need

Now it's completely "native"

It's just image with correct FS, etc.

Re: PVR to network storage
Posted: Sat Jan 03, 2015 3:58 pm
by zoelechat
Ok, I may have to read carefully the past 15 pages

Re: PVR to network storage
Posted: Sat Jan 03, 2015 4:14 pm
by Deus3X
zoelechat wrote:Ok, I may have to read carefully the past 15 pages

i'll try to resume the full process, if that could help i will post it
p.s. just a question:
Code: Select all
$SYSROOT/bin/busybox mount -o "rw,user=Deus,password=buona,iocharset=utf8" -t cifs "//192.168.2.33/REG_TV" "/dtv/samba"
this command mount REG_TV dir on dtv/samba dir..
Could REG_TV be a directory that is shared by samba NAS but not shared with the tv (a dir not shader using samba.init script)
Naturally entering on that command user and password to obtein the dir access
Re: PVR to network storage
Posted: Sat Jan 03, 2015 4:22 pm
by zoelechat
Deus3X wrote:i'll try to resume the full process, if that could help i will post it

You might even open a new thread if you feel it

Re: PVR to network storage
Posted: Sat Jan 03, 2015 4:24 pm
by Deus3X
zoelechat wrote:Deus3X wrote:i'll try to resume the full process, if that could help i will post it

You might even open a new thread if you feel it

i will do it on F series section

but please check if i'll write something wrong

don't want that people will corrupt their tv for a bad command
about my precedent question...
can you answer?
i was trying to locate the rec.img on another samba directory not shared with the tv... but it not worked..
i was writing a not on my document to be sure to be able to redo the full process alone and would be nice to know if there are some more requisite that sectroyer had considered making the command
Re: PVR to network storage
Posted: Sat Jan 03, 2015 4:33 pm
by zoelechat
Deus3X wrote:i will do it on F series section

but please check if i'll write something wrong

don't want that people will corrupt their tv for a bad command

Yeah, no problem, sectroyer will check
It's participative forum and always a pleasure when not only mods and devs post tutorials
about my precedent question...
can you answer?
Guess no, not followed enough

But if you try to mount an image that is not accessible by the TV, it seems logical if it can't find it

Re: PVR to network storage
Posted: Sat Jan 03, 2015 4:39 pm
by Deus3X
zoelechat wrote:Deus3X wrote:i will do it on F series section

but please check if i'll write something wrong

don't want that people will corrupt their tv for a bad command

Yeah, no problem, sectroyer will check
It's participative forum and always a pleasure when not only mods and devs post tutorials
about my precedent question...
can you answer?
Guess no, not followed enough

But if you try to mount an image that is not accessible by the TV, it seems logical if it can't find it

also if i give him user and password?
Re: PVR to network storage
Posted: Sat Jan 03, 2015 4:46 pm
by zoelechat
Deus3X wrote:also if i give him user and password?
Just checked more carefully... Yes it should work, did you try?
Re: PVR to network storage
Posted: Sat Jan 03, 2015 4:50 pm
by sectroyer
Deus3X wrote:
also if i give him user and password?
Him? Who? Me?

Re: PVR to network storage
Posted: Sat Jan 03, 2015 4:54 pm
by Deus3X
sectroyer wrote:Deus3X wrote:
also if i give him user and password?
Him? Who? Me?

my bad english... do not consider it

i mean.. the tv

my question was... can i put the rec.img on a folder that is not shared with the tv using samba.init script?
in your command i setted user and password and also the path to the directory.
i tryed to set another directory and the script does not worked.
The reason was that the dir was not shared?
why i had to set user and password if the script use samba share?