libretime/analyzer/tests/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 refactor(analyzer): improve analyzer pipeline module (#1542) 2022-01-28 07:09:19 +02:00
analyze_cuepoint_test.py refactor(analyzer): split analyze_cuepoint steps 2023-02-15 10:13:32 +02:00
analyze_metadata_test.py feat(analyzer): parse comment fields from mp3 files (#3082) 2024-11-22 18:28:06 +00:00
analyze_playability_test.py chore: list distribution releases by release date 2022-10-10 20:11:33 +02:00
analyze_replaygain_test.py feat: drop Ubuntu Bionic support 2022-10-10 20:11:33 +02:00
ffmpeg_test.py feat: drop Ubuntu Bionic support 2022-10-10 20:11:33 +02:00
organise_file_test.py feat(analyzer): rework organise_file using pathlib 2022-02-20 22:03:59 +02:00
pipeline_test.py feat: configure cue points analysis per track type 2023-02-15 10:13:32 +02:00