Releases: jl94x4/ColleXions
Version 1.16b - BETA
This release is a BETA
Category Processing:
Introduced a new always_call: true/false
flag for categories in the config.
- always_call: true guarantees that one collection per category will be pinned if there are enough slots.
- always_call: false introduces a random chance to skip some categories, potentially resulting in fewer pinned collections from categories, which adds variety.
Docker
Docker users can use this release using docker pull jl94x4/collexions:beta
Version 1.16
Fixed special collections being correctly excluded from random pinning, thanks to @defluophoenix for his excellent work in getting this working correctly
Version 1.15
Added extra logging around what's happening
Version 1.14
Full Changelog: ColleXions1.13...ColleXions1.14
Version 1.13
Important Changes in this release
- Special collections will be prioritised and selected first
- If any collection spaces as determined by config.json are available, categories will take the next priority
- Only if any collection spaces remain after both special collections & categories have been selected, random collections for each library will fill the remaining slots
If there are no special collections, and you don't have categories defined, all slots will be taken by random collections.
ColleXions v1.12b BETA
This is a BETA release
- Special collections will be prioritised and selected first
- If any collection spaces as determined by
config.json
are available, categories will take the next priority - Only if any collection spaces remain after both special collections & categories have been selected, random collections for each library will fill the remaining slots
If there are no special collections, and you don't have categories defined, all slots will be taken by random collections.
Version 1.12
Fixed example config
Added sleep to end of main script so it will honour the running interval
Version 1.11
Added by @defluophoenix
defluophoenix)
History and Categories
Version 1.10
Final release
Version 1.09
New this Version
- Pinning_interval is now set in minutes not seconds
- Enforce special collections should be more reliable