Page 4 of 8

Re: [APP] Samy PVR Manager

Posted: Wed Apr 11, 2012 9:15 pm
by Ramses
If you've not cancelled your transfer this message will be shown if the program cannot detect your partition (disk).
You can edit SamyGoPvrManager.properties and set path=/your/partition/CONTENTS manually.

AW: [APP] Samy PVR Manager

Posted: Thu Apr 12, 2012 11:24 pm
by DEUS
Hi Ramses i searched in the forum regarding the infos from info file, is there any? My interest is actually the date format. Maybe a wiki article about the inf file or a thread with all offsets and lengths, maybe explanations would be nice for others as well.

Re: [APP] Samy PVR Manager

Posted: Mon May 14, 2012 9:36 pm
by Ramses
I've created a Wiki page for the Inf file structure

Re: [APP] Samy PVR Manager

Posted: Tue May 15, 2012 4:54 pm
by Ramses
Samy PVR Manager version 0.94 is available for download.
Thumbnail support added (of watched recordings)
- remove leading and trailing images
- use one image (prevent tv's thumbnail flickering)

Bug fixes
Better error handling

Re: [APP] Samy PVR Manager

Posted: Thu May 31, 2012 2:24 am
by cell
Hi,

If I have a corrupted empty inf file (0 KB) could I recover video record? What do you think?

Re: [APP] Samy PVR Manager

Posted: Thu May 31, 2012 4:42 pm
by Ramses
If all other files were intact, you can clone (copy) any inf file. There are no connections between the files excepting the name. Then you can edit your record with Samy PVR Manager. A copy of an inf of the same channel is the best advantage.

Re: [APP] Samy PVR Manager

Posted: Thu May 31, 2012 7:21 pm
by cell
Thanks you so much.

I have tried it renaming a inf file before. but not of the same channel record, and that didn't work.
With an inf of same channel record, it works. :D

I did it with linux live pendrive.

Re: [APP] Samy PVR Manager

Posted: Sun Jun 17, 2012 12:06 pm
by LucianH
Exellent program. I've been playing with it offline with the HDD connected to Ubunto. I have a couple of observations having also been looking at the inf files. The file that my UE46D7000 produces also contains a warning text. My guess is that the length is contained in 0x065C and the text starts at 0x0660.

I can't fathom out the date/time notation. Your program displays duration with an extra hour added. It appears that the DURATION in 0x0308 is held in seconds (and when I do the hex convert it gives the right duration). However, I can't work out the format for the RECTIME in 0x0304 (and also for the TIMERSTART and TIMEREND) - any clues?

It also appears that the CONTENTLANG starts at 0x1910 and not 0x190E.

One last question - where are the thumbnails held and in what format?

Just for information, I now find this useful in archiving some recordings since it tells me which files relate to which programs. I have had some bad experience with the TV screwing up the USB drive so I occasionally copy files onto a back-up drive. And for info, for anybody else wanting to do the same, it's easy to restore the programs. You simply copy all related files for the programs you want into the CONTENT folder and delete the two database files in the database folder (these are recreated when the drive is connected).

Re: [APP] Samy PVR Manager

Posted: Tue Jun 19, 2012 11:51 pm
by Ramses
First: Can you send me some Inf-files?
LucianH wrote:Exellent program. I've been playing with it offline with the HDD connected to Ubunto. I have a couple of observations having also been looking at the inf files. The file that my UE46D7000 produces also contains a warning text. My guess is that the length is contained in 0x065C and the text starts at 0x0660.
In my files (UE46D7090) there are only zeros at this point.
LucianH wrote:I can't fathom out the date/time notation. Your program displays duration with an extra hour added. It appears that the DURATION in 0x0308 is held in seconds (and when I do the hex convert it gives the right duration). However, I can't work out the format for the RECTIME in 0x0304 (and also for the TIMERSTART and TIMEREND) - any clues?
These are 4 byte ints LE
LucianH wrote: It also appears that the CONTENTLANG starts at 0x1910 and not 0x190E.
In my files (UE46D7090) there is the category at this position.
LucianH wrote: One last question - where are the thumbnails held and in what format?

Just for information, I now find this useful in archiving some recordings since it tells me which files relate to which programs. I have had some bad experience with the TV screwing up the USB drive so I occasionally copy files onto a back-up drive. And for info, for anybody else wanting to do the same, it's easy to restore the programs. You simply copy all related files for the programs you want into the CONTENT folder and delete the two database files in the database folder (these are recreated when the drive is connected).
Metadata are in the *.inf files.
Thumbnails are in the *.mta files. (base64 coded jpegs)
Keys are in the *.mdb files.
Videos are in the *.srt files.

Re: [APP] Samy PVR Manager

Posted: Thu Jun 21, 2012 7:23 pm
by LucianH
Ramses, many thanks for the info. I've PM'ed you some inf files.