background
With the help of a friend, I have installed Gentoo on my server. However, a lot of
applications I am used to running have some complications in getting them going. The Final
piece of the puzzle is Filebot
The Meat
There is an ebuild of filebot that is a few versions old and does ...
Search found 40 matches
- 22 Dec 2019, 08:32
- Forum: Ubuntu & Desktop Linux
- Topic: Issue getting Filebot to run on gentoo headless server via docker
- Replies: 1
- Views: 3651
- 06 Nov 2019, 01:45
- Forum: Help and Support
- Topic: need help 'find'ing files less than 24 hours old to process
- Replies: 9
- Views: 6939
Re: need help 'find'ing files less than 24 hours old to process
where can I get FileBot r6859? on the current Download Page only FileBot 4.8.5 (r6224) is available
- 04 Nov 2019, 20:04
- Forum: Help and Support
- Topic: need help 'find'ing files less than 24 hours old to process
- Replies: 9
- Views: 6939
Re: need help 'find'ing files less than 24 hours old to process
1. the nonsense is caused by $NOW inside of $LOGDIR (improperly escaped) now fixed in updated script.
2. deleting mediainfo from script Filebot will still try to process all files in dir.
running $ filebot -script fn:amc --file-filter "age < 1" --format "{d} {f}" -r /zata/done/ser/ --output /zata ...
2. deleting mediainfo from script Filebot will still try to process all files in dir.
running $ filebot -script fn:amc --file-filter "age < 1" --format "{d} {f}" -r /zata/done/ser/ --output /zata ...
- 03 Nov 2019, 22:49
- Forum: Help and Support
- Topic: need help 'find'ing files less than 24 hours old to process
- Replies: 9
- Views: 6939
Re: need help 'find'ing files less than 24 hours old to process
I ran this script
#!/bin/bash
NOW=$(date +"%c")
LOGDIR="/home/gallo/.log/filebot"
LOG="filebot_$NOW.log"
DST="/zata/view"
TV_FORMAT="{plex}"
FILEBOT="$(which filebot)"
$FILEBOT -mediainfo -r "/zata/done/ser/" --file-filter "age < 1" --format "{d} {f}" -exec $FILEBOT -script fn:amc {f ...
#!/bin/bash
NOW=$(date +"%c")
LOGDIR="/home/gallo/.log/filebot"
LOG="filebot_$NOW.log"
DST="/zata/view"
TV_FORMAT="{plex}"
FILEBOT="$(which filebot)"
$FILEBOT -mediainfo -r "/zata/done/ser/" --file-filter "age < 1" --format "{d} {f}" -exec $FILEBOT -script fn:amc {f ...
- 03 Nov 2019, 08:11
- Forum: Help and Support
- Topic: need help 'find'ing files less than 24 hours old to process
- Replies: 9
- Views: 6939
Re: need help 'find'ing files less than 24 hours old to process
1. I will add //--file-filter ...// to script and try/test. Also -r I shall report.
2.Hopefully this works and excludelist will not be necessary.
3. I'll give this a try as well. should I pipe this line with read
IF filebot -mediainfo -r /files --file-filter "age < 1" --format "{d} {f}" | read ...
2.Hopefully this works and excludelist will not be necessary.
3. I'll give this a try as well. should I pipe this line with read
IF filebot -mediainfo -r /files --file-filter "age < 1" --format "{d} {f}" | read ...
- 02 Nov 2019, 23:06
- Forum: Help and Support
- Topic: need help 'find'ing files less than 24 hours old to process
- Replies: 9
- Views: 6939
need help 'find'ing files less than 24 hours old to process
specs:
Ubuntu 18.04.3 headless.
This box is a local seedbox and media server.
Files are hardlinked.
excludes has been in use for several years.
here is a the script
#!/bin/bash
NOW=$(date +"%c")
LOGDIR="/home/gallo/.log/filebot"
LOGFILE="filebot_$NOW.log"
DST="/zpool/view"
SRC="/zpool ...
Ubuntu 18.04.3 headless.
This box is a local seedbox and media server.
Files are hardlinked.
excludes has been in use for several years.
here is a the script
#!/bin/bash
NOW=$(date +"%c")
LOGDIR="/home/gallo/.log/filebot"
LOGFILE="filebot_$NOW.log"
DST="/zpool/view"
SRC="/zpool ...
- 28 Jul 2019, 11:18
- Forum: Help and Support
- Topic: how can I exclude a series/movie name from a rename call?
- Replies: 5
- Views: 4808
Re: how can I exclude a series/movie name from a rename call?
folder structure is '/zpool/done/cine/` forgot where to find logs on FreeBSD. I suppose the folder name could be an issue, though I presumed filebot would only "look" and subfolders and not consider the parent folder name
- 27 Jul 2019, 19:50
- Forum: Help and Support
- Topic: how can I exclude a series/movie name from a rename call?
- Replies: 5
- Views: 4808
how can I exclude a series/movie name from a rename call?
filebot is installed on FreeBSD, ssh from MacOS the call is
filebot -script fn:amc --db TheTVDB --output "/path/to/plex/" -no-xattr --format {plex} --action hardlink -non-strict -r "/path/to/done/series" --log-file amc.log --def excludeList=amc.txt
or
filebot -script fn:amc --db TheMovieDB ...
filebot -script fn:amc --db TheTVDB --output "/path/to/plex/" -no-xattr --format {plex} --action hardlink -non-strict -r "/path/to/done/series" --log-file amc.log --def excludeList=amc.txt
or
filebot -script fn:amc --db TheMovieDB ...
- 13 Jul 2019, 16:06
- Forum: Synology NAS & Embedded Linux
- Topic: 'Skip small video file' on Syno DS216se
- Replies: 11
- Views: 7941
Re: 'Skip small video file' on Syno DS216se
I am having the same issue, however it is for actual small files, Tom and Jerry each video is ~5 minutes long and ~70MB in size. how can I bypass or force filebot to "see"/process small files
- 24 Jan 2019, 21:23
- Forum: Ubuntu & Desktop Linux
- Topic: cmdline {plex} tag does not work as expected
- Replies: 4
- Views: 3917
Re: cmdline {plex} tag does not work as expected
I can get a script to run*
#!/usr/ports/shells/bash
filebot -script fn:amc --db TheTVDB --output "/zata/plex/" --format {plex} --action hardlink -non-strict -r "/zata/done/ser" --log-file amc.log --def excludeList=amc.txt
however there is A LOT of repeating error output while running ...
#!/usr/ports/shells/bash
filebot -script fn:amc --db TheTVDB --output "/zata/plex/" --format {plex} --action hardlink -non-strict -r "/zata/done/ser" --log-file amc.log --def excludeList=amc.txt
however there is A LOT of repeating error output while running ...
- 24 Jan 2019, 21:05
- Forum: Ubuntu & Desktop Linux
- Topic: cmdline {plex} tag does not work as expected
- Replies: 4
- Views: 3917
Re: cmdline {plex} tag does not work as expected
running from kitty shell on MacOS via ssh into BSD box via fish terminal.
I should switch to bash?
pastebin changed to unlisted (should be viewable)
I should switch to bash?
pastebin changed to unlisted (should be viewable)
- 24 Jan 2019, 18:39
- Forum: Ubuntu & Desktop Linux
- Topic: cmdline {plex} tag does not work as expected
- Replies: 4
- Views: 3917
cmdline {plex} tag does not work as expected
root@freeBSDbox ~# filebot -script fn:sysinfo
CALL
filebot -rename --db TheTVDB --output "/zata/plex/series" --format {plex} --action hardlink -non-strict -r /zata/done/ser/Are*
OUTPUT
the issue is my "plex" TV Show folder only has 2 files
root@freeBSDbox ~# ls /zata/plex/series/
plex ...
CALL
filebot -rename --db TheTVDB --output "/zata/plex/series" --format {plex} --action hardlink -non-strict -r /zata/done/ser/Are*
OUTPUT
the issue is my "plex" TV Show folder only has 2 files
root@freeBSDbox ~# ls /zata/plex/series/
plex ...
- 17 Jan 2019, 14:47
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 2011552
Re: [TAR] How to install FileBot on Linux / FreeBSD / Solaris / any Unix OS
I am on FreeBSD 12, when trying to install filebot I get the following error
which version of java should I use/search for?
Code: Select all
~/filebot-portable# sh filebot.sh -script fn:sysinfo
filebot.sh: java: not found- 11 Dec 2016, 20:32
- Forum: Ubuntu & Desktop Linux
- Topic: ubuntu filebot script not seeing directories
- Replies: 1
- Views: 3483
ubuntu filebot script not seeing directories
Ubuntu 16.04.1 Server filebot_4.7.5_amd64.deb installed, java 8 installed,
running this script
#!/bin/bash
#### Media file processing script for Filebot
# This script gets triggered by some means (inotify, auditd, cron, etc.) and processes media files in some locations.
# It will run the ...
running this script
#!/bin/bash
#### Media file processing script for Filebot
# This script gets triggered by some means (inotify, auditd, cron, etc.) and processes media files in some locations.
# It will run the ...
- 12 Nov 2016, 01:01
- Forum: macOS
- Topic: FilebotTool Deluge plugin
- Replies: 1
- Views: 3779
FilebotTool Deluge plugin
using Mac Mini, Homebrew install, Deluge thin client - connected to a seedbox,
format expression for movie
{n.replaceTrailingBrackets().sortName()} ({y})/{n} ({y}) [{certification}]
this is the error I get, any ideas?
FilebotRuntimeError error on torrent ...
format expression for movie
{n.replaceTrailingBrackets().sortName()} ({y})/{n} ({y}) [{certification}]
this is the error I get, any ideas?
FilebotRuntimeError error on torrent ...
- 22 Oct 2016, 19:29
- Forum: Ubuntu & Desktop Linux
- Topic: cron script error no such file or directory, but it does exist
- Replies: 1
- Views: 3068
cron script error no such file or directory, but it does exist
running this script and get
/usr/local/bin/filebot-rename.sh: line 96: seriesFormat=seriesFormat=vide0/TV/{n.replaceTrailingBrackets()}/{'Season '+s}/{plex[3]}: No such file or directory
Finished processing for tag: <movie> in /media/data/files2b/movie
Current tag: <tv>
Running Filebot in /media ...
/usr/local/bin/filebot-rename.sh: line 96: seriesFormat=seriesFormat=vide0/TV/{n.replaceTrailingBrackets()}/{'Season '+s}/{plex[3]}: No such file or directory
Finished processing for tag: <movie> in /media/data/files2b/movie
Current tag: <tv>
Running Filebot in /media ...
- 06 Jul 2015, 17:44
- Forum: Help and Support
- Topic: rename music {artist} without "Feat. artist_name"
- Replies: 3
- Views: 4160
Re: rename music {artist} without "Feat. artist_name"
tried {n}, {albumArtist} and {media.Performer}
{n} gives same result as {artist}
{albumArtist} and {media.Performer} results in
{artist}/{album}/filename
or
{album}/filename
kind of hit or miss. none of the other binding are applicable to artist name.
{n} gives same result as {artist}
{albumArtist} and {media.Performer} results in
{artist}/{album}/filename
or
{album}/filename
kind of hit or miss. none of the other binding are applicable to artist name.
- 06 Jul 2015, 00:20
- Forum: Help and Support
- Topic: rename music {artist} without "Feat. artist_name"
- Replies: 3
- Views: 4160
rename music {artist} without "Feat. artist_name"
what 'm trying to do is use the album artist as the main folder and have the featured artist in the file name so
/path/to/music/2Pac/All Eyez On Me/2Pac feat. Snoop Doggy Dogg-All Eyez On Me-2 Of America's Most Wanted.mp3
this way all my 2pac (or another artist) stays organized by artist ...
/path/to/music/2Pac/All Eyez On Me/2Pac feat. Snoop Doggy Dogg-All Eyez On Me-2 Of America's Most Wanted.mp3
this way all my 2pac (or another artist) stays organized by artist ...
- 29 Mar 2015, 05:10
- Forum: Feature Requests and Bug Reports
- Topic: toggle what artwork is downloaded
- Replies: 2
- Views: 2933
Re: toggle what artwork is downloaded
1. OK
2. My movies are 9GB+ I do worry about 1-2MBs
3. thanks, I'll look into it and share what I come up with
2. My movies are 9GB+ I do worry about 1-2MBs
3. thanks, I'll look into it and share what I come up with
- 27 Mar 2015, 07:18
- Forum: Feature Requests and Bug Reports
- Topic: toggle what artwork is downloaded
- Replies: 2
- Views: 2933
toggle what artwork is downloaded
perhaps this is already available, but what I'm looking for is to toggle/switch off
clearart, disc & folder from artwork thats downloaded or that artwork + plex (or XMBC) downloads artwork that can be read by plea or XMBC as the users prefer.
Alex currently doesn't support clearart, folder/poster ...
clearart, disc & folder from artwork thats downloaded or that artwork + plex (or XMBC) downloads artwork that can be read by plea or XMBC as the users prefer.
Alex currently doesn't support clearart, folder/poster ...
- 30 Jan 2015, 02:28
- Forum: Help and Support
- Topic: Series Mismatch
- Replies: 2
- Views: 2843
Series Mismatch
Mac-mini-de-el-GALLO-3:~ gallo$ filebot -script fn:sysinfo
FileBot 4.5.3 (r2729)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/opt/homebrew-cask/Caskroom/filebot/4.5.3/FileBot.app/Contents/MacOS/fpcalc)
Extended Attributes: OK ...
FileBot 4.5.3 (r2729)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/opt/homebrew-cask/Caskroom/filebot/4.5.3/FileBot.app/Contents/MacOS/fpcalc)
Extended Attributes: OK ...
- 20 Jan 2015, 02:34
- Forum: Scripting and Automation
- Topic: AMC : rtorrent/plex update (plex home)
- Replies: 8
- Views: 8121
Re: AMC : rtorrent/plex update (plex home)
either of you have the --def for plea to update only a section?
i have
plex=localhost:uniqueToken
1=TV but I can't figure out how to parse it so it updates TV instead of all
i have
plex=localhost:uniqueToken
1=TV but I can't figure out how to parse it so it updates TV instead of all
- 19 Jan 2015, 11:34
- Forum: Scripting and Automation
- Topic: has anyone figured out how to get filebot script to run
- Replies: 1
- Views: 2706
has anyone figured out how to get filebot script to run
I've sen a few post about Hazel and that people finally get it to work. but they don't post their rules. the Hazel forum is less active than here (most recent posts are from last year). Dev's comment about filebot is
You'll have to check with Filebot and see what environment it is assuming ...
You'll have to check with Filebot and see what environment it is assuming ...
- 19 Jan 2015, 01:36
- Forum: Help and Support
- Topic: Help please
- Replies: 13
- Views: 10827
Re: Help please
Pakalolo
do you have a copy/pic of your hazel rules to run the script?
do you have a copy/pic of your hazel rules to run the script?
- 17 Jan 2015, 20:37
- Forum: Episode / Movie Naming Scheme
- Topic: Ithiel's super crazy renaming scheme for perfectionists!
- Replies: 28
- Views: 57881
Re: Ithiel's super crazy renaming scheme for perfectionists!
In the end I gave up on the super crazy scheme. I have my own quite nutty scheme almost working how I want it to.
Given the weeks and hours I've sunk into making filebot work, I'm calling it good enough and walking away with the tattered threads of my sanity.
Thanks for your help.
RedNoah's ...
Given the weeks and hours I've sunk into making filebot work, I'm calling it good enough and walking away with the tattered threads of my sanity.
Thanks for your help.
RedNoah's ...