JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 01.06.2009, 16:45
iq0099
Guest
 
Posts: n/a
Talking my 11 Wishes

1. Achieve section to store downloaded or grabbed links
2. Skin Editor to move around the panes as we like
3. Drop Icon to grab links
4. Stop / Resume any link by > | [] buttons (on each line)
5. Better Schedule options (download now, schedule, download & stop)
6. Send-to jD (for non firefox browsers)
7. To-Do list of downloads with reminder so that I can plan downloads and start stop them manually
8. Better list options, I want to choose fields: Name, Size, Host, Password, Date, File Location, etc.. Rearrange them the way I like!
9. Drop Down for folder and download categories on the context menu or firefox extension menu.. ie: download to > movies, games, etc..
10. Double Click will give option to open folder, or run application

11. Formatted Grabber & Download Panes. I suggest the jD groups the files names under the same Package (or container) into host groups..
for example:
These links will be grabbed and checked
Code:
[+][n-kot....]
**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**
They will be listed as follows:
Code:
[+][n-kot....]
n-kot....part1.rar  [rs]
n-kot....part1.rar.html  [hotfile]
n-kot....part2.rar  [rs]
n-kot....part2.rar.html  [hotfile]
n-kot....part3.rar  [rs]
n-kot....part3.rar.html  [hotfile]
n-kot....part4.rar [rs]
n-kot....part4.rar.html  [hotfile]
Why not auto grouped under the package name
Code:
[+][n-kot....]
[+]
n-kot....part1.rar  [rs]
n-kot....part2.rar  [rs]
n-kot....part3.rar  [rs]
n-kot....part4.rar  [rs]
[+]
n-kot....part1.rar.html  [hotfile]
n-kot....part2.rar.html  [hotfile]
n-kot....part3.rar.html  [hotfile]
n-kot....part4.rar.html  [hotfile]
===
I hope you agree with me.. If you need

Last edited by iq0099; 21.07.2009 at 07:50. Reason: Added 1 new wish!
Reply With Quote
  #2  
Old 17.07.2009, 15:31
remi
Guest
 
Posts: n/a
Cool

Quote:
Originally Posted by iq0099 View Post
1. Achieve section to store downloaded or grabbed links
2. Skin Editor to move around the panes as we like
3. Drop Icon to grab links
4. Stop / Resume any link by > | [] buttons (on each line)
5. Better Schedule options (download now, schedule, download & stop)
6. Send-to jD (for non firefox browsers)
7. To-Do list of downloads with reminder so that I can plan downloads and start stop them manually
8. Better list options, I want to choose fields: Name, Size, Host, Password, Date, File Location, etc.. Rearrange them the way I like!
9. Drop Down for folder and download categories on the context menu or firefox extension menu.. ie: download to > movies, games, etc..
10. Double Click will give option to open folder, or run application
===
I hope you agree with me.. If you need
1. What do you mean?
3. idem
5. I agree and the scheduler should be integrated, not an add-on.
7. Isn't this the download queue? You can always temporarily disable links.
8. Very good requirement. You get my full support.
Reply With Quote
  #3  
Old 19.07.2009, 19:54
pp4mnk
Guest
 
Posts: n/a
Exclamation your 3rc desire

Related to your 6th desire.- .- , I use three browsers

.- Firefox... where u can add flashgot to download with your prefered downloader

.- IE:- i never use it except for official and work pages which request this browser

K-MELEON.- MY DEFAULT BROWSER... i can customize it like i want, its the faster one and I change FF 15 years use for K-meleon browser.

With k-meleon i made a macro to download using jDownloader... and i´ll write it to u (it could help u)

# K-Meleon Macros (**External links are only visible to Support Staff****External links are only visible to Support Staff**)

# ----------jdownloader-------------------------------------------------------------------------
#
# Dependencies : -
# Resources : -
# Preferences : -
#
#-----------------------------------------------------------------------------------------------------------------

jdownloader{
exec("C:\\Archivos de Programa\\jDownloader\\JDownloader.exe " .$LinkURL);
}

jdownloader_BuildMenu{
# page menu(contextmenu)
setmenu(LinkSave,macro,"Descargar con jDownloader",jdownloader);
}

$OnInit=$OnInit."jdownloader_BuildMenu;";

# -------------------------------------------------------------------------
$macroModules=$macroModules."jdownloader;";



IT REALLY WORKS..... HAVE A NICE DAY


P.D. This line should be changed with your jDownloader directorie following this guide lines.- "C:\\Archivos de Programa\\jDownloader\\JDownloader.exe "

Last edited by pp4mnk; 19.07.2009 at 19:56. Reason: incorrect number... it´s not your 3rd desire but your 6th.- jejejejj
Reply With Quote
  #4  
Old 20.07.2009, 10:59
iq0099
Guest
 
Posts: n/a
Default explainations

here is my explanation:

For #1:

