-
Notifications
You must be signed in to change notification settings - Fork 51
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
Feature Request - list_launch_points #69
Comments
Hi there! I have a few questions:
|
Hi, I'm still not able to get the data I'm aiming for. I might be on the wrong track here... The goal is to dynamically display these icons in my app running on a RPi. My fork: https://github.com/mrDuplo/PyWebOSTV |
Then say, |
I did try However, your latest suggestions did give me the output I wanted:
I've revised my fork accordingly, returning only Let me know if you want me to do any specific testing in case you want this merged. |
Awesome!
|
The URLs from
This gives the output: (some of the byte code emoved)
I agree with your thoughts on restructuring. |
Perfect! Just as I thought -- I knew the URLs to the icons were available, I never actually checked if the resource served at that endpoint is valid. So, this is most likely a bug on the LG side. As of now, to preserve your contributions, can you please send me a PR with LaunchPoints -- with perhaps the following changes?
Thanks so much for your contribution! Cheers |
Hi @mrDuplo, pinging here again to see if you'd be open to creating a PR with your changes so we can preserve your contributions. |
Hi,
I've tried to extend the ApplicationControl to get "ssap://com.webos.applicationManager/listLaunchPoints".
Should be similar to 'list_apps()'. No success for me so far.
This array should contain URIs to usable icons for my app.
Anybody else been able to retrieve this information?
The text was updated successfully, but these errors were encountered: