View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002076 | libextractor | plugins | public | 2012-01-16 22:59 | 2023-12-02 13:46 |
Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | won't fix | ||
Product Version | Git master | ||||
Target Version | 1.12 | Fixed in Version | 1.12 | ||
Summary | 0002076: implement meta data extraction using libavformat (ffmpeg library) | ||||
Description | libavformat/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 | ||||
Tags | No tags attached. | ||||
|
1e64237..2332716 _removes_ all ffmpeg support, the library is just too buggy and the API too unstable to be useful. |
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 |