You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use https://github.com/substack/minimist as a dep to parse some command line arguments that are currently hard coded such as station, cloud backup true/false, spinitron credentials, and destination and temporary directories, and extra recording buffer time (currently set to 2 minutes). If these command line arguments are not present, we should look for them in a .config file.
-s STATION_NAME
-spinuser SPINITRON_USER
-spinsecret SPINITRON_SECRET
-tempdir TEMP_RECORDING_DIRECTORY
-d FINAL OUTPUT DIRECTORY
-b BUFFER_TIME (extra time to record after show_duration)
-h HELP
-backup TRUE/FALSE BACKUP FLAG
-c CONFIG_FILE
The text was updated successfully, but these errors were encountered:
We should use https://github.com/substack/minimist as a dep to parse some command line arguments that are currently hard coded such as station, cloud backup true/false, spinitron credentials, and destination and temporary directories, and extra recording buffer time (currently set to 2 minutes). If these command line arguments are not present, we should look for them in a .config file.
-s STATION_NAME
-spinuser SPINITRON_USER
-spinsecret SPINITRON_SECRET
-tempdir TEMP_RECORDING_DIRECTORY
-d FINAL OUTPUT DIRECTORY
-b BUFFER_TIME (extra time to record after show_duration)
-h HELP
-backup TRUE/FALSE BACKUP FLAG
-c CONFIG_FILE
The text was updated successfully, but these errors were encountered: