Songless Singers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This feature is not available in 1.0. | This feature is not available in 1.0. | ||
A Songless Singer is a singer who has run out of songs or is "Here" but had not yet submitted a song. | A '''Songless Singer''' is a singer who has run out of songs or is "Here" but had not yet submitted a song. | ||
By default, kJams does NOT show Songless Singers in the Rotation [[ShowScreens|ShowScreen]] or in the [[Messenger]] Rotation. However, there are some reasons you may want Songless Singers still show up: | By default, kJams does NOT show '''Songless Singers''' in the Rotation [[ShowScreens|ShowScreen]] or in the [[Messenger]] Rotation. However, there are some reasons you may want '''Songless Singers''' still show up: | ||
# so they know they are still in the rotation in their spot | # so they know they are still in the rotation in their spot | ||
# to inform them they need to submit a song | # to inform them they need to submit a song | ||
# so they aren't left wondering why their name isn't coming up on the screen any more | # so they aren't left wondering why their name isn't coming up on the screen any more | ||
If you'd like to allow Songless Singers, do this: | If you'd like to allow '''Songless Singers''', do this: | ||
==64bit kJams 2== | |||
The default message for a Songless Singer is "No song submitted!". If you'd like to change that, do this: (change the custom message, obviously) | # go to Preferences->Advanced | ||
# Turn OFF "Automatically un-mark singers “Not Here”" | |||
# below it you will now be able to turn on "Songless Singers" | |||
==32bit kJams 2== | |||
# go to preferences->Advanced | |||
# make sure "Automatically un-mark singers “Not Here”" is NOT checked, click OK | |||
# add this line to your "startup.py" script:<br><pre>kjams.pref_set("Singer with no song still gets listed in Rotation", True)</pre> | |||
# restart kJams | |||
==Default Message== | |||
<br>The default message for a '''Songless Singer''' is "No song submitted!". If you'd like to change that, do this: (change the custom message, obviously) | |||
# add this line to your "startup.py" script:<br><pre>kjams.pref_set("Submit a song custom string", "Your Custom Message")</pre> | |||
# restart kJams | |||
Latest revision as of 20:31, 7 February 2025
This feature is not available in 1.0.
A Songless Singer is a singer who has run out of songs or is "Here" but had not yet submitted a song.
By default, kJams does NOT show Songless Singers in the Rotation ShowScreen or in the Messenger Rotation. However, there are some reasons you may want Songless Singers still show up:
- so they know they are still in the rotation in their spot
- to inform them they need to submit a song
- so they aren't left wondering why their name isn't coming up on the screen any more
If you'd like to allow Songless Singers, do this:
64bit kJams 2
- go to Preferences->Advanced
- Turn OFF "Automatically un-mark singers “Not Here”"
- below it you will now be able to turn on "Songless Singers"
32bit kJams 2
- go to preferences->Advanced
- make sure "Automatically un-mark singers “Not Here”" is NOT checked, click OK
- add this line to your "startup.py" script:
kjams.pref_set("Singer with no song still gets listed in Rotation", True) - restart kJams
Default Message
The default message for a Songless Singer is "No song submitted!". If you'd like to change that, do this: (change the custom message, obviously)
- add this line to your "startup.py" script:
kjams.pref_set("Submit a song custom string", "Your Custom Message") - restart kJams