subogero / omxd

Raspberry Pi omxplayer playlist daemon and YouTube player
Other
85 stars 19 forks source link

play function does not function after stop function has been called #71

Closed tmolberg closed 7 years ago

tmolberg commented 7 years ago

When calling omxd P (stop) and then sending omxd p (play) it does not start to replay the file it had currently loaded.

Is this as intended?

subogero commented 7 years ago

Yes it is intended. P kills all omxplayer instances, whilst p just pauses/continues the current instance.