After a long time (and 2 retries), filebot managed to work through 350+ entries.
Thanks for the help!
Search found 33 matches
- 26 Oct 2017, 08:25
- Forum: Feature Requests and Bug Reports
- Topic: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
- Replies: 11
- Views: 7163
- 23 Oct 2017, 20:28
- Forum: Feature Requests and Bug Reports
- Topic: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
- Replies: 11
- Views: 7163
Re: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
-Xmx348m
I am trying that now actually, unsure if it somehow didn't get picked up before. It seems to work better now, and the memory actually got garbage collected. Still not done yet, we'll see what happens.
I am trying that now actually, unsure if it somehow didn't get picked up before. It seems to work better now, and the memory actually got garbage collected. Still not done yet, we'll see what happens.
- 23 Oct 2017, 19:31
- Forum: Feature Requests and Bug Reports
- Topic: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
- Replies: 11
- Views: 7163
Re: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
Ok, progress is better so far.. It's been going through half of the files.
I see memory usage creeping up slowly, but so far the maximum is 276 mb. It seems to climb a few mb every 2-5 minutes or so.
I see memory usage creeping up slowly, but so far the maximum is 276 mb. It seems to climb a few mb every 2-5 minutes or so.
- 23 Oct 2017, 18:54
- Forum: Feature Requests and Bug Reports
- Topic: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
- Replies: 11
- Views: 7163
Re: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
I do have a lot of files for Filebot to process though.. Sometimes my scripts break and there's a ton of backlog that I need to run through. I'm experimenting a bit now with a simplified command, but we'll see how that goes... PS. There is a lot of "Ignore hidden" and "Ignore extra" messages in my ...
- 23 Oct 2017, 18:34
- Forum: Feature Requests and Bug Reports
- Topic: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
- Replies: 11
- Views: 7163
Re: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
Ok, still having the same issue with memory exceptions. Hm. Different source though. Java heap space java.lang.OutOfMemoryError: Java heap space at Script1.run(Script1.groovy:318) at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64) at net.filebot.cli.ScriptShell.runScript(ScriptShell.java ...
- 23 Oct 2017, 17:27
- Forum: Feature Requests and Bug Reports
- Topic: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
- Replies: 11
- Views: 7163
Re: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
Ok, I thought FILEBOT_OPTS was already in effect but jokes on me, I'm not using the right version for that.
Gonna try now with
Gonna try now with
Code: Select all
JAVA_OPTS=`free | awk -vm=1024 -vp=0.7 '/Mem:/ {printf "-Xmx%dm", ($2*p)/m; exit}'`
- 23 Oct 2017, 16:41
- Forum: Feature Requests and Bug Reports
- Topic: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
- Replies: 11
- Views: 7163
Re: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
Command: filebot -script fn:amc --output /share2/ --log ALL --def subtitles=en --def seriesFormat=TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[\`´ââÊ»]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')} ...
- 23 Oct 2017, 15:43
- Forum: Feature Requests and Bug Reports
- Topic: Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
- Replies: 11
- Views: 7163
Filebot 4.7.9 on Synology ds213j DSM 6 Out of memory using amc
Hi, thanks for your great support so far! Started noticing that my filebot script is no longer running as it should when I scan many shows at once. I tried changing from copy action to move, and copying the exact same memory allocation profile for java as filebot's bash executable. Have also ...
- 17 Sep 2016, 07:51
- Forum: Synology NAS & Embedded Linux
- Topic: [4.7.3 B1] DS213j - java.lang.IncompatibleClassChangeError: vtable stub
- Replies: 1
- Views: 3338
[4.7.3 B1] DS213j - java.lang.IncompatibleClassChangeError: vtable stub
Version FileBot 4.7.2 (r4256) (FileBot 4.7.3 B1? I downloaded it manually and installed on my Synology DS213j since it contained a commit that might address my issue) Log output Fetching episode data for [Touching Evil] vtable stub java.lang.IncompatibleClassChangeError: vtable stub at one.util ...
- 20 May 2016, 18:01
- Forum: Help and Support
- Topic: AMC - Make FileBot not output potential duplicate files
- Replies: 20
- Views: 14417
Re: AMC - Make FileBot not output potential duplicate files
I've added a script for that: https://github.com/filebot/scripts/blob/master/duplicates.groovy Try this: filebot -script dev:duplicates /path/to/media And if it looks good you can add --action delete to delete the lowest-order duplicates. Awesome, will try when I get home! Is it recursive? As in ...
- 19 May 2016, 16:25
- Forum: Help and Support
- Topic: AMC - Make FileBot not output potential duplicate files
- Replies: 20
- Views: 14417
Re: AMC - Make FileBot not output potential duplicate files
FileBot will find the same subtitles either way I still need the ability to download subtitles by myself manually in Kodi. FileBot is without a doubt great at getting subtitles, but sometimes I need chinese ones, and sometimes the ep's are quite new. Sometimes it doesn't work also, but that is on ...
- 18 May 2016, 22:16
- Forum: Help and Support
- Topic: AMC - Make FileBot not output potential duplicate files
- Replies: 20
- Views: 14417
Re: AMC - Make FileBot not output potential duplicate files
1. FileBot stores the original filename as xattr, so you can always check it later. Also, if you use FileBot to fetch subtitles, it will take the original filename into account. 2. The amc script does not deal with "semantic" duplicates. FileBot stores metadata as xattr, so it would be trivial to ...
- 18 May 2016, 18:52
- Forum: Help and Support
- Topic: AMC - Make FileBot not output potential duplicate files
- Replies: 20
- Views: 14417
AMC - Make FileBot not output potential duplicate files
FileBot is great. Unfortunately Flexget, which I'm using, has no built-in support for season pack downloading. I work around this by applying really ugly hacks to Flexget. It works, but there's a risk that season packs sometimes get downloaded despite that episodes have already been downloaded ...
- 14 Nov 2015, 16:07
- Forum: Synology NAS & Embedded Linux
- Topic: [Synology DS213j][FileBot 4.6.1] FileBot extraction speed
- Replies: 13
- Views: 9829
Re: [Synology DS213j][FileBot 4.6.1] FileBot extraction spee
I ran a few tests with multi-gigabyte rar archive on my DS213J the other day: 7z-JBindings and junrar both took about 4 minutes, and unrar took 2 minutes. Not that much of a difference. Can't reproduce the memory issues. Extracting a huge rar doesn't seem to cause it. Very odd.. For me it refused ...
- 16 Oct 2015, 18:28
- Forum: Synology NAS & Embedded Linux
- Topic: [Synology DS213j][FileBot 4.6.1] FileBot extraction speed
- Replies: 13
- Views: 9829
Re: [Synology DS213j][FileBot 4.6.1] FileBot extraction spee
Yep, this is pretty much what my old script did. I'll have to work some more to reincorporate it.
- 16 Oct 2015, 12:58
- Forum: Synology NAS & Embedded Linux
- Topic: [Synology DS213j][FileBot 4.6.1] FileBot extraction speed
- Replies: 13
- Views: 9829
Re: [Synology DS213j][FileBot 4.6.1] FileBot extraction spee
It can manage for a while, but eventually it stops. Maybe after 3-6 things.. I didn't look closely enough. Filebot used to run well before on massive folders like this, back when it did not extract anything, just moved and renamed media. I'd like to avoid a shell script. Maybe I can modify your ...
- 16 Oct 2015, 04:05
- Forum: Synology NAS & Embedded Linux
- Topic: [Synology DS213j][FileBot 4.6.1] FileBot extraction speed
- Replies: 13
- Views: 9829
Re: [Synology DS213j][FileBot 4.6.1] FileBot extraction spee
You have a DS213j as well? Then maybe you just ran into the same issue as me. I ran AMC on some directories with my "full-scan" method, but it runs out of memory. I never had this issue when I had my python auto-extract script.. Maybe I'll have to start using it again.. I'm testing my way through ...
- 15 Oct 2015, 18:07
- Forum: Synology NAS & Embedded Linux
- Topic: [Synology DS213j][FileBot 4.6.1] FileBot extraction speed
- Replies: 13
- Views: 9829
Re: [Synology DS213j][FileBot 4.6.1] FileBot extraction spee
Gotcha! I will stick with your implementation I think.
Are you still looking for Synology testers?
Are you still looking for Synology testers?
- 15 Oct 2015, 15:09
- Forum: Synology NAS & Embedded Linux
- Topic: [Synology DS213j][FileBot 4.6.1] FileBot extraction speed
- Replies: 13
- Views: 9829
Re: [Synology DS213j][FileBot 4.6.1] FileBot extraction spee
Hmm ok. Interesting indeed!
Any chance of being able enable switching to proprietary unrar?
Any chance of being able enable switching to proprietary unrar?
- 15 Oct 2015, 02:57
- Forum: Synology NAS & Embedded Linux
- Topic: [Synology DS213j][FileBot 4.6.1] FileBot extraction speed
- Replies: 13
- Views: 9829
Re: [Synology DS213j][FileBot 4.6.1] FileBot extraction spee
As a brief update to this, it seems extraction speed has varied a bit for me.
Now I've extracted a 1.5gb file in less than 2 minutes..
Not sure if the issue is on my end..
Now I've extracted a 1.5gb file in less than 2 minutes..
Not sure if the issue is on my end..
- 15 Oct 2015, 02:34
- Forum: Synology NAS & Embedded Linux
- Topic: [Resolved] Unable to load arm native library libmediainfo.so
- Replies: 1
- Views: 3594
Re: [Synology] Unable to load arm native library libmediainf
Ahhhh! Seek and you shall find!
viewtopic.php?f=8&t=1165&start=25#p14892* libmediainfo is provided by SynoCommunity MediaInfo package
- 15 Oct 2015, 02:26
- Forum: Synology NAS & Embedded Linux
- Topic: [Resolved] Unable to load arm native library libmediainfo.so
- Replies: 1
- Views: 3594
[Resolved] Unable to load arm native library libmediainfo.so
Hi! I've done some testing, and it seems like FileBot can recognize a movie and put it where it should be. After a while though, I found an error message, and I'm not sure how serious it is. MediaInfoException: Unable to load arm native library libmediainfo.so It is strange, because it still ...
- 15 Oct 2015, 00:58
- Forum: Synology NAS & Embedded Linux
- Topic: [Synology DS213j][FileBot 4.6.1] FileBot extraction speed
- Replies: 13
- Views: 9829
[Synology DS213j][FileBot 4.6.1] FileBot extraction speed
Hi RedNoah. After your 4.6.1 update, I think a lot of Synology users were very happy to be able to rely on FileBot for rar extraction. I'll be the first to thank you for this.. My auto-extract script was downloaded bare bones from a site, heavily modified by me, and still did not completely satisfy ...
- 13 Oct 2015, 23:45
- Forum: Help and Support
- Topic: Possible to send update to multiple kodi hosts / pushbullet?
- Replies: 1
- Views: 2284
Possible to send update to multiple kodi hosts / pushbullet?
Hi.
I'd like to know, is it possible to specify multiple kodi hosts or multiple pushbullet API keys for FileBot to call?
I'm using the AMC script.
Would be great to know.
Thanks!
I'd like to know, is it possible to specify multiple kodi hosts or multiple pushbullet API keys for FileBot to call?
I'm using the AMC script.
Would be great to know.
Thanks!
- 13 Oct 2015, 23:19
- Forum: Help and Support
- Topic: In what way does FileBot detect existing movies/shows?
- Replies: 1
- Views: 2172
In what way does FileBot detect existing movies/shows?
Hi. I'm currently using AMC in FileBot. It works quite well in many ways. My download automation system sometimes decides to download season packs for shows that I may already have some episodes of. Unfortunately, this is unavoidable at this point in time. I have already consulted with IRC devs ...