Search found 22986 matches

by rednoah
03 Mar 2014, 14:05
Forum: Scripting and Automation
Topic: Feature Reqest: Rename without forced online lookup
Replies: 3
Views: 2544

Re: Feature Reqest: Rename without forced online lookup

Will not implement. Just doesn't fit into the UI at all as it is. Writing a Groovy script to do the same is a 1-liner. Something like: args.getFiles{ it.isVideo() }.each{ it.renameTo(getMediaInfo(file:it, format:'''{fn} [{resolution}_{media.DurationString.replaceAll(/[\sn]/)}_{vc}_{ac}].{ext}''')) }
by rednoah
03 Mar 2014, 14:01
Forum: Help and Support
Topic: CLI only on a linux headless server
Replies: 6
Views: 6938

Re: CLI only on a linux headless server

1. The only real dependency is Java. Though it's good to have libmediainfo as well which is bundled with the filebot packages anyway. 2. The portable package is, as it says, portable, and will not touch anything outside of it's own folder. Not sure how you're confused about filebot.sh, it's a simple...
by rednoah
03 Mar 2014, 13:54
Forum: Scripting and Automation
Topic: Script help
Replies: 5
Views: 3142

Re: Script help

This looks like Windows to me. But if it's the same on Linux what's the issue?
by rednoah
03 Mar 2014, 10:38
Forum: Scripting and Automation
Topic: Script help
Replies: 5
Views: 3142

Re: Script help

Got a link to the docs for how to run external programs?
by rednoah
03 Mar 2014, 02:21
Forum: Scripting and Automation
Topic: Feature Reqest: Rename without forced online lookup
Replies: 3
Views: 2544

Re: Rename without forced "Fetch Episode/Music/Movie"

Not possible.

A hacky work around would be to fetch a random long episode list and drag it over so you have fake episode data to evaluate the format in which you then just don't use any episode bindings.
by rednoah
02 Mar 2014, 17:00
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 636134

Re: [GUIDE] Fully Automated Media Center with Transmission (

1. RTFM
--def clean=y Automatically empty folders and clutter files that may be left behind after moving the video files or temporary extracted files after copying

2. Yes, it's very easy for anyone who knows a bit of programming
by rednoah
02 Mar 2014, 16:17
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 636134

Re: [GUIDE] Fully Automated Media Center with Transmission (

1. Do some programming courses

2. Set --action move instead of --action copy
by rednoah
02 Mar 2014, 15:50
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 636134

Re: [GUIDE] Fully Automated Media Center with Transmission (

See how ut_dir is passed in correctly now? Looks like it's doing what it's supposed to be doing. 1. Rename artwork? Not possible. You can do it yourself or have some script do it afterwards. 2. Look at the logs, it says COPY which means it'll COPY files. There rest is in the docs. 3. Ignore the xatt...
by rednoah
02 Mar 2014, 15:40
Forum: Scripting and Automation
Topic: Help with --def clean=y
Replies: 4
Views: 3085

Re: Help with --def clean=y

Log?

Nevermind... if you're setting --action copy why would you think it's moving them, it's copying them as specified by you.
by rednoah
02 Mar 2014, 03:00
Forum: Feature Requests and Bug Reports
Topic: Law & Order SVU
Replies: 6
Views: 4962

Re: Law & Order SVU

Works with the latest revision: Parameter: ut_kind = multi Parameter: minFileSize = 0 Parameter: minLengthMS = 0 Parameter: ut_dir = D:\workspace\testdata\AMC-TEST Input: D:\workspace\testdata\AMC-TEST\Law.and.Order.SVU.S15E15.HDTV.x264-LOL.mp4 Group: [tvs:law order special victims unit] => [Law.and...
by rednoah
01 Mar 2014, 20:26
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 636134

Re: [GUIDE] Fully Automated Media Center with Transmission (

It looks like you're doing everything wrong. Sorry you're running into issues, but without some basic console skills on your side and some initiative with testing things to find where the issue is neither me nor rb07 can do much about it. PS: I've read the thread you've linked above, undoubtedly rb...
by rednoah
01 Mar 2014, 19:43
Forum: Help and Support
Topic: Sort by Language
Replies: 2
Views: 2255

Re: Sort by Language

1. Not possible for .avi files, but for .mkv and similar container formats this will work: {media.AudioLanguageList} 2. I don't know what you want, but genres[9] doesn't make sense. That translates to "just take the 10th Genre" and will naturally fail for media belonging to less then 10 ge...
by rednoah
28 Feb 2014, 17:30
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 636134

Re: [GUIDE] Fully Automated Media Center with Transmission (

Probably, you're telling filebot to rename your entire system, everything. Luckily filebot will ignore most of that since system libraries rarely have extensions like .avi or what not. Probably this includes partial downloads, what it definitely includes is all the files that have already been renam...
by rednoah
28 Feb 2014, 15:35
Forum: Help and Support
Topic: FileBot Win 8.1 64 Bit no videores and audio in file
Replies: 2
Views: 2002

Re: FileBot Win 8.1 64 Bit no videores and audio in file

1. Read FAQ

2. FAQ tells you MediaInfo is not working because you got 64-bit FileBot installed but you're running it with 32-bit Java Runtime cause you don't have 64-bit Java installed
by rednoah
28 Feb 2014, 15:33
Forum: Help and Support
Topic: Add [Ended] to show name
Replies: 5
Views: 3506

Re: Add [Ended] to show name

Yep, the last one is how I would have done it. ;)
by rednoah
28 Feb 2014, 15:29
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

Code: Select all

--output "path/with/spaces/that/is/not/quoted/please/quote/your/arguments/correctly"
by rednoah
28 Feb 2014, 15:26
Forum: Scripting and Automation
Topic: Specific genre sorting for movies with AMC
Replies: 5
Views: 4209

Re: Specific genre sorting for movies with AMC

That's all in the format. You can prototype that in the GUI Format Editor and once it's working as you'd like you can specify your custom format when calling filebot/amc
by rednoah
28 Feb 2014, 15:24
Forum: Episode / Movie Naming Scheme
Topic: Alias Name
Replies: 1
Views: 2395

Re: Alias Name

Yep, you have various bindings to chose from: * {n} * {primaryTitle} * {alias} Pick one that works. Also use the latest revision just in case 3.8 is a bit outdated with the latest features. You probably wanna use {primaryTitle} cause {alias} is the list of all alias names which may be more than one.
by rednoah
27 Feb 2014, 20:01
Forum: Help and Support
Topic: Wrong match episode
Replies: 6
Views: 3523

Re: Wrong match episode

Upload Complete.

Same as always. ;)
by rednoah
27 Feb 2014, 19:20
Forum: Help and Support
Topic: Wrong match episode
Replies: 6
Views: 3523

Re: Wrong match episode

In that case you may wanna call -get-subtitles per file.

EDIT: Fixed with r2049
by rednoah
27 Feb 2014, 19:19
Forum: Help and Support
Topic: Add [Ended] to show name
Replies: 5
Views: 3506

Re: Add [Ended] to show name

1. Try it. Pretty sure the value of info.status is "Ended" if the show has ended, some other value otherwise. You have the data, the logic how to use it is up to you. This is basic, plenty of examples here.

2. s00e00.replace('-', '')
by rednoah
27 Feb 2014, 14:18
Forum: Help and Support
Topic: Wrong match episode
Replies: 6
Views: 3523

Re: Wrong match episode

Did you try the latest revision?