Skip to content

Instantly share code, notes, and snippets.

@Roxedus
Created April 12, 2020 02:13
Show Gist options
  • Save Roxedus/2b5ed5eaf5386ee8db15c56d2c476843 to your computer and use it in GitHub Desktop.
Save Roxedus/2b5ed5eaf5386ee8db15c56d2c476843 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<Container version="2">
<Name>SyncLounge</Name>
<Repository>starbix/synclounge</Repository>
<Registry>https://hub.docker.com/r/starbix/synclounge</Registry>
<Shell>bash</Shell>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/samcm/synclounge</Project>
<Overview>SyncLounge (Previously PlexTogether) is a tool to sync Plex content across multiple players in multiple locations.&#xD;
SyncLounge aims to keep multiple viewing sessions in sync regardless of whether the clients are in the same room or across the globe. To do this SyncLounge utilizes a middle-man server to communicate between each of the SyncLounge clients. Users choose their Plex client, decide on a SyncLounge Server and Room name and join up. Your friends/family can do the same. Whoever joins the room first will become the host.&#xD;
&#xD;
For deeper understanding of these variables, look at the docs: http://docs.synclounge.tv/self-hosted/settings/</Overview>
<Category>MediaApp:Video MediaApp:Other MediaServer:Video</Category>
<WebUI>http://[IP]:[PORT:8088]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/synclounge.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/synclounge.png</Icon>
<Description>SyncLounge (Previously PlexTogether) is a tool to sync Plex content across multiple players in multiple locations.&#xD;
SyncLounge aims to keep multiple viewing sessions in sync regardless of whether the clients are in the same room or across the globe. To do this SyncLounge utilizes a middle-man server to communicate between each of the SyncLounge clients. Users choose their Plex client, decide on a SyncLounge Server and Room name and join up. Your friends/family can do the same. Whoever joins the room first will become the host.&#xD;
&#xD;
For deeper understanding of these variables, look at the docs: http://docs.synclounge.tv/self-hosted/settings/</Description>
<Config Name="SLWeb" Target="8088" Default="8088" Mode="tcp" Description="SLWeb Port" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="SLServer" Target="8089" Default="8089" Mode="tcp" Description="SLServer Port" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Domain" Target="DOMAIN" Default="domain.com" Mode="" Description="The domain synclounge is available on, dont include webroot" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="webroot" Target="webroot" Default="/" Mode="" Description="Change the base URL of the web app. Ex - /lounge" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="autoJoinServer" Target="autoJoinServer" Default="http://domain.com/slserver" Mode="" Description="Set this to the server URL you want the user to auto join. Required if auto join is enabled" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="autoJoin" Target="autoJoin" Default="false|true" Mode="" Description="Set to true to enable auto joining." Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment