Releases: jrudess/streamdvr
Releases · jrudess/streamdvr
Fix issues when mp4/mkv conversion disabled
v0.7.5 Fix #3 broken stream tracking when mp4/mkv off
Minor bug fixes
- Fix error when trying to add a non-existant user to sites
- Fix render issue when using input bar
Fix site list render issue when debug not enabled
Also fixed ctrl+c to work when input bar is focused
Bug fixes and UI cleanup
- Rename main.js to streamdvr.js. Use 'node streamdvr.js' to launch now.
- Fix issues with CB and Twitch during poor network connectivity
- Update UI to reduce site lists to two columns
Minor bug fix and interface changes
- Resolve minor mfc list issue when stream name changes
- Fix some focus issues and add pgup/pgdn hotkeys for log
- Hotkeys 1-3 focus site lists for scrolling purposes
Split streamer lists into separate files per site
-
Split streamer lists out of config.yml into seperate per site files
mfc.yml
cb.yml
twitch.yml
mfc_updates.yml
cb_updates.yml
twitch_updates.yml -
New 'addtemp' command adds a stream to be recordered temporarily. The stream is not saved and will not record again when the script is restarted.
Fixed UI to allow mouse selection again
The issue with being unable to use mouse select for copying text with the new UI has been fixed.
Add throttling for CB connections
CB connections are now throttled based on batchSizeCB in config.yml. Set to 0 to do all fetches in parallel.
Fix bug with console remove command
v0.6.2 Fix bug with console removal
Console adding/removing of streamers
The console now accepts the following new commands:
add [site] [streamer]
remove [site] [streamer]