[App] PVR+ v1.xx - 2.xx by geo650

Here are software that related with Samsung B series TVs. Like hex editors, new version of BusyBox or internal software, app programs that will run in your TV hardware.:!:This forum is NOT FOR USER QUESTIONS or Problems.

marcelru
Official SamyGO Developer
Posts: 171
Joined: Thu Oct 01, 2009 7:27 am

Re: Record TV over USB

Post by marcelru »

Hi all,

Could someone post the source code for PVR+?

TIA,

marcelr
geo650
Official SamyGO Developer
Posts: 303
Joined: Wed Oct 07, 2009 12:03 pm

Re: Record TV over USB

Post by geo650 »

marcelru wrote:Could someone post the source code for PVR+?
There is no single source code for PVR+ like for other apps. This project is compiled in a kind of still-in-developing "dispersed" non-standard environment and the source code is very scattered and linked between other projects. It is hard to explain the basics so maybe it would be easier for me to compile single c-file for our Forum. PVR+ is still in developing stage.

Expect new version on Wednesday, 20th of April. I'll see if I could post source file together with that version. If not, then a bit later.

Note, that there are no functions/procedures/tricks in PVR+ source that hasn't been explained earlier on this forum. PVR+ actually is the front-end for well-known functions.


@luki92: maybe it is possible. Unfortunatelly I'm too busy to play with that.
geo650
Official SamyGO Developer
Posts: 303
Joined: Wed Oct 07, 2009 12:03 pm

Re: Record TV over USB

Post by geo650 »

ashefr10 wrote:...pvr 1.2 and ue-46B7020

I found a bug, by wanting registered(recorded) the tv in the internal memory of 1 giga of the tv, the recording makes correctly but then impossible to find files. I see good that the memory decreased but I cannot meme not format her(it). HELP
Maybe MediaPlay can't see this recording but the file exists. Try to use FTP connection and check /mtd_wiselink/MOVIE001 folder for TS file(s). Then copy it to the external device and delete from TV's memory.


Another method: make a script with such command inside:

Code: Select all

rm /mtd_wiselink/MOVIE001/*
and put as MOVIE001.sh to scripts folder of PVR+.
Then select "bad" source (analog channel or external input), then try to record something (it should start recording with no file size growing), then STOP (you'll see that recording has been deleted). Remember to enable pre-recording scripts and select MOVIE001 target in PVR+ setup menu before using.

That command should delete all your recordings in internal memory.

P.S. I don't know if there is a bug in PVR+ 1.2. If so, try to rename MOVIE001.sh to MOVIE001_sh and try again.
marcelru
Official SamyGO Developer
Posts: 171
Joined: Thu Oct 01, 2009 7:27 am

Re: Record TV over USB

Post by marcelru »

Hi geo650,

Thanks for your efforts, I would be interested in the code to try and build a frontend for my small DVB-S2 project.
(topic http://forum.samygo.tv/viewtopic.php?f=6&t=1455 ) and then see if parts of the recording code could be used for playback. I assume the datastructures of exeDSP for recording and playback to be similar. Saves me a lot of digging into exeDSP for playback support. Furthermore, my kids only know Dutch, so I would like to add that language to your code.

@luki92

I think you mean something like strace or ltrace? Doesn't come with a fancy gui, but records syscalls (strace) and library calls (ltrace).

grtz,

marcelr
geo650
Official SamyGO Developer
Posts: 303
Joined: Wed Oct 07, 2009 12:03 pm

Re: Record TV over USB

Post by geo650 »

ashefr10 wrote:adress ip of the tv in filezilla please ?
Hmm, if you don't know the IP address of your TV, I think it will be easier that you use method #2 with script, which you can create using notepad for example.

BTW, IP address can be set in your TV's settings menu (Tools/Network setup) ==> see user's manual.

and method #3 (maybe much easier, if SamyConsole will work on your TV):
use SamyConsole application, login as root and type:

Code: Select all

rm /mtd_wiselink/MOVIE001/*
idea #4:
Copy a small video file from USB to internal memory, see in MediaPlay if all video files can be deleted manually; try also to change view mode.

P.S. Do not quote too much.

marcelru wrote:...my kids only know Dutch, so I would like to add that language to your code.
PVR+ 1.3 introduces external localization text files, so anybody will be able to add other languages. The only (big) problem can be missing national fonts.
geo650
Official SamyGO Developer
Posts: 303
Joined: Wed Oct 07, 2009 12:03 pm

Re: Record TV over USB

Post by geo650 »

Hello!
You can download PVR+ 1.3 (with source code included)
http://sourceforge.net/projects/samygo/ ... p/download
List of changes: see README.TXT

One important problem has been detected: OSD graphics (like setup menu for example) conflicts with DVB subtitles. To get rid of problems you must turn subtitles off. The problem exists in all versions of PVR+.

So I need to know how to:
1) turn subtitles off by software function (to turn them off before displaying setup menu etc.)
2) get selected subtitle ID (to know what subtitle to restore after closing OSD)
3) turn subtitles on and select stored stream
...or...
how to draw without conflicts.
Last edited by erdem_ua on Sun Apr 24, 2011 1:51 pm, edited 1 time in total.
Reason: Replaced link with internal one

Post Reply

Return to “[B] Software”