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

[FEA] - Add basic curation functions #3

Closed
damontecres opened this issue Dec 29, 2023 · 2 comments · Fixed by #51
Closed

[FEA] - Add basic curation functions #3

damontecres opened this issue Dec 29, 2023 · 2 comments · Fixed by #51
Labels
enhancement New feature or request

Comments

@damontecres
Copy link
Owner

damontecres commented Dec 29, 2023

Description

While the app is not intended to fully replace the WebUI nor perform any administrative functions, some basic curation functions would be nice.

  • Add/Remove tags to a scene
  • Add/Remove performers to a scene

Would need a good way to sort & filter the data for tagging since listings can be overwhelming.

@damontecres damontecres added the enhancement New feature or request label Dec 29, 2023
@ChilledSlim
Copy link
Contributor

I'll suggest a single button to run a library scan (with the default selected options) and maybe even Generate Content. Likely in the options/config menu. While you point out it shouldn't do administrative functions, if you're adding the performer to a scene, triggering those tasks is an easy way to refresh for new content.

@damontecres
Copy link
Owner Author

damontecres commented Jan 20, 2024

#49 adds the ability to add tags

It might be useful to also be able to remove them (like undo). This might be doable with a long click, but it's a bit more complex to add a long click listener to a leanback fragment: https://stackoverflow.com/questions/30163902/how-to-implement-a-longclicklistener-on-browsefragment-android-leanback-library

Could instead add an Undo action if changes have been made, but this would require tracking the changes which is also not simple.

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

Successfully merging a pull request may close this issue.

2 participants