Skip to content
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

Enhancement Request: Share Video URLs #6

Open
commander-keen opened this issue Feb 7, 2022 · 4 comments
Open

Enhancement Request: Share Video URLs #6

commander-keen opened this issue Feb 7, 2022 · 4 comments
Assignees

Comments

@commander-keen
Copy link

Great idea, I would like to suggest a possibility to enter Text or even make it possible to send youtube URLs from PC to another Kodi-computer (like Raspberry) so that Kodi plays the video. :-)

@khimaros
Copy link

as a reference for how to achieve this, it is supported by kore.

@ParitoshBh
Copy link
Owner

Hey!
Appreciate the interest, I no longer use Kodi. However, it seems that this is a useful feature. I'll look into it.

@khimaros thanks for sharing a reference point 😄

@ParitoshBh ParitoshBh self-assigned this Feb 27, 2022
@khimaros
Copy link

khimaros commented Feb 27, 2022

@ParitoshBh -- i've started to maintain a fork here https://github.com/khimaros/KodiLinuxRemote

primary deltas right now are switching to jsonrpcclient and making the UI more mobile friendly.

i have work in progress patch to add flatpak build support.

the solution for playing a youtube file is actually quite simple from that fork:

k.InvokeMethod('Player.Open', {'item': {'file': 'plugin://plugin.video.youtube/?action=play_video&videoid=<YOUTUBE_VIDEO_ID>'}})

see the (commented out) example in https://github.com/khimaros/KodiLinuxRemote/blob/master/toolbox.py#L33

@khimaros
Copy link

also wanted to mention a few other projects in this space which seem somewhat active.

note: some of these may not be mobile friendly.

https://github.com/accumulator/kodimote
https://github.com/mzanetti/kodimote
https://github.com/scandinave/kodimote

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants