Search found 22986 matches

by rednoah
07 Mar 2014, 11:24
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7219

Re: Need some help wit automated script

Why would it use CPU or memory? Since it fails to load lib7zip it's not actually doing anything, not using CPU, not allocating memory, it's just logging some warnings which will not affect CPU or memory usage. If you really really die-hard not wanna see the warnings just redirect error output to /de...
by rednoah
07 Mar 2014, 11:16
Forum: Help and Support
Topic: Double-click changed
Replies: 3
Views: 2302

Re: Double-click changed

My point is, when you open the TheMovieDB page, what information is it you're looking for to make sure it's the correct movie? And isn't it annoying to open the browser for every single movie? Here's what you do: 1. Match movies and set this format: {n} ({y}) by {director} with {actors.take(3)} -- {...
by rednoah
07 Mar 2014, 11:00
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7219

Re: Need some help wit automated script

No, you can't turn off extraction, but if 7zip integration doesn't work it'll not affect anything. It's not errors, it's warnings, and you can just ignore them.
by rednoah
07 Mar 2014, 10:05
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7219

Re: Need some help wit automated script

Here the answers to your questions:

2. Yes
3. Yes
4. Yes, depending on rtorrent

RTFM => http://www.filebot.net/forums/viewtopic.php?f=4&t=215
by rednoah
07 Mar 2014, 08:53
Forum: Feature Requests and Bug Reports
Topic: Assigning folder icon?
Replies: 7
Views: 4632

Re: Assigning folder icon?

Yep, there's scripts that download artwork, and then windows will show you that artwork in the folder view. I think if you name some image folder.jpg windows explorer will use that as folder icon. Not sure, you can look into that on google.
by rednoah
07 Mar 2014, 07:40
Forum: Feature Requests and Bug Reports
Topic: AnibDB Issue, before wasn't the case?
Replies: 3
Views: 2686

Re: AnibDB Issue, before wasn't the case?

When using AniDB as datasource you will never get 1x01 because Anime on AniDB do not have the concept of seasons. There for no Season anything. That's how it's supposed to work and I'm pretty sure the XBMC/Plex AniDB scrapers can work with that. I assure you this has always been the case since forev...
by rednoah
06 Mar 2014, 23:30
Forum: Feature Requests and Bug Reports
Topic: Assigning folder icon?
Replies: 7
Views: 4632

Re: Assigning folder icon?

You mean like downloading artwork?
by rednoah
06 Mar 2014, 22:30
Forum: Help and Support
Topic: Subtitles downloaded for other series
Replies: 6
Views: 3919

Re: Subtitles downloaded for other series

Looks like it's working perfectly to me. All the files get matched to suitable subtitles according to this log.

PS: you are using the latest version right?
by rednoah
06 Mar 2014, 21:12
Forum: Help and Support
Topic: Subtitles downloaded for other series
Replies: 6
Views: 3919

Re: Subtitles downloaded for other series

Logs?

I mean when you run the command, and you reproduce the issue, then you have the cmdline output. If you send me those logs then I can see what the issue might be.
by rednoah
06 Mar 2014, 11:36
Forum: Help and Support
Topic: Double-click changed
Replies: 3
Views: 2302

Re: Double-click changed

Sorry, opening the Format Editor on the clicked data just makes more sense, and allows you to inspect the data.

I guess you used it to open the page of a certain movies, but any info you'd be looking up with the browser you could easily look up using the Format Editor for all entries.
by rednoah
06 Mar 2014, 11:21
Forum: Feature Requests and Bug Reports
Topic: wrong movie data pulled even though name still correct
Replies: 4
Views: 5915

Re: wrong movie data pulled even though name still correct

I'll look into that. The easiest way to fix this is to enable useExtendedAttributes in both filebot config as well as on your filesystem so filebot can tag your files with all the metadata. EDIT: Made a few modifications to make it more reliable when TheMovieDB doesn't work quite as expected. The Go...
by rednoah
06 Mar 2014, 04:08
Forum: Scripting and Automation
Topic: Help with a simple command
Replies: 1
Views: 1825

Re: Help with a simple command

Yes, but you need to pass in both the video file and the subtitle file in the -rename call if you want both files in the same input set.
by rednoah
05 Mar 2014, 17:12
Forum: Scripting and Automation
Topic: Using AMC with different drives?
Replies: 1
Views: 1742

Re: Using AMC with different drives?

You can't do it based on the utorrent label (required modifying the script)

What you can do is to pass in your own movieFormat and seriesFormat and just specify an absolute path. The amc and naming examples should tell you all you need.
by rednoah
05 Mar 2014, 14:11
Forum: Episode / Movie Naming Scheme
Topic: Sorting Folder movies by Subtitile or not
Replies: 1
Views: 2335

Re: Sorting Folder movies by Subtitile or not

Like this:

Code: Select all

{folder.listFiles().any{ it =~ /[.]srt/ } ? '/With Subtitles' : '/Without Subtitles'}
by rednoah
05 Mar 2014, 14:00
Forum: Scripting and Automation
Topic: Script help
Replies: 5
Views: 3142

Re: Script help

Alright, so you're sure filebot is called? Check the amc.log file in the ~/.filebot and see what's happening.
by rednoah
05 Mar 2014, 05:36
Forum: Scripting and Automation
Topic: Automating my server to do all the hard work
Replies: 19
Views: 7947

Re: Automating my server to do all the hard work

Sure donations are always appreciated. Format: Movies/{n} {y}/{n} ({y}){" CD$pi"} Console (CMD escaped): --format "Movies/{n} {y}/{n} ({y}){\" CD$pi\"}" Though it's probably easier to just avoid special characters so you don't need to escape them: --format "Movies/...
by rednoah
05 Mar 2014, 05:23
Forum: Help and Support
Topic: Cant Drag/Drop Windows 8
Replies: 2
Views: 2334

Re: Cant Drag/Drop Windows 8

Pretty sure that you can't drag files between applications in different user-modes.

I can confirm that it doesn't work, and that it never has, and possibly never will. No idea what the issue is but I guess it's a restriction imposed by Windows on purpose.
by rednoah
05 Mar 2014, 05:10
Forum: Feature Requests and Bug Reports
Topic: UNASKED restart of Windows on Version 4.0 installation!!!!!!
Replies: 4
Views: 3058

Re: UNASKED restart of Windows on Version 4.0 installation!!

The NSIS installer does no such thing, nor the the MSI require Feel free to look at the code. According to that screen shot it is Windows Installer that initiates a reboot, so it's a bug in Windows Installer on your specific system.
by rednoah
04 Mar 2014, 13:48
Forum: Help and Support
Topic: CLI only on a linux headless server
Replies: 6
Views: 6938

Re: CLI only on a linux headless server

I suppose the system proxy Java implementation for Linux doesn't work on your server:

Code: Select all

-Djava.net.useSystemProxies=false
by rednoah
04 Mar 2014, 05:54
Forum: Scripting and Automation
Topic: Automating my server to do all the hard work
Replies: 19
Views: 7947

Re: Automating my server to do all the hard work

1. FAQ Q: I'm trying to run FileBot from the console, but I'm having trouble passing in --format because of spaces or double-quotes A: You need to pass in arguments correctly. "..." allows you to pass in one argument that may contains spaces. Of course since " is a special character i...
by rednoah
04 Mar 2014, 02:31
Forum: Help and Support
Topic: CLI only on a linux headless server
Replies: 6
Views: 6938

Re: CLI only on a linux headless server

Produces using instructions: filebot -help 64-bit Java is better. But it doesn't matter as long as you don't need any of the native libraries. Pure Java application are platform-independent, including architecture. Only when FileBot starts loading libmediainfo or lib7zip then bitness becomes importa...
by rednoah
03 Mar 2014, 18:10
Forum: Help and Support
Topic: Does not match with cache version
Replies: 1
Views: 1828

Re: Does not match with cache version

That's a message telling you that it is clearing the cache because the version got updated. It does not effect program flow and certainly doesn't require any input.
by rednoah
03 Mar 2014, 15:27
Forum: Announcements and Releases
Topic: FileBot 4.0
Replies: 0
Views: 53852

FileBot 4.0

FileBot 4.0 is finally out! Get it here! This new major release comes with massive improvements in all the core functionalities and lots of bugfixes. It's smarter, faster, superior in every aspect and generally more streamlined to get things done fast and exactly the way you want. Features: * Massi...
by rednoah
03 Mar 2014, 14:07
Forum: Scripting and Automation
Topic: Help with --def clean=y
Replies: 4
Views: 3085

Re: Help with --def clean=y

Code: Select all

filebot -help
--action move is default if not specified otherwise.