replace function has a little bug
when trying to execute replace command:
$replace(%title%,'] [ ','] [' )
on the %title% string:
Lonely [Amy's Theme] [ J.Sebastian] [ 1967]
this function doesn't remove the "spaces" before char "J" and "1"
This does: $replace(%title%,'] [ ','] [')
There is a space before the closing bracket in the original.
It is always annoying when someone misuses a feature of an application and then reports a bug because it doesn't give the desired result.
Better to ask questions in the Support section, especially if you are a new user.
1 Like