-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API suggestions #9
Comments
Actually I was starting developing a dbus controlled wrapper but I stopped develop it. You can see that the structure is already up for that in the |
@thisispete I will publish |
cool! excited to check it out. Maybe give the choice in a config file, or is there a way to write it as a plugin type architecture? ie I'm writing an app that won't have keyboard control, I only need the methods exposed, and want all the options dbus has available.. maybe there's a way to separate them out? I haven't dug too far into your code to see how that might work, just throwing out ideas :) |
@vabatta Curious on when you might be publishing |
@stulees After a lot of debugging, at the time, I found a problem which still stay unsolved and prevented me to publish the new version with the |
@vabatta Curious on when you might be publishing 0.2.0 with the backed DBUS controller? |
This project is dead. I am not maintaining this repo anymore as I don't have the time. I still have the unpushed and incomplete code of the DBUS controller draft, which had (and still has) an unsolved problem about the underlaying piping of commands from NodeJS to the OmxPlayer through the DBUS line. |
would be really great to be able to jump to a specific time, and a specific percent instead of just ff / rw. controls.
In addition (since they will be needed for those calculations) would be nice to expose the total length and current playback position in the get status, or some other method for creating a playback timeline progress bar UI
found some related dbus control commands in another project:
https://github.com/popcornmix/omxplayer/blob/master/dbuscontrol.sh
The text was updated successfully, but these errors were encountered: