Search found 15 matches

by bookedirl
22 Dec 2020, 05:16
Forum: Ubuntu & Desktop Linux
Topic: Low Memory Limit Debian
Replies: 6
Views: 11243

Re: Low Memory Limit Debian

It appears it doesn't stick after reboot. Is there something else that could be changing this?
by bookedirl
22 Dec 2020, 04:28
Forum: Ubuntu & Desktop Linux
Topic: Low Memory Limit Debian
Replies: 6
Views: 11243

Re: Low Memory Limit Debian

Awesome, that worked. I didn't even know about the JAVA_OPTS.

Do I need to worry about the other two JNA Native and Media Info? All the info I tried searching for is all outdated from previous guides.
by bookedirl
22 Dec 2020, 04:14
Forum: Ubuntu & Desktop Linux
Topic: Low Memory Limit Debian
Replies: 6
Views: 11243

Re: Low Memory Limit Debian

root@DietPi:~# cat /proc/meminfo MemTotal: 764340 kB MemFree: 567544 kB MemAvailable: 619096 kB Buffers: 14620 kB Cached: 85216 kB SwapCached: 0 kB Active: 115992 kB Inactive: 47732 kB Active(anon): 65636 kB Inactive(anon): 7076 kB Active(file): 50356 kB Inactive(file): 40656 kB Unevictable: 1444 k...
by bookedirl
22 Dec 2020, 03:54
Forum: Ubuntu & Desktop Linux
Topic: Low Memory Limit Debian
Replies: 6
Views: 11243

Low Memory Limit Debian

I'm getting a Low Memory Limit and JNA Native/MediaInfo errors. Here's one of the errors as well as part of the sysinfo script. I tried adding more to each but for whatever reason the forum keeps giving me an error when I paste the code. Dec 22, 2020 3:35:54 AM net.sf.ehcache.store.disk.DiskStorageF...
by bookedirl
30 Jun 2019, 21:45
Forum: Ubuntu & Desktop Linux
Topic: Permission Issue
Replies: 1
Views: 2234

Permission Issue

Hello, I recently updated Filebot and purchased the lifetime membership. I ended up redoing my entire torrentbox in the process to get it up to date. Now I'm running into all kind of issues and could use some help. I been troubleshooting all afternoon and hit a road block now with filebot. It curren...
by bookedirl
11 Jul 2018, 18:49
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 181820

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

I tried the script you posted and after running it, it says

Code: Select all

FileBot_4.8.2-portable.tar.xz: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match
+ exit 1
by bookedirl
11 Jul 2018, 18:26
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 181820

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

Been awhile since I had to install FileBot on my raspberrypi... Is this version now supported on Linux? Is there an up-to-date guide on how to install it? There was a lot of extra stuff that needed to be installed.. JNA, JAVA, MediaInfo.. etc... Is this still the case?
by bookedirl
03 Nov 2015, 20:12
Forum: Episode / Movie Naming Scheme
Topic: Help with Collections
Replies: 5
Views: 6345

Re: Help with Collections

rednoah wrote:Here's a correct solution for this problem:

Code: Select all

Movies/{any{collection}{n+'('+y+')'}}/{n} {'('+y+')'}{' CD'+pi}
Thanks Rednoah. What's the difference between your way and Pabs? When I put both into filebot they appear to give the same naming. Either way thanks again!
by bookedirl
31 Oct 2015, 01:48
Forum: Episode / Movie Naming Scheme
Topic: Help with Collections
Replies: 5
Views: 6345

Re: Help with Collections

Pab wrote:Is it something like this you are after?

Code: Select all

Movies/{collection ? collection : n (y)}/{n} ({y}){' CD'+pi}
The brackets statement gives the collection if its in a collection, otherwise the name and year
Perfect! This is exactly what I was looking for :)

Thank you very much!
by bookedirl
20 Oct 2015, 05:49
Forum: Episode / Movie Naming Scheme
Topic: Help with Collections
Replies: 5
Views: 6345

Help with Collections

I'm using my RasberryPi to sort out my media files as I download them and so far its been great. I have my format very simple and I would like to take it one step further. I would like to put collections of movies in just one folder and not Collection Folder>Movie Folder>Movie Name.mp4 Here's what I...
by bookedirl
10 Oct 2015, 01:29
Forum: Scripting and Automation
Topic: Format Expression - Help With Collections
Replies: 1
Views: 2142

Format Expression - Help With Collections

I took a look at this post https://www.filebot.net/forums/viewtopic.php?t=2 and I'm looking at sorting out my movies a certain way. Not sure if it's possible. Movies/{collection+'/'}{n} ({y}){' CD'+pi} This is close to what I want... but I don't want movies in a collection being put into their own f...
by bookedirl
09 Oct 2015, 19:41
Forum: Scripting and Automation
Topic: Deluge Automation Help (Raspberry Pi 2)
Replies: 4
Views: 3732

Re: Deluge Automation Help (Raspberry Pi 2)

Alright, I fixed the problem... I turns out it was because I did install Filebot in ROOT

I corrected this by passing

Code: Select all

sudo chown -R $USER:$USER filebot
in the folder /usr/share/

File was successfully moved to my NAS and file renamed.

My wife isn't impressed by this but I think this is amazing. :)
by bookedirl
09 Oct 2015, 18:29
Forum: Scripting and Automation
Topic: Deluge Automation Help (Raspberry Pi 2)
Replies: 4
Views: 3732

Re: Deluge Automation Help (Raspberry Pi 2)

I checked amc.log and saw this after the download completes

Failed to initialize cache: java.nio.file.AccessDeniedException: /usr/share/filebot/data/cache/0/.lock

I googled and saw another post where you said to delete the cache folder, however this didn't help.
by bookedirl
09 Oct 2015, 17:23
Forum: Scripting and Automation
Topic: Deluge Automation Help (Raspberry Pi 2)
Replies: 4
Views: 3732

Re: Deluge Automation Help (Raspberry Pi 2)

Thanks for the quick reply. I tried the logging feature by appending " > /home/pi/scripts/out.log 2> /home/pi/scripts/err.log" to the end of the file bot script but nothing happened after the torrent completed. I did a test and specified the torrent path and name from one already completed...
by bookedirl
09 Oct 2015, 14:48
Forum: Scripting and Automation
Topic: Deluge Automation Help (Raspberry Pi 2)
Replies: 4
Views: 3732

Deluge Automation Help (Raspberry Pi 2)

Hello, first post and first time using FileBot on the raspberry pi. I currently use it in Windows and it's absolutely amazing. I've installed all the prereqs and FileBot and just followed @rednoah s guide with the deluge script he posted http://www.filebot.net/forums/viewtopic.php?f=4&t=215&...