### Description Upload comments from mp3 files into libretime `comments` and `description` fields. **This is a new feature**: Yes **I have updated the documentation to reflect these changes**: No none required ### Testing Notes **What I did:** I uploaded tracks that contained comments into LibreTime and checked the database to ensure that the `comments` and `description` fields were correctly populated. I then went to the UI and confirmed that the description field had the MP3 comment in it inside of the metadata editor. I then uploaded some files that did not have comments to make sure I did not break any existing functionality. **How you can replicate my testing:** Follow the steps in what I did ### **Links** Fixes #526 --------- Co-authored-by: Kyle Robbertze <paddatrapper@users.noreply.github.com>
LibreTime Analyzer
LibreTime Analyzer is a service that analyze file as background jobs and move them into the storage.
Development
# Install dependencies
make install
# Activate the development environment
source .venv/bin/activate
# Run linters
make lint
# Run tests
make test
# See the Makefile for more commands
cat Makefile