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

Add companion plugin for StashAppAndroidTV #381

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

damontecres
Copy link
Contributor

Adds a small companion plugin for my Android TV Stash client.

This adds the ability for the Android TV app to send crash reports or other log information to the Stash server. The app will call the plugin tasks with a string arg that should be logged.

This is my first plugin, so happy to hear feedback!

Ref: damontecres/StashAppAndroidTV#339

@DogmaDragon DogmaDragon merged commit c8942da into stashapp:main Aug 1, 2024
2 checks passed
damontecres added a commit to damontecres/StashAppAndroidTV that referenced this pull request Aug 2, 2024
Because gathering logs and information about app crashes is so
difficult, this PR adds the ability to gather that information and send
it to the user's Stash server if the companion plugin is installed.

The logs are only ever sent to the user's own stash server to help
protect privacy.

If the app crashes, a dialog will appear asking whether or not to send a
crash report to the server. The report will be logged server-side in Log
tab of Settings (eg http://192.168.1.5:9999/settings?tab=logs). This can
be disabled in advanced settings (ie the dialog will never appear).

PR to add the plugin to the community scripts:
stashapp/CommunityScripts#381
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

Successfully merging this pull request may close these issues.

2 participants