Search found 11 matches
- 25 Apr 2012, 20:58
- Forum: Feature Requests and Bug Reports
- Topic: Weird symbols in subtitles
- Replies: 3
- Views: 5246
Re: Weird symbols in subtitles
Is filebot downloading subs in english at all? Any way I can specify that in a script?
- 25 Apr 2012, 20:39
- Forum: Feature Requests and Bug Reports
- Topic: Weird symbols in subtitles
- Replies: 3
- Views: 5246
Weird symbols in subtitles
All the subtitles I have downloaded for movies so far look like this:

I've tried VLC, XBMC and even PS3 media server. None seem to work. I'm on a mac if that helps - has anyone seen problems like these before?

I've tried VLC, XBMC and even PS3 media server. None seem to work. I'm on a mac if that helps - has anyone seen problems like these before?
- 15 Apr 2012, 16:36
- Forum: Scripting and Automation
- Topic: Script Troubleshooting
- Replies: 19
- Views: 15866
Re: Script Troubleshooting
Here it is: //// filebot -script "path/to/script.groovy" -trust-script -non-strict --action hardlink path/to/files // PERSONALIZED SETTINGS def episodeFormat = "path/to/where/the/episodes/should/go/{n}{'/Season '+s}/{episode}" def movieFormat = "path/to/where/the/movies/should/go/{movie}/{movie ...
- 13 Apr 2012, 10:50
- Forum: Scripting and Automation
- Topic: Script Troubleshooting
- Replies: 19
- Views: 15866
Re: Script Troubleshooting
That did it! Thanks for your help. 

- 12 Apr 2012, 23:09
- Forum: Scripting and Automation
- Topic: Script Troubleshooting
- Replies: 19
- Views: 15866
Re: Script Troubleshooting
I still don't understand quite how to implement this. I'm not very good at codes.
By the way, thanks for your patience
By the way, thanks for your patience

- 12 Apr 2012, 06:00
- Forum: Scripting and Automation
- Topic: Script Troubleshooting
- Replies: 19
- Views: 15866
Re: Script Troubleshooting
Well it renames the TV shows correctly but returns this on the movie: Looking up subtitles by filehash via OpenSubtitles Looking up subtitles by filehash via Sublight Exception: Failed to auto-detect query NullPointerException: null Done ヾ(@⌒ー⌒@)ノ That's when I use this to fetch the subtitles: files ...
- 10 Apr 2012, 18:35
- Forum: Scripting and Automation
- Topic: Script Troubleshooting
- Replies: 19
- Views: 15866
Re: Script Troubleshooting
I just found that out, thanks. Java 6 is the only version officially available for mac, so I had to use this: http://code.google.com/p/openjdk-osx-build/ It's an OpenJDK port for Mac OS X, since apple seems a bit slow on the hardware front. Also if anyone is interested here is my finished script ...
- 10 Apr 2012, 18:00
- Forum: Scripting and Automation
- Topic: Script Troubleshooting
- Replies: 19
- Views: 15866
Re: Script Troubleshooting
It runs! I was just running the script wrong. However, when I try --action hardlink it everything seems fine, until: Auto-detected query: [Futurama] Fetching episode data for [Futurama] Exception: Unsupported Operation: move, createLink Done ?(?????)? --action copy works, but not --action keeplink ...
- 09 Apr 2012, 19:40
- Forum: Scripting and Automation
- Topic: Script Troubleshooting
- Replies: 19
- Views: 15866
Re: Script Troubleshooting
Still no luck on the script. It neither moves files nor names them. Just to make sure I've understood this right: in //// filebot -script "path to local script" -trust-script <folder/with/files> [-non-strict] the <folder/with/files> is the location of where the files i want to name are located (the ...
- 09 Apr 2012, 19:18
- Forum: Scripting and Automation
- Topic: Script Troubleshooting
- Replies: 19
- Views: 15866
Re: Script Troubleshooting
So instead of having two separate versions of the file I can symlink? Utorrent has to keep the old filenames, is this possible?
- 09 Apr 2012, 12:59
- Forum: Scripting and Automation
- Topic: Script Troubleshooting
- Replies: 19
- Views: 15866
Script Troubleshooting
I'm attempting to make FileBot search a folder on my Mac with both TV shows and Movies, find subtitles and rename them, and then move them into separate folders for shows and movies and delete the old files. I've already created an automator script that copies all finished utorrent files into this ...