Emule0.60d/broadband
#21
Posted 25 October 2022 - 11:46 AM
BBSessionMaxTrans it's either or, any value in the range of 1-100 will be treaded as percentage, any values above will be treated as absolute size (if you want to transfer full files, I suggest you leave it at 64Gb)
BBAutoFriendManagement let me have a look if there's anything missing, the logic applies only to "fast" HighIDs that have downloaded more than BBAutoFriendManagement's value %
DeadMike : sorry that's beyond my scope. If you look for a server version, this amule fork applied the same approach, and it runs as docker image https://github.com/mercu01/amule
#22
Posted 25 October 2022 - 01:26 PM
brand33d, on 25 October 2022 - 11:46 AM, said:
Thanks.
#23
Posted 27 October 2022 - 02:25 PM
Thanks.
#24
Posted 28 October 2022 - 09:15 AM
Have you activated the "Try to Download preview chunks first." option, right?
The logic tied to preview files is listing also mkv as movie type
bool CPartFile::IsPreviewableFileType() const { return IsArchive(true) || IsMovie(); }
which lists mkv as movie
{ _T(".mkv"), ED2KFT_VIDEO }, // Matroska Video File
eMulerForLife, on 27 October 2022 - 04:25 PM, said:
Thanks.
#25
Posted 28 October 2022 - 11:47 AM
brand33d, on 28 October 2022 - 11:15 AM, said:
Have you activated the "Try to Download preview chunks first." option, right?
The logic tied to preview files is listing also mkv as movie type
bool CPartFile::IsPreviewableFileType() const { return IsArchive(true) || IsMovie(); }
which lists mkv as movie
{ _T(".mkv"), ED2KFT_VIDEO }, // Matroska Video File
eMulerForLife, on 27 October 2022 - 04:25 PM, said:
Thanks.
In eMule 0.50a MorphXT 12.7 and eMule 0.50a Xtreme 8.1 mods it works perfectly, but in eMule 0.60d x64 Community Version and derivatives it is only effective with .avi files. I don't know what it could be due to.
Of course, the "Try to Download preview chunks first." field is enabled.
Thanks for your answer.
#27
Posted 06 November 2022 - 09:25 AM
when enabled friends list should be emptied when emule is closed as not to flood friends list with clients
#28
Posted 07 November 2022 - 02:18 PM
DEL "%LOCALAPPDATA%\eMule\config\emfriends.met"
QICKV8, on 06 November 2022 - 10:25 AM, said:
when enabled friends list should be emptied when emule is closed as not to flood friends list with clients
#29
Posted 08 November 2022 - 09:12 AM
You can also try to change video player maybe.
eMulerForLife, on 28 October 2022 - 12:47 PM, said:
Of course, the "Try to Download preview chunks first." field is enabled.
Thanks for your answer.
#30
Posted 11 November 2022 - 09:27 AM
brand33d, on 08 November 2022 - 10:12 AM, said:
You can also try to change video player maybe.
eMulerForLife, on 28 October 2022 - 12:47 PM, said:
Of course, the "Try to Download preview chunks first." field is enabled.
Thanks for your answer.
Normally I always have the "Create backup to preview" option disabled.
As you indicate, I have tried with several video players and the situation persists.
Nor do I attach special importance to the matter. The only thing is that with eMule 0.50a MorphXT 12.7 and eMule 0.50a Xtreme 8.1 the download of those parts is practically instantaneous.
Greetings.
#31
Posted 18 December 2022 - 08:04 AM
Windows 11 22H2.
I beg you, do make dark theme build. Even if it means that colors will be hardcoded. And do build with better font (Sans Serif is horrible), I prefer Consolas.
I know I can make UI dark using skins but it's only partial.
#32
Posted 22 May 2023 - 07:02 PM
This error suggests that eMule is having trouble accessing or interpreting the IP-to-Country list that it uses to map IP addresses to countries. However, the ip-to-country.csv file is present in my eMule config directory.
Here are the steps I've taken so far:
Checked for the presence of the ip-to-country.csv file in the eMule config directory. It is present.
Made sure that eMule has the necessary permissions to read the file.
Updated eMule to the latest version available to me.
Despite these efforts, the problem persists. Could anyone provide guidance on how to resolve this error? Any help would be greatly appreciated.
#33
Posted 27 May 2023 - 09:15 PM
eMule 0.60d-Broadband x64 uses GeoIPCountryWhois.csv [which you can search and download from eMule itself].
Best regards.