Plugin that changes tracks randomly.
Enable the plugin in extra_cfg.yml
EnablePlugins:
- RandomTrackPluginExample configuration (add to bottom of extra_cfg.yml)
---
!RandomTrackConfiguration
# Duration until next track change
# Minimum is 5, Default is 30
TrackDurationMinutes: 90
# Transition duration until next track change, server will restart after
# Minimum is 1, Default is 5
TransitionDurationMinutes: 10
# Should content manager download links be updated
UpdateContentManager: true
# Weights for random track selection, setting a weight to 0 blacklists a track, default weight is 1.
# CM field only required with UpdateContentManager: true
TrackWeights:
- { Name: Gunsai, Weight: 2.0, TrackFolder: some/path/to/gunsai, TrackLayoutConfig: GunsaiTogue, CMLink: https://mega.nz/...... , CMVersion: 1.5 }
- { Name: Shutoko, Weight: 2.0, TrackFolder: some/path/to/Shutoko, TrackLayoutConfig: Default, CMLink: https://mega.nz/...... , CMVersion: 1.5 }