I am suggesting to add a script for local files which doesn't need a connection to an external online database.
Here is an Example:
I am working on a project with friends for a small movie. We have different scences in the same file pattern for example:
Adam, Jessica - Café Scene Camera 1
Adam - Night Scene 1 Camera 1
Jessica - City Scene 1
Carmen - Shopping Scene 1 Camera 1
The pattern is alwalys like this.
If there is a comma there is more then one Actor and after the "-" there is the movie respectivly the scene name.
Sadly I am not an programmer to add the script myself. But as far as I can tell the moviename gets extracted from the file or folder name and then searched in the specified database/website. In this case this is not necessary. The name just needs a placeholder. Like for "Adam - Night Scene 1 Camera 1" it could be something like this:
%actor% - %moviename%.
I hope someone can help me
Cheers
Script for local data
Re: Script for local data
You can send your filenames to a CSV file and then try to import the data using the "Import from text file" feature.