Replies: 1 comment
-
Yeah I don't see a way to make this work without serious time and effort to reconcile both file-based systems I'd be more amenable towards a DB-first approach, following the same direction of ignore rules (originally defined in a That being said, Stump already supports |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice if tags were assgined from directory tree structure or from file in a directory tree structure.
For example, if I have path to book:
Then if stump picks tags from directory names, we will have tags:
seems nice.
Because stump offers multiple series tree types, the above may not work. In this case, sutmp metadata file
stump.yml
in any directory, would allow us to provide desired tags for books in the directory:stump.yml
:That way one could provide tags only for category directories Fiction and SciFi and end result will have tags:
It would allow to have specific categories without having overly generic. One could provide
stump.yml
only in SciFi directory.I used Yaml file as example. It could be TOML as it is supposed to be easier on the user.
Beta Was this translation helpful? Give feedback.
All reactions