[APP] Samy PVR Manager

Here are software that related with Samsung D series TVs.
Please don't create any new topic here unless you have software to post/release.
Post Reply

Ramses
Posts: 36
Joined: Thu Dec 15, 2011 2:07 am

[APP] Samy PVR Manager

Post by Ramses »

I've written a tool to list, rename and delete the recordings of a PVR disk.

There are two version:
  • GUI Version (with or without SamyGO FTP access)
  • Command Line Version (works without SamyGO FTP access)
Downoad the latest version here.

GUI Version (with or without SamyGO FTP access)
Start with double click the file SamyPvrManager-X.xx.jar

Command Line Version
Open a terminal (on a linux system)

You can list your recordings with:

Code: Select all

java -jar ~/samypvredit.jar -l /media/your-pvr-volume/CONTENTS
To set a new title you need write access to the INF file and the database folder.

Code: Select all

sudo a+rw /media/your-pvr-volume/CONTENTS/*.inf
sudo a+rw /media/your-pvr-volume/database
Then you can set a new title with:

Code: Select all

java -jar ~/samypvredit.jar -s /media/your-pvr-volume/CONTENTS/#number#.inf "New title"
If you have extended INF files (7475 bytes) you can set title and description.

Code: Select all

java -jar ~/samypvredit.jar -s /media/your-pvr-volume/CONTENTS/#number#.inf "New title" "New description"
The program is written in Java. You need a linux system or a bootable USB stick with e.g. Ubuntu.
Currently this is a beta version because I only tested german and terrestrial recordings.
Feel free to try it and post your results. You should backup your *.inf files if you want to test this tool.
It would also be a good idea to place some INF files here.

Sample output:

Code: Select all

Filename   : 20111201191406.inf
 Channel    : ProSieben [7] 
 Title      : The Voice of Germany
 Timer-Rec  : 20:15 - 22:15
 Start-Rec  : 2011-12-01 20:14:06 Donnerstag
 Duration   : 02:14:01
 Content    : Deutsch
 Language   : ger
 Description: In der ersten Phase, den "Blind Auditions", singen die Talente mit Liveband vor Nena, Xavier Naidoo, Rea Garvey und THE BOSSHOSS. Die Coaches sitzen mit dem R?cken zur B?hne und k?nnen die K?nstler nur anhand ihrer Stimme beurteilen. Ist einer der Coaches von einem S?nger ?berzeugt und m?chte ihn in seinem Team haben, dr?ckt er den Buzzer und bekommt ihn zum ersten Mal zu Gesicht.
Drehen sich mehrere Coaches um, entscheidet der K?nstler, welchem Team er angeh?ren m?chte.
Last edited by Ramses on Thu Oct 11, 2012 5:03 pm, edited 7 times in total.
Ramses
Posts: 36
Joined: Thu Dec 15, 2011 2:07 am

[APP] Samy PVR Manager

Post by Ramses »

On M$-Windows you can double click the JAR to start the program.

To use this program you have to run SamyGO at first. Then you can connect to your TV using the network name or via IP-address. The program will load all recordings and sort it by date. Now you can set a new title and on some new TVs a new description, too.

The program is written in Java. Currently this is a beta version because I only tested german and terrestrial recordings.
Feel free to try it and post your results. You should backup your recordings especially *.inf files if you want to test this tool.
It would also be a good idea to place some INF files for testing here.
Last edited by Ramses on Sat Sep 22, 2012 11:26 am, edited 3 times in total.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

[APP] Samy PVR Manager

Post by juusso »

Thanks! :)
Both topics merged.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
Spoza
Posts: 252
Joined: Wed Jan 18, 2012 10:41 pm

Re: [APP] Samy PVR Manager

Post by Spoza »

Works fine on my TV (via FTP).
Any chance to be able to modify the recording time and duration?
PS59D6900 T-MST5DEUC-1023.0
Ramses
Posts: 36
Joined: Thu Dec 15, 2011 2:07 am

Re: [APP] Samy PVR Manager

Post by Ramses »

A short test shows: "Yes it's possible", but you can't cut or trim the video.
Spoza
Posts: 252
Joined: Wed Jan 18, 2012 10:41 pm

Re: [APP] Samy PVR Manager

Post by Spoza »

I can edit the video on PC (using e.g. VideoReDo) and then transfer it back via FTP. That works for me.
PS59D6900 T-MST5DEUC-1023.0
Ramses
Posts: 36
Joined: Thu Dec 15, 2011 2:07 am

Re: [APP] Samy PVR Manager

Post by Ramses »

I will implement it in the next version.
Spoza
Posts: 252
Joined: Wed Jan 18, 2012 10:41 pm

Re: [APP] Samy PVR Manager

Post by Spoza »

Some more observations...

Recordings content seems to be "cached" somehow:
- launch SamyGO PVR Manager, load the recordings content (Ctrl-O)
- delete some recordings on TV using the built-in manager
- reload the recordings content in SamyGO PVR Manager (Ctrl-O)
Result: it displays still the original content (including the deleted recordings)
Expected: the correct, updated content should be displayed

Corrupted characters in recordings title
I noticed that the Czech extended characters in edited recordings titles are corrupted.
Actually, it seems to corrupt even titles using only ASCII characters, but the corruption is not visible in these cases ;-). The reason is that the title is written back to the INF file using a single-byte encoding, while the original INF file uses unicode.
See attached 2 INF files, one untouched created by the TV and one edited using SamyGO PVR Manager (they are not from the same recording).
You do not have the required permissions to view the files attached to this post.
PS59D6900 T-MST5DEUC-1023.0
Spoza
Posts: 252
Joined: Wed Jan 18, 2012 10:41 pm

Re: [APP] Samy PVR Manager

Post by Spoza »

Just checked a bit deeper another INF file... this is really funny... are the Samsung guys smoking something or what?... some data is written as Little Endian Unicode, other data as Big Endian Unicode... :-O
You do not have the required permissions to view the files attached to this post.
PS59D6900 T-MST5DEUC-1023.0
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [APP] Samy PVR Manager

Post by juusso »

Spoza wrote:are the Samsung guys smoking something or what?
:lol:
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Post Reply

Return to “[D] Software”