Search found 3 matches

by blurk
23 Nov 2016, 21:24
Forum: Ubuntu & Desktop Linux
Topic: [LINUX-DEBIAN] {subt} {languages} {info} {audios} {texts} not work
Replies: 5
Views: 3670

Re: [LINUX-DEBIAN] {subt} {languages} {info} {audios} {texts} not work

One last question :
How to test if text is empty:

Code: Select all

{text}
give an empty value in my name.
How to test correctly if text is null or empty ?

Code: Select all

(text==null)||(text=="")
by blurk
23 Nov 2016, 20:47
Forum: Ubuntu & Desktop Linux
Topic: [LINUX-DEBIAN] {subt} {languages} {info} {audios} {texts} not work
Replies: 5
Views: 3670

Re: [LINUX-DEBIAN] {subt} {languages} {info} {audios} {texts} not work

Ok my bad ! I have confused between texts and text {[text.language.join('.')]} And for languages it's the same thing, I have confused between audios and audio {[audio.groupBy{ it.Codec }.collect{ c, a -> [c.replaceAll(' ','-')] + a*.Language }.flatten().join('.')]} This works for me to obtain audios ...
by blurk
23 Nov 2016, 14:29
Forum: Ubuntu & Desktop Linux
Topic: [LINUX-DEBIAN] {subt} {languages} {info} {audios} {texts} not work
Replies: 5
Views: 3670

[LINUX-DEBIAN] {subt} {languages} {info} {audios} {texts} not work

Hello, I have the latest version of filebot, I installed the packet amd64 filebot for debian. My problem is that it is impossible for me to recover the languages ​​of the file or even the subtitles. I can't use : 'audio->1'{audios .groupBy{ it.Codec }.collect{ c, a -> [c] + a*.Language }.flatten().j ...