Search found 16 matches
- 07 Oct 2013, 20:49
- Forum: Help and Support
- Topic: Lookup by Hash Failed
- Replies: 5
- Views: 3789
Re: Lookup by Hash Failed
Got this massive error when I ran it this time, though it appears to have run despite this. WARNING: Index file /home/maadhattah/.filebot/cache/0/web-persistent-datasource.index is corrupt, deleting and ignoring it : java.io.InvalidClassException: net.sf.ehcache.store.disk.DiskStorageFactory ...
- 07 Oct 2013, 20:10
- Forum: Help and Support
- Topic: Lookup by Hash Failed
- Replies: 5
- Views: 3789
Re: Lookup by Hash Failed
Updated and still getting the same error.
- 07 Oct 2013, 19:22
- Forum: Help and Support
- Topic: Lookup by Hash Failed
- Replies: 5
- Views: 3789
Lookup by Hash Failed
I get this error when it starts trying to look up subtitles:
I think I started getting this error when I updated to the latest .jar - any reason that should occur?
Code: Select all
Lookup by hash failed: java.lang.AssertionError: No net.sf.ehcache.EhcacheInit services found
- 07 Oct 2013, 18:48
- Forum: Help and Support
- Topic: Command Line Filebot skips folders with .DS_Store
- Replies: 3
- Views: 2864
Re: Command Line Filebot skips folders with .DS_Store
Yeah, except it's skipping the whole folder that the file is in, not just the hidden file(s). Is that normal behavior?
- 05 Oct 2013, 21:57
- Forum: Help and Support
- Topic: Command Line Filebot skips folders with .DS_Store
- Replies: 3
- Views: 2864
Command Line Filebot skips folders with .DS_Store
I figured out what the problem was in this post: http://www.filebot.net/forums/viewtopic.php?p=6088#p6088 It wasn't permissions - when I ran filebot from the command line, it was skipping folders that have .DS_Store in them. The location I use to manage my files is a shared drive, so OS X creates ...
- 30 Sep 2013, 21:56
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
Nevermind, figured it out. Had to the with the files in particular, permissions, blah blah blah. Thanks for your help!
- 30 Sep 2013, 12:08
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
I added a few println's to try and figure out what is going on: // PERSONALIZED SETTINGS def episodeDir = '''/media/SharedMedia/Processing/TV Shows''' def episodeFormat = '''/media/SharedMedia/Media/TV Shows/{n}{'/Season '+s}/{episode}''' def movieDir = '''/media/SharedMedia/Processing/Movies''' def ...
- 21 Sep 2013, 22:24
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
That's what I asked earlier - where are the logs saved? 

- 21 Sep 2013, 21:07
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
Well, it's a new problem: I added println, and it prints out everything, so it's going through the script, but it's not actually manipulating the files. It's not outputting any permissions errors. It's not doing... anything. Is it possible an update broke it? I've updated to the latest FileBot.jar.
- 21 Sep 2013, 14:04
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
Is there a log file I can check? I'm having another unrelated problem but without any error being displayed. I'm running the script and now, instead of doing anything, it just says "Done."
- 16 Sep 2013, 18:06
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
Maybe a dumb question, but is there a java user i should give r/w access to?
- 16 Sep 2013, 17:04
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
I've updated, but now I'm getting this error whenever I start filebot Sep 16, 2013 1:02:41 PM java.util.prefs.FileSystemPreferences$1 run WARNING: Couldn't create user preferences directory. User preferences are unusable. Sep 16, 2013 1:02:41 PM java.util.prefs.FileSystemPreferences$1 run WARNING ...
- 16 Sep 2013, 15:29
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
Ok, I'm running a headless Ubuntu server, so I used this to pull it down:
http://www.filebot.net/forums/viewtopic ... =384#p2592
How do I download the beta versions this way?
Edit: Better question: where is the jar located when I install it this way so can replace it?
http://www.filebot.net/forums/viewtopic ... =384#p2592
How do I download the beta versions this way?
Edit: Better question: where is the jar located when I install it this way so can replace it?
- 16 Sep 2013, 12:03
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
Is this version live? Any way to check which version I'm running?
- 15 Sep 2013, 22:12
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Re: Having problems with edited sorty.groovy
Using TVRage gives me this: No matching subtitles found: /media/SharedMedia/Processing/TV Shows/ER - Season 1/ER.S01-12.avi No matching subtitles found: /media/SharedMedia/Processing/TV Shows/ER - Season 1/ER.S01-25.avi No matching subtitles found: /media/SharedMedia/Processing/TV Shows/ER - Season ...
- 15 Sep 2013, 20:31
- Forum: Help and Support
- Topic: Having problems with edited sorty.groovy
- Replies: 18
- Views: 10650
Having problems with edited sorty.groovy
Here's my edited script: // PERSONALIZED SETTINGS def episodeDir = '''/media/SharedMedia/Processing/TV Shows''' def episodeFormat = '''/media/SharedMedia/Media/TV Shows/{n}{'/Season '+s}/{episode}''' def movieDir = '''/media/SharedMedia/Processing/Movies''' def movieFormat = '''/media/SharedMedia ...