Win Creating your first Youtube Add-on - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: Win Creating your first Youtube Add-on (/showthread.php?tid=254207) |
RE: Creating your first Youtube Add-on - the_other_guy - 2019-10-01 (2019-09-09, 01:43)kido Wrote: can you make a addon that lets you add list of youtube channel subcriptions and it will make menus for it ?may not be what you are after but add this to a widget plugin://plugin.video.youtube/special/new_uploaded_videos_tv/ you will need to activate plugin 2 times to use Subscriptions RE: Creating your first Youtube Add-on - Andi - 2019-12-24 (2017-09-05, 11:29)docwra Wrote:(2017-06-26, 02:09)johnboy1973 Wrote: hey folks im new at this and would like to learn how to do a multi ytoutube channel addon dont understsand this much is there a youtube vid ? Hi there. unfortunately it is not possible with python 3. what would the script look like in python3? sorry, i use the google translator. RE: Creating your first Youtube Add-on - Andi - 2019-12-25 (2015-12-30, 14:59)zag Wrote: Step 2 Setup the add-on @zag Hi will there be an update here? I really hope so :-) RE: Creating your first Youtube Add-on - docwra - 2019-12-27 The Add-on migration should be pretty easy(just needs the import module commands updated to py3 style) but I am not sure about plugintools as that is a dependency. I have messaged the original author to see if he wants to update. The original author is here is anyone can help (who also speaks spanish!!) https://www.mimediacenter.info/plugintools/ RE: Creating your first Youtube Add-on - jaswantbro19 - 2020-06-10 Very nice and informative. Looks very interesting! RE: Creating your first Youtube Add-on - jaswantbro19 - 2020-06-10 (2019-12-24, 15:28)Andi Wrote: ython 3. python 3 would work! . RE: Creating your first Youtube Add-on - okuneva - 2020-07-31 (2020-06-10, 09:52)jaswantbro19 Wrote:on all system operation? does it work on windows 10?(2019-12-24, 15:28)Andi Wrote: ython 3. RE: Creating your first Youtube Add-on - Mika Hawkins - 2020-08-19 Hey zag, Thank you so much for this information, I just wanted to ask that is it okay if I create more than one channel or only one add on can be created. Regards, Mika hawkins RE: Creating your first Youtube Add-on - docwra - 2020-08-28 Yes you can create multiple channels. RE: Creating your first Youtube Add-on - todayshot - 2020-10-14 (2016-02-03, 12:54)johnbless Wrote: Todayshot.in Bengali Tech Review anyone got the multiple channels to work? RE: Creating your first Youtube Add-on - docwra - 2020-12-02 So has anyone been able to test with Python 3 yet? Does the plugintools.py dependency work? I might update to use the youtube plugin instead as it looks pretty easy to launch. This might be a good Add-on to fork https://github.com/misty-/addons/tree/3a7181b39f2fcec9a1ff8146c9e3308ed0b9e92c/plugin.video.bestofnhk EDIT: This commit seems to be the one that removes plugintools https://github.com/misty-/addons/commit/023bfac53cecb3725e3edabfe06fdd861383d597 RE: Creating your first Youtube Add-on - Laser78 - 2021-01-17 (2020-12-02, 12:16)docwra Wrote: So has anyone been able to test with Python 3 yet?Hi, any ideas ? RE: Creating your first Youtube Add-on - docwra - 2021-01-18 (2021-01-17, 20:21)Laser78 Wrote:It seems that Add-on is not updated for Kodi Matrix yet so we will need to find one that is.(2020-12-02, 12:16)docwra Wrote: So has anyone been able to test with Python 3 yet?Hi, any ideas ? As soon as someone posts a suitable Python 3 Matrix Youtube channel template Add-on I will update this tutorial. EDIT: For now, the workaround is to just use the youtube Add-on and create favorites to your Subbed channels. It works but lacks the control of a separate Add-on. RE: Creating your first Youtube Add-on - Janrover - 2021-02-23 Ik zou ook graag een add on creëren alleen het loopt steeds vast? Heeft iemand tips? RE: Creating your first Youtube Add-on - egis2 - 2021-11-13 (2021-01-17, 20:21)Laser78 Wrote:Still waiting for any solutions.(2020-12-02, 12:16)docwra Wrote: So has anyone been able to test with Python 3 yet?Hi, any ideas ? |