Search found 22984 matches

by rednoah
17 Nov 2013, 04:40
Forum: Scripting and Automation
Topic: Confused on the very basics
Replies: 13
Views: 8808

Re: Confused on the very basics

How can I be more clear? NO YOU DO NOT NEED TO COPY THE SCRIPT The text in red is probably what u wanna focus on: The folder paths to Location of Downloaded Files (--output) must not end with backslash \ because the value gets passed through as the %D token. So the final backslash \ will escape the ...
by rednoah
16 Nov 2013, 18:08
Forum: Scripting and Automation
Topic: Confused on the very basics
Replies: 13
Views: 8808

Re: Confused on the very basics

Just the above.

If it doesn't work check the Logger tab. And try running filebot from console. Plenty of tips in the troubleshooting section.
by rednoah
16 Nov 2013, 16:50
Forum: Scripting and Automation
Topic: Confused on the very basics
Replies: 13
Views: 8808

Re: Confused on the very basics

You're done.

If it's not working look at the troubleshooting tips. I figure you haven't restarted utorrent since you installed filebot and thus utorrent can't filebot in the PATH yet. Restart everything.
by rednoah
16 Nov 2013, 16:43
Forum: Scripting and Automation
Topic: Confused on the very basics
Replies: 13
Views: 8808

Re: Confused on the very basics

Paste the filebot call into utorrent... obviously:

Code: Select all

µTorrent -> Run Program -> Run this program when torrent finishes:
Look at the pictures! Right after Step 3 there's a picture!~~
by rednoah
16 Nov 2013, 13:19
Forum: Anything and Everything else
Topic: Software requirements specification
Replies: 17
Views: 17496

Re: Software requirements specification

So basically a full manual? Many have offered to make one, still waiting for any tangible results... :D The video tutorial should illustrated most of the functions: https://www.youtube.com/watch?v=zcSFKiwFLZw&list=PLAeKsKcI7rapWVLl-Oy4wx_-5RoMclWPt Here's some more info I wrote quite a while ago...
by rednoah
16 Nov 2013, 12:35
Forum: Feature Requests and Bug Reports
Topic: Wrong file names with networkshare (Synology NAS) under XP!
Replies: 13
Views: 7658

Re: Wrong file names with networkshare (Synology NAS) under

Try r1848. FileBot looks at file/folder equally cause it can't know which one if not both actually identify the movie. So it really depends on the actually values of subfolder1/2/3. If it was "Avatar" maybe it'll end up as the "best" match, if it was "tmp" it won't affe...
by rednoah
16 Nov 2013, 12:33
Forum: Anything and Everything else
Topic: Software requirements specification
Replies: 17
Views: 17496

Re: Software requirements specification

I wouldn't even know what "software requirements specification" even means. :D

You're very welcome if you wanna define any kind of testing input/output specs. Also any kind of manual/tutorial/help docs or just participation here in the forums is much appreciated.
by rednoah
16 Nov 2013, 12:29
Forum: Help and Support
Topic: English AND German Filename for movies
Replies: 1
Views: 1873

Re: English AND German Filename for movies

Gutz-Pilz is doing that in his movie format:
https://github.com/Gutz-Pilz/pyLoad_fil ... filebot.sh

Copy & Paste the parts of the format you need.
by rednoah
16 Nov 2013, 12:23
Forum: Feature Requests and Bug Reports
Topic: MAC: Renaming gets the volume name
Replies: 6
Views: 4307

Re: MAC: Renaming gets the volume name

