Releases: jrudess/streamdvr
Releases · jrudess/streamdvr
Support latest typescript
TUI performance improvements
The TUI should no longer lag during file-IO operations.
Add support for custom arguments to youtube-dl/streamdvr
This is mostly a maintenance release to:
- Upgrade JS dependencies
- Cleanup lint warnings
- Fix #145
Minor bug fixes and updates
Since it's been a while, and since a few issues are fixed, here's a new release tag.
Stability improvement and TUI update
- Restores behavior of calling disconnect() and reconnect() on each cycle
- Add site enable/disable menu option in TUI
Fix ffmpeg recording
This release fixes an issue where ffmpeg recording did not work for sites using the 'basic' plugin.
Typescript cleanup
The code-base has been ported to typescript which changes the plugin directory from ./plugin/basic.js
to ./lib/plugin/basic.js
This release removes a lot of 'unnecessary' async functions to limit race-conditions, but one side affect may be some slight lag when using some TUI menu items.
Fix password option for streamlink
Fix site_updates.yml issue
- Fixes #130