Gave it try, looks nice
but has some issues.
tubed v1.0.1+matrix.1
All this was seen while logged in.
1) Adding a channel to favorites does not seem work. It accepts adding a channel I'm subscribed to via the context menu,
but afterwards "Favorite Channels" is still empty.
Code:
2020-12-07 03:34:09.710 T:7419 INFO <general>: initializing python engine.
2020-12-07 03:34:09.716 T:7419 INFO <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.tubed/resources/lib/addon.py): script successfully run
2020-12-07 03:34:09.716 T:7997 ERROR <general>: GetDirectory - Error getting plugin://plugin.video.tubed/?mode=favorite_channels
2020-12-07 03:34:09.718 T:820 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.tubed/?mode=favorite_channels) failed
2) Playlists -> Watch Later fails to load.
Code:
2020-12-07 03:35:36.653 T:7419 ERROR <general>: [plugin.video.tubed][api][decorators] API request failed:
{'error': {'code': 404, 'message': "The playlist identified with the request's <code>playlistId</code> parameter cannot be found.", 'errors': [{'message': "The playlist identified with the request's <code>playlistId</code> parameter cannot be found.", 'domain': 'youtube.playlistItem', 'reason': 'playlistNotFound', 'location': 'playlistId', 'locationType': 'parameter'}]}}
3) In "Playlists" "Saved playlists" are not present. Only the ones I created myself can be seen.
Eg. in the web browser go to channel that has playlists.
Click "View full playlist".
Click "Save playlist" button which saves the playlist to your account (channel).
Those saved with "save playlist" do not appear in tubed (they do appear in your youtube addon tho).
Playlist created from scratch do appear normally.