Search found 13 matches

by kodiuser
16 Aug 2018, 23:35
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 186071

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

1. This very thread explains the new license model. (...) 2. FileBot requires a license. It's that simple. (...) 3. The source code is for educational purposes only. (...) Thanks for the detailed response. You've done lots of support in the past in this forum and in the project itself even when it ...
by kodiuser
16 Aug 2018, 04:26
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 186071

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

I'm rebuilding a raspberrypi box from a friend that uses Filebot 4.7.14 version, and it's working ok. I went to the official website trying to download maybe a bugfix version, but now there's a "Buy a license" option for 4.8.x. IMHO the price is *more than fair* for everything this softwar...
by kodiuser
11 May 2018, 19:59
Forum: Feature Requests and Bug Reports
Topic: [BUG] Wrong renaming when movie is "Back to the future Part III"- It always rename
Replies: 4
Views: 2896

Re: [BUG] Wrong renaming when movie is "Back to the future Part III"- It always rename

$ filebot -version FileBot 4.7.14 (r5241) / Java(TM) SE Runtime Environment 1.8.0_65 / Linux 4.9.62-v7+ (arm) $ filebot -rename *.mkv --db TheMovieDB --action TEST Rename movies using [TheMovieDB] [TEST] from [/mnt/hd/Movies/Back to the Future Part III (1990)/Back to the Future Part III (1990).mkv]...
by kodiuser
11 May 2018, 00:48
Forum: Feature Requests and Bug Reports
Topic: [BUG] Wrong renaming when movie is "Back to the future Part III"- It always rename
Replies: 4
Views: 2896

[BUG] Wrong renaming when movie is "Back to the future Part III"- It always rename

I'm using Linux version 4.7.14. When I'm renaming the Part III of the movie, it's renaming incorrectly to Part II.

Code: Select all

[TEST] from [/mnt/hd/Back to the Future Part III (1990)/Back to the Future Part III (1990).mkv] to [/mnt/hd/Back to the Future Part III (1990)/Back to the Future Part II (1989).mkv]
by kodiuser
13 Mar 2018, 01:18
Forum: Scripting and Automation
Topic: How to do language detection on command line?
Replies: 1
Views: 1608

How to do language detection on command line?

I would like to know if it's possible to, in command line, use filebot to detect the language of a srt file. This will be useful for a workflow I'm planning to handle different groups that have embedded subtitles and srt files but without the language prefix.
by kodiuser
28 Jan 2018, 00:24
Forum: Feature Requests and Bug Reports
Topic: Renaming anime with TVDB
Replies: 12
Views: 13840

Re: Renaming anime with TVDB

I'm really getting the hang of this Happy to see that at least some people don't give up immediately once they see a console. It's all really rather simple once you get the hang of it! :ugeek: :) I created my own scripts for dealing with the AniDB to TVDB for my anime. The script that you gave me f...
by kodiuser
09 Jan 2018, 02:40
Forum: Scripting and Automation
Topic: [SOLVED] Filebot rename with multiple languages subtitles
Replies: 3
Views: 3800

Re: [SOLVED] Filebot rename with multiple languages subtitles

kim, you were correct. Changing to pt works, thanks.
by kodiuser
08 Jan 2018, 18:09
Forum: Ubuntu & Desktop Linux
Topic: java.nio.file.NoSuchFileException
Replies: 12
Views: 10178

Re: java.nio.file.NoSuchFileException

I had the same error using a snap, but I was using the /tmp folder. After I started using another folder (for example ~/Desktop) the error was gone.
by kodiuser
08 Jan 2018, 17:43
Forum: Scripting and Automation
Topic: [SOLVED] Can AMC not try to always move a movie to "Movies"?
Replies: 5
Views: 2760

Re: Can AMC not try to always move a movie to "Movies"?

Thanks kim, your post gave me the idea of callong multiple commands: and rednoah for this software.
by kodiuser
08 Jan 2018, 16:49
Forum: Scripting and Automation
Topic: [SOLVED] Filebot rename with multiple languages subtitles
Replies: 3
Views: 3800

Re: Filebot rename with multiple languages subtitles

Like you can have en, en-GB and such, there's possibility with pt and pt-BR. I'll see what I can do with your suggestion. Thanks!
by kodiuser
08 Jan 2018, 16:48
Forum: Scripting and Automation
Topic: [SOLVED] Can AMC not try to always move a movie to "Movies"?
Replies: 5
Views: 2760

Re: Can AMC not try to always move a movie to "Movies"?

You could try to set a custom format that retains the original folder location, but I'm not sure if the amc script will be happy with that. The {folder} binding would help with that. That's what I tried, it complains that the mkv already exists. If it's no possible, than I need to manually call the...
by kodiuser
08 Jan 2018, 02:26
Forum: Scripting and Automation
Topic: [SOLVED] Filebot rename with multiple languages subtitles
Replies: 3
Views: 3800

[SOLVED] Filebot rename with multiple languages subtitles

/mnt/HD/Movies/Blade Runner 2049 (2017)# filebot -rename -non-strict --db themoviedb "$(pwd)" I get: Rename movies using [TheMovieDB] Auto-detect movie from context: [/mnt/HD/Movies/Blade Runner 2049 (2017)/Blade.Runner.2049.2017.1080p.BluRay.H264.AAC-RARBG.mp4] [MOVE] from [/mnt/HD/Movie...
by kodiuser
08 Jan 2018, 01:49
Forum: Scripting and Automation
Topic: [SOLVED] Can AMC not try to always move a movie to "Movies"?
Replies: 5
Views: 2760

[SOLVED] Can AMC not try to always move a movie to "Movies"?

I'm using Radarr and it already downloads to /mnt/HD/Movies, so I need AMC just to rename the movie and download all the metadata, but everytime I run it it creates the "Movies" folder somewhere and if I try to set the --output variable from where the movie is already correctly set: filebo...