You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some sources like pixiv or lolicon support recommendations that work well, but some like safebooru do not even support the random search or recommendations.
Since we shuffle the sources before we fetch images, as the chosen sources affect the result in recommendations, we want a better pattern for choosing the source we would use for recommendations.
Sources
Others
Describe the problem related to the feature request
Currently, many booru sources vary in support of random or recommendations when we use the
booru
command without keywords.目前,当我们使用不带关键字的
booru
命令时,许多 booru 源在支持随机或推荐方面有所不同。Some sources like
pixiv
orlolicon
support recommendations that work well, but some likesafebooru
do not even support the random search or recommendations.一些来源(例如
pixiv
或lolicon
)支持效果良好的推荐,但有些来源(例如safebooru
)完全不支持随机搜索或推荐。Since we shuffle the sources before we fetch images, as the chosen sources affect the result in recommendations, we want a better pattern for choosing the source we would use for recommendations.
由于我们在获取图像之前对源进行打乱,且所选的源会影响推荐的结果,因此我们需要一个更好的模式来选择用于推荐的源。
Describe the solution you'd like
random: boolean
to represent whether the source supports a random pattern.recommend: boolean
to represent whether the source supports a random recommendation pattern.* sort:random
tag pattern.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: