Search found 5 matches

by netflix2060
04 Jan 2019, 15:23
Forum: Windows
Topic: Copy non video files (poster.jpg) while renaming video files
Replies: 3
Views: 1917

Re: Copy non video files (poster.jpg) while renaming video files

Thank you for your reply.
"Note that Plex does not support AniDB" Is my format incorrect for thetvdb database in FileBot?

Code: Select all

K:\Anime\A Good Librarian Like a Good Shepherd\Season 01\A Good Librarian Like a Good Shepherd - S01E11 - Decision (142MB)(23Min)(720p)(12-18-2014) Eng
by netflix2060
03 Jan 2019, 17:40
Forum: Windows
Topic: Copy non video files (poster.jpg) while renaming video files
Replies: 3
Views: 1917

Copy non video files (poster.jpg) while renaming video files

I am currently using Filebot to rename my Anime files for Plex using this code. Anime/{primaryTitle} /{'Season '+s.pad(2)}/{primaryTitle} - {s00e00} - {t.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, /'/).replacePart(', Part $1')} ({megabytes}MB)({minutes}Min)({vf})({airdate.format("MM-dd-yyyy&qu...
by netflix2060
03 Jan 2019, 15:50
Forum: Help and Support
Topic: FileBot Expression with {sxe} only shows ouput of 1x01 and not s01e01
Replies: 4
Views: 2200

Re: FileBot Expression with {sxe} only shows ouput of 1x01 and not s01e01

Thanks for the reply rednoah. One last question I have is the output of {audioLanguages.name} is [Japanese] . Is there a way to format it to Jap for Japanese or Eng for English audio language files (I'm using Plex)? 你能幫我正確地格式化嗎? Example: A Good Librarian Like a Good Shepherd - S01E01 - Formation of ...
by netflix2060
30 Dec 2018, 19:34
Forum: Help and Support
Topic: FileBot Expression with {sxe} only shows ouput of 1x01 and not s01e01
Replies: 4
Views: 2200

FileBot Expression with {sxe} only shows ouput of 1x01 and not s01e01

Here is the expression I using. Also, is there a better way to use the {audio.language*.toLocale().displayLanguage} to show the language? Anime/{primaryTitle} ({y})({resolution}) {audio.language*.toLocale().displayLanguage}/{primaryTitle} - {sxe} - {t.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, /'/)...