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

clearer documentation #145

Closed christiansievers closed 2 years ago

christiansievers commented 2 years ago

got carried away with cleaning up the documentation

tofuSCHNITZEL commented 2 years ago

settings in the ini can't be moved freely since they are organised in sections (e.g. wait_time is_random etc. are now under the secion playlist but are looked for by the code in section video_looper) please move the settings back or adapt the py code so it looks in the right spot.

christiansievers commented 2 years ago

Right! will re-submit in a sec..

tofuSCHNITZEL commented 2 years ago

thanks!