How to process folder/file renaming?
Posted: Wed Dec 18, 2024 4:35 am
I have been creating MKVs from various formats, and the filenames are not always obvious. The process I have been following is to open up each file in VLC and determine what it is, then rename it. In most cases there are garbage files I will end up deleting, as well as special content I will save (bloopers, commentary).
What process is recommended for processing the output filenames into a specific folder/filename format for say Jellyfin? For example a python script to rename each file seems easy enough, however I am not aware of a way to avoid the tedious task of opening each file to inspect what it is? Is this hidden in metadata that can be read?
Or optimistically, has certain aspects of the process been optimized/automated by the community?
What process is recommended for processing the output filenames into a specific folder/filename format for say Jellyfin? For example a python script to rename each file seems easy enough, however I am not aware of a way to avoid the tedious task of opening each file to inspect what it is? Is this hidden in metadata that can be read?
Or optimistically, has certain aspects of the process been optimized/automated by the community?