-
-
Notifications
You must be signed in to change notification settings - Fork 257
[WIP] Add a new feature media to simplify handling of media in Openhab #3140
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
…of command : PLAY, ENQUEUE Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Hello All, I would appreciate if someone that have more experience that me on Vue Framework can give advice about these first version. Laurent |
In general I do think a popup is the proper way of displaying the media selection. |
Hello @florian-h05, I've restart to work on this today, but have to said that currenlty I'm failling to have a proper implementation of this popup. What happens today is that each time I click on a link, the popup is reload. What I understand is that we need in such case a subroute scenario for the popup, what is implemented in vue v3 with a tag. But If I don't mistake, openhab is using today vue v2, so not tag. Some hints seems to use a f7-view inside the popup to make a sub view. Something likes: But I feel to make it working correctly because it always finish with some infinite rendering loop on the popup component. Also make some try with chatgpt to make the fixes, but also failed as well. Is someone more experiment then me on vue and f7 framework can help me this resolved, it would be great. Laurent. |
Hello, Make some progress on this today. Still a lot of work to be done on it. Laurent. |
Forget about my last question, it seems I finally find a way to implement it somewhere correctly. As said in previous post, still a lot of work to be done to make it more stable and usable for end user. Laurent. |
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
…ack play Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
UI enhancement on media browser Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
…cenario like target device change (currently test with spotify binding) Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
…nt disposition Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
…ify) Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
add missing file in last commits ! Signed-off-by: Laurent ARNAL <[email protected]>
…full result Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Signed-off-by: Laurent ARNAL <[email protected]>
Add a new feature media to simplify handling of media in Openhab
Description
See this issue for description :
openhab/openhab-core#4710