Search found 24033 matches
- 17 May 2014, 04:52
- Forum: Scripting and Automation
- Topic: [HELP] Auto-Download Subtitles
- Replies: 26
- Views: 21751
Re: [HELP] Auto-Download Subtitles
So you're using the portable? The logs tell me you're using the 4.1 RC3 code with a 4.0 start-up script. Did you just replace the jar?
- 17 May 2014, 04:42
- Forum: Help and Support
- Topic: Losing Info After Rename
- Replies: 1
- Views: 1521
Re: Losing Info After Rename
Code: Select all
If source fails, and source will fail if the information is not in the path, the whole expression fails:
Code: Select all
{[source, vc, ac]}

http://www.filebot.net/forums/viewtopic ... 5&t=2#p783
- 16 May 2014, 17:46
- Forum: Feature Requests and Bug Reports
- Topic: PortableApps.com Version of FileBot
- Replies: 8
- Views: 6713
Re: PortableApps.com format test
The portable package doesn't include any of the platform independent components (fpcalc, mediainfo, 7zip) and thus some optional features won't work (acoustid lookup, mediainfo lookup, archive extract).
- 16 May 2014, 17:42
- Forum: Feature Requests and Bug Reports
- Topic: filebot 4.1 RC3 Mac OSX
- Replies: 9
- Views: 12950
Re: filebot 4.1 RC3 Mac OSX
You need to install Oracle Java 8. And then you need to make sure that the "java" command is bound to the new JRE and not the old Mac Java 6.
- 16 May 2014, 17:39
- Forum: Scripting and Automation
- Topic: plot language in the movie.nfo
- Replies: 1
- Views: 2589
Re: plot language in the movie.nfo
Sorry, not supported. You'll just have to use English.
- 16 May 2014, 15:06
- Forum: Help and Support
- Topic: Info on subtitle fetching
- Replies: 10
- Views: 5203
Re: Info on subtitle fetching
Then you're out of luck. Better grab subs before you rename the files. But as long a there's a hash match first this can't be an issue, so if you find a bad subtitles, make sure to upload a better one with filebot.
Also, I need logs if you want to report an issue.
Also, I need logs if you want to report an issue.
- 16 May 2014, 12:55
- Forum: Help and Support
- Topic: Info on subtitle fetching
- Replies: 10
- Views: 5203
Re: Info on subtitle fetching
In 4.0 it does use name search to some degree even in strict mode, that's changed in 4.1 RC3 where no name search is performed in strict mode. In strict mode it will now only use "hash" and "tag" look up, the latter being an exact match for the file name. -non-strict just means it'll be less strict ...
- 16 May 2014, 04:06
- Forum: Help and Support
- Topic: Perform rename/move script on only specific TV shows
- Replies: 3
- Views: 2787
Re: Perform rename/move script on only specific TV shows
2. You will find these posts inspiring: @see http://www.filebot.net/forums/viewtopic.php?f=5&t=2#p3272 @see http://www.filebot.net/forums/viewtopic.php?f=5&t=182&p=1277#p1277 e.g. you could force the output path like this: {csv('X:/prefix.csv').get(n) ?: '/media/Data1/'+n} prefix.csv Dark Angel ...
- 16 May 2014, 03:43
- Forum: Feature Requests and Bug Reports
- Topic: PortableApps.com Version of FileBot
- Replies: 8
- Views: 6713
Re: PortableApps.com format test
Note that for 4.1 the system properties have changed a bit:
https://sourceforge.net/p/filebot/code/ ... ot.l4j.ini
https://sourceforge.net/p/filebot/code/ ... ot.l4j.ini
- 15 May 2014, 17:18
- Forum: Scripting and Automation
- Topic: genre(s) in the movie.nfo
- Replies: 2
- Views: 2970
Re: genre(s) in the movie.nfo
Example? For which movie/series does this happen?
- 15 May 2014, 17:16
- Forum: Feature Requests and Bug Reports
- Topic: spoken_languages
- Replies: 1
- Views: 2539
Re: spoken_languages
I could, but what's the standard for defining spoken languages in the nfo xml? Point me to some official docs that define a standard for spoken language from Plex or XBMC and I'll have a look.
- 15 May 2014, 17:10
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14863
Re: [Hire Request] Rtorrent + Filebot/AMC
No idea, you'd have to ask the rtorrent people.
I'd put it into rtorrent-postprocess cause I understand how bash scripts work, but I don't understand how rtorrent configs work. 


