libretime/analyzer/libretime_analyzer/pipeline
dakriy 02a779b413
feat(analyzer): parse comment fields from mp3 files (#3082)
### 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>
2024-11-22 18:28:06 +00:00
..
__init__.py feat: configure cue points analysis per track type 2023-02-15 10:13:32 +02:00
_ffmpeg.py fix(analyzer): make ffmpeg filters less aggressive (#3086) 2024-10-07 20:55:18 +01:00
_liquidsoap.py refactor(analyzer): rewrite analyze playability 2022-08-09 21:07:07 +02:00
_utils.py refactor: don't use f-string on logging statements 2023-02-26 19:09:51 +02:00
analyze_cuepoint.py feat: replace loguru with logging 2023-02-26 19:09:51 +02:00
analyze_metadata.py feat(analyzer): parse comment fields from mp3 files (#3082) 2024-11-22 18:28:06 +00:00
analyze_playability.py refactor: don't use f-string on logging statements 2023-02-26 19:09:51 +02:00
analyze_replaygain.py chore(analyzer): move ffmpeg and utils modules to pipeline 2022-02-15 16:39:04 +02:00
organise_file.py refactor: don't use f-string on logging statements 2023-02-26 19:09:51 +02:00
pipeline.py chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v24 (#2917) 2024-02-02 20:24:25 +01:00