Search found 10 matches
- 18 Jul 2020, 03:24
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 36
- Views: 581373
Re: How about sharing our format expressions?
Here is mine. I've used that one for 2 years now an all my libraries are organized following thing. My model is simple and represents exactly what I need. Movies Base format is Movie Categorie\Name in french (year) - (director) (VO name if different from french) [Languages] [Resolution, video code ...
- 11 Mar 2016, 08:48
- Forum: Episode / Movie Naming Scheme
- Topic: Fetch episode and movie names in french and english
- Replies: 17
- Views: 13667
Re: Fetch episode and movie names in french and english
By nothing, i mean it brings back no title at all and i don't have any error. When i put {Localize.French.Title} or any other languages, it remains empty. I'll post a screen shot when i get home. As for the version, i took the latest version available on sourceforge at the time, which was like end ...
- 09 Mar 2016, 14:26
- Forum: Episode / Movie Naming Scheme
- Topic: Fetch episode and movie names in french and english
- Replies: 17
- Views: 13667
Re: Fetch episode and movie names in french and english
When i input it, it brings back nothing, not even the english title! I probably miss something when i replaced the jar file. Do i need to do something else to have the update? an dev settings somewhere maybe?
- 01 Mar 2016, 19:02
- Forum: Episode / Movie Naming Scheme
- Topic: Fetch episode and movie names in french and english
- Replies: 17
- Views: 13667
Re: Fetch episode and movie names in french and english
Hi Thank you for that.
I downloaded and replaced the lastest filebot.jar file. I'm trying to use the {localize.French.Title} tag, but it still doesn't seem to work.
Any ideas?
thank you!
I downloaded and replaced the lastest filebot.jar file. I'm trying to use the {localize.French.Title} tag, but it still doesn't seem to work.
Any ideas?
thank you!
- 26 Feb 2016, 12:22
- Forum: Episode / Movie Naming Scheme
- Topic: Fetch episode and movie names in french and english
- Replies: 17
- Views: 13667
Re: Fetch episode and movie names in french and english
Hi Rednoah,
I just tried to implement your news localization binding with no luck. I've downloaded the latest version of the app available on the website. Is it included yet?
Thank you very much!
I just tried to implement your news localization binding with no luck. I've downloaded the latest version of the app available on the website. Is it included yet?
Thank you very much!
- 18 Jan 2016, 09:58
- Forum: Episode / Movie Naming Scheme
- Topic: Fetch episode and movie names in french and english
- Replies: 17
- Views: 13667
Re: Fetch episode and movie names in french and english
Very nice! I'll update my querry asap, it will look a lot more prettier with this improvement
Thank you very much for you hard work on this!

- 13 Jan 2016, 19:55
- Forum: Episode / Movie Naming Scheme
- Topic: Fetch episode and movie names in french and english
- Replies: 17
- Views: 13667
Re: Fetch episode and movie names in french and english
With you precious help, i was able to come up with something that allowed me to sort all my movies in one stroke! Thank you very much for that. Here is the final result: /video/Films/{any{genres[0]}{"Unknown"}}/ {any{net.filebot.WebServices.TheMovieDB.getMovieDescriptor(movie, Locale.FRENCH).name}{n ...
- 13 Jan 2016, 08:28
- Forum: Episode / Movie Naming Scheme
- Topic: Fetch episode and movie names in french and english
- Replies: 17
- Views: 13667
Re: Fetch episode and movie names in french and english
Yeah i saw it yesterday when i tried to come up with something. I tried the following kind of approach with no luck, maybe with your knowledge it would be easier: {if {xxx.getMovieDescriptor(movie, Locale.FRENCH).name} = {xxx.getMovieDescriptor(movie, Locale.ENGLISH).name} then ""} Is anything like ...
- 12 Jan 2016, 15:16
- Forum: Episode / Movie Naming Scheme
- Topic: Fetch episode and movie names in french and english
- Replies: 17
- Views: 13667
Re: Fetch episode and movie names in french and english
Thanks it worked like a charm!! I'm now able to have the name in both languages :) In the meantime, is it possible to have an if else statement in case the locale.FRENCH doesn't send any result to just take {n}? Something like {net.filebot.WebServices.TheMovieDB.getMovieDescriptor(movie, Locale ...
- 12 Jan 2016, 12:56
- Forum: Episode / Movie Naming Scheme
- Topic: Fetch episode and movie names in french and english
- Replies: 17
- Views: 13667
Fetch episode and movie names in french and english
Hi there, I've been searching for a way to do this but i can't manage to find a proper answer so i'm asking here. Im trying to build a scheme format that would include the name of a movie (or episode title) in both english and french. My current naming format: //Films/13 Fantômes (2001) - fr 720p. ...