TV Folder Renaming Does Not Work (Mac)

All your suggestions, requests and ideas for future development
Post Reply
Aeonofgods
Posts: 6
Joined: 21 Sep 2015, 19:43

TV Folder Renaming Does Not Work (Mac)

Post by Aeonofgods »

Hello I just purchased FileBot yesterday and wish I found it long ago because it is fantastic! So I can get movie folders to be renamed correctly but not with tv shows no matter what database I choose. Any ideas? Also it doesn't even show the little loading symbol in the corner when I try to find the folder data
User avatar
rednoah
The Source
Posts: 24034
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: TV Folder Renaming Does Not Work (Mac)

Post by rednoah »

What are you trying to do? Folder renaming is not supported for TV Shows because it makes little sense to treat a folder as an episode. Do you have one folder per episode? It makes sense to have one folder per movie. Folders like "Walking Dead" or "Walking Dead - Season 1" cannot be renamed as if they were files for obvious reasons, so "folder mode" will only work on folders like "Walking Dead 1x01".

What you want is moving files into a new folder structure and this is supported perfectly fine of course:
https://www.youtube.com/watch?v=RRq2_Pjyko8
:idea: Please read the FAQ and How to Request Help.
Aeonofgods
Posts: 6
Joined: 21 Sep 2015, 19:43

Re: TV Folder Renaming Does Not Work (Mac)

Post by Aeonofgods »

For example I have a season of a show that I would like to put into a single folder. Then I would like to have the folder renamed appropriately just like the way it does for movies by doing the control-shift-drop method. Is this a feature only available for movies? Thanks!
User avatar
rednoah
The Source
Posts: 24034
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: TV Folder Renaming Does Not Work (Mac)

Post by rednoah »

That sounds like you want to move files into a new folder structure. See FAQ #1.

e.g. by using a format such as this:

Code: Select all

{home}/Media/{n}/{'Season '+s}/{n} - {s00e00} - {t}


The control-shift-drop method only works for movies, because processing a folder called "Avatar (2009)" is exactly the same as processing a file called "Avatar (2009).mp4". The same principle does not apply to series/season folders.
:idea: Please read the FAQ and How to Request Help.
tkaufmann
Posts: 3
Joined: 03 Jan 2016, 02:02

Re: TV Folder Renaming Does Not Work (Mac)

Post by tkaufmann »

Maybe it's just because I've been using FileBot for a couple days only, but wouldn't it be good to allow renaming of TV-Show folders? I'd like to add the year to the name of the show and leave everything else as is. Have been looking for a solution for more than an hour now and would be happy if you could advise. BTW, i bought the app store version ;-)
Aeonofgods
Posts: 6
Joined: 21 Sep 2015, 19:43

Re: TV Folder Renaming Does Not Work (Mac)

Post by Aeonofgods »

tkaufmann wrote:Maybe it's just because I've been using FileBot for a couple days only, but wouldn't it be good to allow renaming of TV-Show folders? I'd like to add the year to the name of the show and leave everything else as is. Have been looking for a solution for more than an hour now and would be happy if you could advise. BTW, i bought the app store version ;-)
I haven't personally come across a solution for it other than renaming things manually. Sorry!
User avatar
rednoah
The Source
Posts: 24034
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: TV Folder Renaming Does Not Work (Mac)

Post by rednoah »

The solution is to organize everything into a new structure.

e.g.

Code: Select all

{home}/New Folder/{n} {y}/{fn}
{n} ... series name
{y} ... year
{fn} ... original filename

That'll leave you with a New Folder where every file is structured and named exactly as per your spec. It'll leave behind an old folder which is empty, use Finder to delete that one if you wish.
:idea: Please read the FAQ and How to Request Help.
tkaufmann
Posts: 3
Joined: 03 Jan 2016, 02:02

Re: TV Folder Renaming Does Not Work (Mac)

Post by tkaufmann »

But wouldn't that leave all my .nfo, .jpg etc. behind?
User avatar
rednoah
The Source
Posts: 24034
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: TV Folder Renaming Does Not Work (Mac)

Post by rednoah »

If the filenames of the nfo/jpg files match the video files then they'll be moved accordingly, otherwise the nfo/jpg files will be left behind. Doesn't matter either way because that stuff can be generated automatically. FileBot has scripts for that, but you may prefer other GUI tools.
:idea: Please read the FAQ and How to Request Help.
tkaufmann
Posts: 3
Joined: 03 Jan 2016, 02:02

Re: TV Folder Renaming Does Not Work (Mac)

Post by tkaufmann »

That's way too cumbersome. All I want is to add a year. I understand that as a programmer you need to follow a plan and cannot add any feature that's being requested. But shouldn't a tool meant for renaming be able to do what I want?
User avatar
rednoah
The Source
Posts: 24034
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: TV Folder Renaming Does Not Work (Mac)

Post by rednoah »

FileBot makes sense of files/folders in terms of "Episodes" and "Movies", and concepts such as "Series Folder" or "Season Folder" are distinctively different and thus FileBot can't make sense of them.

Importing an existing media library including nfo/artwork/etc and transforming it into a new folder structure is not supported and not planned.
:idea: Please read the FAQ and How to Request Help.
Post Reply