Skip to content

Commit

Permalink
v1.2.0 Fixed the app and changed some code to use phate89 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
phate89 committed Jan 4, 2017
1 parent 959038b commit 655358c
Show file tree
Hide file tree
Showing 15 changed files with 261 additions and 293 deletions.
Empty file removed README
Empty file.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

Kodi VideoMediaset addon
===================================

### Info
A kodi plugin to access videomediaset website and its content.
The addon was originally created by Aracnoz. I updated it after site changes and with new features.

### Features
- [ ] Watch Mediaset live channels
- [ ] Watch videos by program
- [ ] Watch video by category
- [ ] Watch video by channel
- [ ] Watch most popular videos
- [ ] Search videos in the archive

### www
* [Official Topic](http://forum.xbmc.org/showthread.php?tid=292876)
* [Kodi Official Page](http://addons.kodi.tv/show//)

### Latest release
Manual install: [Download ZIP](https://github.com/phate89/plugin.video.videomediaset/releases)
Require: [script.module.phate89 v1.0.0](https://github.com/phate89/script.module.phate89/releases/download/1.0.0/script.module.phate89.v1.0.0.zip)

### Thanks
* To Aracnoz for the first addon version!
* To Mediaset for provinding the content and the api!

### Issues
If you find some issue please post [in the forum](http://forum.xbmc.org/showthread.php?tid=292876) or [in the github issue page](https://github.com/phate89/plugin.video.videomediaset/issues) with a [debug log](http://kodi.wiki/view/Debug_Log) and all the steps to reproduce the issue

### Support
* If you would like contribute to the projects, feel free to do: fork, pull-request, issues, etc... They're higly welcome
* Instead if you would like offer me a coffee or beer: [Donate with PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=JD4LD62T6EJRS&lc=GB&item_name=phate89%20Kodi%20Addons&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)
15 changes: 11 additions & 4 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.videomediaset" name="Video Mediaset" provider-name="aracnoz" version="1.1.0">
<addon id="plugin.video.videomediaset" name="Video Mediaset" provider-name="phate89, aracnoz" version="1.2.0">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.beautifulsoup4" version="4.3.2" />
<import addon="xbmc.python" version="2.24.0" />
<import addon="script.module.phate89" version="1.0.0"/>
</requires>
<extension library="default.py" point="xbmc.python.pluginsource">
<provides>video audio</provides>
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language>it</language>
Expand All @@ -14,5 +14,12 @@
<description lang="it">Tutti i tuoi programmi preferiti sono disponibili per te il giorno dopo la messa in onda Tv. Ieri sera ti sei perso la tua fiction preferita? Nessun problema finalmente puoi rivederla comodamente su KODI ogni volta che vuoi.</description>
<summary lang="en">The broadcasts of Mediaset channels</summary>
<description lang="en">All your favorite shows are available to you the day after the airing Tv. Last night you missed your favorite TV drama? No problem, you can finally see her comfortably on KODI whenever you want.</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=292876</forum>
<source>https://github.com/phate89/plugin.video.videomediaset</source>
<news>v1.2.0
- fixed the addon after website changes
- added images to program lists
- refactored the code</news>
</extension>
</addon>
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[B]1.2.0[/B]
- fixed the addon after website changes
- added images to program lists
- refactored the code

[B]1.1.0[/B]
- added section "Canali Live"

Expand Down
Loading

0 comments on commit 655358c

Please sign in to comment.