Search found 7 matches

by czemo
27 Dec 2018, 12:20
Forum: Feature Requests and Bug Reports
Topic: Xattr on FreeNAS / FreeBSD - Feature request
Replies: 10
Views: 5239

Re: Xattr on FreeNAS / FreeBSD - Feature request

Code: Select all

#filebot *.mkv -script "g:println args.metadata"
[Movie name (2017)]
Done ?(?????)?
by czemo
27 Dec 2018, 00:39
Forum: Feature Requests and Bug Reports
Topic: Xattr on FreeNAS / FreeBSD - Feature request
Replies: 10
Views: 5239

Re: Xattr on FreeNAS / FreeBSD - Feature request

It looks good.

Code: Select all

#lsextattr user Movie\ name\ \(2017\).mkv 
Movie name (2017).mkv        net.filebot.metadata    net.filebot.filename 
by czemo
26 Dec 2018, 20:37
Forum: Feature Requests and Bug Reports
Topic: Xattr on FreeNAS / FreeBSD - Feature request
Replies: 10
Views: 5239

Re: Xattr on FreeNAS / FreeBSD - Feature request

rednoah wrote: 26 Dec 2018, 20:18 Would you like to try a test build and test things a little bit?
Sure! Thanks for your effort.
by czemo
03 Mar 2018, 03:43
Forum: Feature Requests and Bug Reports
Topic: Xattr on FreeNAS / FreeBSD - Feature request
Replies: 10
Views: 5239

Re: Xattr on FreeNAS / FreeBSD - Feature request

Thank you for reply. Although FreeBSD is not support, FileBot runs there quite well with -no-xattr. E.g. filebot -rename --db TVDB -non-strict -no-xattr tvs Rename episodes using [TheTVDB] Auto-detected query: [Arrow] Fetching episode data for [Arrow] Fetching episode data for [Sparrow (2016)] [MOVE...
by czemo
03 Mar 2018, 01:41
Forum: Feature Requests and Bug Reports
Topic: portable problem with Freebsd (Freenas) - mediainfo
Replies: 15
Views: 10976

Re: portable problem with Freebsd (Freenas) - mediainfo

I suspect issue with filebot. Can you please tell me HOW did you install filebot (portable) under the freenas jail pls? (exact sequence of commands?). If I remember it well, it wasn't really standard way ;) In the past I had small "NAS" using RPi3 + USB drive for plex storage. And FileBot...
by czemo
03 Mar 2018, 00:44
Forum: Feature Requests and Bug Reports
Topic: Xattr on FreeNAS / FreeBSD - Feature request
Replies: 10
Views: 5239

Xattr on FreeNAS / FreeBSD - Feature request

This is what I found on FreeNAS / FreeBSD about xattr on ZFS. I wonder if xattr support could be implemented also for this system. [root@hp-nas:/mnt/NAS/plex/test] # setextattr user net.filebot.filename Arrow-s01e01.mkv Arrow\ -\ 1x01\ -\ Pilot.mkv [root@hp-nas:/mnt/NAS/plex/test] # lsextattr user A...
by czemo
02 Mar 2018, 00:33
Forum: Feature Requests and Bug Reports
Topic: portable problem with Freebsd (Freenas) - mediainfo
Replies: 15
Views: 10976

Re: portable problem with Freebsd (Freenas) - mediainfo

Not sure how clear way it is, but it works. For JNA: pkg install jna In archive /usr/local/share/java/classes/jna.jar is file com/sun/jna/freebsd-x86-64/libjnidispatch.so Extract that file (unzip) and put as filebot/lib/amd64/libjnidispatch.so For mediainfo: pkg install mediainfo For fpcalc: pkg ins...