Tomxplayer: The Raspberry Pi Video Player

Update: 0.8.0-1510917 Beta 1

All my testing shows that this version is stable and all of it’s behavior is expected and consistent.

  • Fix rare crash on slider.
    • Don’t detach threads you plan to cancel.
  • Prevent controls from disappearing when a dialog is open.
    • Fixes unexpected loss of mouse input focus.
  • Fix issues with playback position > 1:11:35
    • 32/64 bit data type
  • Various changes to provide a consistent experience. No odd or unexpected behavior beyond the limitations of the project.
  • Multiple instances should now work but is not recommend.
  • Playlist flounder detection
    • Stop playback on 3 consecutive errors. (So we don’t loop forever erroring).

Enjoy :joy:

1 Like

Update: 0.8.4-3ec4bc7 Beta 2

  • Fix previous button behavior
    • Missed this in the int64_t switch.
  • Fixed stack corruption when not using ‘Continuous Playback’
  • Fixed issue where URL’s start with audio only.
    • Needed to unhide render window after the url_dialog shows.
2 Likes