OpusMediaInfo : All the MediaInfo data you can ask for!

Does it work in the preview (in the Column Editor window)? With that same file.
How you setup your infotip in Opus?
It's also worth checking whether any other column is working, because it looks like you are getting empty MediaInfo data.

TBH, after reviewing the code, I don't see how you could end up in that situation. Even if the MediaInfo data were empty, the infotip would still be parsed into something empty.
The only thing I can think of is that, for some reason, the parser is not finding the patterns, so it would just pass the literal text through. But your example doesn't show that. Did you change any line in the script?
Or is there anyone else who can reproduce the same issue with the infotips?

no, copy-paste only.

prefs-file types-movies-info tips->paste

Ah, I understand now. This is not how you use infotips with this script.
That text is how you define the infotip's content, taking into account that a file can have multiple streams. That text is going to expand to the actual values when you use the infotip own keyword. Just like in the preview.

To actually use the infotip in the Opus filetype dialog, you don't need to paste that text, instead simply reference the infotip with its keyword (eg. scp:OpusMediaInfo/General_infotip). Better use the drop-down menu in that same dialog, where all columns are listed.

v4.1:

  • Improved Options dialog. Database options are now separated and it also includes:
    • Ability to disable the DB if Opus is running from a USB export.
    • Added an exclusions list. Supports paths and wildcards (no partial matches), to exclude files from the DB based on their path.
  • Added some safeguards that could prevent the DB from getting locked in certain situations.
  • Other minor changes.
1 Like

It should look something like this:

v4.2 (24 - Feb - 2026) :

  • Added the TO argument to specify the output path when used together with DUMP.
  • Added the PURGEDB, KEEPMISSINGDRIVES, and VACUUM arguments to let you clean up your database.
  • Some common predefined values are now added when opening the Column Editor dialog. You can still add more entries to the list whenever you drop a file into it.
  • Minor UI changes.
  • Other minor fixes.

I've also updated the first post to document ALL the features.
Note that from now on, this script will not receive any new features, only bug fixes.
I've mainly updated its GitHub page, so you can stay tuned there if you're interested.

4 Likes

Must be me for sure but I can't get it to launch with the following button command.
What am I doing wrong? :face_with_peeking_eye:

Column Editor

How does one 'uninstall' the old script? I can find no way to do that. I can only delete the script.

Go to Settings > Scripts, select the script and click Delete.

For scripts that implement DeleteScriptData [Directory Opus Manual] that will let them do some clean-up before the script is removed.

Thank you. I took the instructions literally and so I tried to figure out how to uninstall.

I did later delete the script (using the method you described) because I could not figure out 'uninstall' but did not get the prompt to about deleting the configuration folder, so I assume it was deleted.

The columns I had configured were wiped out, but I know what columns they were, and was able to quickly add them again.

Then after not working with any videos for a couple of weeks, I found the columns I had added had been wiped out again. I suppose I'll add them again and hope they stay this time!

This script has been a game-changer for working with video dates!

@errante

I did not get a prompt to delete the configuration folder. Has that been fixed?