Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: DVDShrink Auto eject?

Started 1 month ago by maxxouille
Is there a way to auto-eject a DVD when DVDshrink finishes ripping it? I need it when I'm not home and my girlfriend is. I would like my PC to notify her (by opening the DVDtray) when the ripping is done so that she can put another DVD. Thanks in advance
Site: dvdshrink.org  dvdshrink.org - site profile
Forum: English   English   - forum profile
Total authors: 2 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: dvdshrink.org

Other posts in this thread:

Chetwood replied 1 month ago
Playing a sound when finished won't accomplish that?

maxxouille replied 1 month ago
No, unfortunately, it won't, because we're talking about my HTPC and the sound goes directly through my amplifier. So, no sound will be heard either when the amp is off or when someone is watching TV through it. Moreover, the sound only plays once, so, if you're not in front of the PC when it plays, you won't know your ripping is done.

Chetwood replied 1 month ago
Well, install AutoIt and save this snippet as .au3 or compile it into an exe file once you've entered your driveletter: Code: Select all $driveletter = "e" Do Sleep(60000) Until WinExists("Backup Complete", "") WinActivate("Backup Complete", "") ControlClick("Backup Complete", "", "Button1", "left", "1") CDTray($driveletter & ":", "open") Exit Start it before starting backup in...

 

Top contributing authors

Name
Posts
maxxouille
2
user's latest post:
DVDShrink Auto eject?
Published (2009-11-12 16:34:00)
No, unfortunately, it won't, because we're talking about my HTPC and the sound goes directly through my amplifier. So, no sound will be heard either when the amp is off or when someone is watching TV through it. Moreover, the sound only plays once, so, if you're not in front of the PC when it plays, you won't know your ripping is done.
Chetwood
2
user's latest post:
DVDShrink Auto eject?
Published (2009-11-13 18:47:00)
Well, install AutoIt and save this snippet as .au3 or compile it into an exe file once you've entered your driveletter: Code: Select all $driveletter = "e" Do    Sleep(60000) Until WinExists("Backup Complete", "") WinActivate("Backup Complete", "") ControlClick("Backup Complete", "",...

Related threads on "dvdshrink.org":

Related threads on other sites:

Thread profile page for "DVDShrink Auto eject?" on http://www.dvdshrink.org. This report page is a snippet summary view from a single thread "DVDShrink Auto eject?", located on the Message Board at http://www.dvdshrink.org. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity