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 ...
Search found 29 matches
- 23 Mar 2020, 20:39
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot Docker Container
- Replies: 1
- Views: 3055
- 14 Mar 2020, 18:41
- Forum: Ubuntu & Desktop Linux
- Topic: Error while Renaming using TheTVdb
- Replies: 2
- Views: 3573
Re: Error while Renaming using TheTVdb
all right thanks
- 14 Mar 2020, 17:59
- Forum: Ubuntu & Desktop Linux
- Topic: Error while Renaming using TheTVdb
- Replies: 2
- Views: 3573
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 ...
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 ...
- 25 Jan 2020, 18:36
- Forum: Ubuntu & Desktop Linux
- Topic: filebot and mkvpropedit
- Replies: 11
- Views: 11884
Re: filebot and mkvpropedit
ok thanks again 
- 25 Jan 2020, 15:04
- Forum: Ubuntu & Desktop Linux
- Topic: filebot and mkvpropedit
- Replies: 11
- Views: 11884
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
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
- 24 Jan 2020, 19:51
- Forum: Ubuntu & Desktop Linux
- Topic: filebot and mkvpropedit
- Replies: 11
- Views: 11884
Re: filebot and mkvpropedit
all right thanks 
- 24 Jan 2020, 19:42
- Forum: Ubuntu & Desktop Linux
- Topic: filebot and mkvpropedit
- Replies: 11
- Views: 11884
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 /var ...
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 /var ...
- 24 Jan 2020, 19:37
- Forum: Ubuntu & Desktop Linux
- Topic: filebot and mkvpropedit
- Replies: 11
- Views: 11884
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 ...
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 ...
- 24 Jan 2020, 19:14
- Forum: Ubuntu & Desktop Linux
- Topic: filebot and mkvpropedit
- Replies: 11
- Views: 11884
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 it ...
- 24 Jan 2020, 18:17
- Forum: Ubuntu & Desktop Linux
- Topic: filebot and mkvpropedit
- Replies: 11
- Views: 11884
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
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
- 19 Jan 2020, 12:01
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1507188
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 ...
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 ...
- 19 Jan 2020, 11:59
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1507188
Re: [TAR] How to install FileBot on Linux / FreeBSD / Solaris / any Unix OS
THANK YOUrednoah wrote: ↑19 Jan 2020, 11:54Please read the log, or the documentation: https://www.filebot.net/activate.html
- 19 Jan 2020, 11:51
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1507188
Re: [TAR] How to install FileBot on Linux / FreeBSD / Solaris / any Unix OS
how do i add my liscense to the package?
- 22 Jul 2019, 17:57
- Forum: Ubuntu & Desktop Linux
- Topic: [idx / sub] How can i better handle subtitle language detection?
- Replies: 14
- Views: 10777
Re: [idx / sub] How can i better handle subtitle language detection?
hmmm ok {subt}.
yes that did the trick
thank you very much
yes that did the trick
thank you very much
- 22 Jul 2019, 12:26
- Forum: Ubuntu & Desktop Linux
- Topic: [idx / sub] How can i better handle subtitle language detection?
- Replies: 14
- Views: 10777
Re: [idx / sub] How can i better handle subtitle language detection?
yes i did but i dont get it 
- 22 Jul 2019, 10:57
- Forum: Ubuntu & Desktop Linux
- Topic: [idx / sub] How can i better handle subtitle language detection?
- Replies: 14
- Views: 10777
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}}" -non ...
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}}" -non ...
- 21 Jul 2019, 13:52
- Forum: Ubuntu & Desktop Linux
- Topic: [idx / sub] How can i better handle subtitle language detection?
- Replies: 14
- Views: 10777
Re: [idx / sub] How can i better handle subtitle language detection?
all right thanks again.
- 21 Jul 2019, 12:22
- Forum: Ubuntu & Desktop Linux
- Topic: [idx / sub] How can i better handle subtitle language detection?
- Replies: 14
- Views: 10777
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 ...
Failure (×_×)⌒☆
SyntaxError: unexpected token: ?
javax.script.ScriptException: SyntaxError: unexpected token: ?
at net.filebot.format.ExpressionFormat.compile(ExpressionFormat.java:85)
at net ...
- 21 Jul 2019, 10:07
- Forum: Ubuntu & Desktop Linux
- Topic: [idx / sub] How can i better handle subtitle language detection?
- Replies: 14
- Views: 10777
Re: [idx / sub] How can i better handle subtitle language detection?
works perfectly thank you very much 
- 21 Jul 2019, 09:48
- Forum: Ubuntu & Desktop Linux
- Topic: [idx / sub] How can i better handle subtitle language detection?
- Replies: 14
- Views: 10777
- 21 Jul 2019, 09:35
- Forum: Ubuntu & Desktop Linux
- Topic: [idx / sub] How can i better handle subtitle language detection?
- Replies: 14
- Views: 10777
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 ...
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 ...
- 21 Jul 2019, 07:45
- Forum: Ubuntu & Desktop Linux
- Topic: [idx / sub] How can i better handle subtitle language detection?
- Replies: 14
- Views: 10777
[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 ...
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 ...
- 18 May 2019, 10:39
- Forum: Ubuntu & Desktop Linux
- Topic: --mode interactive
- Replies: 3
- Views: 3140
Re: --mode interactive
yes you right.
thanks
thanks
- 18 May 2019, 09:54
- Forum: Ubuntu & Desktop Linux
- Topic: --mode interactive
- Replies: 3
- Views: 3140
--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/mode.JPG?raw ...
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/mode.JPG?raw ...
- 17 May 2019, 13:53
- Forum: Ubuntu & Desktop Linux
- Topic: Updating Filebot 4.7.9 on Ubuntu 16.04 Server
- Replies: 7
- Views: 6429
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
you made my day
i appreciate that you took some time to help me out