[PC] SamyGO PVRDecoder for E/F/H series - Version 1.8.2.53

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

zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by zoelechat »

At least you can do a startup script that delete keys each time you power on TV...
I do NOT receive any PM. Please use forum.
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by mihd »

zoelechat wrote:At least you can do a startup script that delete keys each time you power on TV...
Try with removing the key...
Can you tell which command is used to rename .TS? (to use in the script)..
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by zoelechat »

mihd wrote:Can you tell which command is used to rename .TS? (to use in the script)..
Not that simple :D . Rename is not done by a script on TV but by PVRdecoder:
-Parsing of .inf file
-Apply user-defined filemask
-Rename through FTP
(non exhaustive list, I'm not the programmer...)
I do NOT receive any PM. Please use forum.
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by mihd »

zoelechat wrote:
mihd wrote:Can you tell which command is used to rename .TS? (to use in the script)..
Not that simple :D . Rename is not done by a script on TV but by PVRdecoder:
-Parsing of .inf file
-Apply user-defined filemask
-Rename through FTP
(non exhaustive list, I'm not the programmer...)
For parsing of .inf file what command ?
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by zoelechat »

mihd wrote:For parsing of .inf file what command ?
About... Hundreds lines of Delphi code :)
I do NOT receive any PM. Please use forum.
Lordbyte
Official SamyGO Developer
Posts: 1472
Joined: Sun Aug 18, 2013 11:07 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by Lordbyte »

mihd wrote:
zoelechat wrote:
mihd wrote:Can you tell which command is used to rename .TS? (to use in the script)..
Not that simple :D . Rename is not done by a script on TV but by PVRdecoder:
-Parsing of .inf file
-Apply user-defined filemask
-Rename through FTP
(non exhaustive list, I'm not the programmer...)
For parsing of .inf file what command ?
You can simply open the .inf in a hex-editor, and find the information you want (filename I guess).
Once you know the offset in the .inf, it should be easy for your script to read it when needed. The offset dosent change.
I provide NO assistance by PM, unless absolutely necessary. Please ask questions in dedicated topics.
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by mihd »

Lordbyte wrote: You can simply open the .inf in a hex-editor, and find the information you want (filename I guess).
Once you know the offset in the .inf, it should be easy for your script to read it when needed. The offset dosent change.
Very thanks. I will try to do it.
That is you have done it using samyGOPVRDecoder? Not by running commands on the TV?
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by zoelechat »

mihd wrote:That is you have done it using samyGOPVRDecoder? Not by running commands on the TV?
zoelechat wrote:Rename is not done by a script on TV but by PVRdecoder:
I do NOT receive any PM. Please use forum.
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by mihd »

I'll try to make a script for TV for renaming TS. If this works out, I will share them here.
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
FlorinX
Posts: 3
Joined: Sat Feb 15, 2014 10:57 am

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by FlorinX »

Hello. I'm new here and i have a question. Why files after decoding , not show subtitles wen i played on PC ?

Post Reply

Return to “[F] Software”