Skip to content

Releases: jrudess/streamdvr

Fix issues when mp4/mkv conversion disabled

11 Jan 00:55
Compare
Choose a tag to compare
v0.7.5

Fix #3 broken stream tracking when mp4/mkv off

Minor bug fixes

10 Jan 18:21
Compare
Choose a tag to compare
  • 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

05 Jan 02:21
Compare
Choose a tag to compare

Also fixed ctrl+c to work when input bar is focused

Bug fixes and UI cleanup

05 Jan 01:56
Compare
Choose a tag to compare
  • 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

28 Dec 22:14
Compare
Choose a tag to compare
  • 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

26 Dec 18:45
Compare
Choose a tag to compare
  • 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

25 Dec 22:57
Compare
Choose a tag to compare

The issue with being unable to use mouse select for copying text with the new UI has been fixed.

Add throttling for CB connections

25 Dec 22:11
Compare
Choose a tag to compare

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

24 Dec 05:16
Compare
Choose a tag to compare
v0.6.2

Fix bug with console removal

Console adding/removing of streamers

24 Dec 04:30
Compare
Choose a tag to compare

The console now accepts the following new commands:
add [site] [streamer]
remove [site] [streamer]