Search found 5 matches

by namron
16 Jun 2017, 17:30
Forum: Feature Requests and Bug Reports
Topic: Can't use upper() method on audio.language
Replies: 3
Views: 4896

Re: Can't use upper() method on audio.language

kim wrote: 16 Jun 2017, 16:51 try {audio.language.join().upper()} or {audio.language.toString().upper()} or {audio.language[0].upper()}
Ok, so audio.language is an array.

Works as want it to with {audio.language[0].upper()}.

Thanks
by namron
16 Jun 2017, 16:20
Forum: Feature Requests and Bug Reports
Topic: Can't use upper() method on audio.language
Replies: 3
Views: 4896

Can't use upper() method on audio.language

Hi,

when I try to capitalize the audio language in the filename like {audio.language.upper()}, I get:
Image

Is this a bug or do I have to solve this another way?

Norman
by namron
26 May 2017, 10:23
Forum: Feature Requests and Bug Reports
Topic: [4.7.9, Manjaro Linux] Can't get media info
Replies: 4
Views: 3352

Re: [4.7.9, Manjaro Linux] Can't get media info

Rebooting and reselecting the sample file did it.

Thank you for the quick response.
by namron
26 May 2017, 09:53
Forum: Feature Requests and Bug Reports
Topic: [4.7.9, Manjaro Linux] Can't get media info
Replies: 4
Views: 3352

Re: [4.7.9, Manjaro Linux] Can't get media info

~ filebot -version Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=lcd FileBot 4.7.9 (r4984) / OpenJDK Runtime Environment 1.8.0_121 / Linux 4.11.1-1-MANJARO (amd64) ~ filebot -script fn:sysinfo Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=lcd FileBot 4.7.9 (r4984) JNA Native: 5.1 ...
by namron
26 May 2017, 09:01
Forum: Feature Requests and Bug Reports
Topic: [4.7.9, Manjaro Linux] Can't get media info
Replies: 4
Views: 3352

[4.7.9, Manjaro Linux] Can't get media info

Hi,
I'm using version 4.7.9 on Manjaro and can't get media info from files.

libmediainfo is installed, yet I get the error you can see in this screenshot:

Image

Any idea what's wrong here?