Hi
I use filebot -get-missing-subtitles to, as you may have already guessed, get missing subtitles for my media files. I don't want to swamp the subtitle servers with requests for subtitles that are never going to exist, so I was wondering if there was a way to limit this to files less than a ...
Search found 6 matches
- 25 Aug 2013, 22:08
- Forum: Help and Support
- Topic: Limiting subtitles by age
- Replies: 1
- Views: 2403
- 27 Aug 2012, 18:01
- Forum: Scripting and Automation
- Topic: Sorting films by genre with symlinks?
- Replies: 9
- Views: 9193
Re: Sorting films by genre with symlinks?
Thanks - never used Groovy or Filebot before so had no idea of the syntax. Your time is appreciated.
- 27 Aug 2012, 11:44
- Forum: Scripting and Automation
- Topic: Sorting films by genre with symlinks?
- Replies: 9
- Views: 9193
Re: Sorting films by genre with symlinks?
Thanks for your help, but my knowledge is clearly too basic! I can't even get the test script to work...
renamex(
file: args.getFiles(),
action: { from, to ->
execute('echo', 'FROM', from, 'TO', to)
}
)
// filebot -script fn:renall <options> <folder>
/*
* Rename all tv shows, anime or movies ...
renamex(
file: args.getFiles(),
action: { from, to ->
execute('echo', 'FROM', from, 'TO', to)
}
)
// filebot -script fn:renall <options> <folder>
/*
* Rename all tv shows, anime or movies ...
- 27 Aug 2012, 07:07
- Forum: Scripting and Automation
- Topic: Sorting films by genre with symlinks?
- Replies: 9
- Views: 9193
Re: Sorting films by genre with symlinks?
Playing with this, I am stuck with Java 6 on my Synology box so this is not an option. Ah well!
- 27 Aug 2012, 06:22
- Forum: Scripting and Automation
- Topic: Sorting films by genre with symlinks?
- Replies: 9
- Views: 9193
Re: Sorting films by genre with symlinks?
Excellent! Thanks very much.
- 26 Aug 2012, 22:19
- Forum: Scripting and Automation
- Topic: Sorting films by genre with symlinks?
- Replies: 9
- Views: 9193
Sorting films by genre with symlinks?
Hi, I'm entirely new to FileBot, have only just run into it tonight. I have my films stored on a Synology NAS box running Linux and can run FileBot from the command line.
I currently have a directory, Movies, and in that is a series of films in subfolders. I would like to form symlinks for these in ...
I currently have a directory, Movies, and in that is a series of films in subfolders. I would like to form symlinks for these in ...