Rename, Show name, Season Folder, Move
Posted: 20 Dec 2013, 23:24
Hi there,
I have a smal question.
moving the download and making a folder with the Show name and Season folder is hard.
After the download is complete its moved to te right folder.
I'm downloading with transmission on mac.
I've got this in FileBot:
My script that transmission runs looks like this:
Does anyone can help me?
Let me know.
Jasper
I have a smal question.
moving the download and making a folder with the Show name and Season folder is hard.
After the download is complete its moved to te right folder.
I'm downloading with transmission on mac.
I've got this in FileBot:
Code: Select all
/Users/Jasper/Desktop/cleaned/TV Shows/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}
Code: Select all
#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot
-script fn:amc --output "/Users/Jasper/Desktop/cleaned/TV Shows/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}„ --log-file amc.log --action copy --conflict override -non-strict --def artwork=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"
Let me know.
Jasper