# Rule to limit album fields to 92 characters, as per https://sonos.custhelp.com/app/answers/detail/a_id/1552/kw/tag%20character%20limit
# Offers a one-click fix to truncate the album name to exactly 92 characters.
rule sonosAlbumCharLimit with label "Sonos album name character limit" has alternatives
    92_CHARS {
        find /^(.{0,92}+).+$/ replace with "$1"
    }
applies to album_name