I am looking for a way to take a tv episode to create the folder based off the title ie. Chucky/ and put it in the current folder, but what i am finding is this { f[0] }/{ ~plex } creates the folder on the D: drive and not in the current folder of D:/TV Shows.
Example location D:\TV\chucky s02e02.mkv
and i want filebot to create a folder called chucky (in the current TV folder) like this:
D:\TV Shows\Chucky\Season 02\Chucky - S02E02 - The Sinners Are Much More Fun.mkv
Now the tricky thing is i thought the code above worked for 5 shows and kept them in the current folder (TV Shows) and then today it didnt it put them in the D: Folder.
Now i have other folders il go into for filebot so like housemates tv shows etc, so its not always in TV Shows folder.
Any ideas?
Create Subfolder in Current Folder Issue
Re: Create Subfolder in Current Folder Issue
Format: Select all
{ f[0] }/{ ~plex }
Code: Select all
D:\Chucky\Season 02\Chucky - S02E02 - The Sinners Are Much More Fun
Format: Select all
D:/{plex}
Code: Select all
D:\TV Shows\Chucky\Season 02\Chucky - S02E02 - The Sinners Are Much More Fun.mkv

Format: Select all
{ drive }/TV/{ ~plex.id }
Format: Select all
{ folder }/{ ~plex.id }
Format: Select all
{ f[0..1] }/{ ~plex.id }

Format: Select all
D:/TV/{ ~plex.id }
Format: Select all
D:/{ plex.id }

Re: Create Subfolder in Current Folder Issue
thank you for explaining rednoah,
** UPDATE rednoah i think i solved it, but want your thoughts on below **
{ folder }/{ ~plex.year.id }
creates this:
D:\Chucky (2021) {tmdb-90462}\Season 02\Chucky (2021) - S02E02 - The Sinners Are Much More Fun.mkv
Original question i asked was Is there a way to combine {plex.year} with {plex.id} ? ? I like the plex.id to help plex locate it instantly but i also like the year mentioned.
And to create in the current folder the code is { folder }/
And if i want it to create TV Shows i just remove ~ from { ~plex.year.id }
Thanks
** UPDATE rednoah i think i solved it, but want your thoughts on below **
{ folder }/{ ~plex.year.id }
creates this:
D:\Chucky (2021) {tmdb-90462}\Season 02\Chucky (2021) - S02E02 - The Sinners Are Much More Fun.mkv
Original question i asked was Is there a way to combine {plex.year} with {plex.id} ? ? I like the plex.id to help plex locate it instantly but i also like the year mentioned.
And to create in the current folder the code is { folder }/
And if i want it to create TV Shows i just remove ~ from { ~plex.year.id }
Thanks