We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plextraktsync automatically creates a bunch of non-working Plex URLs in its config.yml. These could all be replaced with just http://plex:32400.
config.yml
http://plex:32400
Further, the default timeout is too short, and can be extended in the same file.
Make these changes automatically
No response
The text was updated successfully, but these errors were encountered:
Here's an example .yml - if we can work out a yq command to replace the values of the Plex URLs, we can do it automatically:
yq
servers: default: token: null urls: - null - null id: null config: null Plex: token: <redacted> urls: - http://plex:32400 id: <redacted> config: null
Sorry, something went wrong.
No branches or pull requests
🤪 Sanity check
🤕 What's not right?
Plextraktsync automatically creates a bunch of non-working Plex URLs in its
config.yml
. These could all be replaced with justhttp://plex:32400
.Further, the default timeout is too short, and can be extended in the same file.
🤯 Here's my idea!
Make these changes automatically
🤔 On the other hand..
🤩 But will it fly?
💬 Your Discord username
No response
The text was updated successfully, but these errors were encountered: