Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Remove '%20' (for blanks) in Album List Panel (Read 1434 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Remove '%20' (for blanks) in Album List Panel

Hello,

I have some custom columns which take information from Discogs tags (e.g. label). Unfortunatley the syntax produces '%20' instead of blanks. I looked up here but didn't find a solution.

So far, my syntax is:

%<DISCOGS_LABEL_LINK>% |[%album artist% - ]%album%|[[%discnumber%.]%tracknumber%. ][%track artist% - ]%title%

And $replace(%DISCOGS_LABEL_LINK%,'%20', ) doesn't work here.

Can you tell me what to change to get blanks?

Thanks in advance.

Remove '%20' (for blanks) in Album List Panel

Reply #1
would also like to know a way to fix this quickly & easily in foobar. I know its possible in mp3tag, but I want to do it in foobar!

Remove '%20' (for blanks) in Album List Panel

Reply #2
Quote
$replace(%DISCOGS_LABEL_LINK%,'%20', )

works here as expected

why don't you use Discogs label instead instead label link

 

Remove '%20' (for blanks) in Album List Panel

Reply #3
Pardon me, $replace(%DISCOGS_LABEL_LINK%,'%20', ) actually works. I must have made a mistake.

Quote
why don't you use Discogs label instead instead label link


Tried it, but strangely it only detects very few labels although everything seems to be correctly tagged.