Search found 22998 matches

by rednoah
08 Mar 2014, 08:09
Forum: Feature Requests and Bug Reports
Topic: 1of6 style episode numbering
Replies: 1
Views: 3264

Re: 1of6 style episode numbering

1. If the title would match, things would work out:

Code: Select all

Nazi.Megastructures.1of6.The.Atlantic.Wall.HDTV.x264.AAC.MVGroup.org.mp4
2. If you would rename all 1 to 6 in the same batch it would probably work by inference.

This specific case is a but of bad luck.

EDIT: fixed with r2065
by rednoah
08 Mar 2014, 03:54
Forum: Scripting and Automation
Topic: Automated Media Center with Vuze
Replies: 0
Views: 8668

Automated Media Center with Vuze

Here's just a quick summary of what you need to do to get the Automated Media Center script working with Vuze and the Command Runner Plugin . Automated Media Center: https://www.filebot.net/amc.html The command template is the same since µTorrent and Vuze Command Runner Plugin use the same variables...
by rednoah
07 Mar 2014, 20:45
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7222

Re: Need some help wit automated script

What regex? For S2 - 21? FileBot can make sense of that without regex just fine. The issue is that the series name is shit and doesn't correspond to anything. * Magi-Nation * Magi: The Labyrinth of Magic Even when I search for 'magi' with the GUI i'm still clueless to what show it is, and with 'magi...
by rednoah
07 Mar 2014, 20:36
Forum: Scripting and Automation
Topic: Running EXEC option without calling utorrent Variables
Replies: 1
Views: 1746

Re: Running EXEC option without calling utorrent Variables

--def exec command will be called for each file. Using or not using whatever variable is up to you.
by rednoah
07 Mar 2014, 20:15
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7222

Re: Need some help wit automated script

Ah! That's the reason, it doesn't have enough memory so garbage collection without any space left keeps things from running fast. Since you run filebot on a very large set of files you'll probably need lots of memory. Just don't process too many files at once. If you match with AniDB data there is n...
by rednoah
07 Mar 2014, 19:13
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7222

Re: Need some help wit automated script

1. Yep, you fork the scripts GitHub and modify the forceAnime() function. 2. Magi S2 => Magi: The Labyrinth of Magic is a bit of a stretch. Also with most S2 anime it's really is a second run, and in AniDB that's usually two different shows. In this case there seems to be only one show with 21 one e...
by rednoah
07 Mar 2014, 17:47
Forum: Feature Requests and Bug Reports
Topic: Assigning folder icon?
Replies: 7
Views: 4640

Re: Assigning folder icon?

nope
by rednoah
07 Mar 2014, 17:41
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7222

Re: Need some help wit automated script

1. Your files look too much like TV Shows http://www.filebot.net/forums/viewtopic.php?f=4&t=1203&p=7272&hilit=+anime+detection#p7273 2. Magi S2 cannot be recognized. Neither can I. 3. No idea. When you say "my log" do you mean $LOG_FILE or redirected output? No idea why it woul...
by rednoah
07 Mar 2014, 16:32
Forum: Feature Requests and Bug Reports
Topic: Assigning folder icon?
Replies: 7
Views: 4640

Re: Assigning folder icon?

Just use the movie poster image rename it to folder.jpg so Explorer will use it as folder image. Looks good to me.
2014-03-08 00_30_29-Movies.png
by rednoah
07 Mar 2014, 12:11
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7222

Re: Need some help wit automated script

So what's the output when it's not working? I can assure you that --action copy and --action hardlink will not affect any logic other than what action is perform when you "rename" A to B. It will not affect the extract() code in any way what-so-ever. So when you say lib7zip-JBinding is not...
by rednoah
07 Mar 2014, 11:24
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7222

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: 7222

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: 7222

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: 4640

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: 2689

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: 4640

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: 3921

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: 3921

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: 5917

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: 1827

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.