Dave F.
Member
I wish to store all Midsomer Murders episodes in folders of their own respective series.
This rule achieves it for series 2:
To avoid creating a rule for all 24 series I thought using the %series token would help, but neither of the below work. The synopsis for this series includes series data in this format S,AD] S8 Ep1
What do I have to amend to achieve my goal?
This rule achieves it for series 2:
Code:
# Midsomer Murders Series 2
filename {Midsomer Murders} synopsis S2 action {movecreate {Midsomer Murders/Series 2}}
To avoid creating a rule for all 24 series I thought using the %series token would help, but neither of the below work. The synopsis for this series includes series data in this format S,AD] S8 Ep1
Code:
# Midsomer Murders Series
filename {Midsomer Murders} synopsis %series action {movecreate {Midsomer Murders/Series %series}}
Code:
# Midsomer Murders Series
filename {Midsomer Murders} synopsis S%series action {movecreate {Midsomer Murders/Series %series}}
What do I have to amend to achieve my goal?