I'm a computer engineer and for my degree's final project I made a module for VLC. It's an Extended Metadata Manager for VLC, which is designed to process multiple file's metadata, to be able to edit them manually on a table, and to fingerprint & search them on acoustId. It's implemented with C++ & Qt (so it works on Windows and Linux). It adds no new dependencies to VLC, it's all done with C++ code and VLC's API. It's also very light, about 15kB code and 300kB on pixmaps (which could be reduced to 5kB by removing/resizing some of them).
Would VideoLAN be interested in adding the module to the official version? If so, I would make any necessary changes.
The module works quite fine, but still has some bugs/improvements I'm working on. My degree's project is finished, so I just want to contribute to the community.
It's a functionality which has been asks by some users:
- https://forum.videolan.org/viewtopic.php?t=100184
- https://forum.videolan.org/viewtopic.php?t=69532
- https://forum.videolan.org/viewtopic.php?t=119426
https://github.com/ASantosVal/EMM_for_VLC
And here some screenshots:
- The module itself:
- The module's menu entry:
Asier Santos