Multiplatform DRMDecrypt GUI

Samsung's BluRay player related hacks.
Post Reply

kagzer
Posts: 8
Joined: Fri Nov 02, 2012 11:52 am

Multiplatform DRMDecrypt GUI

Post by kagzer »

Hi All

I have started to make a multiplatform GUI for DRMDecrypt in Qt so linux users are not excluded :).
Before first test version is out i post some screenshots to ask your opinion.
Of course, any ideas are welcome..

First version uploaded.

Please post your oppinions and ideas.

New version: big file support, DRM key save, etc...
If you double click on task, Info dialog appears with detail informations.
You do not have the required permissions to view the files attached to this post.
Last edited by kagzer on Sun Mar 31, 2013 2:50 pm, edited 7 times in total.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Multiplatform DRMDecrypt GUI

Post by juusso »

Looking forward Image

Edit: something is wrong with your png files.
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
AlfredoC
Posts: 10
Joined: Sat Mar 09, 2013 7:27 pm

Re: Multiplatform DRMDecrypt GUI-start first test

Post by AlfredoC »

Hi,

Nice work :P
I tried it but unfortunately it has some bugs.
It cannot handle big files > 2G.
I fixed it with using

Code: Select all

fopen64
instead of

Code: Select all

 fopen
.
But then it goes into an endless loop, that makes the output file bigger than the original :cry:
The output file comes without name. The program create

Code: Select all

-.ts
as output file.

Do you have a new version?
kagzer
Posts: 8
Joined: Fri Nov 02, 2012 11:52 am

Re: Multiplatform DRMDecrypt GUI-start first test

Post by kagzer »

Uhm... I am very suprised because this is the 1st interest since i have uploaded the test version :)
I have a newer one, i upload it immediately.
AlfredoC
Posts: 10
Joined: Sat Mar 09, 2013 7:27 pm

Re: Multiplatform DRMDecrypt GUI

Post by AlfredoC »

yea, that is suprising. :o
although handling the video files on the xfs file system under linux is much easier then under win :D

I would have a feature request: :P
can you implement the SamyPvrManager-0.99 funcionality too?
kagzer
Posts: 8
Joined: Fri Nov 02, 2012 11:52 am

Re: Multiplatform DRMDecrypt GUI

Post by kagzer »

What functionality you mean? :roll:
I'm affraid of i have reached my limits :D
AlfredoC
Posts: 10
Joined: Sat Mar 09, 2013 7:27 pm

Re: Multiplatform DRMDecrypt GUI

Post by AlfredoC »

Come on! :D I think you have almost done it.
You read the mta index file in qmetainforeader.cpp.
This information should be editable in your GUI and written back to the index file.

I think you can do it :P
AlfredoC
Posts: 10
Joined: Sat Mar 09, 2013 7:27 pm

Re: Multiplatform DRMDecrypt GUI

Post by AlfredoC »

ok
I opened a new project at gitorious https://gitorious.org/samygo-decrypt/samygo-decrypt
I made some changes to the code so that it works fine for me now.
Anybody is welcome to join the project :P
kagzer
Posts: 8
Joined: Fri Nov 02, 2012 11:52 am

Re: Multiplatform DRMDecrypt GUI

Post by kagzer »

Great!
To be honest i do not have enought time to continue this project, so thanks for your verve :)

Post Reply

Return to “BluRay Players”