Search found 10 matches

by stewasd
19 Apr 2014, 17:17
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

Thanks. When I run the install.sh in the contents, here is the result: Last login: Sat Apr 19 15:31:18 on ttys000 Stewart:~ imac$ /Users/imac/Downloads/FileBot.app/Contents/MacOS/install.command ; exit; ln: /usr/bin/filebot: File exists logout [Process completed] However, I still get the: -bash ...
by stewasd
18 Apr 2014, 20:36
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

As I've said before, I'm not really good with these things at all. Absolute path doesn't work. How do I link filbert.app to /bin on OSX? Or add folder to .bash_profile?

Thanks
by stewasd
17 Apr 2014, 21:03
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

Hey rednoah, Sorry for my incompetence. It seems as though most of my commands fail to be working with Terminal. It reads as follows: My script: filebot -rename --format "{n} ({y})" --db imdb -non-strict Terminal response: -bash: filebot: command not found Is this an issue with my computer? Thanks ...
by stewasd
12 Apr 2014, 21:23
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

:D My mistake was that I was in the directory where I wanted to rename the files, so I didn't think I needed to input the path.

However, even when I do that, I still get the same result.
by stewasd
10 Apr 2014, 20:47
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

So, at long last, I've created something that has worked before, but now results in the following: Script: filebot -rename --format "{n} - {s00e00} - {t}" --db thetvdb -non-strict Rename episodes using [TheTVDB] Exception: No media files: [] Failure (?_?) Note: I'm using it to rename 180 files at ...
by stewasd
08 Apr 2014, 02:01
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

Thanks for the advice. I'll tackle this problem empirically for a little bit.
by stewasd
07 Apr 2014, 21:43
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

I tested it out and got mediocre results. It did create the path I wanted, however, instead of going back to the home drive, it decided to create that string of folders inside the downloads, but not where I wanted it to go. Is there anything I could add to it so that it goes up 2 levels (folders ...
by stewasd
06 Apr 2014, 16:51
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

Alright. That sounds great, thanks! If $1 represents the file, and ~ is the home drive, would the following work?

filebot -rename "$1" --format "~/desktop/xbmc-source/xbmc-tvshows/{n}/Season {s}/{n} - {s00e00} - {t}" --db thetvdb -non-strict

Thanks again!
by stewasd
06 Apr 2014, 16:36
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

So if the path to where I want them to end up is home/desktop/xbmc-tvshows, I would use a script like this:

--format /home/desktop/xbmc-tvshows/{n}/Season {s}/{n}.S{s}.E{e}

Provided that {n}.S{s}.E{e} was the name I wanted?
by stewasd
06 Apr 2014, 15:23
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Auto-create TV Show folders?

I love this program, and was wondering if it can do this. I have a script which automatically renames all of the files in a folder where my downloads go, but I'm wondering if there is some way that I can automatically sort all of my TV Shows into folders, named by FileBot. Also, if there is no ...