Hi i use Win10. I tried the discogs lookup feature and i works somewhat for certain things.
However, i have two questions as a new user of mp3tag. So forgive me for maybe asking noob questions. I lookup up mostly housemusic songs, so sometimes it is 1 song of many on a vinyl.
The first space of my (song)title is a blank for many songs in my listingfolder how can i remove this blank automatically without it deleting the first character of a title that has no blank space.
When i look up songs in discogs, if the song is there i get the list. So far so good, although i have to check it when the result in mp3 tag is negative and sometimes discogs does find a result on their website… However sometimes the song i have is not the first song on the found result. It might be a number that is not the first song. When i then choose the record to be used in mpstag it changes the titlename into the first song. I tried clicking on the song i have but it keeps importing the first song as titlename. I tried clicking, selecting the song, it changes in the top right panel, but importing it changes back again to the first song. Or do i just have to declick the title so it don’t import? Thank you for giving tips.
Hi thx for the reply in the image green line and arrow have no first blank, red line and arrow do. I’ll try moving the arrow up and down to see what it does for the second problem. Thx
Thank you for the screenshot.
Could you please provide the direct discogs link to this album on the (online) source?
(The one that you have marked with a red line an the leading spaces).
We can try to reproduce the behaviour with this link.
I think it is because me splitting up the original filename into artist and title not because using the discogs tool which i started using just now. Never the less i want to delete those blank spaces if they are there and prefer not to do it manually for approx 32k songs. The tip you give with the arrow works for discogs now. Thanks for that. However i see in the metadata that there is a difference between genre and style when grabbing the metadata from discogs. Is there a way to show the style instead of genre, this is more clear for me what type of music it is than a generic division between general music styles. I know it is a lot to ask, but thanks for your time and knowledge.
Anyway i started back in the beginning of my file list trying to grab the metadata from discogs for all the songs. I know not all the songs will be on discogs but at least it will fix that problem of blank spaces partially i think.
Thanks for clarifying.
If you want to "clean/delete" the leading space you can use the $trim() command: $trim(%TITLE%)
One way to use it is Convert -> Tag - Tag:
From the documentation: $trim(x,c)
trims all leading and trailing whitespace from the string x. The optional second parameter c specifies the character to trim.