|
|
#721 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 52,004
Karma: 180003020
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Great to hear that I was able to help you. Though I may need to widen some doorways so I can fit my ego through.
|
|
|
|
|
|
#722 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,154
Karma: 2581952
Join Date: May 2025
Device: Kobo Forma
|
Hi; please I would like to ask if is this plugin needed, and is it the only way to have a readable acsm file?
I've bought a comic from the Kobo store, to see how it would look onto a 13" gnu/linux tablet. As reading it from the Kobo Viewer into the browser is not any good (looks like a scanned two-sheets' fit per page), I've tried to download it from the Kobo Forma, and connect it to Calibre, although I can't open the file in any way. I would like to open it within a better and dedicated application. (Would I need DeDRM, also?) https://github.com/apprenticeharper/...-to-remove-DRM Quote:
|
|
|
|
|
|
|
#723 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,969
Karma: 82520964
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
The ACSM file is a token to download the actual content. It can either be processed by this plugin OR Adobe Digital Edition; either one will download the exact same content which will still be protected by Adobe's DRM.
The DRM can be removed by the DeDRM plugin |
|
|
|
|
|
#724 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,154
Karma: 2581952
Join Date: May 2025
Device: Kobo Forma
|
Quote:
Although, I'll think about, the next time, before to buy, and search on other stores (that corrently I don't know). I guess, I won't be picky, but it will require wine, too. |
|
|
|
|
|
|
#725 | |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 83,563
Karma: 153646251
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
https://github.com/noDRM/DeDRM_tools_autorelease/tags |
|
|
|
|
|
|
#726 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 52,004
Karma: 180003020
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Alternately, you can try sats' updated version of DeDRM. It can be found on GitHub at DeDRM_tools. Click on Releases to see the newer releases.
|
|
|
|
|
|
#727 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,154
Karma: 2581952
Join Date: May 2025
Device: Kobo Forma
|
Thank you both!
|
|
|
|
|
|
#728 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Jun 2010
Location: Melbourne
Device: Nook touch
|
libcrypto issue resolved
Hi there,
I thought someone might benefit from this issue I solved with some ai help.. I ran into the libcrypto issue, and through some trial and error we (the claude llm and I) figured out it was the python plugin that was causing the library not to be found. So applied this patch: Code:
python3 << 'EOF'
path = '~/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py'
with open(path) as f:
content = f.read()
old = "version_match = re.search('\\\\b(\\\\d\\\\.\\\\d\\\\.\\\\d[a-z]*)\\\\b', version_string)"
new = "version_match = re.search('\\\\b(\\\\d\\\\.\\\\d+\\\\.\\\\d+[a-z]*)\\\\b', version_string)"
if old in content:
content = content.replace(old, new)
with open(path, 'w') as f:
f.write(content)
print('Patched successfully')
else:
print('String not found - printing relevant section:')
for i, line in enumerate(content.splitlines()[42:50], 43):
print(f'{i}: {repr(line)}')
EOF
Last edited by PeterT; Today at 12:38 PM. Reason: added code bb |
|
|
|
|
|
#729 | |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 843
Karma: 11514068
Join Date: Apr 2019
Location: East Coast, United States
Device: Kobo Sage, Kobo Clara HD, Galaxy Tab S5e, Kindle 4th Gen
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [FileType Plugin] GetFileName | Terisa de morgan | Plugins | 417 | 07-16-2024 03:37 AM |
| [FileType Plugin] YVES Bible Plugin | ClashTheBunny | Plugins | 27 | 01-16-2023 01:25 AM |
| help with epub on_import filetype plugin | digitalvideo | Development | 4 | 02-27-2020 05:13 AM |
| Question about file_types in FileType plugin | Terisa de morgan | Plugins | 6 | 02-08-2017 05:53 AM |
| Zip Filetype Plugin? | rsingley | Plugins | 7 | 02-11-2011 05:11 PM |