Search found 30 matches
- 01 Jun 2016, 02:49
- Forum: Scripting and Automation
- Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
- Replies: 40
- Views: 36051
Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et
Pushed a fix to github, sorry for the delay.
- 19 May 2016, 21:53
- Forum: Scripting and Automation
- Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
- Replies: 40
- Views: 36051
Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et
The caching API has been rewritten. Scripts that use internal old API that doesn't exist anymore break of course. I fixed a similar issue in update-mes this week. Look at the latest commit. However, there will probably be few more issues once you fix that one. If you don't know what you're doing ...
- 25 Apr 2016, 17:12
- Forum: Scripting and Automation
- Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
- Replies: 40
- Views: 36051
Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et
@cowmix will this approach make sonarr delete inferior epesodes ? I have been looking for a way to make filebot handle everything but always ran into the problem of sonarr not removeing hdtv if better was downloaded ? it does delete inferior episodes based on resolution and number of audio channels ...
- 10 Jan 2016, 08:40
- Forum: Feature Requests and Bug Reports
- Topic: AccoustID/ID3 Errors
- Replies: 14
- Views: 8348
Re: AccoustID/ID3 Errors
agh, you are very right, sorry about that brain fart, I created that part of the code over a year agorednoah wrote:This one?CustomAcoustID is not in my code, so I can't fix that one.Code: Select all
MissingMethodException: No signature of method: CustomAcoustID.fail()

