-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaddon.xml
More file actions
96 lines (90 loc) · 6.9 KB
/
addon.xml
File metadata and controls
96 lines (90 loc) · 6.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.alivegr" name="AliveGR" version="3.0.0~alpha6" provider-name="Twilight0">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="resource.images.alivegr.artwork" version="3.0.6"/>
<!-- <import addon="resource.images.alivegr.logos" version="1.0.2"/>-->
<import addon="script.module.resolveurl" version="5.1.192"/>
<import addon="script.module.resolveurl.pluginsgr" version="0.0.14"/>
<!-- <import addon="script.module.urldispatcher" version="1.0.0"/>-->
<import addon="script.module.scrapetube" version="2.6.1"/>
<import addon="script.module.netclient" version="1.0.0"/>
<import addon="script.module.unicache" version="1.0.0"/>
<import addon="script.module.parsers" version="1.0.0"/>
<import addon="script.module.tulip" version="4.0.0"/>
<!-- <import addon="script.module.m3u8" version="6.0.0"/>-->
<import addon="plugin.video.youtube" version="7.4.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="router.py">
<provides>video audio executable</provides>
</extension>
<extension point="xbmc.service" library="resources/lib/modules/service.py" start="login"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<reuselanguageinvoker>true</reuselanguageinvoker>
<summary lang="en">AliveGR addon</summary>
<description lang="en_GB">AliveGR is an addon allowing streaming content available mostly in Greek language.</description>
<disclaimer lang="en_GB">AliveGR's author does not host, stream or distribute any of the content displayed inside this software and cannot be held responsible for the quality or availability of the listed streams.
On demand content is scraped from various websites and is freely available on the internet on public domains. This software acts only as a search engine.
Kindly note that AliveGR is not an official part of the media player you are running, and therefore not to be mentioned within official support channels, this addon has nothing to do with the media player itself, nor it’s intended use, it is simply a third party plugin which has been added to your system and it is provided "as is" with no warranty.</disclaimer>
<summary lang="el_GR">Πρόσθετο AliveGR</summary>
<description lang="el_GR">Το πρόσθετο AliveGR επιτρέπει τη θέαση ροών με περιεχόμενο κυρίως εις την Ελληνική γλώσσα.</description>
<disclaimer lang="el_GR">Ο δημιουργός του AliveGR δε φιλοξενεί ή παρέχει οποιοδήποτε από τα απεικονιζόμενα πολυμέσα και περιεχόμένο εντός του μενού του και δεν μπορεί να θεωρηθεί υπεύθυνος για την ποιότητα ή την διαθεσιμότητα των ροών.
Το περιεχόμενο αναπαραγωγής κατά βούληση φιλτράρεται από διάφορες ιστοσελίδες ελεύθερα διαθέσιμες στο διαδίκτυο σε δημόσιους ιστότοπους. Το παρόν λογισμικό ενεργεί μόνο ως μηχανή αναζήτησης.
Παρακαλώ προσέξτε ότι το AliveGR δεν είναι επίσημο κομμάτι του αναπαραγωγέα πολυμέσων Kodi ή της καθορισμένης χρήσης του, είναι απλά μία μικροεφαρμογή που προστέθηκε στο σύστημά σας και που παρέχεται "όπως είναι" χωρίς καμία εγγύηση καλής λειτουργίας.</disclaimer>
<language>en el</language>
<license>GPL-3.0-only</license>
<forum>https://github.com/Twilight0/plugin.video.alivegr/discussions</forum>
<source>https://github.com/Twilight0/plugin.video.alivegr</source>
<website>https://alivegr.net/</website>
<news>+ [COLOR green]3.0.X series[/COLOR] [I]10-03-2026 - 11-04-2026[/I]
- Update live TV section with new channels, fewer groups, and new remote source
- Removed dependency for logos resource addon, logos are now pulled from a network source and cached locally
- Major refactoring, removed legacy and compatibility code
- Removed a lot of old and unused code and features, and simplified the overall structure of the addon
- New artwork and icon theme (gemini)
- M3U8 module dependency removed and stream choice is now either adaptive or best
- Added group switcher context menu item when "group switcher" is disabled
+ [COLOR red]2.13.X series[/COLOR] [I]18-02-2026 - 18-02-2026[/I]
- Too many changes to list, notable changes are:
+ Utilize m3u playlist temporarily for live streams (until a more permanent solution is implemented)
+ Fixed greek movies indexers (episodes and movies)
+ Remove obselete and least used features and folders
+ [COLOR red]2.11.X series[/COLOR] [I]11-09-2022 - 15-04-2023[/I]
Additions:
- Playback history
- Add capability to rename/change search history items
- Add capability of auto container refresh on certain settings change (ie icon theme)
- IPTV Setup client setup reapplied and simplified
- Add greek iptv m3u list as new menu item (defaults to off)
Fixes:
- The usual bug fixes here and there
- Fixed gamato kids indexer
- Fixed addon.xml validation
- Fixed installation failure and Kodi crash on Android
- Added exception for variable quality choice on Montreal Greek TV's stream
Replacements/Substitutions:
- Clean up and rearrangement to the tools section/menu/settings (and submenus)
- Renamed history.csv to search_history.csv (to accommodate naming scheme for playback history)
- Replace deprecated "client.request" function to net.HTTP_get
- Get item title for pinning from a query than listitem (fixes behaviour when there are gui delays)
- Rename "Toronto Channels" live group into "Editor's Choice"
- Improved screenshots
Removals:
- Changelog in news section (addon.xml) will contain only the latest version, please refer to changelog.txt for more details about past versions
- Miscellany section</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/media/main_menu.jpg</screenshot>
<screenshot>resources/media/live_streams.jpg</screenshot>
<screenshot>resources/media/networks.jpg</screenshot>
<screenshot>resources/media/movies.jpg</screenshot>
<screenshot>resources/media/tv_series.jpg</screenshot>
<screenshot>resources/media/kids_movies.jpg</screenshot>
<screenshot>resources/media/search.jpg</screenshot>
<screenshot>resources/media/newspapers_frontpages.jpg</screenshot>
<screenshot>resources/media/music.jpg</screenshot>
</assets>
</extension>
</addon>