Search found 11 matches

by Chas3down
05 Jun 2019, 15:16
Forum: Help and Support
Topic: Failing to parse source from this title
Replies: 1
Views: 1151

Failing to parse source from this title

Input -

Code: Select all

The.Nail.The.Story.of.Joey.Nardone.2009.INTERNAL.WEB.x264-ASSOCiATE.mkv
Output -

Code: Select all

The Nail (2009) - [-576p].mkv
Here is my format -

Code: Select all

{ny} - [{source}-{vf}]
However, filebot is not able to process WEB as a WEBDL source. Is there anything I can do to fix this?
by Chas3down
27 May 2019, 19:54
Forum: Help and Support
Topic: Video format from file name?
Replies: 2
Views: 1389

Re: Video format from file name?

Okay, wans't sure if I had any options besides regex match.. thanks
by Chas3down
27 May 2019, 19:47
Forum: Help and Support
Topic: Video format from file name?
Replies: 2
Views: 1389

Video format from file name?

I have a video file that includes Bluray-1080p Is it possible for filebot to pull the video format from the filename? Because I get this error - Binding "vf": Invalid media file:The Shawshank Redemption (1994)\The.Shawshank.Redemption (1994) [Bluray-1080p].mkv I purposely have a bad media ...
by Chas3down
22 May 2019, 17:41
Forum: Help and Support
Topic: FileBot does not respect AniDB API limitation
Replies: 2
Views: 1749

Re: FileBot does not respect AniDB API limitation

1. FileBot abides by the following rules: * no more than 2 HTTP requests per 5 seconds * all data is cached for 6 days :idea: These should be well within the limits of the HTTP API (not the same as the UDP API) . :idea: It is possible to get around these limitations by running multiple instances of...
by Chas3down
22 May 2019, 17:29
Forum: Help and Support
Topic: Can you use filebot without it using mediainfo?
Replies: 3
Views: 1609

Re: Can you use filebot without it using mediainfo?

Yes, you can. Just write a format that matches whatever you'd like from the filename. Sorry, let me further clarify. In the source file It will have bluray, resolution, audio codec, etc. I would like filebot to pick this up instead of going with mediainfo, because it will use some of this informati...
by Chas3down
22 May 2019, 16:38
Forum: Help and Support
Topic: Can you use filebot without it using mediainfo?
Replies: 3
Views: 1609

Can you use filebot without it using mediainfo?

I would like to use filebot without it pulling information from mediainfo. All required information will be in the file name. Is this possible?
by Chas3down
23 Oct 2016, 23:23
Forum: Scripting and Automation
Topic: Editting {plex} to include quality after episode/movie
Replies: 1
Views: 1680

Editting {plex} to include quality after episode/movie

Is there anyway to edit {plex} to include the quality/encoder after episode/movie title?
by Chas3down
20 Oct 2016, 07:10
Forum: Scripting and Automation
Topic: filebot not processing folders recursively by default
Replies: 6
Views: 4226

Re: filebot not processing folders recursively by default

rednoah wrote:You could not possibly be using an outdated version, right? :lol:

Please run filebot -script fn:sysinfo and post the output.
Thanks, I didn't noticed I downloaded 4.6 :p
by Chas3down
20 Oct 2016, 06:42
Forum: Scripting and Automation
Topic: filebot not processing folders recursively by default
Replies: 6
Views: 4226

Re: filebot not processing folders recursively by default

The command you posted is not the command you're executing. Let me guess... you're not using standard SSH or Terminal but some other 3rd party tool (that you failed to mention) that does it's own substitution engine replacing "{plex}" with "" resulting in an empty format? Try th...
by Chas3down
20 Oct 2016, 06:21
Forum: Scripting and Automation
Topic: filebot not processing folders recursively by default
Replies: 6
Views: 4226

Re: CLI not able to load media

Have you tried the -r flag yet? e.g. $ filebot -help | grep "recursive" -r : Resolve folders recursively e.g. $ cp --help | grep "recursive" -R, -r, --recursive copy directories recursively Thanks, solved that issue! Last issue.. any idea why it is trying to rename all files to ...
by Chas3down
20 Oct 2016, 04:45
Forum: Scripting and Automation
Topic: filebot not processing folders recursively by default
Replies: 6
Views: 4226

filebot not processing folders recursively by default

http://i.imgur.com/ChT2CAU.png is my file structure ~/filebot/filebot.sh -rename "$TORRENT/Upload/Firefly" --db TheTVDB -non-strict --format "{plex}" Rename episodes using [TheTVDB] No media files: [] Failure (°_°) Incase you are wondering about the variable: echo "$TORRENT&...