[plugin.video.3catdirectes] v1.0.0
Description
Simple video plugin to stream the live channels from Catalan TV platform 3cat based on their .3u8 URLs (https://ww.3cat.cat)
Checklist:
- [X] My code follows the add-on rules and piracy stance of this project.
- [X] I have read the CONTRIBUTING document
- [X] Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0
Please fix icon size
Hi, I've updated the pull request to fix the icon size, also shortened the main file to reduce that warning. I would have expected already the workflow trigger again. What else is needed? (Sorry if I've messed up with the PR's... Im not experienced in advanced git usage...)
Sorry for missing it at first and for the delayed reply. I see you are using Dialog class for selecting playable items. While it's not forbidden, such addon falls into script category and should have the respective addon.xml manifest. "Plug-in" addons are those that use xbmcplugin API to present media lists and play media files. You have 2 options: a) submit your addon into scripts repo after making necessary changes in addon.xml and b) rewrite your addon as a media plug-in. You can find a working example here: https://github.com/romanvm/plugin.video.example
@enen92 @PereRB-GH Can this PR be closed?