Okay. Do v4.7 have the lang detection like the older versions?? I only used v4.2 because of that feature ".rednoah wrote:These older versions are no longer functional. Please use FileBot 4.7 or higher.
Search found 9 matches
- 26 Jul 2016, 09:42
- Forum: Scripting and Automation
- Topic: Filebot 4.1/4.2 not support by AMC anymore?
- Replies: 3
- Views: 2010
Re: Filebot 4.1/4.2 not support by AMC anymore?
- 24 Jul 2016, 09:44
- Forum: Scripting and Automation
- Topic: Filebot 4.1/4.2 not support by AMC anymore?
- Replies: 3
- Views: 2010
Filebot 4.1/4.2 not support by AMC anymore?
Hi, I've been running Filebot 4.2 incl. AMC. My script calls the updated master groovy by fn:amc but now Im starting to get these errors in my Filebot log: FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/v4.1/amc.groovy java.io.FileNotFoundException: https://raw ...
- 01 Aug 2015, 11:34
- Forum: Help and Support
- Topic: Can't find match from TheMovieDB
- Replies: 4
- Views: 3733
Re: Can't find match from TheMovieDB
Seems to be working here... it'll probably work for you as well if you try again tomorrow... Group: [tvs:null, mov:torben chris jydelogik 2015, anime:null] => [Torben.Chris.Jydelogik.2015.DANiSH.WEB-DL.x264-HEJRA.mp4] Rename movies using [TheMovieDB] Auto-detect movie from context: [/Users/reinhard ...
- 31 Jul 2015, 17:41
- Forum: Help and Support
- Topic: Can't find match from TheMovieDB
- Replies: 4
- Views: 3733
Re: Can't find match from TheMovieDB
It'll not work immediately. Should work after 2 or 3 days. I still can't match the movie with TheMovieDB and its over 2-3 days now. Here is what Filebot gives me: filebot -script ~/.filebot/script/amc.groovy -non-strict --def ut_kind=multi --log all --log-file amc.log --def ut_dir="/home/USERNAME ...
- 27 Jul 2015, 19:02
- Forum: Help and Support
- Topic: Can't find match from TheMovieDB
- Replies: 4
- Views: 3733
Can't find match from TheMovieDB
Hi guys. I call a python script when a download is finished in Deluge that automatically calls Filebot to look up on TheMovieDB or TheTVDB and symlinking and renaming my files. Everything works great. BUT I ran into a problem. A foregin movie I just downloaded wasn't added to TheMovieDB so Filebot ...
- 01 Jul 2015, 22:41
- Forum: Help and Support
- Topic: Auto Sub Lang Detection / Plex Rescan Problem
- Replies: 7
- Views: 5279
Re: Auto Sub Lang Detection / Plex Rescan Problem
1. Like I said, if you only process Danish subtitles you may as well hardcode the ".dan" part. ;) 2. SSL is not trivial. And naturally Java/HTTPS stack will not allow certificate errors, or to skip certificate errors just like that. I'd completely undermine the point of using SSL in the first place ...
- 29 Jun 2015, 20:48
- Forum: Help and Support
- Topic: Auto Sub Lang Detection / Plex Rescan Problem
- Replies: 7
- Views: 5279
Re: Auto Sub Lang Detection / Plex Rescan Problem
1. Older versions had language detection. Newer versions don't because it didn't work reliably for most languages. You, as mostly everyone else, probably just want to "detect" English and Other Language, so you don't need to waste OSDB resources for that. Here's some ideas for a workaround: @see ...
- 29 Jun 2015, 17:15
- Forum: Help and Support
- Topic: Auto Sub Lang Detection / Plex Rescan Problem
- Replies: 7
- Views: 5279
Re: Auto Sub Lang Detection / Plex Rescan Problem
1. {lang} won't work if the subtitles aren't already somehow language tagged. That is for dealing with existing subtitles. If filebot is downloading the subs then it'll always save them with language tag. Provide logs if you have issues with that. movie.eng.srt => yes movie.srt => no If you wan't ...
- 29 Jun 2015, 13:58
- Forum: Help and Support
- Topic: Auto Sub Lang Detection / Plex Rescan Problem
- Replies: 7
- Views: 5279
Auto Sub Lang Detection / Plex Rescan Problem
Hi guys, Since I updated Filebot to the latest version I have problems with adding the lang extension to my .srt files. The .srt is just being passed as .srt and not movie_name.dan.srt or movie_name.eng.srt. When Plex is picking up the .srt file I get unknown language because of the missing lang tag ...