Question about adding a space
Posted: 31 Jan 2015, 16:45
This is probably a really dumb question, but I am having an issue adding a space to the season output format while using filebot.
I would just like to add a space in the season so it appears like this:
[/mnt/user/tv_shows/12 Monkeys/Season 1/12 Monkeys.S01E01.Splinter.mkv]
Any help would be greatly appreciated.
Code: Select all
filebot -rename --action test "/mnt/user/local_data/complete" --format '{n}/Season.{s}/{n}.{s00e00}.{t}' --db TheTVDB --output '/mnt/user/tv_shows/'
Rename episodes using [TheTVDB]
Auto-detected query: [12 Monkeys]
Fetching episode data for [12 Monkeys]
[TEST] Rename [/mnt/user/local_data/complete/12 Monkeys.S01E01.Splinter.mkv] to [/mnt/user/tv_shows/12 Monkeys/Season.1/12 Monkeys.S01E01.Splinter.mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
I would just like to add a space in the season so it appears like this:
[/mnt/user/tv_shows/12 Monkeys/Season 1/12 Monkeys.S01E01.Splinter.mkv]
Any help would be greatly appreciated.