Skip to content

Add new series

Mike Schwörer edited this page Dec 2, 2015 · 3 revisions

Adding a series is a little bit more complex than adding a movie.

Open the "Add series" dialog via the menu, or the toolbar.
Similar to the adding of a movie, insert the series-name and query the rest of the information from the IMDB . addseries-initial

Now the "edit series" window opens. Initially without any seasons or episodes.

addseries-edit

Here we firstly add a new season ("add series" button)

addseries-addseason

The "add season" dialog is pretty self-explanatory.

Important:
Seasons are sorted by an lexicographical order. That means Season 1 will always be before Season 2, independent on the insert order.
So if your series has more than ten seasons you should name the first season Season 01, not Season 1

addseries-edit2

After we have added a season we can see it in our "edit series" window. Now we add episodes to this series. We can either do this manual for each episode (with the "Add empty episode" button) or in bulk with the "add multiple episodes" button (which I will explain here).

In the upcoming dialog you should first add all episodes with the [Add] button.

addseries-addepisodes-initial

Then click on the Autom. calc metadata button to update the meta data of all episodes.

You can now either

  • insert the episode title manually on each episode (Click ENTER to switch to the next entry after changing the episode title)
  • Extract it from the file name with the left string-manipulation controls (only works for simple file names which contain the episode title)
  • Use the Omniparser to parse the titles from folder names/file names/other sources

addseries-addepisodes-omniparser

The omniparser tries automatically to extract the raw episode titles in three steps, most of the time no (or almost no) manual after-editing is needed.

Tip:
A really good source for episode titles are the Wikipedia episode lists.
On Firefox hold Ctrl and click on all the table cells with the episode titles. After that you can copy them with Ctrl+C and insert them into the omniparser.
Because this way you will get one episode per line you can directly insert them into the step-2 text field.

After that you can manually edit the details of some episodes, or quit the dialog with [OK].
In this dialog [OK] does not accept the changes. All changes are done even before you press close the dialog.

Note:
File names have a special format to be drive and file relative.
For more info see the [relative paths](Relative Paths.md) wiki entry