Skip to content

Search pause possibility, Windows XP #977

Closed Answered by qarmin
link0127 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. There is no plan to implement pausing/resuming in app because this would complicate app architecture without big benefit.
    App was created with cache in mind, so instead of pausing/resuming scan, closing/opening app should work most of the time almost identically(not all steps use cache like e.g. comparing audio fingerprints)

Linux allows to pause/resume app with simple commands

kill -STOP ${PID}
kill -CONT ${PID}
  1. Windows XP support was dropped few years ago and even Rust version required to compile app(1.67.1) not supports it, so there is 0% chance that app will work on this OS.
    My main machine runs on Ubuntu and I'm able to test only Windows 10 and latest Mac version on VM(I doubt th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@link0127
Comment options

Answer selected by link0127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants