That would be ideal, just log the error and keep going.
Thanks for looking into it!
Search found 6 matches
- 16 Dec 2019, 18:23
- Forum: Ubuntu & Desktop Linux
- Topic: Continue processing on fpcalc Invalid data error with AcoustId?
- Replies: 3
- Views: 3143
- 16 Dec 2019, 16:59
- Forum: Ubuntu & Desktop Linux
- Topic: Continue processing on fpcalc Invalid data error with AcoustId?
- Replies: 3
- Views: 3143
Re: Continue processing on fpcalc Invalid data error with AcoustId?
I worked around the issue by pre-processing the files and removing anything with errors: test.py: #!/usr/bin/env python import sys import os import re t = os.popen('ffmpeg -threads 6 -v error -i "%s" -f null - 2>&1' % sys.argv[1]).read() if "Error" in t: print "- %s" % sys.argv[1] else: print "+ %s ...
- 16 Dec 2019, 16:07
- Forum: Ubuntu & Desktop Linux
- Topic: Continue processing on fpcalc Invalid data error with AcoustId?
- Replies: 3
- Views: 3143
Continue processing on fpcalc Invalid data error with AcoustId?
I'm trying to bulk rename a bunch of music via AcoustId and I randomly get errors like the one pasted below. The problem is the error stops the entire matching process, so I have to move that file out of the way and restart. Is there a way to get filebot it just ignore/log these errors and keep ...
- 16 May 2019, 06:31
- Forum: Feature Requests and Bug Reports
- Topic: Ubuntu Store version doesn't work with NFS mounts
- Replies: 1
- Views: 1911
Ubuntu Store version doesn't work with NFS mounts
I installed 4.8.5 via the desktop store on Ubuntu 16.04. This version refuses to show any NFS mounts. Uninstalling it and replacing it with the amd64.deb version works as expected. snap install: $ filebot -script fn:sysinfo ln: failed to create symbolic link '/home/username/snap/filebot/24/.config ...
- 24 Nov 2018, 03:36
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot hangs when matching on Ubuntu
- Replies: 10
- Views: 5850
Re: Filebot hangs when matching on Ubuntu
I just tried the NimbusLookAndFeel and while it doesn't fix the lock it does render the dialog before it locks up. It appears to happen with the following flow: 1. Select folder of files 2. Select Presets > Plex (this is my custom Plex/TVDB preset) 3. Get "Failed to identify some of the following ...
- 24 Nov 2018, 03:03
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot hangs when matching on Ubuntu
- Replies: 10
- Views: 5850
Re: Filebot hangs when matching on Ubuntu
I'm seeing similar behavior. $ filebot -script fn:sysinfo FileBot 4.8.2 (r5789) JNA Native: 5.2.2 MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not ...