Hi all,
Could someone post the source code for PVR+?
TIA,
marcelr
[App] PVR+ v1.xx - 2.xx by geo650
Re: Record TV over USB
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.marcelru wrote:Could someone post the source code for PVR+?
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.
Re: Record TV over USB
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.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
Another method: make a script with such command inside:
Code: Select all
rm /mtd_wiselink/MOVIE001/*
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.
Re: Record TV over USB
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
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
Re: Record TV over USB
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.ashefr10 wrote:adress ip of the tv in filezilla please ?
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/*
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.
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.marcelru wrote:...my kids only know Dutch, so I would like to add that language to your code.
Re: Record TV over USB
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.
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
Reason: Replaced link with internal one