Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Not all embedded Metadata being written to file. #23

Open
zhordon opened this issue Jun 18, 2024 · 0 comments
Open

Not all embedded Metadata being written to file. #23

zhordon opened this issue Jun 18, 2024 · 0 comments
Assignees

Comments

@zhordon
Copy link

zhordon commented Jun 18, 2024

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:

image

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.

@WorldObservationLog WorldObservationLog self-assigned this Jun 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants