View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002075 | libextractor | plugins | public | 2012-01-16 22:51 | 2026-05-20 00:55 |
| Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 1.14 | Fixed in Version | 1.14 | ||
| Summary | 0002075: implement meta-data extraction from video files using libvlc | ||||
| Description | libvlc (from the VideoLAN/vlc project) and in particular the libvlc_media.h header of that library, provides a way to extract interesting meta-data from various video formats: /** Meta data types */ typedef enum libvlc_meta_t { libvlc_meta_Title, libvlc_meta_Artist, libvlc_meta_Genre, libvlc_meta_Copyright, libvlc_meta_Album, libvlc_meta_TrackNumber, libvlc_meta_Description, libvlc_meta_Rating, libvlc_meta_Date, libvlc_meta_Setting, libvlc_meta_URL, libvlc_meta_Language, libvlc_meta_NowPlaying, libvlc_meta_Publisher, libvlc_meta_EncodedBy, libvlc_meta_ArtworkURL, libvlc_meta_TrackID, /* Add new meta types HERE */ } libvlc_meta_t; We should create an LE plugin that uses libvlc to extract this meta data. | ||||
| Tags | No tags attached. | ||||
|
|
test-vlc.c works if you use libvlc_media_new_path() -- if lua is installed. But, libvlc_media_new_fd() and libvlc_media_new_callbacks() both fail for vlc3 and vlc4 (git master). So this is clearly a hard vlc problem, likely the lua scripts don't work with the callbacks. I guess this bug has to wait for vlc5 or so... Anyway, starting point 'vlc_extractor.c' is in git, but non-functional. |
|
|
Fixed in f5ec62c..3119b61 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-01-16 22:51 | Christian Grothoff | New Issue | |
| 2021-05-07 22:03 | Christian Grothoff | Note Added: 0017797 | |
| 2021-05-07 22:05 | Christian Grothoff | Status | new => acknowledged |
| 2026-05-20 00:54 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2026-05-20 00:54 | Christian Grothoff | Status | acknowledged => resolved |
| 2026-05-20 00:54 | Christian Grothoff | Resolution | open => fixed |
| 2026-05-20 00:54 | Christian Grothoff | Fixed in Version | => 1.14 |
| 2026-05-20 00:54 | Christian Grothoff | Note Added: 0028659 | |
| 2026-05-20 00:55 | Christian Grothoff | Target Version | => 1.14 |