Page 10 of 10
Re: [App] SamyGO PVRtoTS E/F
Posted: Sun Feb 07, 2016 12:26 pm
by zoelechat
mad_ady wrote:What tool could I use on the tv to extract ts from srf?
If you already use libNoDRM, rename (=change extension from .srf to .ts) is enough

Re: [App] SamyGO PVRtoTS E/F
Posted: Sun Feb 07, 2016 1:58 pm
by mad_ady

Are you kidding me?
I'll give that a try...
Update: you were right! Sweet!
Re: [App] SamyGO PVRtoTS E/F
Posted: Tue Feb 09, 2016 9:17 pm
by Clon
Hi,
My TV do some strange things for the last recordings...
The renaming will not work anymore
As I've seen in ts2filename there should be a log entry like for renaming the .ts:
...
echo "[ts2filename] Renaming '$IN' to '${OUT_PATH}${OUT_SUFFIX}.ts'" >> /dtv/PVRtoTS.log
...
But I can't find this entry in my log... where could be the error that this renaming will not be act correctly?
Clon
Re: [App] SamyGO PVRtoTS E/F
Posted: Mon Dec 28, 2020 10:20 pm
by ociecg
Hi. Which file on TV Samsung UE40ES6100W specifies the filename pattern of the recorded movie (now it is ${YYYY}${MM}${DD}${HH}${NN}${SS})
I want to change this pattern to one like me in ts2filename (e.g. FILENAME = "${TITLE} ${YYYY}${MM}${DD}_${HH}h${NN} [$ {CHANNEL}]")
Re: [App] SamyGO PVRtoTS E/F
Posted: Mon Dec 28, 2020 11:41 pm
by zoelechat
1st post wrote:in ts2filename script
Just edit ts2filename... file (which is a script

)