-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
[RFC] Make Stash more suitable for JAV #3065
Comments
I might give some more detailed feedback on this list later, but for now I'll just add that several of these are already handled on stash-box, and would be covered by aligning stash with the same metadata features - see #2359 #3051 addresses the addition of the |
There is PR for studio code #3051 Series/movies/parts will probably be handled by some kind of grouping system that has been talked a lot about in Discord. v0.17 |
Thanks for the feedback, issue updated! Looking forward for grouping system implementation and other things.
Displaying |
Update:
|
Stash doesn't support assigning Label yet, but why not implement it in advance? See JAV progress in Stash at stashapp/stash#3065
Because why not? See JAV progress in Stash at stashapp/stash#3065
Stash doesn't support assigning Label yet, but why not implement it in advance? See JAV progress in Stash at stashapp/stash#3065
Because why not? See JAV progress in Stash at stashapp/stash#3065
Update:
|
Aliases for directors would also be very nice, mainly for the original name and different (mis)romanizations. There are also a couple of instances where former performers turned directors. It could be nice to be able to link them in some way, but this part is not too important I would say. |
Stash data schema doesn't cover all JAV-related metadata. So it's worth improving it!
Long Form
There is a some specific suggestions to improve JAV support:
New field: Code. JAV movies are unambiguously (well, almost unambiguously) identified by it's DVD code. May be suitable for some non-JAV studios as well.
Related issues:
Related PR:
director
and (studio)code
to scenes #3051New field: Label. JAV movies have separate Maker and Label studio fields, but currently Stash allows to assign only one studio to scene. The solution could also be to assign multiple arbitrary studios to scenes, but with custom or semi-custom comment. This could be useful for Western as well, since some Western scenes are re-released by multiple publishers with no changes (maybe except watermark), which has no representation in Stash.
Related issues:
New field (for scenes): Director. Directors is very relevant for JAV, but currently Stash allows to assign directors only to movies, not for scenes.
Related PR:
director
and (studio)code
to scenes #3051New feature: Series. JAV movies are often organized by series, but currently there is no way to properly represent this in Stash.
Related issues:
Create movies from scenes / add new type of relationship between scene and movie: "scene IS movie" / allow scraping directly to movies in scraping view / auto-display or auto-copy scenes metadata into related movies / or even deeply rework Movies at all. JAV scenes are almost always equals to movies, scenes are almost never released separately, so it would be useful to share more relationship with these types.
Related issues:
[Feature] Handling multi-part scenes, "part X" field and/or UI indicator? #2276
New feature: Multi-language support for all relevant fields: Titles, Descriptions, Performer names. Besides Latin transliteration, it is worth storing and displaying original Japanese titles and names (and maybe translations into other languages).
Related issue:
Match performer aliases when scrapping. Probably much easier to implement if the following suggestion will also be implemented.
Related issues:
Rework Performer aliases. Ability to add a separate field for each performer's alias, also with multilanguage support. E.g., Japanese name and all variants of it's Latin transliteration should be treated as fields of one alias.
Related issues:
New feature: Performer Name order. Currently performer names are stores as it comes from scrapers, but it would be nice to switch between Japanese or Western name order on the fly in transliterated performer aliases.
Abitily to add multiple URLs to scenes, movies and performers (and maybe native multiscraping feature?) Often there are multiple urls containing information about JAV movie and JAV performers: pages from various stores, various database pages... It's worth storing (and maybe scraping) them all!
Maybe auto-crop poster if it matches a certain aspect ratio? JAV covers are almost always a double-sided DVD covers, but Stash UI seems like to adjusted to display a vertical front cover.
Maybe something else..?
Also, there is a meta-issue that would covers several of these suggestions: [Feature] Update Stash to be inline with Stash-Box #2359
Examples
Jellyfin JAV plugin allow to change performer name order
https://github.com/imaginary-upside/JellyfinJav/
Example of some JAV series: on Fanza / on R18.com (from WebArchive, since R18.com are effectively dead)
Reference Reading
https://en.wikipedia.org/wiki/Pornography_in_Japan#Video_(JAV)
https://en.wikipedia.org/wiki/Japanese_name
The text was updated successfully, but these errors were encountered: