-
Notifications
You must be signed in to change notification settings - Fork 0
/
mecon.xml
36 lines (36 loc) · 2.15 KB
/
mecon.xml
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
<?xml version="1.0"?>
<Container version="2">
<Name>mecon</Name>
<Repository>ghcr.io/elzik/mecon</Repository>
<Registry/>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/128948-support-mecon-reconcile-media-files-with-plex-library-entries/</Support>
<Project>https://github.com/elzik/mecon</Project>
<Overview>Media Reconciler, or simply mecon, is a cross-platform command line tool which reconciles media within a directory with media in a Plex library. For a given directory of files, it answers simple questions such as:

Which ones have failed to have been added to a Plex library?
Which ones exist in a Plex library?
Which ones have been watched by all users?
Which ones have been watched by a sub-set of users?

For full documentation see https://github.com/elzik/mecon#mecon</Overview>
<Category>Tools: MediaApp:Video</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/elzik/mecon/main/Images/mecon-logo-color-icon.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled/>
<DonateText/>
<DonateLink/>
<Requires/>
<Config Name="Plex Host" Target="Mecon__Plex__BaseUrl" Default="http://loacalhost:32400" Mode="" Description="Specifies the Plex server to use when reconciling media on disk with media in Plex libraries. This URL may be specified with or without a port as necessary. This can me ommited if the intention is to pass the URL on the command line." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Plex Token" Target="Mecon__Plex__AuthToken" Default="" Mode="" Description="Specifies the Plex server authentication token. See the Plex documentation for explanation on how to find your token: https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/. This can me ommited if the intention is to pass the token on the command line." Type="Variable" Display="always" Required="false" Mask="false"/>
<License>GPL-3.0</License>
<ExtraSearchTerms>Plex</ExtraSearchTerms>
<Readme>https://github.com/elzik/mecon#mecon</Readme>
</Container>