Movies with Movie info

Support for Windows users
Post Reply
greganka
Posts: 1
Joined: 12 Sep 2019, 20:47

Movies with Movie info

Post by greganka »

I finally renamed all my TV shows.
Now I am onto the movies but I'd like to show more information in the name but some of them for the life of me I cannot figure out. Main issue with the audio part is that for some of my movies English is not Audio 1, so it gets the foreign audio info which is lossy AC3 2ch. How do I get the 2nd audio track or even better always get the Highest/English track and put that into the filename?
I am using 4.7.9.

Ex.
Avengers Endgame (2019) - [Remux, 2160p, HDR, ATMOS]
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Movies with Movie info

Post by rednoah »

You can access arbitrary MediaInfo fields from arbitrary streams like so:
viewtopic.php?t=4285

e.g.

Code: Select all

audio.Format

Code: Select all

audio[1].Format
:idea: Please read the FAQ and How to Request Help.
Post Reply