|
Hi. Is it possible to move all the stats from eMule to aMule? I moved all the downloads, but I can't the stats. Please help me |
Answered by
got3nks
Jul 31, 2026
Replies: 1 comment 2 replies
|
Hi @lordgara3 — yes, this is possible. eMule and aMule store the same two cumulative counters (total uploaded and downloaded bytes), just in different file formats, so a short script converts one into the other. I've documented the full procedure here: Importing Statistics. It has a copy-paste converter for both Linux/macOS (bash) and Windows (PowerShell) — nothing extra to install. The short version:
Could you give it a try and let me know if your totals show up correctly in aMule? If anything doesn't line up, tell me and I'll help sort it out. |
2 replies
Answer selected by
got3nks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @lordgara3 — yes, this is possible. eMule and aMule store the same two cumulative counters (total uploaded and downloaded bytes), just in different file formats, so a short script converts one into the other.
I've documented the full procedure here: Importing Statistics. It has a copy-paste converter for both Linux/macOS (bash) and Windows (PowerShell) — nothing extra to install.
The short version:
statistics.ini, section[Statistics](TotalUploadedBytes/TotalDownloadedBytes).statistics.datin its config folder.statistics.datinto aMule's config directory. …