Options are not as great as you think, if it doesn't work out of the box 90% of people will give up immediately. Can't reproduce the issue. This is what I get with r1848: Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\Volumes\Moon\Film\zambezia.avi] [COPY] Rename [D:\workspace\testd...
by rednoah
16 Nov 2013, 07:56
Forum: Scripting and Automation
Topic: Filebot Output to Text File
Replies: 2
Views: 2504

Re: Filebot Output to Text File

Code: Select all

--log-file path.log
and of course standard redirection... http://en.wikipedia.org/wiki/Standard_streams
by rednoah
16 Nov 2013, 03:52
Forum: Feature Requests and Bug Reports
Topic: MAC: Renaming gets the volume name
Replies: 6
Views: 4307

Re: MAC: Renaming gets the volume name

How would I know that "Moon" is a volume name?

EDIT: r1847 should work better for your case
by rednoah
16 Nov 2013, 03:50
Forum: Help and Support
Topic: AMC + Tranmission, Force anime?
Replies: 2
Views: 2301

Re: AMC + Tranmission, Force anime?

Download and modify the script to force Anime mode on all files, and TV mode on none.

Also did you forget to download the mediainfo native libs for your platform? If filebot doesn't have libmediainfo it can't check audio language / subtitle types which can help with anime detection.
by rednoah
15 Nov 2013, 15:36
Forum: Feature Requests and Bug Reports
Topic: Failed to send email
Replies: 1
Views: 2153

Re: Failed to send email

Nothing I can do if the google smtp server doesn't respond... maybe temporary issues, maybe exceeded some sort of sendmail limit.
by rednoah
15 Nov 2013, 15:32
Forum: Scripting and Automation
Topic: Can I get AMC script to delete .rar files after extraction?
Replies: 7
Views: 4908

Re: Can I get AMC script to delete .rar files after extracti

Yes, fn:amc means it'll grab my master script. If you want to use a modified version you can't use my script have to set the scripts up locally. It also means you won't get updates I will make to the master script online.
by rednoah
15 Nov 2013, 14:55
Forum: Scripting and Automation
Topic: Different languages
Replies: 7
Views: 6170

Re: Different languages

Easiest way would be to use a slightly modified version of the amc script and make movie rename work in Spanish and Anime / TV Shows rename in English.

e.g.

Code: Select all

rename(..., lang: 'en')
by rednoah
15 Nov 2013, 11:42
Forum: Feature Requests and Bug Reports
Topic: Pop-up Help messages in 3.8
Replies: 5
Views: 3457

Re: Pop-up Help messages in 3.8

Yes. CLI/GUI will work with the same history file. So rename/revert things with CLI/GUI interchangeably.

You can easily add another context action for Revert using this script:
http://www.filebot.net/forums/viewtopic ... 2485#p2485
by rednoah
15 Nov 2013, 09:45
Forum: Feature Requests and Bug Reports
Topic: Pop-up Help messages in 3.8
Replies: 5
Views: 3457

Re: Pop-up Help messages in 3.8

Just auto-selecting a data source requires a lot of assumptions about your input and the choice of data source can make a big difference so I want users to actively know what they're doing. There's always cmdline for specialized usage and do things like this: http://www.filebot.net/forums/viewtopic....
by rednoah
15 Nov 2013, 09:35
Forum: Feature Requests and Bug Reports
Topic: Pop-up Help messages in 3.8
Replies: 5
Views: 3457

Re: Pop-up Help messages in 3.8

You can get that menu by: * right-click Names list (seems most logical for me) * right-click Files list * click Fetch Data button (in case you don't have a right mouse button) * right-click Match button (this one is stupid, so use one of the options above) Not available anymore: * click Match button...
by rednoah
15 Nov 2013, 09:03
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79393

Re: Wishlist for New Features and Scripts

The current TheMovieDB info I get does include youtube/apple trailers, but they do make it difficult to just download the video files. I guess hd-trailers has some download links that work but i won't implement anything based on scraping web pages (unless someone want's to fund the work, and subsequ...
by rednoah
15 Nov 2013, 07:06
Forum: Episode / Movie Naming Scheme
Topic: Regex for lowercase, crop and replace
Replies: 7
Views: 7462

Re: Regex for lowercase, crop and replace

It's all pretty straight-forward. Here's some hints:

Code: Select all

{vc.lower()} {ac.lower()}

Code: Select all

{video.FrameRate.toFloat().round()} 

Code: Select all

{(video.bitrate.toFloat() / 1024).round(1)}

Code: Select all

{ext.equalsIgnoreCase('m4v') ? 'mp4' : ext.lower()}

Code: Select all

{source.lower().replaceAll(/dvdrip/, 'dvd')}
by rednoah
15 Nov 2013, 06:48
Forum: Scripting and Automation
Topic: Can I get AMC script to delete .rar files after extraction?
Replies: 7
Views: 4908

Re: Can I get AMC script to delete .rar files after extracti

amc does not allow you to delete archives (unless you modify it yourself) because typically you wanna keep seeding the files
by rednoah
15 Nov 2013, 03:53
Forum: Episode / Movie Naming Scheme
Topic: Regex for lowercase, crop and replace
Replies: 7
Views: 7462

Re: Regex for lowercase, crop and replace

Have you looked at the format expressions? Like the examples here in the forums? You can play with it in the GUI editor. By default filebot won't allow u to change the extension, but if you change to "Extension: Override" in Rename Options you can enable that. Just make sure you include th...