Search found 3 matches

by just.RooT
31 May 2014, 00:54
Forum: Scripting and Automation
Topic: Set shell-variable in format expression
Replies: 1
Views: 2117

Set shell-variable in format expression

Hi guys, after my filebot script moved the the series to the right place, i want to make other things with the series in the new location. So i thought the best way would be to export or declare the variable after my "--format"-statement like this: --def exec="newdestpath=\"{file}\"" the ...
by just.RooT
21 Apr 2014, 11:56
Forum: Scripting and Automation
Topic: Get audio language from a movie/series
Replies: 2
Views: 2918

Re: Get audio language from a movie/series

Could you give me an example or a link, please?

Thanks!

Update:
It works with {audio.language}.
Thank you.
by just.RooT
20 Apr 2014, 23:37
Forum: Scripting and Automation
Topic: Get audio language from a movie/series
Replies: 2
Views: 2918

Get audio language from a movie/series

Hello,

is there a way to find out the audio language?
Im looking for something like this:

Code: Select all

[...]
{lang =~ /eng/ ? '[ENG] ' : ''}
[...]
as sollution: The Vampire Diaries S05E17 - Rescue Me [ENG].mkv

But the {lang} tag is only for subtitles, isnt it?

Thanks for help.
just.RooT