2014-09-02, 17:47
Hi Bromix,
Loving your Youtube add-on. Been trying to mod it a little so it can replace the "default" youtube addon on my own system at least. I've been succesfull in getting both Kidstube & Kindertube to use your version by modifying a few lines in their default.py and it works really well.
I've also been trying to mod your addon to behave just a tiny little bit more like the "default" youtube addon so I could get Yatse to work with it rather than trying to get a Yatse to make changes and that has been far less succesfull.
Might I ask for some pointers? As I understand it, the old addon uses
while yours uses
How hard would it be to change only that to the same format as the old one?
I also translated the strings to Dutch and added Dutch in the addon.xml and made a disclaimer for all languages. My modified version of your addon. v18 can be found here , perhaps you could incorporate the translated strings and/or modified addon.xml in a next release?
Loving your Youtube add-on. Been trying to mod it a little so it can replace the "default" youtube addon on my own system at least. I've been succesfull in getting both Kidstube & Kindertube to use your version by modifying a few lines in their default.py and it works really well.
I've also been trying to mod your addon to behave just a tiny little bit more like the "default" youtube addon so I could get Yatse to work with it rather than trying to get a Yatse to make changes and that has been far less succesfull.
Might I ask for some pointers? As I understand it, the old addon uses
Code:
plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=%VIDEOID%
Code:
plugin://plugin.video.bromix.youtube/?action=play&id=%VIDEOID%
I also translated the strings to Dutch and added Dutch in the addon.xml and made a disclaimer for all languages. My modified version of your addon. v18 can be found here , perhaps you could incorporate the translated strings and/or modified addon.xml in a next release?