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 ...
Search found 3 matches
- 31 May 2014, 00:54
- Forum: Scripting and Automation
- Topic: Set shell-variable in format expression
- Replies: 1
- Views: 2286
- 21 Apr 2014, 11:56
- Forum: Scripting and Automation
- Topic: Get audio language from a movie/series
- Replies: 2
- Views: 3211
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.
Thanks!
Update:
It works with {audio.language}.
Thank you.
- 20 Apr 2014, 23:37
- Forum: Scripting and Automation
- Topic: Get audio language from a movie/series
- Replies: 2
- Views: 3211
Get audio language from a movie/series
Hello,
is there a way to find out the audio language?
Im looking for something like this:
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
is there a way to find out the audio language?
Im looking for something like this:
Code: Select all
[...]
{lang =~ /eng/ ? '[ENG] ' : ''}
[...]
But the {lang} tag is only for subtitles, isnt it?
Thanks for help.
just.RooT