python-omxplayer-wrapper icon indicating copy to clipboard operation
python-omxplayer-wrapper copied to clipboard

More of a question re looping 2 videos

Open jtreg opened this issue 6 years ago • 1 comments

README

READ BELOW THE FOLD BEFORE REPORTING AN ISSUE


If you're looking for help on how to use the library head over to the Raspberry Pi forums

If you're reporting an issue or requesting a feature, read on! Pick one of the following templates depending on your issue type.


If you're going to report an issue, please pick one of the template below:

  • Issue report
  • Feature request

Delete the template you aren't using.

FINALLY, DELETE ALL THE ABOVE AND THIS LINE.

Issue Report

Description

A short description of the problem you're facing

Problem reproduction

A MINIMAL example of how to reproduce the example, don't post the contents of your whole file. Take the time to trim it down to the minimal number of steps required

Environment details

  • OS (lsb_release -a):
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 8.0 (jessie)
Release:        8.0
Codename:       jessie
Software Version
python-omxplayer-wrapper 0.1.0
python-dbus (dpkg -s python-dbus) 1.2.0
python (python --version) 2.7.9
omxplayer (omxplayer --version) 6c90c75

Feature Request

Description

A short description (preferably a one liner) of the feature you desire.

Example use case

An example of how the feature you request would be used, demonstrating it's utility (and why the current solution doesn't solve your problem).

jtreg avatar May 22 '19 19:05 jtreg

Distributer ID: Raspbian Description: Raspbian GNU/Linux 9.9 (Stretch) Release: 9.9 Codename: stretch

python-omxplayer-wrapper | 0.1.0 python-dbus (dpkg -s python-dbus) | 1.2.4-1 python (python --version) | 2.7.13 omxplayer (omxplayer --version) | 061425a

Hi, I wanted to use the GPIO to control two running videos, using .show and .hide to change when a button is pressed. I cant figure out a way of looping the videos as well, I think I may have missed something... can you show me the syntax to run each video as a looping video please? (presumably using dbus)

jtreg avatar May 22 '19 19:05 jtreg