If you have auto-unprotect running it will only work Video files on the internal Hard disk, The decrypting process has two stages:-
1) Remove the ENC flag (un-protect), This unlocks the file but it doesn't decrypt
2) Decrypt the file using the one off web-If feature or auto un-encrypt (Overnight)
http://hummy.tv/forum/threads/network-shares-automount-package-released.1126/
It's not for a USB drive though, only a network drive. Start at the beginning and then skip to page 13 when you get bored.
It is just a re-hash of something that was used in the virtual disk and custom portal packages.OK, maybe not such new ground so far - xyz321 seems to have been here already (other topic)!
You may find that auto-unprotect will not unprotect files from an external disk in the HDR even with a bind mount. If it is working it should clear the orange ENC flag. If you have the bind mount working, the easiest way to remove this flag would be to force a complete unprotect of the whole "My Video" tree. This can be done as follows:could I make a symbolic link from the external to the internal hard drive? if so would it then auto-unprotect? hhm interesting thought...
rm /mod/.unprotect.last
/mod/sbin/unprotect
You may find that auto-unprotect will not unprotect files from an external disk in the HDR even with a bind mount. If it is working it should clear the orange ENC flag. If you have the bind mount working, the easiest way to remove this flag would be to force a complete unprotect of the whole "My Video" tree. This can be done as follows:
Code:rm /mod/.unprotect.last /mod/sbin/unprotect
This assumes that you have auto-unprotect installed.