Better document existing utility methods #357
Labels
docs
Related to documentation
good first issue
These issues are a good way to get started with Lofty
help wanted
Extra attention is needed
Having looked through multiple projects over the years, it's clear that Lofty's API either isn't the best documented or the easiest to understand. Some patterns keep showing up, namely:
Tag::take_strings
,Tag::get_strings
}take_strings
instead of repeatedly cloning, since most don't write tags back to files.TagItem
s and check theItemValue
.get_strings
exists for that purpose.ItemKey
. That makes it appear as though Lofty is only capable of providing the items accessible throughAccessor
. (!!!)Tag::get_picture_type
I consider this an issue with the docs, not with the projects. I believe there are other things I have found in the past, but this is what I could think of for now.
The text was updated successfully, but these errors were encountered: