AIMP Forum
AIMP for Windows => Вопросы / Questions => Topic started by: hugoguh on October 31, 2022, 20:57:29
-
i need help on this, i want the second line in tracks to show
%artist %duration
but if the song is from youtube the artist also has "A - topic"
is there any way to set it so %IF %artist has "- topic", then erase "- topic"?
-
%Replace(A,B,C)
%Replace(%artist,- topic,)
-
cant seem to find that one work
EDIT
Actually it does work, sorry, i forgot to capitalize the t in Topic, works amazing