- 10 Jan 2016, 05:52
- Forum: Feature Requests and Bug Reports
- Topic: AccoustID/ID3 Errors
- Replies: 14
- Views: 8348
Re: AccoustID/ID3 Errors
Thanks, just tested it the date (second) issue is fixed but I'm still getting the first error (they are unrelated).
- 10 Jan 2016, 04:28
- Forum: Feature Requests and Bug Reports
- Topic: AccoustID/ID3 Errors
- Replies: 14
- Views: 8348
Re: AccoustID/ID3 Errors
Great, thanks! Is the FileBot.jar in the HEAD folder of Sourceforge built once a day?
- 09 Jan 2016, 22:05
- Forum: Feature Requests and Bug Reports
- Topic: AccoustID/ID3 Errors
- Replies: 14
- Views: 8348
AccoustID/ID3 Errors
Trying to match failed acoustid tracks relatives to matched tracks Match: [album:[[val:Art Angels, count:11]], albumArtist:[[val:Grimes, count:11]], date:[[val:2015-12-11, count:11]], trackCount:[[val:13, count:11]], medium:[[val:1, count:11]], mediumCount:[[val:1, count:11]], id:[[val:04cd7071 ...
- 09 Jan 2016, 21:50
- Forum: Scripting and Automation
- Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
- Replies: 40
- Views: 36051
Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et
I am also getting this error. One of the things thats impacting my using AMC is the full plex library update. It causes any currently playing shows in plex to stutter until the library update is finished, given the amount of media I have..its a long time. I was hoping this was the fix but I cant ...
- 09 Jan 2016, 21:44
- Forum: Scripting and Automation
- Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
- Replies: 40
- Views: 36051
Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et
Fixed it. In the amc groovy file, find the line def prefix = file.name.substring(0,file.name.indexOf('[')) and replace it with def prefix = "" Thanks for pointing out the spot where everyone is having issues, I recommend using this: def prefix = file.name.indexOf('[') if (prefix > -1) { prefix ...
- 08 Dec 2015, 10:01
- Forum: Scripting and Automation
- Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
- Replies: 40
- Views: 36051
Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et
Do you still get the error with the latest on gist?
A lot of this stuff is tweaked to my specific needs, but I'm happy to help with any questions.
Oh also the sonarr url instruction is just url|key you don't need the complete path to your program directory, so just localhost:8989|<key>
A lot of this stuff is tweaked to my specific needs, but I'm happy to help with any questions.
Oh also the sonarr url instruction is just url|key you don't need the complete path to your program directory, so just localhost:8989|<key>
- 07 Dec 2015, 05:36
- Forum: Feature Requests and Bug Reports
- Topic: Force absolute episode detection
- Replies: 5
- Views: 4912
Re: Force absolute episode detection
how does the action variable work in that script? I see the action get set but it doesn't seem to be used anywhere? Is it just setting a default action for all renames?
- 06 Dec 2015, 23:41
- Forum: Feature Requests and Bug Reports
- Topic: Force absolute episode detection
- Replies: 5
- Views: 4912
Re: Force absolute episode detection
Ok cool I ended up doing files = rename(file:files.sort(), action:'hardlink', format:files.get(0).parent + '/.scratch/{fn.replaceAll(/(?<!\\])(?!\\[)(\\d{3})/, "E\\$1")}', query:animeTitle, db:'AniDB', order:'absolute') first before passing the files to the TheTVDB for further renaming. Is there a ...
- 06 Dec 2015, 23:07
- Forum: Feature Requests and Bug Reports
- Topic: 7-Zip-JBinding Crash
- Replies: 2
- Views: 3003
Re: 7-Zip-JBinding Crash
ya thanks it looks like I was on an older version of lib7-Zip-JBinding in my jvm, I copied over the new lib7-Zip-JBinding.so into my jvm lib directory and it works now.
- 06 Dec 2015, 22:15
- Forum: Feature Requests and Bug Reports
- Topic: Force absolute episode detection
- Replies: 5
- Views: 4912
Force absolute episode detection
rename(file:files.sort(), action:'hardlink', format:files.get(0).parent + '/.scratch/{n} - {[e.pad(5)]} - {t} - {[d]}', query:animeTitle, db:'AniDB', order:'absolute', filter:'episode.season == null && episode.special == null', strict:false) I'm trying to reformat some files I know are using ...
- 06 Dec 2015, 21:17
- Forum: Feature Requests and Bug Reports
- Topic: 7-Zip-JBinding Crash
- Replies: 2
- Views: 3003
7-Zip-JBinding Crash
FATAL ERROR: Field 'sevenZipArchiveInStreamInstance' in the class 'net.sf.sevenzipjbinding.impl.InArchiveImpl' was not found Crash jvm to get a stack trace # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f5060905c35, pid=10504, tid=139984254023424 ...
- 30 Nov 2015, 11:08
- Forum: Scripting and Automation
- Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
- Replies: 40
- Views: 36051
Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et
Oops I haven't checked this in a while, I've actually made some changes since I last updated so I'm not sure if that error still exists or not. I'll push up my most recent version to gist, I was working on some Anime stuff but I got api banned on AniDB (forgot to use cache function argh) so not sure ...
- 04 Aug 2015, 01:12
- Forum: Feature Requests and Bug Reports
- Topic: AcoustID null pointer exception for release dates
- Replies: 3
- Views: 3623
Re: AcoustID null pointer exception for release dates
sorry about that I completely forgot I wrote my layer on top of your acoustid and had a brain fart (the custom name should have been a hint!), its been a while since I looked at it
- 01 Aug 2015, 19:44
- Forum: Feature Requests and Bug Reports
- Topic: AcoustID null pointer exception for release dates
- Replies: 3
- Views: 3623
AcoustID null pointer exception for release dates
Custom: Album Artist: Zedd, Album: Clarity, CD: 1/1, Tracks: 02/16, Artist: Zedd, Title: Shave It Up NullPointerException: Cannot get property 'month' on null object java.lang.NullPointerException: Cannot get property 'month' on null object at CustomAcoustID$_parseResult_closure17$_closure26 ...
- 14 Jan 2015, 07:26
- Forum: Feature Requests and Bug Reports
- Topic: Better album detection songs in Acoustid (filter option?)
- Replies: 6
- Views: 5377
Re: Better album detection songs in Acoustid (filter option?
I've switched over to using your string similarity function and cleaned up the code a bit
I created a new repo for all the stuff I'm working on:
https://github.com/cowmix88/Filebot-Scripts
I created a new repo for all the stuff I'm working on:
https://github.com/cowmix88/Filebot-Scripts
- 12 Jan 2015, 10:39
- Forum: Feature Requests and Bug Reports
- Topic: Better album detection songs in Acoustid (filter option?)
- Replies: 6
- Views: 5377
Re: Better album detection songs in Acoustid (filter option?
So I ended up messing around with this in groovy instead of in the java source so its easier for me to use your future updated versions without having to rebuild from sources, heres the sources for the hacked together solution I ended up that seems to work pretty decently if you want to take a look ...
- 12 Jan 2015, 01:01
- Forum: Feature Requests and Bug Reports
- Topic: Better album detection songs in Acoustid (filter option?)
- Replies: 6
- Views: 5377
Re: Better album detection songs in Acoustid (filter option?
thanks
I'll take a look and see if ti fixes the issue I was having.
I was able to build the latest from svn with ant. One quick question is there something special I have to do when building with ant to make the svn version pass correctly?

I was able to build the latest from svn with ant. One quick question is there something special I have to do when building with ant to make the svn version pass correctly?
Code: Select all
filebot -script fn:sysinfo
FileBot 4.5.3 (r0)
- 11 Jan 2015, 11:28
- Forum: Feature Requests and Bug Reports
- Topic: Better album detection songs in Acoustid (filter option?)
- Replies: 6
- Views: 5377
Better album detection songs in Acoustid (filter option?)
Hello again I've moved to messing with music organization :) Roots: [/media/Downloads/.music/Lights - The Listening - 2009] Input: /media/Downloads/.music/Lights - The Listening - 2009/07 Lights - The Last Thing On Your Mind.mp3 Input: /media/Downloads/.music/Lights - The Listening - 2009/10 Lights ...
- 10 Jan 2015, 20:24
- Forum: Feature Requests and Bug Reports
- Topic: Running in test mode will still delete existing conflicts
- Replies: 3
- Views: 3607
Re: Running in test mode will still delete existing conflict
I can send logs but they don't really contain much helpful information but basically if you run: filebot -script "/home/filebot/amc.groovy" --action "hardlink" --conflict "override" etc.. you'll get something like: [HARDLINK] Rename [/from/from.ext] to [/to/to.ext] if you then run it again on the ...
- 10 Jan 2015, 19:44
- Forum: Feature Requests and Bug Reports
- Topic: Running in test mode will still delete existing conflicts
- Replies: 3
- Views: 3607
Running in test mode will still delete existing conflicts
This is a pretty minor bug that as mostly just an annoyance when I was testing my amc script on files that I had already hardlinked/organized previously with filebot. Filebot will still honor the conflict parameter when you run in action test mode and delete the existing files in preparation for new ...
- 10 Jan 2015, 19:39
- Forum: Feature Requests and Bug Reports
- Topic: sortOrder not working in scripts?
- Replies: 6
- Views: 4224
Re: sortOrder not working in scripts?
Thanks, looking forward to it in the next build 
