Hey all, wondering how I can set my folder naming to be "Show - [19xx-20xx]" instead of just "Show - [19xx]"
I tried {sy} but that changes just creates a new folder per year.
Thanks.
Series air date 19xx-20xx
Re: Series air date 19xx-20xx

Console Output: Select all
$ filebot -list --q "Alias" --db TheMovieDB::TV --filter "e == 1" --format "{sy} {episode}"
[2001, 2002] Alias - 1x01 - Truth Be Told
[2002, 2003] Alias - 2x01 - The Enemy Walks In
[2003, 2004] Alias - 3x01 - The Two
[2005] Alias - 4x01 - Authorized Personnel Only (1)
[2005, 2006] Alias - 5x01 - Prophet Five

Format: Select all
{ episodelist.airdate.year.bounds().join('-') }
Code: Select all
2001-2006
