View Issue Details

IDProjectCategoryView StatusLast Update
0002076libextractorpluginspublic2023-12-02 13:46
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
Product VersionGit master 
Target Version1.12Fixed in Version1.12 
Summary0002076: implement meta data extraction using libavformat (ffmpeg library)
Descriptionlibavformat/avformat.h clearly provides access to some interesting meta data:

 album -- name of the set this work belongs to
 album_artist -- main creator of the set/album, if different from artist.
                 e.g. "Various Artists" for compilation albums.
 artist -- main creator of the work
 comment -- any additional description of the file.
 composer -- who composed the work, if different from artist.
 copyright -- name of copyright holder.
 creation_time-- date when the file was created, preferably in ISO 8601.
 date -- date when the work was created, preferably in ISO 8601.
 disc -- number of a subset, e.g. disc in a multi-disc collection.
 encoder -- name/settings of the software/hardware that produced the file.
 encoded_by -- person/group who created the file.
 filename -- original name of the file.
 genre -- <self-evident>.
 language -- main language in which the work is performed, preferably
                 in ISO 639-2 format. Multiple languages can be specified by
                 separating them with commas.
 performer -- artist who performed the work, if different from artist.
                 E.g for "Also sprach Zarathustra", artist would be "Richard
                 Strauss" and performer "London Philharmonic Orchestra".
 publisher -- name of the label/publisher.
 service_name -- name of the service in broadcasting (channel name).
 service_provider -- name of the service provider in broadcasting.
 title -- name of the work.
 track -- number of this work in the set, can be in form current/total.
 variant_bitrate -- the total bitrate of the bitrate variant that the current stream is part of
 
TagsNo tags attached.

Activities

Christian Grothoff

2021-04-20 18:43

manager   ~0017773

1e64237..2332716 _removes_ all ffmpeg support, the library is just too buggy and the API too unstable to be useful.

Issue History

Date Modified Username Field Change
2012-01-16 22:59 Christian Grothoff New Issue
2021-04-20 18:43 Christian Grothoff Assigned To => Christian Grothoff
2021-04-20 18:43 Christian Grothoff Status new => resolved
2021-04-20 18:43 Christian Grothoff Resolution open => fixed
2021-04-20 18:43 Christian Grothoff Fixed in Version => 1.12
2021-04-20 18:43 Christian Grothoff Note Added: 0017773
2021-04-20 18:43 Christian Grothoff Target Version => 1.12
2021-04-20 18:48 Christian Grothoff Resolution fixed => won't fix
2023-12-02 13:46 Christian Grothoff Status resolved => closed