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: 3708
- 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: 7075
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: 7075
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: 7075
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: 7075
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: 7075
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: 4897
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: 4897
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: 8135
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: 3992
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: 3992
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: 3992
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: 2207204
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: 3536
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: 3861
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: 3114
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: 4268
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: 4268
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: 2987
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: 2987
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: 2916
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: 8228
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: 2748
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: 11064
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: 58602
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 ...
- 16 Jan 2015, 04:21
- Forum: Help and Support
- Topic: can artwork have --def?
- Replies: 1
- Views: 1918
can artwork have --def?
Can "... artwork=y ..." be defined to ONLY download banner, poster and season? and can the source be set to a specific --db?
for example
filebot -script fn:amc "/Volumes/Vide0/Television/Seeding/" --db TheTVDB --output "/Volumes/Vide0/Television/Plex TV/" --action symlink --conflict override ...
for example
filebot -script fn:amc "/Volumes/Vide0/Television/Seeding/" --db TheTVDB --output "/Volumes/Vide0/Television/Plex TV/" --action symlink --conflict override ...
- 08 Jan 2015, 18:25
- Forum: Help and Support
- Topic: Homebrew version music rename error
- Replies: 2
- Views: 2249
Re: Homebrew version music rename error
thanks my issue was twofold
I had -rename BEFORE my input
AND
I had escaped "\" the spaces I have in a folder name (so in finder that folder is first regardless of other folder names)
"musicFormat=/path/to/\ \ COMPLETE/folder/"
where the solution was simply
"musicFormat+/path/to/ COMPLETE ...
I had -rename BEFORE my input
AND
I had escaped "\" the spaces I have in a folder name (so in finder that folder is first regardless of other folder names)
"musicFormat=/path/to/\ \ COMPLETE/folder/"
where the solution was simply
"musicFormat+/path/to/ COMPLETE ...
- 08 Jan 2015, 08:01
- Forum: Help and Support
- Topic: Homebrew version music rename error
- Replies: 2
- Views: 2249
Homebrew version music rename error
My set up
fiLast login: Thu Jan 8 01:27:52 on ttys002
leMac-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 ...
fiLast login: Thu Jan 8 01:27:52 on ttys002
leMac-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 ...
- 03 Jan 2015, 05:50
- Forum: Help and Support
- Topic: Code Started to "Ignore Processed Folder"
- Replies: 5
- Views: 4765
Re: Code Started to "Ignore Processed Folder"
I'm going to try this in reverse. I would prefer to have filebot rename files and only have to symlink so that I do not break seeding (private trackers)
So I'm using your script as an example and simply calling on filebot for each of my save locations. this way I keep seeding on the drive that ...
So I'm using your script as an example and simply calling on filebot for each of my save locations. this way I keep seeding on the drive that ...
- 31 Dec 2014, 18:30
- Forum: Help and Support
- Topic: Code Started to "Ignore Processed Folder"
- Replies: 5
- Views: 4765
Re: Code Started to "Ignore Processed Folder"
would there be a way to write this so
/path/to/Finished/torrent_name.mp4
MOVE to
/path/to/Seed_forever/torrent_name.mp4
SYMLINK .../Seed_forever/*
/path/to/Plex/TMDB_name (year) [cert]/movie name (year).ext
(the last part I would set via "movieFormat= /path/to/Plex -format my personal ...
/path/to/Finished/torrent_name.mp4
MOVE to
/path/to/Seed_forever/torrent_name.mp4
SYMLINK .../Seed_forever/*
/path/to/Plex/TMDB_name (year) [cert]/movie name (year).ext
(the last part I would set via "movieFormat= /path/to/Plex -format my personal ...
- 31 Dec 2014, 11:41
- Forum: Help and Support
- Topic: Newbie needs some help (scripts make my head hurt)
- Replies: 2
- Views: 2329
Re: Newbie needs some help (scripts make my head hurt)
I'm working on something similar, I don't think filebot can move/copy/link based off trackers. But this thread http://www.filebot.net/forums/viewtopic.php?f=8&t=2237&p=12820#p12820 shows some promise. though I haven't sorted it out, I would imagine that you'd have to move some folders around.
F ...
F ...
- 16 Dec 2014, 02:51
- Forum: Help and Support
- Topic: Mac Transmission-postprocess broken
- Replies: 3
- Views: 3019
Re: Mac Transmission-postprocess broken
Restarted my Mac mini and solved the issue. However, is there a way to make filebot post process run as sudo? I've noticed that I get these permission errors after about 48+ hours of uptime on my external HDD.
- 09 Dec 2014, 00:37
- Forum: Help and Support
- Topic: Mac Transmission-postprocess broken
- Replies: 3
- Views: 3019
Mac Transmission-postprocess broken
Mac OX 10.10.1
Transmission 2.8.4
Filebot 4.5 (via homebrew/cask)
I've noticed that recently filebot won't rename/move movies to their final destination. works perfectly for TV shows.
TV Shows are set to the same drive that Transmission. Movies final location are on another drive, I hadn't had ...
Transmission 2.8.4
Filebot 4.5 (via homebrew/cask)
I've noticed that recently filebot won't rename/move movies to their final destination. works perfectly for TV shows.
TV Shows are set to the same drive that Transmission. Movies final location are on another drive, I hadn't had ...
- 14 Oct 2014, 00:38
- Forum: Help and Support
- Topic: multi volume sorting
- Replies: 5
- Views: 3921
Re: multi volume sorting
can postprocess handle transmission labels/groups? what I'd like to do, due to low disk space, download to
TV series to /Volumes/Media/TV
Movies to /Volumes/Video/Movies
Music to /Users/me/Downloads
Granted Transmission can only have ONE default download location with a subfolder or alternate for ...
TV series to /Volumes/Media/TV
Movies to /Volumes/Video/Movies
Music to /Users/me/Downloads
Granted Transmission can only have ONE default download location with a subfolder or alternate for ...
- 13 Oct 2014, 17:57
- Forum: Help and Support
- Topic: multi volume sorting
- Replies: 5
- Views: 3921
Re: multi volume sorting
thanks rednoah!
how can I define the input? meaning I can write the settings in flexget to download TV series into /Volumes/A/
couchpotato into /Volumes/B/ and headphones to download into /Users/me/Music/.
however how do I get the transmission postprocess to read/see the files in those locations?
how can I define the input? meaning I can write the settings in flexget to download TV series into /Volumes/A/
couchpotato into /Volumes/B/ and headphones to download into /Users/me/Music/.
however how do I get the transmission postprocess to read/see the files in those locations?
- 13 Oct 2014, 16:48
- Forum: Help and Support
- Topic: multi volume sorting
- Replies: 5
- Views: 3921
multi volume sorting
I'm using a Mac Mini, Plex, Filebot, Flexget (tv series) Couchpotato (movies) Headphones (music) currently my setup is as follows
\#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot.sh -script fn:amc --output "/Volumes/Media/Incomplete/complete" --log-file amc.log --action copy --conflict ...
\#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot.sh -script fn:amc --output "/Volumes/Media/Incomplete/complete" --log-file amc.log --action copy --conflict ...
- 03 Oct 2014, 19:22
- Forum: Help and Support
- Topic: Remove Trailing Brackets AND move The|a|an to end of title?
- Replies: 1
- Views: 2640
Remove Trailing Brackets AND move The|a|an to end of title?
My current setup I am using a Mac Mini, Transmission, Flexget, CP and of course FileBot
my postprocess is as follows
\#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot.sh -script fn:amc --output "/Volumes/Media/Incomplete/complete" --log-file amc.log --action copy --conflict override ...
my postprocess is as follows
\#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot.sh -script fn:amc --output "/Volumes/Media/Incomplete/complete" --log-file amc.log --action copy --conflict override ...
- 22 Jul 2014, 23:57
- Forum: Help and Support
- Topic: Transmission Mavericks & filebot 4.2 fail
- Replies: 1
- Views: 2269
Transmission Mavericks & filebot 4.2 fail
Hello I am currently using a Mac Mini, OS X ver 10.9.4, Transmission ver 2.84, Java ver 8 update 11, and Filebot ver 4.2.
my previous transmission-postprocess worked fine with 4.0, I noticed that none of my media was being renamed and moved as it was being done previously. I searched this forum and ...
my previous transmission-postprocess worked fine with 4.0, I noticed that none of my media was being renamed and moved as it was being done previously. I searched this forum and ...
- 29 Apr 2014, 11:39
- Forum: Scripting and Automation
- Topic: noob Mac Auto Folder help
- Replies: 3
- Views: 3312
Re: noob Mac Auto Folder help
any file that I place in "/path/folder/to/watch" which would only be movies, TV shows or music.
I'm thinking I could just make it just a script to run and have Hazel worry about "watching the folder" in which case should I specify
--input "/Users/myname/watchFolder"
which I presume would ...
I'm thinking I could just make it just a script to run and have Hazel worry about "watching the folder" in which case should I specify
--input "/Users/myname/watchFolder"
which I presume would ...
- 29 Apr 2014, 10:55
- Forum: Scripting and Automation
- Topic: noob Mac Auto Folder help
- Replies: 3
- Views: 3312
noob Mac Auto Folder help
I've managed to get my AMC transmission-postprocess to finally work after some trial and error. It was a bit unique in that torrents are downloaded to Volume/downloads, then sorted into /Volumes/Media/Muzik, /Volumes/Media/TV and /Volumes/Video/M0vies. The screenshots were extremely helpful ...