Official eMule-Board: Emule0.60d/broadband - Official eMule-Board

Jump to content


  • (3 Pages)
  • +
  • 1
  • 2
  • 3

Emule0.60d/broadband

#21 User is offline   brand33d 

  • Member
  • PipPip
  • Group: Members
  • Posts: 17
  • Joined: 10-June 22

Posted 25 October 2022 - 11:46 AM

QICKV8 :
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
1

#22 User is offline   DeadMike 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 24-October 22

Posted 25 October 2022 - 01:26 PM

View Postbrand33d, on 25 October 2022 - 11:46 AM, said:

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


Thanks.
0

#23 User is offline   eMulerForLife 

  • Member
  • PipPip
  • Group: Members
  • Posts: 33
  • Joined: 09-January 21

Posted 27 October 2022 - 02:25 PM

It would be nice to activate the "Try to download the first and last part first" option for .mkv files and other extensions, since now it seems to only work with .avi files.

Thanks.
0

#24 User is offline   brand33d 

  • Member
  • PipPip
  • Group: Members
  • Posts: 17
  • Joined: 10-June 22

Posted 28 October 2022 - 09:15 AM

By having a quick look, it seems it should also work for mkv files. The UI menu also show preview for mkv.
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


View PosteMulerForLife, on 27 October 2022 - 04:25 PM, said:

It would be nice to activate the "Try to download the first and last part first" option for .mkv files and other extensions, since now it seems to only work with .avi files.

Thanks.

0

#25 User is offline   eMulerForLife 

  • Member
  • PipPip
  • Group: Members
  • Posts: 33
  • Joined: 09-January 21

Posted 28 October 2022 - 11:47 AM

View Postbrand33d, on 28 October 2022 - 11:15 AM, said:

By having a quick look, it seems it should also work for mkv files. The UI menu also show preview for mkv.
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


View PosteMulerForLife, on 27 October 2022 - 04:25 PM, said:

It would be nice to activate the "Try to download the first and last part first" option for .mkv files and other extensions, since now it seems to only work with .avi files.

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.
0

#26 User is offline   Matloo 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 01-November 22

Posted 01 November 2022 - 05:43 PM

Thx for your new MOD
We need :punk:
0

#27 User is offline   QICKV8 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 82
  • Joined: 13-October 20

Posted 06 November 2022 - 09:25 AM

Added auto-friend fast HighIDs feature
when enabled friends list should be emptied when emule is closed as not to flood friends list with clients
0

#28 User is offline   brand33d 

  • Member
  • PipPip
  • Group: Members
  • Posts: 17
  • Joined: 10-June 22

Posted 07 November 2022 - 02:18 PM

that's a fair point, but you can easily do it by adding a step before launching eMule, like:

DEL "%LOCALAPPDATA%\eMule\config\emfriends.met"

View PostQICKV8, on 06 November 2022 - 10:25 AM, said:

Added auto-friend fast HighIDs feature
when enabled friends list should be emptied when emule is closed as not to flood friends list with clients

0

#29 User is offline   brand33d 

  • Member
  • PipPip
  • Group: Members
  • Posts: 17
  • Joined: 10-June 22

Posted 08 November 2022 - 09:12 AM

Odd indeed, I've made few attempts with mkv files and it seems to work fine in 0.60d too. Maybe check the options again, under the 'Files' section. There's an option "Create backup to preview".
You can also try to change video player maybe.



View PosteMulerForLife, on 28 October 2022 - 12:47 PM, said:

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.

0

#30 User is offline   eMulerForLife 

  • Member
  • PipPip
  • Group: Members
  • Posts: 33
  • Joined: 09-January 21

Posted 11 November 2022 - 09:27 AM

View Postbrand33d, on 08 November 2022 - 10:12 AM, said:

Odd indeed, I've made few attempts with mkv files and it seems to work fine in 0.60d too. Maybe check the options again, under the 'Files' section. There's an option "Create backup to preview".
You can also try to change video player maybe.



View PosteMulerForLife, on 28 October 2022 - 12:47 PM, said:

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.




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.
0

#31 User is offline   dm1 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 18-December 22

Posted 18 December 2022 - 08:04 AM

For a reason unknown to me, latest build freezes - don't remember what I was doing exactly but probably switching between Downloads and Search.
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.
0

#32 User is offline   ShareazaEmuleBroadbandP2P 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 14
  • Joined: 08-May 23

Posted 22 May 2023 - 07:02 PM

Hi! I am currently using eMule version 0.60d and I am encountering an issue with IP-to-Country mapping. The error message I receive is "CIP2Country::GetCountryFromIP iplist doesn't exist".

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.
0

#33 User is offline   eMulerForLife 

  • Member
  • PipPip
  • Group: Members
  • Posts: 33
  • Joined: 09-January 21

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.

0

#34 User is offline   emule_user_downunder 

  • Splendid Member
  • PipPipPipPip
  • Group: Members
  • Posts: 161
  • Joined: 20-March 04

Posted 02 June 2023 - 12:12 PM

View PosteMulerForLife, on 28 May 2023 - 08:15 AM, said:

eMule 0.60d-Broadband x64 uses GeoIPCountryWhois.csv [which you can search and download from eMule itself].

