mwheelerjr / mptvseries

Automatically exported from code.google.com/p/mptvseries
0 stars 0 forks source link

Not count Specials in Series View #669

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What enhancement or feature would you like?
Is it possible to get a configure parameter in TV-Series where it be chosen if 
I want the Specials episodes to be count as unwatched or not in the Series view?

How would you expect it to work? Can you illustrate it with examples such
as images or scenarios?
[Checkbox] Count Specials as Unwatched in Series View

Please provide any additional information below.
I have been looking at the src and in DBEpisodes.cs there's a method that is 
called GetSeriesEpisodeCount(..) - Line 1388. It is probably there the change 
is going to be I believe!?!

And the code that is needed it should probably something like this:
if(DBOption.GetOptions(DBOption.cDontCountSpecials))

And then change the query regarding the above is true or false?

Original issue reported on code.google.com by gei...@gmail.com on 28 Jan 2014 at 10:24

GoogleCodeExporter commented 9 years ago
Certainly do-able as you suggested. I would need to put a set of eyeballs on 
the code to be sure there might be some other things to consider but not that I 
can think of off the top of my head.

You're welcome to have a go at creating a patch and testing your theory.

Original comment by damien.haynes@gmail.com on 17 May 2014 at 12:28

GoogleCodeExporter commented 9 years ago
Okay. Great =)

Just now it's a mess.. to much to do in work and private life...
But I maybe have some time in June, if the change haven't happened until den...

Original comment by gei...@gmail.com on 20 May 2014 at 9:51

GoogleCodeExporter commented 9 years ago
I believe this is feature is now implemented by yourself ;)

Original comment by damien.haynes@gmail.com on 14 Jun 2015 at 2:06