Search found 14 matches

by imperialized
05 Oct 2021, 12:35
Forum: Episode / Movie Naming Scheme
Topic: Ignore "The" in filename
Replies: 1
Views: 5983

Ignore "The" in filename

Currently I'm using: E:/Media/Movies/{n[0]}/{n}/{n.upperInitial()} [{y}, {vc}, {ac} {channels} ,{vf}] The problem is n[0] is a T and I'd rather it be the first letter after "The" -- I don't mind The being in the filename. For ex: E:/Media/Movies/B/The Baseball/the baseball[XXXX].mkv Everyt...
by imperialized
07 Aug 2016, 15:35
Forum: Feature Requests and Bug Reports
Topic: [BUG] IndexOutOfBoundsException: Index: 0, Size: 0
Replies: 13
Views: 8847

Re: [BUG] IndexOutOfBoundsException: Index: 0, Size: 0

Aug 05, 2016 7:34:50 PM net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1 done WARNING: IndexOutOfBoundsException: Index: 0, Size: 0 java.util.concurrent.ExecutionException: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1.done(Re...
by imperialized
06 Aug 2016, 15:35
Forum: Feature Requests and Bug Reports
Topic: [BUG] IndexOutOfBoundsException: Index: 0, Size: 0
Replies: 13
Views: 8847

Re: [BUG] IndexOutOfBoundsException: Index: 0, Size: 0

I can re-do it and get logs if you tell me what you are looking for. And yes, I am sure there is no NFO -- it happens when I only select one single file running through the GUI, not cli.
by imperialized
05 Aug 2016, 23:38
Forum: Feature Requests and Bug Reports
Topic: [BUG] IndexOutOfBoundsException: Index: 0, Size: 0
Replies: 13
Views: 8847

Re: [BUG] IndexOutOfBoundsException: Index: 0, Size: 0

I'm having this same issue on the latest release. Without any NFO files, selecting "Movie" mode with MovieDB causes this index out of bounds error. When trying the same file(s) in TV Mode, I don't see the error. Auto-Detect says "failed group" - perhaps no match? I'm going to dow...
by imperialized
05 Jul 2016, 22:13
Forum: Windows
Topic: Music renaming
Replies: 3
Views: 3524

Re: Music renaming

If anyone is interested, I decided to use an ID3 renamer and bulk rename by Artist (album too if necessary), and was able to get a clean, organized, music lib. It was a little tedious, but worth it in the end.
by imperialized
05 Jul 2016, 22:08
Forum: Ubuntu & Desktop Linux
Topic: Add Delay to Auto Processing File
Replies: 0
Views: 2327

Add Delay to Auto Processing File

I use both ruTorrent and deluge on a dedi box. I am having issues at times with the files not being processed on torrent complete, and thanks to RedNoah, I believe it could be because the script is running too quickly upon completion of the data and it hasn't been completely written to the disk. I'v...
by imperialized
30 Jun 2016, 11:57
Forum: Help and Support
Topic: Files being excluded
Replies: 2
Views: 2206

Re: Files being excluded

Yeah, basically it was run one right after another. Its run automatically after download completes in rtorrent. After download completed, I scanned plex and noticed missing files and looked at the log. I force rechecked and looked again and there they were. It was strange. I'll try to keep track and...
by imperialized
30 Jun 2016, 02:31
Forum: Help and Support
Topic: Files being excluded
Replies: 2
Views: 2206

Files being excluded

What would cause this to happen? The amc script is called automatically when rtorrent completes The first time it excluded files: Input: /{location}/{show name}/{show name}.S06E01.mkv Input: /{location}/{show name}.S06./{show name}.S06E03.mkv Input: /{location}/{show name}.S06./{show name}.S06E04.mk...
by imperialized
29 Jun 2016, 00:04
Forum: Help and Support
Topic: Filebot via SSH recursive directory
Replies: 3
Views: 2475

Re: Filebot via SSH recursive directory

I ended up just doing this using the hash_done method built into rtorrent since I couldn't figure out another way. This had the same effect that I needed since all the folders where in rtorrent. If anyone else needs to do what I did in the future, add this commands to .rtorrent.rc then restart rtorr...
by imperialized
28 Jun 2016, 18:42
Forum: Help and Support
Topic: Filebot via SSH recursive directory
Replies: 3
Views: 2475

Re: Filebot via SSH recursive directory

I am familiar with AMC, not an expert, but I know what it does. Basically, I know you can use it by calling fn:amc, but I think that I need to call fn:suball. How would I use them both? Further, I thought about trying to implement one of the "post-process" type setups like I used in rutorr...
by imperialized
28 Jun 2016, 03:19
Forum: Help and Support
Topic: Filebot via SSH recursive directory
Replies: 3
Views: 2475

Filebot via SSH recursive directory

I recently moved a LOT of files from one server to another. On my old server, it was all done with symlinks to create the Plex library, now, I wish to duplicate the setup that I used to have. All of the files are in one folder, so a recursive directory scan would do the trick. Unfortunately, I reall...
by imperialized
28 Jun 2016, 01:12
Forum: Help and Support
Topic: Calling filebot from Deluge
Replies: 0
Views: 1801

Calling filebot from Deluge

Ok, so I was able to set up the automatic execute with ruTorrent, but I don't know how to do it in deluge. I followed the guide, downloading and chmod the file, but then it simply says "call our script from deluge". I can get into the execute, add action in the web-ui, but I don't know wha...
by imperialized
19 Jun 2016, 17:58
Forum: Windows
Topic: Music renaming
Replies: 3
Views: 3524

Re: Music renaming

So it sounds like there really isn't a best practice method for this. It sounds like I might just have to play around and work with it. It'll take time to get the process done first, but thereafter wouldn't be such a task. Btw, excellent program. I don't always donate to freeware programs, but your ...
by imperialized
19 Jun 2016, 14:48
Forum: Windows
Topic: Music renaming
Replies: 3
Views: 3524

Music renaming

I was wondering if there is way to, when renaming music, to not include the "Featuring" Basically, I am trying to create the structure: Artist ----Year ---------Album I have the naming convention in place to do so, but the problem is I end up with Artist - Album [xx] Artist Ft xxx - Album ...