You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.
There may be a problem with the metadata that gets written into a downloaded file.
The available list of metadata is the following:
[metadata]
Metadata to be written to the song
Available values:
title,
artist,
album,
album_artist,
composer,
genre,
created,
track,
tracknum,
disk,
record_company,
upc,
isrc,
copyright,
lyrics,
cover,
ratings(rtng)
These are my setting:
embedMetadata = ["title", "artist", "album", "album_artist", "composer",
"genre", "created", "track", "tracknum", "disk", "cover", "copyright",
"record_company", "upc", "isrc", "rtng"]
This is the output that is actually embedded:
ALBUM = "album"
ALBUMARTIST = "album_artist"
ARTIST = "artist"
COMPOSER = "composer"
COPYRIGHT = "copyright"
DISCNUMBER = "disk"
GENRE = "genre"
TITLE = "title"
TRACK = "track"
UNSYNCEDLYRICS = "lyrics"
YEAR = "created"
The missing metadata that doesn't seem to write to the file are:
"record_company"
"upc"
"isrc"
"rtng"
Is there away to fix these?
I mean I can re-tag it myself (usually do) with mp3tag, just thought I'd mention it incase it may have been overlooked.
The text was updated successfully, but these errors were encountered: