Stash Battle

Any functionality to allow the filter to apply to both scenes drawn?

Not at the moment, what is your use case?

I’m thinking I could add a config menu to allow more specific uses in the future.

Just rating a performer’s scenes against their other scenes only, or studio

1 Like

I’d like the filter to be able to apply to both sides too. Often I want to battle a subset of my stash against each other, and not just my current filter vs my whole stash. My use case right now is to filter to a specific performer to try and rank my favorite scenes of theirs. (i.e. I don’t want to battle other performers)

1 Like

I also want to run the battle using just scenes from a single performer as rawbeast mentioned.

1 Like

Just had a whirl at implementing the change myself (using AI :stuck_out_tongue: )

1 Like

You modified alot of lines here. Are you sure you preserved root functions?

It’s mostly just renaming var names it looks like.

Thanks @rawbeast I’ll do a review this week!

1 Like

Updated to Ver 2.6.3:

  • Added toggle to use filtered scenes for both sides (Thanks @rawbeast )
  • Opening modal pauses all media in background now (Thanks @rawbeast )
  • Cleaned up some code
  • Fixed unrated scenes sometimes showing up on the right side when a suitable candidate could not be found.
    • This condition is disabled when the use both sides filtered is checked, so incase you want to pit unrated scenes against other unrated scenes
  • Changed unrated scenes to start from rating 1 in calculations instead of 50
  • Fixed ranking text (#XXX out of #YYY) to not include unrated scenes
  • Updated gauntlet/champion logic to no longer set a scene to 1 just cause its the lowest scene
  • Fixed a bug where the first battle for gauntlet didn’t update rating
  • Added a ā€œfinding final placementā€ badge to gauntlet mode so its more clear
  • Fixed issue where unrated scenes show up as 1 on the loser card

Give the new version a whirl!

2 Likes

I didn’t like how unrated scenes were battling the same opponents climbing up in gauntlet mode so I added more variance to make battles more interesting hopefully.

Updated to Ver 2.6.4:

  • Increased reach for swiss pairings to 10
  • Gauntlet/champion mode now randomly picks from 5 opponents instead of just the next highest opponent
2 Likes

Is there a way to choose what scene enters the gauntlet?

What i’ve been doing to select one is just searching for the title as a filter.

Although I could see that being tricky if you want to filter a specific pool but select a specific scene.

I only just discovered this great documentation:

I think I’d like to be able to keep everyone in filtered pool when in swiss mode, rather than removing them after they battle (makes sense that the loser is removed in gauntlet/champion though). Maybe another option can be added, like the recent change to apply the filters to both sides? I just dropped in a checkbox, but maybe you have better ideas for how options can show up on the UI? Maybe something like a collapsible element?

Is it tracked how many battles each scene has had? It would make sense to me that all the scenes in the filters I regularly return to all have about the same number of battles, and those with less are prioritized for the next pairings… Maybe the logic already does something like this? I just need to keep reading :stuck_out_tongue:

1 Like

I might need to add a config menu or something so I can support all these specific settings.

Nope, I currently don’t do any history tracking as I usually use an incognito browser so anything stored in browser would be wiped for me that’s why I avoided it.