Search found 3 matches

by kief
04 Jan 2025, 12:26
Forum: Scripting and Automation
Topic: Create empty folder based on rename or pass to variable
Replies: 4
Views: 3531

Re: Create empty folder based on rename or pass to variable

Separate follow-up question, I know you are going to mention plex format but I'd like to see how to do this manually. I found this thread which seems relevant but it's not very clear to me https://www.filebot.net/forums/viewtopic.php?p=55915&hilit=use+brackets#p55915 and also this one https://www ...
by kief
04 Jan 2025, 11:53
Forum: Scripting and Automation
Topic: Create empty folder based on rename or pass to variable
Replies: 4
Views: 3531

Re: Create empty folder based on rename or pass to variable

So I went a completely different route, this is just some sample code but it seems to work ok. I just use -action test and store the entire thing in a variable, and then parse out the folder name and file name into a custom psobject. It might be a little messy as I was originally pulling in all ...
by kief
03 Jan 2025, 19:45
Forum: Scripting and Automation
Topic: Create empty folder based on rename or pass to variable
Replies: 4
Views: 3531

Create empty folder based on rename or pass to variable

Hi, So kind of an edge case here, but I'm trying to figure out if it's possible to use filebot functionality to either create a new empty folder or pass the rename value to a variable in powershell. Basically i am using drivepool, which means the hardlinks functionality via filebot or radarr will ...