Studio Top Performer

:placard: Summary Adds a Queen icon with the top performer listed in the studio cards as determined by most scenes starred in from that particular studio.
:link: Repository https://github.com/Serechops/Serechops-Stash/tree/main/plugins/studioTopPerformer
:information_source: Source URL https://serechops.github.io/Serechops-Stash/index.yml
:open_book: Install How to install a plugin?

studioTopPerformer enhances studio cards by displaying the top performers for each studio. The top performers are identified based on the number of scenes they have appeared in, and their names are displayed with a gold “queen” icon and a hyperlink to the performer’s page.

Features

  • Automatically fetches top performers for each studio.
  • Displays top performers with a queen icon and a hyperlink to their scenes.

User Configuration

You can configure the script to point to your specific Stash server by adjusting the following variables:

const userConfig = {
    scheme: 'http', // 'http' or 'https'
    host: 'localhost', // Your server IP or hostname
    port: 9999, // Your server port
    apiKey: '', // Your API key for the Stash server (optional)
};
1 Like