adafruit / pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
451 stars 239 forks source link

Image looper: first image is "unskippable" when display duration is high #141

Closed millerscore closed 2 years ago

millerscore commented 2 years ago

Thank you very much for developing this project. I'm making an image projector for granny and having a solution with hot-swappable usb drives is a dream. Found an problem though:

-> Platform/operating system: Raspberry Pi 3 model B with DietPi v7.8.2, premade image by the man himself @christiansievers from https://videolooper.de/ - v.2.5 – Jan 2022

-> Repro Steps:

Skipping images other than the first image (before looping) works fine.

tofuSCHNITZEL commented 2 years ago

Thanks for reporting this. I will check it out.

christiansievers commented 2 years ago

Hi, the image is just the packaging, you’ll get exactly the same result when you install the script yourself. The image_player is still in beta - maybe @tofuschnitzel can help?

tofuSCHNITZEL commented 2 years ago

fixed in v1.0.11 thanks for reporting!

millerscore commented 2 years ago

You're welcome, thanks for fixing