Skip to content

2.1

Compare
Choose a tag to compare
@AlexPresso AlexPresso released this 14 Aug 10:00
· 96 commits to main since this release
7ccdace

Improvements :

  • The ffmpeg.log and gstreamer.log files are no longer used, the logs are now directly appended to .stderr files and removed after movie playback is finished (prevents logs files to eat all /tmp directory available space)
  • Add a issue-report.sh script to help users generate a report and give all informations when submitting a new issue
  • Auto uninstall the patch if VideoStation is uninstalled from the NAS
  • Add a shell linter to scan for possible code issues in the scripts
  • Check if VideoStation is already patched before running the patching steps

Fixes:

  • Some files used during patching steps were not deleted (fixed)
  • Some .stderr files used for logging during movie playback were not deleted (fixed)