Skip to content

Releases: eat-sleep-code/tiny-tv

2024.02.26

27 Feb 03:00
Compare
Choose a tag to compare
  • Removed option to start with a systemd service.
    • When starting the program as a service VLC would not display the video. Instead it would write video data as blobs to the Journal.
  • Added script to update ~./profile to allow autostarting.
  • Added detection for SSH sessions to avoid attempting to play videos with the caca display.
  • Added PID handling to prevent multiple instances from being launched at the same time.

2024.02.22

23 Feb 02:22
Compare
Choose a tag to compare
  • Update program for use with Raspberry Pi OS 'Bookworm'
  • Update to utilize VLC for video playback. The previously-used library for video playback is no longer supported in Raspberry Pi OS.
  • Update to utilize a new YouTube download library. The previously-used library for YouTube downloads is no longer available.
  • Resolve issue with '0' value arguments.
  • Conditionally load backlight control libraries as they are dependent on the display hardware supporting software control of the backlight.

2020.10.27

28 Oct 04:37
Compare
Choose a tag to compare
  • Fix bug where paths were not case-sensitive
  • Change volume input to use decibels -- as that is what is displayed when using the + and - keys during playback.
  • Set minimum and maximum initial volume:
    • Minimum: -60db
    • Maximum: 6db

2020.10.12

12 Oct 21:59
Compare
Choose a tag to compare
  • Added ability to playback all files in a specified category folder.

    This can be accomplished by executing (replacing the word cartoons with the category folder name):

    tiny-tv 'category' --category 'cartoons'
    
  • Minor syntax cleanup and addressing of edge use cases

Initial Release

25 Sep 06:30
Compare
Choose a tag to compare

This is the initial public release of the software.