sschueller / peertube-android

Thorium, a PeerTube Android Client
https://github.com/Chocobozzz/PeerTube
GNU Affero General Public License v3.0
342 stars 53 forks source link

share with kodi #39

Open Thothorg opened 5 years ago

Thothorg commented 5 years ago

Hi, It would be nice to be able to share video like newpipe allows it to do. Tks for your job on this app

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/67575508-share-with-kodi?utm_campaign=plugin&utm_content=tracker%2F89466969&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F89466969&utm_medium=issues&utm_source=github).
sschueller commented 5 years ago

I just added a share intent in version 1.0.6. If you click on the three dots on the right of a video title you will get a menu. I have not tested it with Kodi however. Let me know if it doesn't work right.

Thothorg commented 5 years ago

I'm waiting for the update to be on fdroid. I try with yalp store, but I get the app restarting over and over without working. I let you know when I can ;-)

dhk2 commented 4 years ago

1 it's sharing the web page url, which Kodi and other video players don't know how to deal with directly. 2 after switching to the a link to the mp4 file instead, sharing to VLC works, But Kodi doesn't seem to register an intent handler. Working on it

dhk2 commented 4 years ago

VLC is straightforward to get working, Looks like Kodi doesn't register any intent handlers. It could theoretically work by enabling http control in Kodi and then setting up JSON communication to have it play the file.

axelos commented 2 years ago

Hello,

Since 2018 Framasoft has developed a module on Kodi to play videos on Peertube. It's a bit complicated to install but it works. The problem being that the interface integrated in Kodi is not practical.

Maybe it is possible to create a link between Thorium and this extension? https://framagit.org/StCyr/plugin.video.peertube (what Newpipe does with the YouTube extension on Kodi).

Sincerely.