Tweaks and changes for tycho station

This commit is contained in:
2024-06-20 12:12:16 -06:00
parent ee531ca36b
commit 4b0c81ea3d
12 changed files with 42 additions and 56 deletions

View File

@@ -14,9 +14,9 @@ except:
from gi.repository import Playerctl, GLib
title_maxlen = 30
title_maxlen = 40
title_end_at = ["(", "-"]
artist_maxlen = 30
artist_maxlen = 40
album_maxlen = 30
# Split on these characters, take the first part, and strip whitespace
# from the result. This can be used to remove subtitles (like " - Remastered" or " (feat. Artist)").