You can expand the existing list of values at the end of this script
## Void temp tags/variables:
Set "TEMP_Multidisc"
Set "TOTALDISCS"
Set "TEMP_Various_Artists"
Set "TEMP_DiscNumber"
Set "TEMP_TotalTracks"
Set "TEMP_Track"
Set "TEMP_Title"
Set "TEMP_Artist"
with all the tags you don't want.
As @posterwrite, be careful and don't use a TAB between the command SET and the unwanted Tag.
# Only Cover Art
set "DISCNUMBER"
set "ARTIST"
set "ALBUM"
set "TITLE"
set "TRACK"
set "TRACKS"
set "ALBUMARTIST"
set "YEAR"
set "GENRE"
set "ITUNESADVISORY"
set "PUBLISHER"
set "_LENGTH"
@vikaesar . Hi, I have the following problem and I wonder if your src.file will fix it, but I don't know how to use it.
So I addes some tags with MP3Tag, but unfortunately the added tags are not visible in Google Play Music. I still have a lot of Unknown Album, Artist, ...
I do not think that a web sources script does anything for the target.
You would have to find out how your player updates its lists and see what the difference is between the files that show properly and those that don't.