AppFeed/lsio_categories/webgrabplus.xml

64 lines
3.1 KiB
XML
Raw Normal View History

2022-01-20 20:35:40 +00:00
<?xml version="1.0"?>
<Container version="2">
<Name>webgrabplus</Name>
<Repository>linuxserver/webgrabplus</Repository>
<Registry>https://hub.docker.com/r/linuxserver/webgrabplus/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/68338-support-linuxserverio-webgrabplus/</Support>
<Overview>WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]&#xD;
Optional postprocessors to add IMDb data or to customize your xmltv listing.[br]&#xD;
http://www.webgrabplus.com/[br]&#xD;
[b][span style='color: #E80000;']Directions:[/span][/b][br]&#xD;
[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]&#xD;
[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]</Overview>
<Category>Downloaders:</Category>
<Project>http://webgrabplus.com/</Project>
<WebUI/>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webgrabplus.png</Icon>
<ExtraParams/>
<PostArgs/>
<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.[br]&#xD;
Optional postprocessors to add IMDb data or to customize your xmltv listing.[br]&#xD;
http://www.webgrabplus.com/[br]&#xD;
[b][span style='color: #E80000;']Directions:[/span][/b][br]&#xD;
[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]&#xD;
[b]/data[/b] : This is where WebGrab+Plus stores the guide.xml file.[br][br]</Description>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="Config" Target="/config" Default="" Mode="rw" Description="Webgrabplus's config folder" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Data Folder" Target="/data" Default="" Mode="rw" Description="Where webgrabplus saves the XML files" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="User ID" Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Group ID" Type="Variable" Display="advanced" Required="true" Mask="false">100</Config>
</Container>