amol9 / vlc-ctrl

A command line utility to control a running vlc player instance.
MIT License
13 stars 6 forks source link

added pause after launch so to fix delayed launch issue #3

Closed thekindlyone closed 8 years ago

thekindlyone commented 8 years ago

fixes #2 by adding small delay after first launch of vlc.

amol9 commented 8 years ago

I've been meaning to fix the issue for a long time. Thanks for the nudge.

Since, different systems may have different delays, I added a loop to check the launched instance every 1 second upto 10 times. (see player.py).

I've pushed the fix as well as published it on pypi (vlc-ctrl v1.0.8).