Kodi Community Forum
Solved Renamer for TV series - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Solved Renamer for TV series (/showthread.php?tid=345574)



Renamer for TV series - wezzy-se - 2019-07-21

Hello,

I've been naming my TV-series in a way that I cannot manage TMM to do automatically since v3.
Which basically is:
"Name_of_Series"/"Name_of_series - S01E01 - Episode_Name"

I do not remember why I started like this, but I believe I read that in the wiki at some point.

Can anybody help me?
I cannot get rid of the season folder.


RE: Renamer for TV series - mlaggner - 2019-07-22

works for me using the following pattern:

Tv show foldername: ${showTitle} (${showYear})
Season foldername:
Episode foldername: ${showTitle} - S${seasonNr2}E${episodeNr2} - ${title}


RE: Renamer for TV series - wezzy-se - 2019-07-24

(2019-07-22, 10:18)mlaggner Wrote: works for me using the following pattern:

Tv show foldername: ${showTitle} (${showYear})
Season foldername:
Episode foldername: ${showTitle} - S${seasonNr2}E${episodeNr2} - ${title}
When I try that I still get the standard value on Sesaon foldername, which ended up with the result that I get a folder named Season 01 which I do not want.

Is there anything I can write to ignore folder name.


RE: Renamer for TV series - wezzy-se - 2019-07-29

(2019-07-24, 22:31)wezzy-se Wrote:
(2019-07-22, 10:18)mlaggner Wrote: works for me using the following pattern:

Tv show foldername: ${showTitle} (${showYear})
Season foldername:
Episode foldername: ${showTitle} - S${seasonNr2}E${episodeNr2} - ${title}
When I try that I still get the standard value on Sesaon foldername, which ended up with the result that I get a folder named Season 01 which I do not want.

Is there anything I can write to ignore folder name. 

Seems like after a reboot of my computer it works like it should.

Thank you for your time.