JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #21  
Old 11.05.2020, 04:37
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

@Maelcum
Interesting, maybe sorting or maybe deemed as a mirror? Jiaz will have a look no doubt =]
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #22  
Old 11.05.2020, 17:08
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

Please provide example links. Are those the actual file names of the links? I'm asking because auto filename feature might have auto renamed those to match mirrors.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #23  
Old 11.05.2020, 17:13
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

Issue is most likely caused by the internal sort speed up,
Hmm, is this about the DownloadList? because the _2 looks like auto rename feature and in DownloadList, the items are NOT auto sorted on rename
__________________
JD-Dev & Server-Admin
Reply With Quote
  #24  
Old 15.05.2020, 01:26
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 337
Default

Hi Jiaz,

I have more, I'll compile them into a single image and send it.

Cheers,
M
Reply With Quote
  #25  
Old 15.05.2020, 04:55
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

as the original image was just the filenames, a bit hard to determine if download has been started and rename took place.

do you use rename if file exists at all? if so its most likely the cause like Jiaz indicated.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #26  
Old 23.05.2020, 06:55
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 337
Default

Hi,

It was in the Lingrabber tab, download not started yet.

M
Reply With Quote
  #27  
Old 25.05.2020, 16:59
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

The Linkgrabber doesn't have any auto-rename feature at all. So this must be caused by original filenames or any eventscripter script in place.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #28  
Old 26.05.2020, 05:14
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 337
Default

Hi,
Here's another one with file sizes and other stuff, still in link grabber.
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Cheers,
M

Last edited by raztoki; 26.05.2020 at 11:54.
Reply With Quote
  #29  
Old 26.05.2020, 05:36
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

screen shot of what you mean?
also please provide complete sample of example links so that we can reproduce reported issue.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #30  
Old 26.05.2020, 11:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

I'm sorry but your post doesn't contain any information?!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #31  
Old 26.05.2020, 12:03
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

screen shot was there, just not shown at least in my browser (hence my previous post).. just double checked and image was provided though was in img bbtag, i removed via edit.

I believe the renaming issue is caused by mirror hosting services / multiupload (would have easily been determined if url was given to us originally) or the given hoster. Some providers change filenames on uploads, we need to identify these to treat said chars as wildcards or just remove them in comparison matching. We already have handling for this within our backend (I requested feature like ~7 years ago). Note: If the issue is caused by the multiupload/mirroring party we probably can't fix. As for the _2 I do not know why that would happen even with files that are of the same name on service doesn't cause an issue.. but Id still say a platform issue by either multiuploader/mirror or host itself, this is very hard to fix or identify.

you can easily test if the hoster is at fault, by uploading test files to the service with probable illegal characters and see if they get auto renamed.

Please give us working examples, and we can try and 'fix' this accordingly within hoster plugins. Thread is multiple is over 30posts now and no example urls.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 26.05.2020 at 12:06.
Reply With Quote
  #32  
Old 27.05.2020, 00:26
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 337
Default

Hi,

I don't think any of those links coming from multiupload hosts, but I'll check next time.

To be honest, I don't understand why do you need URLs to sort a bunch of strings :-)
I probably miss something here, but if you can crawl/parse file names and package them, what's so challenging about sorting them properly?

Cheers,
M
Reply With Quote
  #33  
Old 27.05.2020, 03:27
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

We need links to test what is the actual cause, a screen shot does not do this. Trying to guess where the fault lies from screen shot is next to impossible when it comes to plugins. Example links is a must, logs can also help (say geolocation issue).

Sorting issue isn't a problem if my hunch is correct, its just the side effect of a 3rd party bug. But links will confirm this.

With multimirror/upload sites the respective decrypters plugins only return links and does not set filenames/filesize/online status. The hoster plugin is called and the task is primarily done within checklinks[many] or requestfileinfomation(single) methods due to sourceurl not having an accurate online status.

Anyway next time you reproduce this issue, please provide example links, else issue is really dead in the water.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #34  
Old 27.05.2020, 15:27
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

The issue is not caused by sorting but by the auto filename correction routine that tries to find mirror candidates and tries to rename them to have matching file names. That happens AFTER sorting.
We need the URLs to be able to reproduce the issue and properly work on it/fix it.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #35  
Old 27.05.2020, 15:29
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

Quote:
Originally Posted by raztoki View Post
As for the _2 I do not know why that would happen even with files that are of the same name on service doesn't cause an issue.. but Id still say a platform issue by either multiuploader/mirror or host itself, this is very hard to fix or identify.
I agree and that's why we are asking for example links
__________________
JD-Dev & Server-Admin
Reply With Quote
  #36  
Old 27.05.2020, 15:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

You can disable that *auto filename correction* via Settings->Advanced Settings->LinkgrabberSettings.autofilenamecorrectionenabled
__________________
JD-Dev & Server-Admin
Reply With Quote
  #37  
Old 31.05.2020, 02:54
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 337
Default

Hi,

Here are a bunch of links to reproduce the sorting issue using the latest jDownloader:

Spoiler:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**




**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**


Cheers,
M
Reply With Quote
  #38  
Old 31.05.2020, 02:55
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 337
Default

Quote:
Originally Posted by Jiaz View Post
You can disable that *auto filename correction* via Settings->Advanced Settings->LinkgrabberSettings.autofilenamecorrectionenabled
Tried it, didn't help.

Cheers,
M
Reply With Quote
  #39  
Old 05.06.2020, 19:01
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 337
Default

Hi,

Any update on this one?
Thanks in advance,
M
Reply With Quote
  #40  
Old 05.06.2020, 20:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

@Maelcum: Didn't find time yet but at least I can see some issue with sorting! Thanks for the links.
The used comparator doesn't care about Case sensitivity and that's the reason for the strange sorting.
I will try to work on to provide advanced settings to change sort method
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 05.06.2020 at 20:54.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 10:21.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.