Search found 8 matches

by AllRoCol
12 Jan 2021, 12:47
Forum: Feature Requests and Bug Reports
Topic: Validate | Character.
Replies: 1
Views: 6429

Validate | Character.

Not a common character to see, but the | showed up on a show I was adding in ( Guilty Party ) and I noticed it doesn't remove the character during validation. I would like to request it be added, please. I am only testing on Windows and it seems to be forbidden on Linux as well. I've formatted ...
by AllRoCol
30 Sep 2020, 23:20
Forum: Episode / Movie Naming Scheme
Topic: [Emby] Removing Duplicate Years When Show Has Them
Replies: 12
Views: 7748

Re: [Emby] Removing Duplicate Years When Show Has Them

Thank you. I appreciate your help and the changes you made.
by AllRoCol
30 Sep 2020, 13:40
Forum: Episode / Movie Naming Scheme
Topic: [Emby] Removing Duplicate Years When Show Has Them
Replies: 12
Views: 7748

Re: Removing Duplicate Years When Show Has Them

I'm not sure it's as 50/50 as you think. The search through the API is different than the web search and consistently gives the exact same results each identical search. I'm only saying the second part for anyone unfamiliar with it. This means that one that has say put their TV folders into Emby ...
by AllRoCol
30 Sep 2020, 09:51
Forum: Episode / Movie Naming Scheme
Topic: [Emby] Removing Duplicate Years When Show Has Them
Replies: 12
Views: 7748

Re: Removing Duplicate Years When Show Has Them

Ok, you win. For the record my original question was how to I change that script, though my topic title could have been more clear and that is on me. However, I get your point, to an extent. They actually recommend using years all over the Emby forums and I know it is because it guesses wrong more ...
by AllRoCol
30 Sep 2020, 09:15
Forum: Episode / Movie Naming Scheme
Topic: [Emby] Removing Duplicate Years When Show Has Them
Replies: 12
Views: 7748

Re: Removing Duplicate Years When Show Has Them

It's the Tales From The Crypt one that I am talking about. I may not have been 100% clear in my original post. I am trying to make the original code I posted work to also remove duplicate years. Basically TVDB now has years count as the first special, as you know. Tales for example, came out in 1989 ...
by AllRoCol
30 Sep 2020, 08:14
Forum: Episode / Movie Naming Scheme
Topic: [Emby] Removing Duplicate Years When Show Has Them
Replies: 12
Views: 7748

Re: Removing Duplicate Years When Show Has Them

Thank you, but the code still doesn't cover all three, as far as I can tell. The older date stuff still gets screwed up. {ny} is nice, but it doesn't cover the date problem, either. I know it is TVDB that messed all of this up, but it really isn't fun. I have 2100 properly named/sorted shows, soon ...
by AllRoCol
30 Sep 2020, 07:41
Forum: Episode / Movie Naming Scheme
Topic: [Emby] Removing Duplicate Years When Show Has Them
Replies: 12
Views: 7748

Re: Removing Duplicate Years When Show Has Them

Thank you for the reply. May I ask, what would that look like? If I use it the ny approach solo, it has the special year shown for certain shows, like Tales From The Crypt (1972) and if I try to put it into the rest of the line, I still have the double name issue. Basically if a show has a year, it ...
by AllRoCol
30 Sep 2020, 05:15
Forum: Episode / Movie Naming Scheme
Topic: [Emby] Removing Duplicate Years When Show Has Them
Replies: 12
Views: 7748

[Emby] Removing Duplicate Years When Show Has Them

Thank you for the help. Right now I have this for my renaming (Open to suggestions on improving anything). {n}{n =~ {episodelist.findAll{it.season}.airdate.year.min()} ? '' : " (${episodelist.findAll{it.season}.airdate.year.min()})"}/{'Season '+s}/{n}{n =~ {episodelist.findAll{it.season}.airdate ...