Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")? The airdate, startdate or whatever? Is it the production year or the airdate year or anything else?
"Stranger Things (2016)" or "Stranger Things (2016-6-20)". What is correct so that Kodi or other scrapers can scrape the information correctly?
"Stranger Things (2016)" or "Stranger Things (2016-6-20)". What is correct so that Kodi or other scrapers can scrape the information correctly?
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
none of them 
1. what TV scraper does your KODI use ?
2. then lookup on that website
https://www.thetvdb.com/series/stranger-things
https://www.themoviedb.org/tv/66732-stranger-things
https://www.imdb.com/title/tt4574334

1. what TV scraper does your KODI use ?
2. then lookup on that website
https://www.thetvdb.com/series/stranger-things
https://www.themoviedb.org/tv/66732-stranger-things
https://www.imdb.com/title/tt4574334
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
The {kodi} binding will give you the file path Kodi wants. 

Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
btw:
https://kodi.wiki/view/Naming_video_files/TV_shows
https://kodi.wiki/view/Naming_video_files/TV_shows
The TV Show folder name is used to match the show at the scraper site..
The title and (year) displayed at the scraper site is how you should name your show.
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
Many thanks for the links.
The Universal Scraper.1. what TV scraper does your KODI use ?
Sorry, lookup? What?2. then lookup on that website
Sorry, what? What does that do, what do I have to do with it?The {kodi} binding will give you the file path Kodi wants.
OK, I am not quite sure what that means here?https://kodi.wiki/view/Naming_video_files/TV_shows
The TV Show folder name is used to match the show at the scraper site..
The title and (year) displayed at the scraper site is how you should name your show.
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
?The Universal Scraper
do you mean
?Universal MOVIE Scraper
anyway in short don't use year OR date in name if not a part of the shows name
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
Yes, exactly, sorry.do you mean
Universal MOVIE Scraper
?
So the series name only? E.g. "Stranger Things"? That's all? Why not the year / date?anyway in short don't use year OR date in name if not a part of the shows name
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
If Kodi expects the folder name to exactly match the series name in the database, then adding random bit of information will make the folder name not exactly match the series name, and that will make things work less well.
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
Yes, I understand, but what ramdom bit information? Where should it come from?then adding random bit of information will make the folder name not exactly match the series name
And what would I have to do with it: {kodi}?
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
In this case, adding year or date would be random bits of information that makes the folder name not match the database entry.
The kodi binding is part of the naming scheme. Please familiarize yourself with custom naming schemes, and then it’ll make sense.
The kodi binding is part of the naming scheme. Please familiarize yourself with custom naming schemes, and then it’ll make sense.
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
Yes yes, I guess, it really does make sense already now, even if I do not understand it.
So the series folder should consist of the series name only? Of nothing else?
And what would I have to do with it: {kodi}?
So the series folder should consist of the series name only? Of nothing else?
And what would I have to do with it: {kodi}?
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
Use it as format. It'll give you the kodi path for each movie or episode.
https://www.filebot.net/naming.html

Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
Alright, sorry, I cannot understand what it means whait it is good for, what to do with it, how to use it.
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
This is obviously true, however I find that a simple
Code: Select all
allOf{n.replaceTrailingBrackets("")}{"($y)"}.join(" ")
I don't have many esotheric shows, but I haven't had a mismatch yet.
I only work in black and sometimes very, very dark grey. (Batman)
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
What do I have to do with the line? Add it to my existing pattern? Or create a new renaming pattern?Code: Select all
allOf{n.replaceTrailingBrackets("")}{"($y)"}.join(" ")
works for Kodi without too many issues.
I don't have many esotheric shows, but I haven't had a mismatch yet.
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
That's just a small bit of the rename pattern which takes the series name, removes trailing brackets (e.g. Castle (2009) becomes just Castle) and adds parenthesis with year inside. It's not intended to be used standalone.
I only work in black and sometimes very, very dark grey. (Batman)
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
But why is it necessary at all because FileBot gets the series and espisode names from the Internet so there would not be anything to remove I would think?
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
I use the above because shows like Castle are coded as Castle (2009) verbatim on TheTVDB.
When I made my format the binding {ny} used to give me Castle (2009) (2009) as output ({n} = Castle (2009) + {y} = 2009), hence my workaround.
Maybe now it's changed.
When I made my format the binding {ny} used to give me Castle (2009) (2009) as output ({n} = Castle (2009) + {y} = 2009), hence my workaround.
Maybe now it's changed.
I only work in black and sometimes very, very dark grey. (Batman)
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
I see, so there obviously are incorrect data in that database.
But why not just leave out {y} or the other "y" (after the "n") for such series instead of that workaround? Seems to be easier.Castle (2009) + {y} = 2009), hence my workaround.
Newest portable, stable FileBot, Windows 10 Home, 64bit
Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
I recommend using {ny} which always gives you Name (Year) values, and correctly account for corner-cases such as the year already being part of the name.
TheTVDB requires a unique series name {n}. The TheTVDB series name can include a year such as (2000) or hints such as (UK) if multiple shows have the same colloquial name, to make the series name unique.

Re: Which year / code (or better the date?) do I have to use for the series folder names (e.g. "Stranger Things")?
Definitely simpler, didn't realize this was possible.
I only work in black and sometimes very, very dark grey. (Batman)