[frameworks-kfilemetadata] [Bug 448182] Support module music formats in TaglibExtractor (MOD, S3M, XM, IT)

2024-03-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=448182

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kfilemetadata/-/merge_requests/139

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kfilemetadata] [Bug 448182] Support module music formats in TaglibExtractor (MOD, S3M, XM, IT)

2024-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448182

tagwer...@innerjoin.org changed:

   What|Removed |Added

 CC||tagwer...@innerjoin.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kfilemetadata] [Bug 448182] Support module music formats in TaglibExtractor (MOD, S3M, XM, IT)

2024-03-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448182

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kfilemetadata] [Bug 448182] Support module music formats in TaglibExtractor (MOD, S3M, XM, IT)

2024-03-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448182

Nate Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kfilemetadata/-/comm
   ||it/eefc973b56e39034e498487f
   ||6d9900a4008e560e

--- Comment #3 from Nate Graham  ---
Git commit eefc973b56e39034e498487f6d9900a4008e560e by Nate Graham, on behalf
of Wladimir Leuschner.
Committed on 14/03/2024 at 15:03.
Pushed by ngraham into branch 'master'.

Add support for .mod/.s3m/.xm/.it Module Tracker formats meta data

KFileMetaData did not parse module tracker files, although TagLib
has support in parsing meta data from these files. Tracker files
are supported in TagLig since version 1.8 and therefore below
required version that CMakeLists.txt asks for in KFileMetaData,
which is version 1.12.1

M  +4-0autotests/extractorcoveragetest.cpp
A  +---autotests/samplefiles/test.it
A  +---autotests/samplefiles/test.mod
A  +---autotests/samplefiles/test.s3m
A  +---autotests/samplefiles/test.xm
M  +69   -5autotests/taglibextractortest.cpp
M  +35   -0src/extractors/taglibextractor.cpp
M  +5-2src/extractors/taglibextractor.json

https://invent.kde.org/frameworks/kfilemetadata/-/commit/eefc973b56e39034e498487f6d9900a4008e560e

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kfilemetadata] [Bug 448182] Support module music formats in TaglibExtractor (MOD, S3M, XM, IT)

2023-11-12 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=448182

Stefan Brüns  changed:

   What|Removed |Added

 CC||stefan.bruens@rwth-aachen.d
   ||e
   Keywords||junior-jobs

--- Comment #1 from Stefan Brüns  ---
This is quite trivial to add, even for a new contributor.

A MR should contain test files (with appropriate licenses) for all formats, and
cover the all supported properties in unit tests.

-- 
You are receiving this mail because:
You are watching all bug changes.