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

Jump to content


  • (2 Pages)
  • +
  • 1
  • 2

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: 27
  • 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: 27
  • 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: 69
  • 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: 27
  • 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: 1
  • 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: 27
  • 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

  • Member Options

  • (2 Pages)
  • +
  • 1
  • 2

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