JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 31.12.2010, 16:56
gwendoline
Guest
 
Posts: n/a
Default rename b4 download

Moderator Edit: This feature is already recommended. Duplicate requests such as this one only waste everybody's time.

need a function to rename b4 download,becoz most rar or zip file usually the name are mixed with numbers and alphabet.if download many rar together,difficult to remember which is which, and take times to open 1 by 1.

sry for poor english

Last edited by drbits; 02.01.2011 at 09:33.
Reply With Quote
  #2  
Old 01.01.2011, 12:41
remi
Guest
 
Posts: n/a
Cool

See history item #2 in and also

This probably is the worst design mistake in jD, because this features has been asked so many times that I lost count. The feature has been asked for ages, but it probably requires a major overhaul of the code.

If you want to stay in jD, there are a few (cumbersome) workarounds :-

1) For archives you can extract to another folder. In the "Advanced Settings" of the JD Unrar extension you can specify a sub-path like %PACKAGENAME% (a place holder for the real Package name).

2) For files that aren't archives, let the LG create a package for every link and then select/create a separate folder for the "Save to" field for each package. This is extremely cumbersome, but the only way to give meaningful names to what you download.

3) Create a text file and store your links together with the names you want. After the files are downloaded, use your text file to rename your files. I know this is impossible when the links don't contain the file name as is mostly the case with MU, for instance.

Because of all the hassle, this is why I still need to use another download manager, FDM, when I need to rename my downloaded files.

Last edited by remi; 02.01.2011 at 12:20. Reason: took away editing by drbits
Reply With Quote
  #3  
Old 02.01.2011, 10:23
drbits's Avatar
drbits drbits is offline
JD English Support (inactive)
 
Join Date: Sep 2009
Location: Physically in Los Angeles, CA, USA
Posts: 4,437
Default

Packages can always be renamed.

Links cannot be renamed, because then they will not download. It would be possible to rename files after download.

The solution to your archive problem is to specify automatic renaming patterns just as we have Filter patterns for Link Grabber. The substitution uses modern regular expressions in 'sed' format. This is also a Feature Request in the Bugtracker.

For example, to rename files into a standardized form:
call unurl()
# Make spaces easier to see
s/ / /g
s/[\w_-.+.]/ /g

# Make episode numbers consistent
s/\w*?season/w*?/S/i
s/\w*?epispde/w*?/E/i
s/([sS])(\d{1,3})[:#\/-_eExX](\d{1,3})/S\2E\3/
s/(.*?\a.*?)\w(\d)(\d\d)\w(.*?)/\1 S\2E\3 \4/

# Remove everything after the (standardized) episode number except the extension
s/(.*?)S(\d{1,3})E(\d{1,3})(.*?)(\.[\d\a_~$]*?)/\1S\2E\3\5/
Reply With Quote
  #4  
Old 02.01.2011, 12:44
remi
Guest
 
Posts: n/a
Cool

I took away your edits by restoring my post. I think it was inappropriate to edit it the way you did.

If writing that something "probably is the worst design mistake in jD" is inappropriate, then please first explain why. I also use FDM for this particular feature.

I've written this numerous times, even before you joined the board, but nobody ever found it inappropriate.

I also don't appreciate the way you edited gwendoline's post. This was gwendoline's first post and gwendoline might now decide never to post again because of your treatment of her post.

I would like to ask you to show some respect for members who're not posting in their native language, don't know the rules of the board or can't find what you want them to find.

Note also that if gwendoline isn't a programmer she'll probably not understand your post. Please, consider and show respect for the member's level of acquaintance with computer concepts and technology. Don't use computer concepts and technology if you aren't sure that the member is familiar with them.
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 22:59.
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 - 2023, Jelsoft Enterprises Ltd.