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

Silent/quiet mode #13

Closed
oczkers opened this issue Jul 29, 2015 · 3 comments
Closed

Silent/quiet mode #13

oczkers opened this issue Jul 29, 2015 · 3 comments
Assignees
Milestone

Comments

@oczkers
Copy link

oczkers commented Jul 29, 2015

Another feature request :-)

silent - just download subtitles and do not open any windows (perfect if you get subtitles just before launching movie)

quiet - much harder to implement cross platform - some kind of timed self closing pop-up (it should stay if failed)

@krzemin
Copy link
Member

krzemin commented Aug 3, 2015

Something similar is already implemented, although not properly documented.

If you run the program with path to a movie file as an argument, subtitle downloading will start immediately with progress window), but without installing any icon to systray. Similarly, if you pass a path to a directory, folder scanning window will appear.

If you run the application with -q switch and pass path to a movie file, application will do the job without showing any windows and communicate result via exit code. This mode is unfortunately not supported on Windows. But probably it could be!

@msjasinski
Copy link

It works on Windows if you add "--quiet" to regedit keys, e.g.

"C:\Program Files\QNapi\qnapi.exe" "%1" "--quiet"

But could you please add it to program preferences because not everyone is versed in registry tweaking...
Thanks for the excellent work!

@krzemin
Copy link
Member

krzemin commented Nov 21, 2015

It could make sense to introduce option like quiet batch mode added to preferences, which should force quiet mode every time you pass a file as an argument.

Unfortunately, it will not be available to OSX users, since Finder integration is not argv-based there.

@krzemin krzemin reopened this Nov 21, 2015
@krzemin krzemin added this to the 0.2.0 milestone Nov 21, 2015
@krzemin krzemin self-assigned this Nov 21, 2015
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

3 participants