qfjp / MediaLibraryCompression

A script to convert video files to x265 codec in mp4 containers. Forces hvc1 for MacOS Big Sur compatibility
GNU General Public License v3.0
2 stars 1 forks source link

Fix #9 - Include **kwargs in cache hash key. #10

Open qfjp opened 1 year ago

qfjp commented 1 year ago

Cache function uses verbosity levels of debug instead of a flag (i.e. DEBUG_VERBOSITY >= ... rather than DEBUG ?= False). This includes both, with the expectation that the flag DEBUG will be removed in the future.