Page 9 of 15

Re: PVR+ 3.x

Posted: Thu Jul 12, 2012 10:13 am
by jmcolomina
Hello, I have L40B651 with patched firmware T-CHL7DEUC-1005.0. I run PVR+ and I can record TV fine but only image without any sound. Any idea?

Thanks in advance.

Re: PVR+ 3.x

Posted: Sun Aug 19, 2012 6:58 pm
by samygofan
I had similar issues like you (no sound, shuttering playback, mosaic on screen, starting PVR+ distorted audio on TV etc.) and for me a cure was rescan DVB-T and analog programs on TV from scratch.
I am from Poland and it was DVB-T implemented for few months and they changed parameters few times (invisibly) ie. removing old broadcasts.
I have Samsung LE52B750.

Re: Sv: PVR+ 3.x

Posted: Sun Sep 16, 2012 9:52 pm
by forgir
Hi,

I read about an imminent update for pvr+ and I would love to see a time shifting function implemented.

Kindly regards,
Adrian

Re: PVR+ 3.x

Posted: Thu Sep 20, 2012 9:15 pm
by c74k
alexey980 wrote:Hi, guys.

I use haneWIN NFS Server on my PC to share folder video for my UE40B7000WW (firmware: T-CHU7DEUC-3000.G-v0.24 - patched).
In my old PVR (v0.8.1) there was some parameter Target in pvr.ini:

Code: Select all

TARGET1=/dtv/usb/sdg1/192.168.0.100/video/
As a result, all the TV?s records were successfully saved into folder video on my PC.

The question is:
how to make video as a destination folder for TV?s records in PVR+ 3.x?

I created a script PVRplus/scripts/MOVIE001.sh like this:

Code: Select all

mount --bind /dtv/usb/sdg1/192.168.0.100/video /mtd_wiselink/MOVIE001
then assigned MOVIE001 as main Target in PVR+ settings.

However when I try to record something with PVR+, it show:
?target not ready?

what is wrong with this?
after linked tv start create file but not record after push stop tv hanged out + restart

Re: PVR+ 3.x

Posted: Sat Sep 29, 2012 9:25 pm
by c74k
up

Re: PVR+ 3.x

Posted: Sun Sep 30, 2012 10:24 pm
by forgir
c74k wrote:
alexey980 wrote:Hi, guys.

I use haneWIN NFS Server on my PC to share folder video for my UE40B7000WW (firmware: T-CHU7DEUC-3000.G-v0.24 - patched).
In my old PVR (v0.8.1) there was some parameter Target in pvr.ini:

Code: Select all

TARGET1=/dtv/usb/sdg1/192.168.0.100/video/
As a result, all the TV?s records were successfully saved into folder video on my PC.

The question is:
how to make video as a destination folder for TV?s records in PVR+ 3.x?

I created a script PVRplus/scripts/MOVIE001.sh like this:

Code: Select all

mount --bind /dtv/usb/sdg1/192.168.0.100/video /mtd_wiselink/MOVIE001
then assigned MOVIE001 as main Target in PVR+ settings.

However when I try to record something with PVR+, it show:
?target not ready?

what is wrong with this?
after linked tv start create file but not record after push stop tv hanged out + restart
You need to mount it like this:

(change IP and share to your own: NAS:192.168.111.5; NFS share: volume1/tv)

mkdir -p /mtd_wiselink/MOVIE001
mount -o nolock 192.168.111.5:/volume1/tv /mtd_wiselink/MOVIE001 -t nfs

Re: PVR+ 3.x

Posted: Mon Oct 01, 2012 5:20 am
by c74k
mount -o nolock 10.10.10.3:/_STVR/ /mtd_wiselink/MOVIE001 -t nfs
mount: wrong fs type, bad option, bad superblock on 10.10.10.3:/_STVR/,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so

Re: PVR+ 3.x

Posted: Mon Oct 01, 2012 6:45 am
by c74k
after busybox mount -o nolock 10.10.10.3:/STVR/ ~/MOVIE001 -t nfs

PVR+ detect like ntfs location but crash
need movie to understand ??

Re: PVR+ 3.x

Posted: Mon Oct 01, 2012 6:50 am
by juusso
Add rw parameter.

Re: PVR+ 3.x

Posted: Mon Oct 01, 2012 7:01 am
by c74k