Best regards.
Is a 'starter kit' sample file bundled with the release? Should it attempt to do an update on first run to prevent this error occurring? Is there a typo or oversight in the updated code pointing to the wrong location?
0

#35 User is offline   eMulerForLife 

  • Member
  • PipPip
  • Group: Members
  • Posts: 33
  • Joined: 09-January 21

Posted 04 June 2023 - 11:24 AM

View Postemule_user_downunder, on 02 June 2023 - 02:12 PM, said:

View PosteMulerForLife, on 28 May 2023 - 08:15 AM, said:

eMule 0.60d-Broadband x64 uses GeoIPCountryWhois.csv [which you can search and download from eMule itself].

Best regards.
Is a 'starter kit' sample file bundled with the release? Should it attempt to do an update on first run to prevent this error occurring? Is there a typo or oversight in the updated code pointing to the wrong location?



Referring exclusively to Mod eMule 0.60d-Broadband x64, these are the programmer's instructions for IP 2 Country:
As some other minor change to the upload list, the IP 2 Country is being added back. At some point it will be updated to latest formats, but for now just google GeoIPCountryWhois.csv to download a reasonably recent file and place it in your %LOCALAPPDATA%\eMule\config.
Refer to h t t p s : / / mailfud.org/geoip-legacy/ [remove spaces], download the file version GeoIP-legacy.csv.gz and remove the IPv6 entries from it at the bottom, with a text editor.
Since my fiber optic line has the Dual Stack [IPv4 and IPv6 protocols] activated, it has not been necessary to modify that file.

Greetings.
0

#36 User is offline   eMulerForLife 

  • Member
  • PipPip
  • Group: Members
  • Posts: 33
  • Joined: 09-January 21

Posted 05 June 2023 - 10:27 AM

View PosteMulerForLife, on 04 June 2023 - 01:24 PM, said:

View Postemule_user_downunder, on 02 June 2023 - 02:12 PM, said:

View PosteMulerForLife, on 28 May 2023 - 08:15 AM, said:

eMule 0.60d-Broadband x64 uses GeoIPCountryWhois.csv [which you can search and download from eMule itself].

Best regards.
Is a 'starter kit' sample file bundled with the release? Should it attempt to do an update on first run to prevent this error occurring? Is there a typo or oversight in the updated code pointing to the wrong location?



Referring exclusively to Mod eMule 0.60d-Broadband x64, these are the programmer's instructions for IP 2 Country:
As some other minor change to the upload list, the IP 2 Country is being added back. At some point it will be updated to latest formats, but for now just google GeoIPCountryWhois.csv to download a reasonably recent file and place it in your %LOCALAPPDATA%\eMule\config.
Refer to h t t p s : / / mailfud.org/geoip-legacy/ [remove spaces], download the file version GeoIP-legacy.csv.gz and remove the IPv6 entries from it at the bottom, with a text editor.
Since my fiber optic line has the Dual Stack [IPv4 and IPv6 protocols] activated, it has not been necessary to modify that file.

Greetings.



[WARNINGS]

1. For eMule 0.60d-Broadband x64 2022.10.24 to support it, rename GeoIP-legacy.csv to GeoIPCountryWhois.csv.

2. If it is deposited as it is in the Config subdirectory, even though the IPv4 & IPv6 protocols are activated on the fiber optic line, as it is a very large file, it causes eMule to have erratic, slow and conflictive operation.

3. Therefore, as recommended by the programmer, it is convenient to eliminate the existing IPv6 references in the final part of the file [leaving only the IPv4 references].

Greetings.
0

#37 User is offline   QICKV8 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 82
  • Joined: 13-October 20

Posted 06 June 2023 - 09:15 PM

h tps://mega.nz/file/SY4Q2TzT#ucQ4-MPHyNtVnF3RtJekDNGqa6yCYUsE4tdjvuiMGmY

Modified file above IPV6 removed and renamed to GeoIPCountryWhois dated 03.06.2023

This post has been edited by QICKV8: 06 June 2023 - 09:41 PM

1

#38 User is offline   eMulerForLife 

  • Member
  • PipPip
  • Group: Members
  • Posts: 33
  • Joined: 09-January 21

Posted 07 June 2023 - 12:13 AM

Thanks, QICKV8.
0

#39 User is offline   ShareazaEmuleBroadbandP2P 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 14
  • Joined: 08-May 23

Posted 16 June 2023 - 07:30 PM

Thanks for the file, i try to put in the config folder but no change always "CIP2Country::GetCountryFromIP iplist doesn't exist" message in verbose window.
What can be wrong? Should emule be use via complete installer or working just with bin extract?
I'm also confuse with the support with mediainfo.dll, not finding a version supporting recent codecs or container (mkv, h265 etc)
i search documentation on github but no help for this time...
0

#40 User is offline   QICKV8 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 82
  • Joined: 13-October 20

Posted 17 June 2023 - 05:47 AM

I use the binary version, make sure that you have deleted iptocountry.csv file

mediainfo.dll try this one h tps://mega.nz/file/KEhXTYBI#luSm_uSvO29CXZ7hiHBMqrYNhBsukSd-b0_GgWE-ehA

This post has been edited by QICKV8: 17 June 2023 - 05:50 AM

0

  • Member Options

  • (3 Pages)
  • +
  • 1
  • 2
  • 3

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users