Page 1 of 1

Performance/Speed on Raspbian

Posted: 28 Feb 2013, 19:07
by iPwnThePhone
Hello,

i've just installed filebot to my raspberry pi and then installed 'java embedded 6/7 arm headless'.
Then i used the Script out of 'Full Automated Media Center' and it works,
but each run takes about 20-40mins. The most time takes:

Rename episodes using [TheTVDB]
Auto-Query etc
Fetching episode data for [Series]

i just wanted to ask if its possible to speed one of these steps up.

Thanks btw. great work!

Re: Performance/Speed on Raspbian

Posted: 01 Mar 2013, 01:08
by rednoah
How much memory are you giving Java? Try adding something like -Xmx256.

Also what if you use simple filebot -rename calls? That should be much faster than loading Groovy.

EDIT: Do you get any error output? Absolutely make sure that FileBot has permissions and enough space for it's cache (in ~/.filebot by default).