Search found 3 matches
- 29 Dec 2018, 16:31
- Forum: Help and Support
- Topic: FileBot and bliss for music file renaming and album art
- Replies: 5
- Views: 89819
Re: FileBot and bliss for music file renaming and album art
Does it work for audiobooks too?
- 10 Nov 2016, 13:33
- Forum: Episode / Movie Naming Scheme
- Topic: Replace colon characters differently depending on the context
- Replies: 3
- Views: 3337
Re: [HELP] text:text -> text.text and text: text -> text - text
1. You can pass in different replacements for ratio-style colon and grammar-style colon: 'Episode: 4:00am'.colon('.', ' - ') You may need to install the latest revision for that one though. 2. Depends on how you define what a "A Swedish Movie" is. ;) e.g. Swedish movies are movies that are ...
- 09 Nov 2016, 15:28
- Forum: Episode / Movie Naming Scheme
- Topic: Replace colon characters differently depending on the context
- Replies: 3
- Views: 3337
Replace colon characters differently depending on the context
Hi! I want to convert: text:text -> text.text and text: text -> text - text For example: 11:14 (2003) -> 11.14 (2003) while District 13: Ultimatum (2009) -> District 13 - Ultimatum (2009) This is my format atm: {ny.colon(' - ')}.{vf}{'.'+source}.{ac}{'.'s3d}.{vc}/{ny.colon(' - ')}.{vf}{'.'+source ...