View Single Post
Old 04-20-2025, 11:53 AM   #3
toadclones
Junior Member
toadclones began at the beginning.
 
Posts: 9
Karma: 42
Join Date: Dec 2023
Device: Kindle(11th gen)
Quote:
Originally Posted by jeliozver View Post
Can you please post the lybrariansync update too?
It's very easy to do, just grab NiLuJe's fork here https://github.com/NiLuJe/librariansync (updated for python3)

Go through the .py files and check for this at the top:
Code:
#!/usr/bin/env python2.7
If it's there, change the 2.7 to a 3 like this:
Code:
#!/usr/bin/env python3
The only 2 files that need changing are:
librarian_download.py
generate_collections.py
toadclones is offline   Reply With Quote