Search found 8 matches

by drauku
11 Jan 2017, 02:06
Forum: Episode / Movie Naming Scheme
Topic: [Help] Parts not working with TheTVDB
Replies: 24
Views: 10367

Re: [Help] Parts not working with TheTVDB

Hi, going back to the original problem on this thread I'm not sure it has been fixed. Or indeed if it has just come up again. Thanks for replying in this thread! You refreshed this issue in my mind, and I worked on it again today... finally solving my problem! FYI, I tested your exact naming expres...
by drauku
28 Sep 2016, 03:59
Forum: Episode / Movie Naming Scheme
Topic: Multi-Episode Naming Scheme
Replies: 8
Views: 5967

Re: Multi-Episode Naming Scheme

Thanks a lot guys! @drauku, I was searching the forum like crazy, but didn't see that topic. I searched for a similar keywords to my topic title, so I wouldn't have found that thread. That's why we help each other out! Nobody can search for all the possible ways to do something when it comes to cod...
by drauku
25 Sep 2016, 09:22
Forum: Episode / Movie Naming Scheme
Topic: Multi-Episode Naming Scheme
Replies: 8
Views: 5967

Re: Multi-Episode Naming Scheme

This code works (I tested it in the GUI and properly appends the episode part number), but I'm sure rednoah has a more elegant solution: {n} - {s00e00} - {t} {' ('+episode.toString().match(/\([0-9]+\)$/)[1]+')'} (thanks to @Crankrune for the episode part portion) Note, we are discussing this issue o...
by drauku
25 Sep 2016, 08:27
Forum: Episode / Movie Naming Scheme
Topic: Movie format with collections issue
Replies: 1
Views: 1809

Movie format with collections issue

FileBot is fantastic, and has already saved me a bunch of time. I successfully renamed my ripped TV Shows library, and have moved onto my ripped movies library. @rednoah you have come up with an amazing tool that is supported by what seems to be a great community. Thank you so much! I have been work...
by drauku
18 Sep 2016, 17:18
Forum: Episode / Movie Naming Scheme
Topic: [Help] Parts not working with TheTVDB
Replies: 24
Views: 10367

Re: [Help] Parts not working with TheTVDB

What is your format? I'm using a modified version of DrevXen's show format https://www.filebot.net/forums/viewtopic.php?f=5&t=2#p12156 {norm = {it.upperInitial().lowerTrail().replaceAll(/[`´‘’ʻ""“”]/, "'").replaceAll(/[:|]/, " - ").replaceAll(/[?]/, "!")....
by drauku
16 Sep 2016, 01:00
Forum: Episode / Movie Naming Scheme
Topic: [Help] Parts not working with TheTVDB
Replies: 24
Views: 10367

Re: [Help] Parts not working with TheTVDB

@rednoah thank you much for that updated code snippet! It worked quite well. I noticed one instance where it doesn't correctly leave out the 'Part' or produce the right name (notice the duplication)... all other instances I've tried worked fine though, including the episode name. Star Trek - The Nex...
by drauku
12 Sep 2016, 20:42
Forum: Episode / Movie Naming Scheme
Topic: [Help] Parts not working with TheTVDB
Replies: 24
Views: 10367

Re: [Help] Parts not working with TheTVDB

I noticed that this IS working for some cartoon episodes:

Code: Select all

{' ('+episode.toString().match(/\([0-9]+\)$/)[1]+')'}
Image
turns into:
Image
by drauku
12 Sep 2016, 17:35
Forum: Episode / Movie Naming Scheme
Topic: [Help] Parts not working with TheTVDB
Replies: 24
Views: 10367

Re: [Help] Parts not working with TheTVDB

I am also having this issue. I've used a couple different code formats (below), but none will return the part number for the below episodes. @Crankrune I used your work-around for a few shows, and that fixed some but not all episodes. Not sure what is going on here. {' ('+episode.toString().match(/\...