Displays the name of a music track when it starts.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
u/3rDuck for suggesting this mod: https://www.reddit.com/r/StardewValley/comments/189x31t/if_you_could_add_something_to_stardew_valley_what/
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.5.1
Fixed bug where some options weren't processed properly on startup
Version 1.5.0
Recognizes mini-jukebox
Version 1.4.0
Add toggle key (default N). Options can now be edited using Generic Mod Config Menu.
Version 1.3.0
Skip announcing "silence". Ignore title "Invalid" and announce internal ID instead. Increase delay between repeats from 1 to 2 seconds.
Version 1.2.0
One-second cooldown timer on re-announcing same track. Option to override titles of some tracks.
Version 1.1.0
Add option to skip announcing all tracks where title is same as ID, e.g. "rain"
Version 1.0.1
Downgraded some spammy log messages from Debug to Trace
Version 1.0.0
Skip announcing a track if it's already playing. Add option to specify one or more tracks to skip announcing.
Version 0.9.0
Initial release
Donations
No donations accepted
Stardew Valley has lots of great music, but what's it called? You could look through the jukebox or YouTube, but this mod will tell you the answer right away.
Options (most of these can be changed using Generic Mod Config Menu): * The message format used for announcements. Use {0} for the song title, and {1} if you want to see the song's internal ID (e.g. "summer1"). * A list of tracks (if any) to skip announcing. Use internal IDs separated by commas. * A list of tracks to ignore the title (default "Invalid") and announce the internal ID instead. * Whether to skip announcing all tracks where title is same as ID, e.g. "rain". * How long to wait before re-announcing the same track (default 2 seconds). * Keybinding to disable or re-enable announcements (default "N"). * A list of tracks (if any) to override the standard title. For instance, for Back to the Valley, I edited it to:
"TracksToRename": { "title_night": "Frost Petals", "CloudCountry": "Harvest", "MainTheme": "Stepping Stones", "spring1": "Bells of Spring", "spring2": "Stepping Stones", "spring3": "By the River", "summer1": "Sounds of Summer", "summer2": "To the Town", "summer3": "On the Farm", "fall1": "Autumn Breeze", "fall2": "Harvest", "fall3": "Seed and Soil", "winter1": "Signs of Winter", "winter2": "Frost Petals", "winter3": "Fresh Snow" }