mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-01-14 16:32:09 +08:00
69 lines
2.2 KiB
XML
69 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.webgrabplus"
|
|
name="WebGrab+Plus (LinuxServer.io)"
|
|
version="2.1.2"
|
|
provider-name="LinuxServer.io">
|
|
<requires>
|
|
<import addon="service.system.docker" version="0.0.0" />
|
|
<import addon="docker.linuxserver.updater" version="0.0.0"/>
|
|
</requires>
|
|
<extension point="xbmc.service" library="default.py">
|
|
<provides></provides>
|
|
</extension>
|
|
<extension point="xbmc.addon.metadata">
|
|
<summary>WebGrab+Plus in a docker container</summary>
|
|
<description>
|
|
WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.
|
|
|
|
Follow the install guide on WenGrab+Plus's website, but there are some differences outlined below.
|
|
|
|
The configuration files are found where your config volume is mounted.
|
|
Do not change the filename tag in the configuration file!
|
|
|
|
The /data volume mapping is where WebGrab+Plus outputs the xml file. To use the xml file in another program, you have to point it to the host path you mapped the /data volume to.
|
|
|
|
To adjust the scheduled cron job for grabbing, edit the wg-cron file found in the /config folder. After you have edited the the wg-cron file, restart the container (disable and reenable addon) to apply the new schedule. Do not adjust the command!
|
|
|
|
This is a docker container brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.webgrabplus:
|
|
-------------------------------
|
|
|
|
2.1.2
|
|
- Force aarch64 image on 32/64 bit hybrid systems
|
|
|
|
2.1.1
|
|
- Update systemd to not delay Kodi start
|
|
|
|
2.1.0
|
|
- Add hostname and mac address options to settings. They are needed for license validation.
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
- Switch to multi-arch images
|
|
|
|
1.0.2
|
|
- Fix armhf image name
|
|
|
|
1.0.1
|
|
- Support *elec
|
|
|
|
1.0.0
|
|
- Initial release
|
|
</news>
|
|
<platform>all</platform>
|
|
<website>http://linuxserver.io/</website>
|
|
<assets>
|
|
<icon>icon.png</icon>
|
|
<fanart>fanart.jpg</fanart>
|
|
</assets>
|
|
</extension>
|
|
</addon>
|