- 15 May 2014, 15:23
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14863
Re: [Hire Request] Rtorrent + Filebot/AMC
I have no idea what command rtorrent executes. I would imagine something like "label=test &" passing it in literally.
Adding & is pretty much basic shell background jobs.
Adding & is pretty much basic shell background jobs.
- 15 May 2014, 14:52
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14863
Re: [Hire Request] Rtorrent + Filebot/AMC
I can't imagine that would work... I was thinking this: filebot -script dev:amc --output "$HOME/downloads" --log-file "$HOME/amc.log" --action copy --conflict override -non-strict --def "clean=y" "ut_dir=$TORRENT_PATH" "ut_kind=multi" "ut_title=$TORRENT_NAME" "ut_label=$TORRENT_LABEL" &
- 15 May 2014, 05:43
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14863
Re: [Hire Request] Rtorrent + Filebot/AMC
No idea how rtorrent processes the event.download.finished event.
Have tried doing command &?
http://www.cyberciti.biz/faq/linux-comm ... ackground/
Have tried doing command &?
http://www.cyberciti.biz/faq/linux-comm ... ackground/
- 14 May 2014, 19:57
- Forum: Scripting and Automation
- Topic: Can "automatic media center" use my movie actual format?
- Replies: 3
- Views: 3260
Re: Can "automatic media center" use my movie actual format?
GUI => Set format in Format Editor CLI => Set format via --format option So executing filebot from cmdline will require cmdline escaping. But with PowerShell maybe there's a smarter way. Kinda like with xargs on Unix, or Groovy since .NET sure has some sort of ProcessBuilder helper. @see http://www ...
- 14 May 2014, 19:50
- Forum: Help and Support
- Topic: Rename Folders Too
- Replies: 37
- Views: 63560
- 14 May 2014, 03:32
- Forum: Scripting and Automation
- Topic: [HELP] Auto-Download Subtitles
- Replies: 26
- Views: 21751
Re: [HELP] Auto-Download Subtitles
Are you using the latest 4.1 RC3 ???
- 13 May 2014, 10:14
- Forum: Scripting and Automation
- Topic: [TOOL] Escape Tool for escaping cmdline arguments
- Replies: 1
- Views: 14212
Re: [TOOL] Escape Tool for escaping cmdline arguments
Alternative: @syntax You can specify arguments line by line a text file: filebot @/path/to/args.txt Alternative: xargs If you're on Linux you can be smart and use xargs. Just specify the arguments line by line in a text file and then just use xargs to make the call: cat amc.arguments | tr '\n' '\0 ...
- 13 May 2014, 09:58
- Forum: Episode / Movie Naming Scheme
- Topic: Receiving TV Data
- Replies: 122
- Views: 114715
Re: Receiving TV Data
Yes, that's Rename Options. Specifically what to do with Extensions and what Rename Action do use. If you don't know what a "hardlink" or a "symlink" is you probably won't need any of those. If you click it, you'll set the given option, do don't click it. 

- 13 May 2014, 09:19
- Forum: Scripting and Automation
- Topic: How I got around American Dad showing S09 instead of S10
- Replies: 7
- Views: 9576
Re: How I got around American Dad showing S09 instead of S10
If it says it can't set xattr then xattr are not set. So nothing is tagged. If you wanna avoid those issue just add -no-xattr in the call. If xattr where to be set, it'll always be overridden with the latest rename call. So a second rename call would actually solve the xattr issue as well since ...
- 13 May 2014, 08:21
- Forum: Help and Support
- Topic: Perform rename/move script on only specific TV shows
- Replies: 3
- Views: 2787
Re: Perform rename/move script on only specific TV shows
1.
AMC Script Deluge Integration
2.
Custom Episode Format with a simple if-contains-then-else
3.
It does "search" subfolders, or do you mean "rename" folders? Which is the wrong way of thinking about it, read the FAQ.
AMC Script Deluge Integration
2.
Custom Episode Format with a simple if-contains-then-else
3.
It does "search" subfolders, or do you mean "rename" folders? Which is the wrong way of thinking about it, read the FAQ.
- 13 May 2014, 08:15
- Forum: Scripting and Automation
- Topic: How I got around American Dad showing S09 instead of S10
- Replies: 7
- Views: 9576
Re: How I got around American Dad showing S09 instead of S10
Your solution only works because you only use {sxe} numbering. Your logic doesn't work if you want to use other bindings like {t} or {airdate} since the match is wrong. Also FileBot will tag your files, so while the name is 10x01 it's still tagged with the data from 9x01. So the real solution must ...
- 13 May 2014, 08:07
- Forum: Scripting and Automation
- Topic: Incorrect match, any way to exclude in future?
- Replies: 1
- Views: 2438
Re: Incorrect match, any way to exclude in future?
FileBot assumes that everything that that makes it into processing is either TV Show or Movie. It has no way of detecting if it is neither (you could set -non-strict but then you loose lots of matches you'd actually want). Exclude Series: Formula 1 just means that it found a potential match as both ...
- 12 May 2014, 20:15
- Forum: Help and Support
- Topic: Help with "Sort into drive with the most free space:"
- Replies: 13
- Views: 8716
Re: Help with "Sort into drive with the most free space:"
Well, it's so messed up already you can't just fix it. You'll need to build the format step-by-step so you can see at which step the escaping goes wrong.
I'd be smart and just call it differently.
Using xargs is just one idea:

I'd be smart and just call it differently.
Using xargs is just one idea:
