tblancher / pymazon

Automatically exported from code.google.com/p/pymazon
Other
0 stars 0 forks source link

Queueing subsequent amz files instead of opening new windows would be nice #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ability to load multiple AMZ files on open and attempts to open new 
pymazon's w/amz argument opening in the current pymazon would do the trick.

Original issue reported on code.google.com by 1m.0n.f...@gmail.com on 15 May 2010 at 8:30

GoogleCodeExporter commented 8 years ago

Original comment by SCColbert@gmail.com on 27 May 2010 at 10:49

GoogleCodeExporter commented 8 years ago

Original comment by SCColbert@gmail.com on 13 Jun 2010 at 4:47

GoogleCodeExporter commented 8 years ago
fixed in 0.9 release.

Simply select multiple amz files in the open-file dialog.

Original comment by SCColbert@gmail.com on 27 Jun 2010 at 5:38

GoogleCodeExporter commented 8 years ago
I really like the new interface, and the ability to choose multiple .amz files 
from the dialog is excellent!

However, to integrate well with a browser, I think a little more work is needed.

When I click on a .amz file from amazon.com, my browser is going to end up 
calling:
  pymazon newfile.amz

If this could contact the existing, running pymazon (maybe via dbus?  Or some 
other IPC) I think this would be a perfect replacement for the existing Amazon 
downloader.

Please consider reopening this issue.  I'd be glad to help out on it.

Original comment by Jim.Ram...@gmail.com on 28 Jun 2010 at 2:35

GoogleCodeExporter commented 8 years ago
reopened to add proper queuing support. I will probably do this via a lock file 
in the ~/.pymazon directory. However, it will take some thought to implement 
intuitively. i.e. what to do when running instance of Pymazon is downloading 
stuff, and you try to open a new file? etc...

Original comment by SCColbert@gmail.com on 19 Jul 2010 at 5:49