[GH-ISSUE #169] whagodri.py - --s_databases Not Working Correctly #153

Closed
opened 2026-02-25 20:34:47 +03:00 by kerem · 3 comments
Owner

Originally created by @dbmaxpayne on GitHub (Jun 7, 2022).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/169

Hi,

just found out that apparently media files are now named .mcrypt1 (with E2E enabled) which make --s_databases sync everything, not just the databases.
I suggest changing the following line

if "crypt" in i:
to
if "crypt" in i and "mcrypt" not in i:

Surely there is a better solution, but that has worked for me for now.

Cheers,
Mark

Originally created by @dbmaxpayne on GitHub (Jun 7, 2022). Original GitHub issue: https://github.com/B16f00t/whapa/issues/169 Hi, just found out that apparently media files are now named .mcrypt1 (with E2E enabled) which make --s_databases sync everything, not just the databases. I suggest changing the following line `if "crypt" in i:` to `if "crypt" in i and "mcrypt" not in i:` Surely there is a better solution, but that has worked for me for now. Cheers, Mark
kerem closed this issue 2026-02-25 20:34:47 +03:00
Author
Owner

@B16f00t commented on GitHub (Jun 7, 2022):

Thanks, do you want to do a PR? It's welcome

<!-- gh-comment-id:1149054454 --> @B16f00t commented on GitHub (Jun 7, 2022): Thanks, do you want to do a PR? It's welcome
Author
Owner

@dbmaxpayne commented on GitHub (Jun 7, 2022):

I just did that for the first time.
I hope everything is correct. Sorry if not.
I'm new to collaborating here :)

<!-- gh-comment-id:1149059911 --> @dbmaxpayne commented on GitHub (Jun 7, 2022): I just did that for the first time. I hope everything is correct. Sorry if not. I'm new to collaborating here :)
Author
Owner

@B16f00t commented on GitHub (Jun 8, 2022):

Fixed. Thanks

<!-- gh-comment-id:1150216182 --> @B16f00t commented on GitHub (Jun 8, 2022): Fixed. Thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#153
No description provided.