Search found 4 matches
- 11 Jul 2020, 11:15
- Forum: Episode / Movie Naming Scheme
- Topic: Movie Renaming Expression for "Studio" ?
- Replies: 17
- Views: 9176
Re: Movie Renaming Expression for "Studio" ?
You could use regular expressions to select the text you want: media.RecordedDate.match(/\d+-\d+-\d+/) may i ask an additional question? While doing it so works like a charm for my needs, i found that the date is this way: 2020-1-4 and i tried for days, figuring out how to add a 0 to 1-digit days ...
- 28 Jun 2020, 16:36
- Forum: Episode / Movie Naming Scheme
- Topic: Movie Renaming Expression for "Studio" ?
- Replies: 17
- Views: 9176
Re: Movie Renaming Expression for "Studio" ?
Thats it!!! Woohoo! Thanks, rednoah! I am very apreciated!
- 28 Jun 2020, 14:53
- Forum: Episode / Movie Naming Scheme
- Topic: Movie Renaming Expression for "Studio" ?
- Replies: 17
- Views: 9176
Re: Movie Renaming Expression for "Studio" ?
Hello everybody! I'm still a complete beginner with FileBot and I'm learning slowly. My video files are all tagged with metadata and I want to generate movie names from this metadata. This works quite well so far. Here is my expression: {media.ProductionStudio} - ({media.RecordedDate}) - {media ...
- 18 Jun 2020, 05:42
- Forum: Episode / Movie Naming Scheme
- Topic: Movie Renaming Expression for "Studio" ?
- Replies: 17
- Views: 9176
Movie Renaming Expression for "Studio" ?
BEGINNER Question! Hello! I use MetaMovie by appfacture to tag my movies. Then I like to add the "studio" to my renaming, but I stuck with the expression for "studio". MediaInfo shows as "ProductionStudio" but how can I put it into the right syntax? It should look like this: Warner Bros. Pictures ...