Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autorip from clipboard #11

Closed
4pr0n opened this issue Apr 6, 2014 · 6 comments
Closed

Autorip from clipboard #11

4pr0n opened this issue Apr 6, 2014 · 6 comments

Comments

@4pr0n
Copy link
Owner

4pr0n commented Apr 6, 2014

Watch system clipboard for when URLs are copied, start ripping automatically.

@4pr0n
Copy link
Owner Author

4pr0n commented Apr 7, 2014

a82ac14

@4pr0n 4pr0n closed this as completed Apr 7, 2014
@CaspianRoach
Copy link

If this is already working, then may I suggest allowing the program to minimize into system tray and displaying tray notifications when it catches a URL? (Windows)

@4pr0n
Copy link
Owner Author

4pr0n commented Apr 8, 2014

I set the program to stay open when the close button was clicked (minimized to taskbar), but that ended up confusing me (lots of background processes went unclosed) and I'm sure it'd confuse other people.

The taskbar is shown while program is open. Close button exits the program.

Taskbar notifications are displayed only when:

  1. A rip starts, and
  2. The window is hidden or not active (focused).

The notifications are really ugly on OSX:
screen shot 2014-04-07 at 10 04 24 pm

Hopefully look better on Windows/Linux...

@CaspianRoach
Copy link

Using 1.0.11.

Clipboard autorip should check itself every second, right? I can't seem to get it to work on Windows 8.1 64. It takes the first value from the cliboard correctly but ignores any copied values after that. (Only works first time when I click the tick in the tray menu).

There's no information pertaining to autorip in the .log file.

I don't think it relates to the 'queue system' issue, unless it comes from trying the same URL again after 1 second while it's still downloading.

I can test more if you can provide the hooks for .log

4pr0n added a commit that referenced this issue Apr 8, 2014
@4pr0n
Copy link
Owner Author

4pr0n commented Apr 8, 2014

ripAlbum() method turned off clipboard autorip. Should work now.

Clipboard autorip checks aren't logged because the log size would grow too large.

@4pr0n 4pr0n reopened this Apr 8, 2014
@CaspianRoach
Copy link

Works correctly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants