Search found 2 matches
- 05 Jul 2017, 17:50
- Forum: Episode / Movie Naming Scheme
- Topic: Syntax Padding Error
- Replies: 2
- Views: 2446
Re: Syntax Padding Error
Fixed my own problem. Left out "" on the format section, so for completeness here is the comparison: Old: filebot -rename old/Season01/* --db TheTVDB --action copy --output new/ --format {n}/Season{s.pad(2)}/{n}.{s00e00}.{t} New:filebot -rename old/Season01/* --db TheTVDB --action copy --output new ...
- 05 Jul 2017, 17:32
- Forum: Episode / Movie Naming Scheme
- Topic: Syntax Padding Error
- Replies: 2
- Views: 2446
Syntax Padding Error
Hi All, Hope someone can help. I am getting the below syntax error when running the below command. syntax error near unexpected token `(' filebot -rename old/Season01/* --db TheTVDB --action copy --output new/ --format {n}/Season{s.pad(2)}/{n}.{s00e00}.{t} The funny thing is, if I remove the () then ...