https://github.com/castagnait/script.appcast
AppCast plugin for Kodi
https://github.com/castagnait/script.appcast
Last synced: about 1 year ago
JSON representation
AppCast plugin for Kodi
- Host: GitHub
- URL: https://github.com/castagnait/script.appcast
- Owner: CastagnaIT
- License: mit
- Created: 2021-01-14T17:25:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T12:39:03.000Z (over 5 years ago)
- Last Synced: 2025-02-16T14:56:10.515Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AppCast Plugin for Kodi (script.appcast)
[](https://kodi.tv/)
[](https://github.com/castagnait/script.appcast/releases)
[](https://opensource.org/licenses/MIT)
[](https://github.com/castagnait/script.appcast/graphs/contributors)
## Main features
This add-on add the support for audio/video Cast feature to Kodi with the DIAL Protocol 2.2 specifications.
Please notice that is supported Kodi 19.x or later, and for all linux devices is required Python version **3.6 or later**.
## How works
This add-on only provides the protocol support and not the individual implementations for each service (such as YouTube etc...).
Each add-on must implement his audio/video cast support individually, then you will have to create your own DIAL app ([DIAL app registry](http://www.dial-multiscreen.org/dial-registry/namespace-database)).
The instructions on how to create a new DIAL app and how to integrate it into your add-on source code in the GitHub Wiki.
## License
The project is licensed under The MIT License.
The DIAL and SSDP modules are under BSD 2-Clause "Simplified" License.
## Disclaimer
THIS SCRIPT PLUGIN IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.