[unencrypt] Decrypt-in-place

OK - as far as I can tell (I've specified "QI") the files in that folder are not being decrypted. The only way I can check this is by trying to play them with Splash - it simply hangs. Is there any other way to check if a file is encrypted or not?

Any other ideas? Should a file being decrypted appear as a "playing" file on the home page - as it does if I manually start a decryption?

Thanks.
 
Tony - could you log into the box and run the hmt command on an hmt file in your QI folder and let me know what the Flags line says?
 
Yes, no problem

Here is the complete output of the hmt command

humax# hmt QI_20111125_2201.hmt
Format:HD
Title:QI
Channel:4096 (§BBC HD)
Folder:/mnt/hd2/My Video/QI/
Filename:QI_20111125_2201
Genre:Entertainment
EPG:12/16. Illumination: Stephen Fry casts light on the subject of illumination.
With Jack Dee, Chris Addison, Rich Hall and Alan Davies.
Raw file is encrypted on disk.

Flags: HD,New,Unlimited Copies,ODEncrypted,
Copy count:0

Scheduled start:1322258400 (Fri Nov 25 22:00:00 2011)
Scheduled duration:1800
Recording start:1322258465 (Fri Nov 25 22:01:05 2011)
Recording end:1322260319 (Fri Nov 25 22:31:59 2011)
Play resumes at: 2 seconds in.

Service ID (SID):17472
Transport Stream ID (TSID):16520
Originating Network ID (ONID):9018
Programme Map Table PID (PMTPID):100
Video PID:101
Audio PID:102
Bookmarks:0 =
humax#
humax#
 
And here is my crontab list

humax# crontab -l
0 2 * * * /mod/sbin/anacron -s -d
*/5 * * * * /mod/sbin/rs_process >> /mod/tmp/rs.log 2>&1
0,15,30,45 * * * * /mod/sbin/unencrypt "/mnt/hd2/My Video/QI" > /mod/tmp/unencry
pt.log 2>&1
humax#
 
I see you beat me to that :)

What is the content of /mod/tmp/unencrypt.log?

What happens if you run the command

Code:
/mod/sbin/unencrypt "/mnt/hd2/My Video/QI"

Cheers

Dave
 
OK - here is my unencrypt.log file (not much there):

humax# tail unencrypt.log
pscount = 2
humax#

And result of the unencrypt command

humax# /mod/sbin/unencrypt "/mnt/hd2/My Vidoe/QI"
pscount = 2
humax#
humax#


Took about 10 seconds to return.

EDIT: Oops - typo in that command. Here is another go, and verification that the directory exists:

humax# /mod/sbin/unencrypt "/mnt/hd2/My Video/QI"
pscount = 2
humax#
humax# cd "/mnt/hd2/My Video"
humax#
humax# ls QI
QI_20111111_2203.hmt QI_20111111_2203.ts QI_20111125_2201.thm
QI_20111111_2203.nts QI_20111125_2201.hmt QI_20111125_2201.ts
QI_20111111_2203.thm QI_20111125_2201.nts
humax#
humax#
 
humax# hmt -v
Unknown command, v
Humax HMT Tool v1.1.1, by af123, 2011.

Syntax: hmt [command] <filename> [filename] ...
Commands:
+/-new Mark/unmark recording as new.
+/-lock Mark/unmark recording as locked.
+/-protect Enable/disable protection (prevents decryption on copy).
+/-encrypted Mark/unmark recording as encrypted.
+settitle=<new title>
+setfolder=<new folder> (patch hmt only)
+setfilename=<new filename> (patch hmt only)

humax#
 
Sory, fniger trubl - I meant 0.1.2.

Unfortunately, I've numbered the package and the executables differently which doesn't help.
 
unencrypt not auto-updating to 0.1.2. When does the box check for updates? The WiKi has been changed!
 
unencrypt not auto-updating to 0.1.2. When does the box check for updates? The WiKi has been changed!
It will check once per day at the earliest power on, for most people probably the 04:30 boot.
 
OK, I've updated - This is now the result of manually running the unencrypt command.

humax# /mod/sbin/unencrypt "/mnt/hd2/My Video/QI"
pscount = 2
Processing "My Video/QI/QI_20111111_2203", Media ID is 934
Getting http://127.0.0.1:9000/web/media/934.TS
Connecting to 127.0.0.1:9000 (127.0.0.1:9000)
wget: can't connect to remote host (127.0.0.1): Connection refused
QI_20111111_2203 is in use, skipping
Processing "My Video/QI/QI_20111125_2201", Media ID is 1038
Getting http://127.0.0.1:9000/web/media/1038.TS
Connecting to 127.0.0.1:9000 (127.0.0.1:9000)
wget: can't connect to remote host (127.0.0.1): Connection refused
QI_20111125_2201 is in use, skipping

And unencrypt.log holds the same.
 
Back
Top