Release TubeCast - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Release TubeCast (/showthread.php?tid=329153) |
TubeCast - enen92 - 2018-03-03 TubeCast What is TubeCast? TubeCast is a Kodi addon that implements the Cast V1 protocol and enables the Youtube mobile application (Android and iOS) to control the video playback of Kodi's YouTube addon as well as the device volume. It is deeply inspired by leapcast and GoTubeCast. You can play, stop, pause and queue videos from your phone and fully control the playback from your phone (as in Chromecast). What it is not TubeCast is not a full Chromecast implementation nor will it ever be. It only supports the first revision of the Cast protocol and will only keep working while Google keeps backwards compatibility with the Cast V1 protocol in their youtube mobile applications (at least for service discovery). Features
Installation The addon is available from the Official Kodi repository. Errors and issues Support will only be provided via this thread or in Github. If you obtained this addon from third party communities ask them for help. Known issues
This is not a full chromecast implementation nor will never be. Please refrain from suggesting it as a feature request. License The addon borrows a part of the code (SSDP) from Leapcast, hence it is licensed as MIT. Source https://github.com/enen92/script.tubecast Enjoy RE: TubeCast - Angelinas - 2018-03-04 This app was missing in Kodi...Tnx RE: TubeCast - Lunatixz - 2018-03-04 Incredible work @enen92 THX! TubeCast - mccurly - 2018-03-04 @enen92 Thanks RE: TubeCast - Av3nged - 2018-03-05 (2018-03-03, 23:36)enen92 Wrote: Errors and issuesThis part is backwards I can’t wait to this weekend to test it out. RE: TubeCast - enen92 - 2018-03-05 (2018-03-05, 16:49)Av3nged Wrote:Thanks, fixed.(2018-03-03, 23:36)enen92 Wrote: Errors and issuesThis part is backwards The addon was just merged today into the repository so it should be available by tonight or tomorrow RE: TubeCast - ponkotsu - 2018-03-05 Absolutely amazing work! Can't wait to try this out later. Much thanks! RE: TubeCast - Av3nged - 2018-03-06 in addon.xml
should lang="pt_PT" for portuguese translation? RE: TubeCast - enen92 - 2018-03-06 (2018-03-06, 00:06)Av3nged Wrote: in addon.xmlWell noticed, not sure how I missed it. Probably rushing towards submitting it. I have issued a fix por this https://github.com/xbmc/repo-scripts/pull/803/files RE: TubeCast - tjay260476 - 2018-03-06 Just downloaded from github, bloody heck! just casted my first YouTube video to Kodi, Wow! Finally my IPad can see Kodi I know it’s ‘only’ YouTube but this makes surfing YouTube a lot easier, this is awesome! RE: TubeCast - enen92 - 2018-03-06 (2018-03-06, 04:31)tjay260476 Wrote: Just downloaded from github, bloody heck! just casted my first YouTube video to Kodi, Wow! Finally my IPad can see Kodi I know it’s ‘only’ YouTube but this makes surfing YouTube a lot easier, this is awesome!glad you like it It works pretty well actually RE: TubeCast - Angelinas - 2018-03-17 TubeCast" version="1.0.1" Windows version Kodi Leia Working but some error is in Kodi log Code: 11:28:09.997 T:5764 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- RE: TubeCast - enen92 - 2018-03-17 Thanks for reporting @Angelinas I guess the player now reports OnPlaybackStarted before actually starting the playback hence the playback time returns null at that point. RE: TubeCast - enen92 - 2018-03-17 @Angelinas hopefully fixed in: https://github.com/xbmc/repo-scripts/pull/820 RE: TubeCast - Angelinas - 2018-03-17 Same...but when remove line 44 ...script working without errors https://github.com/enen92/script.tubecast/commit/680e6156f3eee7836aec0247d4f0bc42a167023f#diff-b92813c4b3f29e934cc55aa30fb385caR44 |