JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #61  
Old 14.09.2010, 12:29
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,029
Default

Hmmm....

Maybe developers can add something simple like for now (until more flexible Event Manager is written):

URL clipFile;
try {
clipFile = new URL("file:"+"c:\\WINDOWS\\Media\\tada.wav");
AudioClip clip = Applet.newAudioClip(clipFile);
clip.play();
} catch (MalformedURLException e) {
e.printStackTrace();
}


Possible place (I've tested and it works):
class PluginForHost,
method: getCaptchaCode
right before initializing CaptchaController.

I'm not sure if it'll work for most captchas, at least it works for fileserve, hotfile.
Of course this is simple, temporary solution - for other OSes than Windows - the sound file should be distributed with jD and placed somewhere into jD directories etc etc...
Reply With Quote
  #62  
Old 15.09.2010, 09:32
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

Why are you printing a stack trace?
Reply With Quote
  #63  
Old 15.09.2010, 10:05
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,029
Default

Quote:
Originally Posted by drbits View Post
Why are you printing a stack trace?
a) because it's similar to the exception handling some lines above for:
final BufferedImage img = ImageIO.read(file);

b) it's quick solution (template) given in Eclipse for exception handling

Probably it should be something similar for logging exception messages in jD,
maybe: JDLogger.exception(e);
Reply With Quote
  #64  
Old 15.09.2010, 14:55
remi
Guest
 
Posts: n/a
Cool

Quote:
Originally Posted by drbits View Post
Why are you printing a stack trace?
LOL. That's called a copy & paste programming style.
Reply With Quote
  #65  
Old 15.09.2010, 15:52
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,029
Default

Quote:
Originally Posted by remi View Post
LOL. That's called a copy & paste programming style.
You're wrong. This is template for exception handling suggested by Eclipse.
You can customize it for your requirement or you can leave it without any change.
Reply With Quote
  #66  
Old 28.09.2010, 22:48
kimmi1206
Guest
 
Posts: n/a
Red face Please, add event sounds!!!!

Add event sounds. the event manager is very necessary. Every time that Jdownloader download files, I do other task.
When windows are open (such as office applications or a browser - chrome or firefox), I can't see the box to enter the captcha manually.
:unsure:
Reply With Quote
  #67  
Old 29.09.2010, 15:02
remi
Guest
 
Posts: n/a
Cool

Quote:
Originally Posted by kimmi1206 View Post
When windows are open (such as office applications or a browser - chrome or firefox), I can't see the box to enter the captcha manually.
:unsure:
This isn't normal. Please provide a complete and detailed log?

Reply With Quote
  #68  
Old 01.10.2010, 15:33
prorokrak
Guest
 
Posts: n/a
Thumbs up I'm for this feature, too

I would love to have this feature, too.
Even though I can be alerted to poping-up "Enter captcha" window by using another software, I would prefer to have it an integral part of JDownloader.
Reply With Quote
  #69  
Old 02.10.2010, 00:43
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

The JD developers plan the sounds on pop-up in the future. Because there are insufficient developers available, new features have to wait their turn.

The default sounds will be distributed with all copies of JD (JD is portable and all JD distributions are the same, regardless of OS).
Reply With Quote
  #70  
Old 02.10.2010, 04:59
deltrem
Guest
 
Posts: n/a
Default the user may be away from the computer, so play a sound to type recaptcha

I'm downloading a game that is 30 files long and each 100mb from FileServe. i'm away from the computer, daydreaming, but I have to type a ReCaptcha for each file. Please, play a sound, so I can go to the computer to type the Recaptchas.
Reply With Quote
  #71  
Old 02.10.2010, 05:06
RoofingGuy
Guest
 
Posts: n/a
Default

A couple of posts down, there's 4 pages about this.

http://board.jdownloader.org/showthread.php?t=15749
Reply With Quote
  #72  
Old 02.10.2010, 11:35
Statter Statter is offline
JD Legend
 
Join Date: Aug 2010
Posts: 531
Default

I'm not sure if any of the scripts here http://board.jdownloader.org/showthread.php?t=21026 Useful Scripts from Users would help any if rewritten slightly for your OS but you can look and see until something better is finalized. BTW there is already one for winblows labled Captcha Sound Alert for JDownloader [AutoIt - Script Code] (Updated 9/20/2010)
__________________
OS X !0.6.8 Mac Pro Intel (Workhorse)
OS X 10.13.6 MBP Intel 17" (Secondary)
OS X MBP Intel 15" Dual boot 10.6.8 and 10.13.6 (as needed)
Reply With Quote
  #73  
Old 05.10.2010, 01:18
george2002
Guest
 
Posts: n/a
Default

I think that kimmi1206 want a sound when window popup for entering captha appear
It's solved here:http://board.jdownloader.org/showthread.php?t=20714
and tomorrow i add my version of enabling sound on window popup in linux

Regards
george2002
Reply With Quote
  #74  
Old 05.10.2010, 05:27
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

Please make sure that you are not running any applications in "Always on top" mode.
Reply With Quote
  #75  
Old 06.10.2010, 02:44
george2002
Guest
 
Posts: n/a
Default

hello there 4 all
i digged and solved my problems in linux with sound on window popup - i described that solution more here:
murga-linux.com/puppy/viewtopic.php?t=60145

Last edited by drbits; 06.10.2010 at 05:01. Reason: Added a space before URI
Reply With Quote
  #76  
Old 10.10.2010, 17:24
asder99
Guest
 
Posts: n/a
Default Enable sound?

Hi all!
I wish to enable a sound alert when Jdownloader ask me to write some capcha.

Is it possible?

Thank you!

Moderator Edit: See message 71.

Last edited by drbits; 11.10.2010 at 01:46.
Reply With Quote
  #77  
Old 25.10.2010, 00:31
spene_yoko
Guest
 
Posts: n/a
Default

Woohoo Mac users! I just dug up a nifty little program that works out nicely. Screen Watchdog let me select an area on my desktop to monitor (e.g. the JD dock icon) and play that lovely submarine ping whenever it bounces. I just have to remember to click out to the finder after entering the captcha. Of course, it also pings whenever I cursor over the dock, but I can live with that.

macpod.net/software/ScreenWatchdog.php

Last edited by spene_yoko; 25.10.2010 at 00:33.
Reply With Quote
  #78  
Old 04.11.2010, 11:40
nicodocet
Guest
 
Posts: n/a
Default

I wrote a vey simple tool for Windows (a standalone tool, not a JD plug-in) for captcha alert. You find it here.

Last edited by nicodocet; 04.11.2010 at 11:42.
Reply With Quote
  #79  
Old 08.11.2010, 23:15
DuneMan
Guest
 
Posts: n/a
Default Soundoption bei Eingabeaufforderung

Ich würde mir wünschen einen Sound einstellen zu können der mich darauf hinweist das eine eingabe eines captchas gefordert wird.

da ich mit einem anderen rechner die downloads laufen habe als das ich arbeite muss ich öfter die downloads neu aktivieren da ich die codeeingabe nicht immer mitbekomme.
Reply With Quote
  #80  
Old 09.11.2010, 15:14
countach
Guest
 
Posts: n/a
Default Sound notification for CAPTCHA windows

Sometimes (i.e. having jDownloader running in another computer in the room), the CAPTCHA prompt windows don't get noticed.

Will be very useful to make this windows sound with some beep or allowing the user to specify a sound file. (i.e in Settings -> User Interface -> Advanced -> Specify sound for user prompts)

Thanks!
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 02:06.
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.