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

Auto Recording based on OnlyT status #18

Open
AntonyCorbett opened this issue Oct 2, 2018 · 8 comments
Open

Auto Recording based on OnlyT status #18

AntonyCorbett opened this issue Oct 2, 2018 · 8 comments

Comments

@AntonyCorbett
Copy link
Owner

Feature Request - start and stop recording automatically based on OnlyT Timer status. One possibility is to start recording when 1st timer is started and stop recording when final timer is stopped. Alternatively, if the countdown timer is used we could start recording when the countdown stops. Another option is to record continuously and then persist only the audio that is relevant (e.g. 5 mins before the first timer starts)...

@Blann
Copy link

Blann commented Oct 3, 2018

Interesting. I think basing it on the countdown would be the best option there, as you’ll always be on time.

Stopping automatically is a little more tricky. I’ve not been able to determine a solid-enough trigger point that gives us the final song and prayer, also taking into account when a meeting may overrun slightly due to announcements, letters etc.

@AnsNie
Copy link

AnsNie commented Oct 3, 2018

Perhaps one option is to stop recording after last timer is stopped, but then also have a "backup-stop". It would happen maybe 1h 55min after start of recording, which would include most of meetings. Maybe recording of final song and prayer is not so important anyways, if meeting is going more than 10mins overtime.

@AntonyCorbett
Copy link
Owner Author

@Blann @AnsNie thanks both for input

@josslamberti
Copy link

Whether or not we use OnlyT and whether or not we use the meeting countdown feature, we should know at what times the meetings are meant to start. Why not starting recording automatically at these given times? (the same way OnlyT's meeting countdown is told when meetings should start).

That way you remove the dependency on OnlyT but you still benefit from OnlyT's meeting countdown feature, in the sense that it will encourage meetings to start on time.

Then we can reasonably assume that meetings are more likely to start slightly late rather than slightly early so the worst that can happen is a bit of silence at the beginning.

We also know how long a meeting is likely to last so with an added 'backup-stop' time as suggested above, we should be reasonably safe. Optionally, there could be a warning pop-up that would look like "The recording will automatically stop in n seconds. Click here to abort", similar to the auto-logout features we see on some websites such as banking.

On a related note, I don't know whether it's possible to automatically trim silence from the beginning and end of an mp3.

@lazer321
Copy link

You can do that currently by setting OnlyR to start recording on launch and use either Task Scheduler in Windows (or similar utility in Mac) to launch OnlyR. Automatically stopping it becomes a little trickier. You can set a max record length of like 2 hrs and the listener would most likely stop listening after the meeting ends. But the window still needs to be manually closed for it to work next time.

Feature Request - Auto exit upon stopping the recording.

@TizianoNoto
Copy link

My little contribution to the discussion.
Based on my experience with similar softwares, OnlyR could have three modes:

  • manual - just a start and stop button, as things are now.
  • OnlyT schedule, whole meeting - self explanatory.
    Maybe an option to include opening and concluding song and prayer?
    • start: first timer or the end of countdown
    • end: after last timer or 5 minutes later
  • OnlyT schedule, split - a new file is created for each talk.
    We just need to decide what to do when a timer is stopped:
    • stop and wait until next timer is started (unless it's a student talk)
    • continue until next timer is started
    • immediately start new track (to include the chairman announcing the next part)

Especially for the third mode, the title tag would be very useful for the MP3 files.

Note for @lazer321: You can schedule to close OnlyR at a given time using the command taskkill /IM OnlyR.exe - see #9 (comment)

@Szynek007
Copy link

You can do that currently by setting OnlyR to start recording on launch and use either Task Scheduler in Windows (or similar utility in Mac) to launch OnlyR. Automatically stopping it becomes a little trickier. You can set a max record length of like 2 hrs and the listener would most likely stop listening after the meeting ends. But the window still needs to be manually closed for it to work next time.
Feature Request - Auto exit upon stopping the recording.

It's good option.

It is possible to add 1:45 or 1:50 option to max record length?

@AntonyCorbett
Copy link
Owner Author

@Szynek007 @lazer321 Thanks for your feedback. I'd be grateful if you would add a new Issues issue for any new feature requests. Thanks.

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

7 participants