-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Feat/identify items Add identify Items component to item details page #114
Conversation
I'm not a fan of this... :/ Some issues to be addressed:
I think adopting the Plex terminology of "Fix match" would also make transition easier for users. It fits just as well as Identify (perhaps more, as the server will already match stuff, you're only telling it that it's wrong). It's debatable though. Probably ask @jellyfin/core what they feel fits better for the term to use. Separating the results and the search fields in two screens could work as well, especially with the number of fields we have. It's how both Plex and Emby do it. Not that we have to copy them, it's good to rethink existing things as we go along, but I think it makes sense here. |
38999ce
to
0e85d19
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Would infomation be passed to a store and then opened using portal-vue/vuetify-moday?
That's true, I've reworked it. I think it looks a lot better now. I haven't used the card component but the v-stepper. (one stage for searching, identifying, and confirming). Let me know what you think.
I've added searching by item year, add the file name. TMDB/IMDb Ids still need to be added
This is included in JF-Web and is an option in the API. From the testing I have done, if it is not selected, it is much quicker to identify and save to the DB, since the server doesn't have to collect metadata before responding to the request.
This should be fixed now. |
Thinking about it, we might need a "ModalManager" component, which uses a Vuex store to show and hide various modals, and set their contents (possibly via calling actions on other stores).
Looks much better :) |
53fefba
to
4ec0233
Compare
4ec0233
to
288d696
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@camc314 Is this ready for review? |
Not quite, I've got to fix the card width when selecting an item |
07be2e5
to
a1c65d6
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.