Skip to content
New issue

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

[suggestion] fix UX with plextraktsync #20

Open
1 task done
funkypenguin opened this issue Aug 14, 2024 · 1 comment
Open
1 task done

[suggestion] fix UX with plextraktsync #20

funkypenguin opened this issue Aug 14, 2024 · 1 comment

Comments

@funkypenguin
Copy link
Contributor

🤪 Sanity check

  • I have searched and confirmed no existing open / closed issues, or open / closed PRs exist for this app

🤕 What's not right?

Plextraktsync automatically creates a bunch of non-working Plex URLs in its config.yml. These could all be replaced with just http://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

@funkypenguin
Copy link
Contributor Author

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:

servers:
  default:
    token: null
    urls:
    - null
    - null
    id: null
    config: null
  Plex:
    token: <redacted>
    urls:
    - http://plex:32400
    id: <redacted>
    config: null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant