Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Last active March 19, 2022 15:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttscoff/4c123bcce5d211b8b2d9f089ad0fb3b7 to your computer and use it in GitHub Desktop.
Save ttscoff/4c123bcce5d211b8b2d9f089ad0fb3b7 to your computer and use it in GitHub Desktop.
Brett's Bunch.app bunch for podcasting
# Start podcasting
## Some time tracking
& workflows/Timing
- task = Podcasting
- project = Podcasting
## Do not disturb me, audio settings
(dnd on)
### Save audio device settings
### https://gist.github.com/c5d61971d5251b8795af2415cc1bbb85
$ ~/scripts/volumetoggle.rb save
### Input/output devices can be referred to using partial names
#### Expands to "MacBook Pro Speakers"
(audio output macbook)
#### Expands to "Scarlett Solo"
(audio input scarlett)
(audio volume 0)
## Quit the bandwidth heavy apps
$ killall Dropbox
$ /Library/Backblaze.bzpkg/bztransmit -pausebackup
## Open the necessary apps
@@
%nvUltra Beta
x-nvultra://open/~/Dropbox/Notes/Podcasting
Quip
Audio Hijack
Skype
## Check for ad spots
firefox:https://podman.backbeatmedia.com/shows
## Use Moom saved layouts to position windows
* tell application "Moom" to arrange windows according to snapshot "Podcasting"
# When I'm finished
!& workflows/Timing
!$ ~/scripts/volumetoggle.rb restore
!!Dropbox
!$ /Library/Backblaze.bzpkg/bztransmit -completesync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment