Search found 29 matches

by Cyb3rGh05t
23 Mar 2020, 20:39
Forum: Ubuntu & Desktop Linux
Topic: Filebot Docker Container
Replies: 1
Views: 2213

Filebot Docker Container

Hi, since 3 days after i redeployed Filebot container, i cant rename Movies with TheMovieDB. In portainer i get these timeout errors: 23/03/2020 21:30:24 called initialize_xfixes() Fetch failed: Try again in 5 seconds (2 more) => java.net.SocketTimeoutException: connect timed out Fetch failed: Try a...
by Cyb3rGh05t
14 Mar 2020, 18:41
Forum: Ubuntu & Desktop Linux
Topic: Error while Renaming using TheTVdb
Replies: 2
Views: 2808

Re: Error while Renaming using TheTVdb

all right thanks
by Cyb3rGh05t
14 Mar 2020, 17:59
Forum: Ubuntu & Desktop Linux
Topic: Error while Renaming using TheTVdb
Replies: 2
Views: 2808

Error while Renaming using TheTVdb

hi, since 2 days i get the following error when trying to rename episodes with TVdb. java.net.SocketTimeoutException: Read timed out at net.filebot.web.WebRequest.fetch(WebRequest.java:142) at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:215) at net.filebot.CachedResource....
by Cyb3rGh05t
25 Jan 2020, 18:36
Forum: Ubuntu & Desktop Linux
Topic: filebot and mkvpropedit
Replies: 11
Views: 9160

Re: filebot and mkvpropedit

ok thanks again :)
by Cyb3rGh05t
25 Jan 2020, 15:04
Forum: Ubuntu & Desktop Linux
Topic: filebot and mkvpropedit
Replies: 11
Views: 9160

Re: filebot and mkvpropedit

could you maybe help me out to edit the code?

i dont get how to tell it to look for undefinied "UND" tracks and if there is one then it changes it to "GER"?

thanks for helping
by Cyb3rGh05t
24 Jan 2020, 19:51
Forum: Ubuntu & Desktop Linux
Topic: filebot and mkvpropedit
Replies: 11
Views: 9160

Re: filebot and mkvpropedit

all right thanks :)
by Cyb3rGh05t
24 Jan 2020, 19:42
Forum: Ubuntu & Desktop Linux
Topic: filebot and mkvpropedit
Replies: 11
Views: 9160

Re: filebot and mkvpropedit

thanks, so i could go with : filebot /mnt/renamed/movies/ -mediainfo -r . --file-filter "ext == /mkv/" -exec mkvpropedit {f} --delete title --edit track:v1 --set language=eng --set flag-forced=0 --delete name --edit track:a1 --set language=ger --set flag-forced=1 --delete name --log-file /...
by Cyb3rGh05t
24 Jan 2020, 19:37
Forum: Ubuntu & Desktop Linux
Topic: filebot and mkvpropedit
Replies: 11
Views: 9160

Re: filebot and mkvpropedit

all right, but i have specify a input folder no? filebot -mediainfo -r . --file-filter "ext == /mkv/" -exec mkvpropedit {f} --delete title --edit track:v1 --set language={languages[0]} --set flag-forced=0 --delete name --edit track:a1 --set language={audioLanguages[0]} --set flag-forced=1 ...
by Cyb3rGh05t
24 Jan 2020, 19:14
Forum: Ubuntu & Desktop Linux
Topic: filebot and mkvpropedit
Replies: 11
Views: 9160

Re: filebot and mkvpropedit

:?: Can mkvpropedit set the language tag? Yes, find /path/to/mediafiles/ . -iname "*.mkv" -exec mkvpropedit {} --delete title --edit track:v1 --set language=eng --set flag-forced=0 --delete name --edit track:a1 --set language=ger --set flag-forced=1 --delete name \; Thats how i am using i...
by Cyb3rGh05t
24 Jan 2020, 18:17
Forum: Ubuntu & Desktop Linux
Topic: filebot and mkvpropedit
Replies: 11
Views: 9160

filebot and mkvpropedit

Hi,

i have a question about filebot and mkvpropedit.
I read somewhere that filebot can make use of mkvpropedit, if this is true is there a way how it could change the language tag of a movie file after being renamed with filebot?

Thanks
by Cyb3rGh05t
19 Jan 2020, 12:01
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 540061

Re: [TAR] How to install FileBot on Linux / FreeBSD / Solaris / any Unix OS

i get some errors with the command filebot -script fn:sysinfo FileBot 4.8.5 (r6224) JNA Native: 5.2.2 MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bi t) native library libmediainfo.so: Unable to load library 'mediainfo': Native li brary (linux-x86-64/libmediainfo.so)...
by Cyb3rGh05t
19 Jan 2020, 11:59
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 540061

Re: [TAR] How to install FileBot on Linux / FreeBSD / Solaris / any Unix OS

rednoah wrote: 19 Jan 2020, 11:54
Cyb3rGh05t wrote: 19 Jan 2020, 11:51 how do i add my liscense to the package?
Please read the log, or the documentation: https://www.filebot.net/activate.html
THANK YOU
by Cyb3rGh05t
22 Jul 2019, 17:57
Forum: Ubuntu & Desktop Linux
Topic: [idx / sub] How can i better handle subtitle language detection?
Replies: 14
Views: 7545

Re: [idx / sub] How can i better handle subtitle language detection?

hmmm ok {subt}.

yes that did the trick

thank you very much :)
by Cyb3rGh05t
22 Jul 2019, 10:57
Forum: Ubuntu & Desktop Linux
Topic: [idx / sub] How can i better handle subtitle language detection?
Replies: 14
Views: 7545

Re: [idx / sub] How can i better handle subtitle language detection?

Hi, allright i had to add double quotes to the code to get it work in my script :) filebot -rename -r /mnt/complete/movies/ --output /mnt/renamed/movies/ --db TheMovieDB --format "{n} ({y}) [{vf}]/{n} ({y}) [{vf}]{subt}{any{subt}{f.subtitle ? fn =~ /forced/ ? '.ger.forced' : '.ger' : null}}&quo...
by Cyb3rGh05t
21 Jul 2019, 12:22
Forum: Ubuntu & Desktop Linux
Topic: [idx / sub] How can i better handle subtitle language detection?
Replies: 14
Views: 7545

Re: [idx / sub] How can i better handle subtitle language detection?

in filebot GUI it was working perfectly but when i put it into my bash script it give me this error? Failure (×_×)⌒☆ SyntaxError: unexpected token: ? javax.script.ScriptException: SyntaxError: unexpected token: ? at net.filebot.format.ExpressionFormat.compile(ExpressionFormat.java:85) at net.filebot...
by Cyb3rGh05t
21 Jul 2019, 09:35
Forum: Ubuntu & Desktop Linux
Topic: [idx / sub] How can i better handle subtitle language detection?
Replies: 14
Views: 7545

Re: [idx / sub] How can i better handle subtitle language detection?

ok thank you. it will always be german language. ok but how can i add this to my scheme? like this? filebot -rename -r /mnt/complete/movies/ --output /mnt/renamed/movies/ --db TheMovieDB --format '{n} ({y}) [{vf}]/{n} ({y}) [{vf}]{subt}{any{subt}{f.subtitle ? fn =~ /forced/ ? '.ger.forced' : '.ger' ...
by Cyb3rGh05t
21 Jul 2019, 07:45
Forum: Ubuntu & Desktop Linux
Topic: [idx / sub] How can i better handle subtitle language detection?
Replies: 14
Views: 7545

[idx / sub] How can i better handle subtitle language detection?

Hi, i have problems to rename the subtitle properly :( the input files have almost always the same file name scheme: group-movie-1080p.mkv some-movie-1080p-eng.idx some-movie-1080p-eng.sub some-movie-1080p-forced.idx some-movie-1080p-forced.sub some-movie-1080p.idx some-movie-1080p.sub i want them i...
by Cyb3rGh05t
18 May 2019, 10:39
Forum: Ubuntu & Desktop Linux
Topic: --mode interactive
Replies: 3
Views: 2285

Re: --mode interactive

yes you right.

thanks
by Cyb3rGh05t
18 May 2019, 09:54
Forum: Ubuntu & Desktop Linux
Topic: --mode interactive
Replies: 3
Views: 2285

--mode interactive

hi, first off, good job with filebot, it is really better than other CLI renaming tools :) i get a question on --mode interactive : while testing out this interactive mode i saw that i cannot see the "OK" or CANCEL" options. https://github.com/Cyb3rGh05t/STREAMNET-CLUB/blob/master/mod...
by Cyb3rGh05t
17 May 2019, 13:53
Forum: Ubuntu & Desktop Linux
Topic: Updating Filebot 4.7.9 on Ubuntu 16.04 Server
Replies: 7
Views: 4646

Re: Updating Filebot 4.7.9 on Ubuntu 16.04 Server

thank you very much :)

you made my day :)

i appreciate that you took some time to help me out :)