INTERACT FORUM

More => Old Versions => JRiver Media Center 23 for Windows => Topic started by: eddyshere on March 25, 2018, 09:45:45 am

Title: Help with expression
Post by: eddyshere on March 25, 2018, 09:45:45 am
I would like to build an expression field which extracts the audio format from the compression field. I do have various compression fields for ex:
- bdmv video (video: h264, audio: dts-hd)
- bdmv video (video: vc-1, audio:truehd)
- ifo video (video: mpeg2, audio: DTS)

I would like just to have the value dts-hd, truehd or DTS

Is there an expression which would take x characters starting after audio: for example...

I'm trying to wrap my head around regex...but not there yet... :(

Any help is very appreciated

SOLVED : ifElse(regex()) did the trick