-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Feature Request: Library specific search in a collection #341
Comments
ok i went a slightly different route i added |
That can be useful but it doesn't solve my request. To be able to specify different rules for different libraries in the collection itself is what I'm requesting. Sometimes a search option is usable across libraries. Just as an example, say I have a collection for the band Queen. Works great to search on just the title |
I get the initial request it's just a lot of extra coding to get things working like your asking. I was hoping validate_builders would help since I could add that a lot easier. The Program was designed with the idea of one Metadata file per library so it won't be quick to do what your asking. You could accomplish what you want by splitting your file a little bit. Just have a different Metadata file per library and have a shared metadata file for the collections that are the same for both libraries. I'll leave the request open I'm just not sure when ill get around to it because my next and highest priority for PMM is building a GUI and I want to put my time into that since once its done we wont need yaml files anyways. |
I understand it can require some rewriting and I know I can accomplish it with some workarounds. I just really like the idea of specifying a Collection in one place, no matter how libraries it will be in. Anyway, if you are going to make a GUI maybe this is something you can take into consideration for that. Like when you edit a collection you can edit for all the libraries and such. Really looking forward to seeing the GUI, but I guess it will take some time, not the easiest task to make something for all these configurations. |
i dont plan on adding this feature so I'm going to close this |
Is your feature request related to a problem? Please describe.
Having cross-library collections often requires having different specifications of the collection in each library. One issue is that some options are only valid in a movie or a TV show library. You can't put them both into one definition since the script will crash if the option isn't allowed. This adds a lot of extra lines to the yml files and makes it more difficult to keep things tidy.
Describe the solution you'd like
It would be a lot easier to be able to specify a collection in one place. This would require that you can set search criterias for different libraries in the collection or template specification. Here's an example:
The text was updated successfully, but these errors were encountered: