Stats Enhancer

Very nice plugin. One minor issue I discovered when activating it: The font size of the performer name (title on the perf. page) gets significantly smaller than before (approx. as small as the text in the performer description fields). Can this be fixed?

That bug was already reported, it’s fixed already. Try download the latest.

Hi, thanks for the plugin it’s very useful. I don’t know if you’re still planning to work on it, but do you think you could add more charts like performers by ethnicity, hair color, eye color etc… ?

Anyone? :cry: (tried to do it myself but I’m really not good at coding)

Sorry, I don’t see the value or have much interest to add that. Regular filters can be set up for everything you mentioned if they are things you care about. I’d just be bringing filterable items to the stats page, tattoos, height, dick size, it could be endless.

Isn’t that what this brings in the first place? you can filter on nationality, age and all the other things.

In any case, if you want to look into grafana and prometheus, i included these stats in my StashApp Prometheus Exporter / Grafana Dashboards - Collect metrics and visualize your library - #5 by Dining9093 @jas39

Yes, but personally I don’t have interest in adding other filters.

Your project sounds like it’s more robust and easier to personalize.

Thanks it looks super promising!

Great Plugin.

One request, the Scene Production Timeline (2000-Present), is it possible to extend this earlier than 2000? I have a lot of older classic scenes I’d like to be listed.

Performer images in the country overview (after clicking on a country bar) are cut off at the top and bottom because I use an unusual 500x1000 performer image format. What do I have to modify in the css to display the whole performer image?

I decided to have a look at the code, it seem fairly easy to fix for your own version until it get updated.

And yeah, I feel that the a bit cramp for date, be good if we can zoom it or expand a bit more

Try find the 2000 and fix all of those.


I had a go at fixing to expand the CSS and fail miserably.

Okay, I found it out myself:

#enhanced-stats-container .performer-image {
aspect-ratio: 1 / 2;

1 Like