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 :D 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 :D

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 :D
i'll try to resume the full process, if that could help i will post it :P

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 :P
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 :P
You might even open a new thread if you feel it ;)
i will do it on F series section :P
but please check if i'll write something wrong :P
don't want that people will corrupt their tv for a bad command :P

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 :P
but please check if i'll write something wrong :P
don't want that people will corrupt their tv for a bad command :P
Yeah, no problem, sectroyer will check :P
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 :D
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 :P
but please check if i'll write something wrong :P
don't want that people will corrupt their tv for a bad command :P
Yeah, no problem, sectroyer will check :P
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 :D
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? :D

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? :D
my bad english... do not consider it :P
i mean.. the tv :P
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?