Skip to content

roosmsg/acsm-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“˜ acsm-convert

A lightweight web tool to download and remove DRM from .acsm files using libgourou and Docker Compose.

git clone https://github.com/roosmsg/acsm-convert.git
cd acsm-convert
docker compose up --build

After deploying, open the app in your browser:

http://localhost:5070


πŸ” Adobe ID Activation (One-Time Setup)

To use libgourou, you must activate your Adobe ID inside the container once. This generates the necessary DRM keys.

πŸ”§ Step 1: Find the Container Name and Go to it

docker ps
docker exec -it <container-name> /bin/sh

πŸ”‘ Step 2: Run the Activation Commander

Inside the container, run:

adept_activate -u your_email@adobe.com -p your_password -O /home/libgourou/.adept

This command connects to Adobe’s servers and generates your activation credentials.

πŸ“‚ Step 3: Verify the Activation Files

Check the output directory:

ls -l /home/libgourou/.adept

You should see:

activation.xml
device.xml
devicesalt

πŸ“¦ These files are your personal ADEPT device credentials.
πŸ”’ Back them up so you can reuse them later without reactivating.

About

ACSM download and remove DRM, for Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published