Open the terminal and go to the folder: Find results and test if it yields your desired results: find . -type f -name “*SpecificString*” And if the find command results desired output, type in the following in the terminal to delete action: find . -type f -name “*SpecificString*” -delete Or a shorter version: find /path/to/your/files/ […]
Archives for November 2017
How to Bulk Rename Video Files based on Resolution, Size etc.
This is using Filebot. FileBot also supports generic batch renaming, and you can rewrite the filenames with Groovy expressions just like in Episode / Movie mode. 1. Drop files into Original Files 2. Click on the empty New Names component 3. Now that New Names has focus hit F2 4. New Names will instantly filled […]