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
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)
I also want to run the battle using just scenes from a single performer as rawbeast mentioned.
Just had a whirl at implementing the change myself (using AI
)
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!
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!
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
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 ![]()
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.