Update TubeArchivist-MemberClient

This commit is contained in:
PhuriousGeorge 2023-03-06 00:44:21 -06:00 committed by GitHub
parent 8dae3c6189
commit 0b8c816424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ This will keep a websocket connection open listening for notifications for new v
<Config Name="TA URL" Target="TA_URL" Default="" Mode="" Description="URL of your TubeArchivist" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="TubeArchivist API" Target="TA_TOKEN" Default="" Mode="" Description="Obtain from TubeArchivist settings page" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Youtube Media Path" Target="/youtube" Default="/youtube" Mode="rw" Description="Location for your TubeArchivist media" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Media Import Path" Target="/cache/import" Default="/cache/import" Mode="rw" Description="Location where received media will be located" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/TubeArchivist/import/</Config>
<Config Name="Time Zone" Target="TZ" Default="America/New_York" Mode="" Description="Timezone" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="GID" Target="HOST_GID" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
<Config Name="UID" Target="HOST_UID" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>