Under the Downloads you will see the packages or containers listed, those that have finished will have 100% on the right side. those that are disabled will be light colored or Zero % and so on...
If you had an archive section, then you can perform a clean up to send the finished downloads to that section. If you want to drag any container to the archives then you can move it there..
Also you can move the Grabbed links + containers to the archive if you want to share the containers DLC without downloading them.

For #7, yes, but more features..

#3 is a must because many site do not list the actual links, they just list them as filexyz.part1, filexyz.part2, filexyz.part3, etc..
and if they are listed this way, its hyperlinked...

#9 is a must..
I have to select the folders as it seems that jD does not save many links in the drop down where you want to save on hard disk.
I also think that there should be Save As or Rename to field especially when you got the same filename from different hosts.
for example: filexyz.rar is located on Rs.com, Megaupload.com. hotfile.com..
If they all start to download at the same time jD will fail and use only one host.
SO::: jD should be smart to rename them or give me the option to rename them.
So in short, when you double click the container name this part needs to be enhanced more.
I also wan to add a button here that says "Start Now" to start the download and move it to the downloads section in the background.

Regards

Last edited by iq0099; 20.07.2009 at 11:01. Reason: explanation
Reply With Quote
  #5  
Old 20.07.2009, 12:53
remi
Guest
 
Posts: n/a
Cool

Quote:
Originally Posted by iq0099 View Post
here is my explanation:

For #1:

Under the Downloads you will see the packages or containers listed, those that have finished will have 100% on the right side. those that are disabled will be light colored or Zero % and so on...
If you had an archive section, then you can perform a clean up to send the finished downloads to that section. If you want to drag any container to the archives then you can move it there..
This looks like a history feature where the already downloaded links are archived.

Quote:
Originally Posted by iq0099 View Post
Also you can move the Grabbed links + containers to the archive if you want to share the containers DLC without downloading them.
This is not necessarily a new requirement. You can disable your package of links, add it to the downloads queue, create a DLC file and delete the package.

Quote:
Originally Posted by iq0099 View Post
I also think that there should be Save As or Rename to field especially when you got the same filename from different hosts.
for example: filexyz.rar is located on Rs.com, Megaupload.com. hotfile.com..
If they all start to download at the same time jD will fail and use only one host.
SO::: jD should be smart to rename them or give me the option to rename them.
jD should detect file mirrors. This is a frequently recurring requirement.

The renaming of files is also a recurring requirement.

Quote:
Originally Posted by iq0099 View Post
I also wan to add a button here that says "Start Now" to start the download and move it to the downloads section in the background.
Can't this be done with Add selected link(s)? If "in the background" means that the download pane doesn't need to be shown, then I agree that it is a new feature.

Thanks for your clarifications.
Reply With Quote
  #6  
Old 20.07.2009, 14:58
iq0099
Guest
 
Posts: n/a
Talking you got it

Yes, the download pane is annoying when it pops up..


I imported 3500 links from x dlc's into another jD and it was fine, but crashed because it started to check online availability.. At the same time I was deleting the ones I do not want before the online checking happens.. So this is where it crashes.
Thats why I suggest to have the ability to drag (or mark) (or add to Archives)..
and at the same time back them up or save them..
Reply With Quote
  #7  
Old 21.07.2009, 07:35
iq0099
Guest
 
Posts: n/a
Default #9

Yes.. For number 9, I suggest having catagories in the drop down selections where you want to download the files... If I need to change the directory location, I can select and change it.
Reply With Quote
  #8  
Old 21.07.2009, 10:19
remi
Guest
 
Posts: n/a
Cool

Quote:
Originally Posted by iq0099 View Post
11. Formatted Grabber & Download Panes. I suggest the jD groups the files names under the same Package (or container) into host groups..
Because your example seems to be a case of file mirroring, I prefer the following ordering :-

n-kot....part1.rar [rs],n-kot....part1.rar.html [hotfile]
n-kot....part2.rar [rs],n-kot....part2.rar.html [hotfile]
n-kot....part3.rar [rs],n-kot....part3.rar.html [hotfile]
n-kot....part4.rar [rs],n-kot....part4.rar.html [hotfile]

They should be in the same package.
Reply With Quote
  #9  
Old 21.07.2009, 10:23
remi
Guest
 
Posts: n/a
Cool

Quote:
Originally Posted by iq0099 View Post
I imported 3500 links from x dlc's into another jD and it was fine, but crashed because it started to check online availability.. At the same time I was deleting the ones I do not want before the online checking happens.. So this is where it crashes.
Thats why I suggest to have the ability to drag (or mark) (or add to Archives)..
and at the same time back them up or save them..
This means that jD has a bug, related to your type of links.

It would indeed be nice that the checking of links could be delayed by disabling that option temporarily. The customer could then first remove all links that aren't needed. This is a new requirement.
Reply With Quote
  #10  
Old 21.07.2009, 14:09
iq0099
Guest
 
Posts: n/a
Default could be!

Yes it could be a bug!
Yes, its a new requirement too..
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 13:56.
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 - 2025, Jelsoft Enterprises Ltd.