Results 94 comments of Geremia

@msoos Thanks. Are there any other good visualization tools? The Java-based [DPvis](https://web.archive.org/web/20070627003352if_/http://www-sr.informatik.uni-tuebingen.de/~sinz/DPvis/downloads/DPvis-Linux.zip) is slow on CNF files with millions of variables and clauses.

@msoos >modern CrytpoMiniSat doesn't dump to MySQL, and the database format has changed. I can't simply [convert the sqlite to MySQL](https://stackoverflow.com/a/52177105/1429450)?

@msoos `file_creator.py` throws: ``` Traceback (most recent call last): File "./file_creator.py", line 4, in import MySQLdb as mdb ImportError: No module named MySQLdb ``` I [couldn't find MySQLdb on PyPi](https://pypi.org/search/?q=MySQLdb).

@jaan143 Do you have a file named `scribd_credentials.txt` in your `C:\Users\vicky` directory?

@jaan143 A better solution is not to use the credentials file. Please see [this comment](https://github.com/Phoenix124/scribd-downloader/issues/33#issuecomment-955091341).

@ALowski Don't use a credentials file. Instead, update [`const.py`](https://github.com/Phoenix124/scribd-downloader/blob/master/scribdl/const.py) and re-run `python3 setup.py install`. See [this video](https://github.com/KalimAmzad/Scribd-Premium-Book-PDF-Downloader/raw/e58f51811a74b60b4da8d8d20bea61ed9bfaf416/Scribd%20Premium%20Book%20Download.mp4) for instructions.

@jz533 Apply these changes: ```diff diff --git a/standalone/tools/epubgen2/epubgen2.sh b/standalone/tools/epubgen2/epubgen2.sh index 4d1c42faf..0696bdecb 100755 --- a/standalone/tools/epubgen2/epubgen2.sh +++ b/standalone/tools/epubgen2/epubgen2.sh @@ -68,10 +68,10 @@ ALL_RUBRICS=("Trident 1570" "Trident 1910" "Divino Afflatu" "Reduced 1955" "Rubr ALL_RUBRICS_NAME=("_1570"...

@mikolodz @APMarcello3 I created the code to add the Mass, but I can't figure out why it says "Post"; it should say "Mass".

@mikolodz Yes, it was merged. Changing "Post" in EofficiumXhtml.pl:219 and EofficiumXhtml.pl:253 had no effect, so the "Post" is coming from elsewhere. I think it's related to the Ante / Post...

This wouldn't be too hard to do with inline [GABC code:](https://gregobase.selapa.net/?page_id=53)We'd just need to write some GABC renderer code, which already exists; cf. @benyanke's site above.