forked from xbmc/repo-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
33 lines (31 loc) · 1.15 KB
/
addon.xml
File metadata and controls
33 lines (31 loc) · 1.15 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.bingebase" name="Bingebase" version="1.0.2" provider-name="Bingebase">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<assets>
<icon>icon.png</icon>
</assets>
<platform>all</platform>
<license>GPL-2.0-or-later</license>
<website>https://bingebase.com</website>
<source>https://github.com/ualeks/script.bingebase</source>
<summary lang="en_GB">Track movies and TV shows to Bingebase</summary>
<description lang="en_GB">Automatically scrobble what you watch and sync your watch history between Kodi and Bingebase.</description>
<news>
v1.0.2
- Add news tag and prepare for Kodi repository submission
v1.0.1
- Changed license to GPL-2.0-or-later for Kodi repository compatibility
v1.0.0
- Initial release
- Scrobbling for movies and TV episodes
- Two-way sync with Bingebase
- Device authorization flow
- Scheduled background sync (6h/12h/24h intervals)
- Sync on Kodi startup and library update
</news>
</extension>
</addon>