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