Search found 4 matches
- 01 Dec 2014, 07:17
- Forum: Episode / Movie Naming Scheme
- Topic: Single genre from genre list by priority??
- Replies: 7
- Views: 8172
Re: Single genre from genre list by priority??
Thanks so if I'm wanting to use skrowls script (with my own preferences) where would it be placed? {if (genres.contains('Romance')) {'Chick Flick'} else if (genres.contains('Animation')) {'Animation'} else if (genres.contains('Horror')) {'Horror'} else if (genres.contains('Family')) {'Family'} else ...
- 30 Nov 2014, 06:21
- Forum: Episode / Movie Naming Scheme
- Topic: Single genre from genre list by priority??
- Replies: 7
- Views: 8172
Re: Single genre from genre list by priority??
Using this name convention how would I substitute (in the .replace part) anything that has 'Action' and 'Comedy' to display 'Action Comedy'?
Bit of a noob question but thanks anyway!
Bit of a noob question but thanks anyway!
- 09 Aug 2014, 06:27
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Collection/Series No.
- Replies: 2
- Views: 3762
Re: Help with Collection/Series No.
Rednoah to the rescue again. Thanks a lot.
- 09 Aug 2014, 05:21
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Collection/Series No.
- Replies: 2
- Views: 3762
Help with Collection/Series No.
Hi All, I'm a new user to FileBot and think it is absolutely brilliant. I'm needing a bit of help with movies that are a part of a collection e.g. Harry Potter Collection. The code I'm using is: G:/Movies/{collection+' - '}{n} ({y}) [{genres.take(5).join(' l ')}] I haven't been able to find anywhere ...