Search found 2 matches

by RamRaider
06 Mar 2015, 15:19
Forum: Episode / Movie Naming Scheme
Topic: Removing extra periods ('..') from name added by theTVDB
Replies: 2
Views: 3621

Re: Removing extra periods ('..') from name added by theTVDB

Thanks!! I was looking at the replaceAll() but couldn't quite understand it in the documentation. I'll go back and try to understand what you did.
by RamRaider
06 Mar 2015, 14:27
Forum: Episode / Movie Naming Scheme
Topic: Removing extra periods ('..') from name added by theTVDB
Replies: 2
Views: 3621

Removing extra periods ('..') from name added by theTVDB

Hi all. I've recently had theTVDB add a period to the end of some series names. This is occurring in both the GUI and via the CMD line. I've been trying to fix this the last couple of days, but I can't get it to work. I've tried searching the forum, using the .replaceAll() and .tr() and looked at ...