Posts

Showing posts from June, 2023

Library maintenance

    I decided to take a closer look at the idea of media metadata and have, for the last year, been working to acquire and install quality metadata in the few thousand movies in the library.    This required studying the nature of metadata, especially in regard to videos. Once I understood metadata, I chose to use the Matroska container format and proceeded to convert all movies that were not already in Matroska format. The major reason I chose Matroska was because of the extensive metadata capabilities therein. After I finished converting to Matroska, I began gathering tools and writing programming scripts to acquire, modify, and insert the data.    The movies are done. I'm now writing a simplified script to process incoming movies semi-automatically. That script is about done. The languages used are Python and Bash.    The metadata includes title, year, cast, director, plot description and some other things. An image is included that serves as a...