Search found 18 matches
- 22 Apr 2019, 07:20
- Forum: Help and Support
- Topic: How can I stop this from happening?
- Replies: 6
- Views: 4832
Re: How can I stop this from happening?
Hm, problem is I'm using amc here so it's automatically seeing these as movies rather than specials.
- 20 Apr 2019, 09:46
- Forum: Help and Support
- Topic: How can I stop this from happening?
- Replies: 6
- Views: 4832
How can I stop this from happening?

This was a really bad match.
- 09 Mar 2019, 15:02
- Forum: Help and Support
- Topic: Removing Featured Artists
- Replies: 3
- Views: 2693
Re: Removing Featured Artists
Thank you!!
- 07 Mar 2019, 19:55
- Forum: Help and Support
- Topic: Removing Featured Artists
- Replies: 3
- Views: 2693
Removing Featured Artists
I'm currently using
musicFormat="music/{artist}/{album+'/'}{pi.pad(2)} - {t}"
with amc script. I'm noticing it includes featured artists in the initial {artist}. What can I do to remove that? It's resulting in multiple directories from the same artist for the same album. Here's an example
http ...
musicFormat="music/{artist}/{album+'/'}{pi.pad(2)} - {t}"
with amc script. I'm noticing it includes featured artists in the initial {artist}. What can I do to remove that? It's resulting in multiple directories from the same artist for the same album. Here's an example
http ...
- 10 Jan 2019, 14:32
- Forum: Feature Requests and Bug Reports
- Topic: {plex} does not uses Season XX
- Replies: 1
- Views: 1890
{plex} does not uses Season XX
Plex naming convention says seasons should be XX. Reference https://support.plex.tv/articles/200220 ... -tv-shows/
- 22 Dec 2018, 15:28
- Forum: Synology NAS & Embedded Linux
- Topic: Installing FileBot inside a Docker container
- Replies: 1
- Views: 3228
Installing FileBot inside a Docker container
I'm using [this container here](https://github.com/binhex/arch-delugevpn). How do install FileBot *inside* a container? `apt-get` for example is not available.
- 27 Nov 2018, 11:01
- Forum: Help and Support
- Topic: Giant music library
- Replies: 7
- Views: 5335
Re: Giant music library
Just coming back to this to say that using the above resulted in
Code: Select all
> java.lang.Error: Properties init: Could not determine current working directory.- 10 Nov 2018, 14:05
- Forum: Help and Support
- Topic: Giant music library
- Replies: 7
- Views: 5335
Re: Giant music library
This one is perfect
It goes straight into the Music directory.
Code: Select all
find . -type d -exec filebot -rename --format "{plex}" --output / -non-strict {} ';'
- 10 Nov 2018, 13:53
- Forum: Help and Support
- Topic: Giant music library
- Replies: 7
- Views: 5335
Re: Giant music library
Alright, this command worked as highlighted in the examples:
It doesn't move to the other directory but it does rename. It also uses ID3.
Code: Select all
find . -type d -exec filebot -rename -non-strict {} ';'
- 10 Nov 2018, 07:28
- Forum: Help and Support
- Topic: Giant music library
- Replies: 7
- Views: 5335
Re: Giant music library
I'll be using the CLI. I'm okay with it taking awhile knowing that it will be more correct. Does FileBot add information into the file much like MusicBrainz does?
- 09 Nov 2018, 17:49
- Forum: Help and Support
- Topic: Giant music library
- Replies: 7
- Views: 5335
Giant music library
I'd like to have FileBot rename and sort all music from `/to_organize` and move them into `/music`. There are tens of thousands of tracks. What's the best way to automate this? Any suggestions on the script? It seems like AMC would be a good fit here? How would I write that? Any performance issues ...
- 05 Nov 2018, 18:33
- Forum: Scripting and Automation
- Topic: What is ut_kind=multi?
- Replies: 1
- Views: 2637
What is ut_kind=multi?
I can't find anything in the documentation that explains ut_kind. It looks like it's used for AMC.
Right now my script is set to
ut_kind=multi "ut_dir=$TORRENT_PATH" "ut_title=$TORRENT_NAME"
What i'd like is to set seriesFormat to go to a different directory but want to make sure I'm not messing ...
Right now my script is set to
ut_kind=multi "ut_dir=$TORRENT_PATH" "ut_title=$TORRENT_NAME"
What i'd like is to set seriesFormat to go to a different directory but want to make sure I'm not messing ...
- 30 Oct 2018, 12:52
- Forum: Scripting and Automation
- Topic: rclone move after filebot renames
- Replies: 4
- Views: 3590
rclone move after filebot renames
I'm using the following script with Deluge
#!/bin/bash
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_CTYPE="en_US.UTF-8"
TORRENT_PATH="$3/$2"
TORRENT_NAME="$2"
TORRENT_LABEL="N/A"
# Subtitle language
SUBLANG=en
SKIP_EXTRACT=n
MUSIC=y
filebot -script /opt/filebot/scripts/amc ...
#!/bin/bash
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_CTYPE="en_US.UTF-8"
TORRENT_PATH="$3/$2"
TORRENT_NAME="$2"
TORRENT_LABEL="N/A"
# Subtitle language
SUBLANG=en
SKIP_EXTRACT=n
MUSIC=y
filebot -script /opt/filebot/scripts/amc ...
- 16 Oct 2018, 18:37
- Forum: Scripting and Automation
- Topic: amc is stuck
- Replies: 4
- Views: 4533
Re: amc is stuck
I'm getting mixed results. Sometimes it scans and sometimes it doesn't. It never finishes though. The directory is large so I did try individual files and sometimes that works but not always which is even more confusing. I've been trying to narrow it down but the results fluctuate.
- 15 Oct 2018, 15:19
- Forum: Scripting and Automation
- Topic: amc is stuck
- Replies: 4
- Views: 4533
Re: amc is stuck
It looks like it is working but it's taking ages to scan through the directory.
- 15 Oct 2018, 12:28
- Forum: Scripting and Automation
- Topic: amc is stuck
- Replies: 4
- Views: 4533
amc is stuck

It's just stuck here. I've had this going for a few hours now. Any ideas? Nothing in the logs.
- 06 Oct 2018, 19:22
- Forum: Help and Support
- Topic: java.lang.Error: Properties init: Could not determine current working directory.
- Replies: 2
- Views: 5698
Re: sh: 0: getcwd() failed: No such file or directory
Have you tried cding into your normal user home folder, and then calling filebot from there?
Yeap. Same result.
A Google search for java.lang.Error: Properties init: Could not determine current working directory will probably give you a lot of things you could try to work around or fix this ...
Yeap. Same result.
A Google search for java.lang.Error: Properties init: Could not determine current working directory will probably give you a lot of things you could try to work around or fix this ...
- 05 Oct 2018, 02:16
- Forum: Help and Support
- Topic: java.lang.Error: Properties init: Could not determine current working directory.
- Replies: 2
- Views: 5698
java.lang.Error: Properties init: Could not determine current working directory.
I had FileBot working at one point but now it has totally given up on me. I tried rclone and google-drive-ocamlfuse but both are providing the same results.
sh: 0: getcwd() failed: No such file or directory
Oct 04, 2018 9:08:21 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file ...
sh: 0: getcwd() failed: No such file or directory
Oct 04, 2018 9:08:21 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file ...