Tweaks and changes for tycho station
This commit is contained in:
@@ -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)").
|
||||
|
||||
Reference in New Issue
Block a user