Bug Destiny Theme (Detail & Thumbstrip View) does not Count TV seasons & episodes correctly

 
no supporters

I just obtained all the Throgsoft themes and love them especially the Destiny theme. I noticed though an incorrect counting of the seasons under the TV show’s name folder.

Here is an example of two shows 1st The Big Bang theory which has 4 seasons but displays in the detail view 6 seasons.

alt text

The root folder is:
\MyServer\disk4\TV Shows\Big Bang Theory

In this folder are the following entries:
4 season folders (Season 1 to 4)
1 metadata folder
2 AVI files of unreleased pilots.
In addition the usual series.xml, folder.jpg, banner.jpg & backdrop,jpg

Also season 3 of the BBT is on 2 blu-ray discs and in the season 3 folder are two entries disc 1 & disc 2 which are interpreted as 2 episodes by the destiny thumbstrip view.

Example 2 is Burn Notice which has 5 seasons and also displays 6 seasons.
The root folder is:
\MyServer\disk2\TV Shows\Burn Notice

In this folder are the following entries:
5 season folders (Season 1 to 5)
Plus One Season 0 folder for specials.
In addition the usual series.xml, folder.jpg, banner.jpg & backdrop,jpg

It looks to me that the theme counts folder entries as well as media file/episode entries as seasons or episodes. To solve this it should only count folders starting with 1 and not 0 which is reserved for Extras & Special programs. In addition to this since file entries such as xml, jpg & png are already excluded AVI, MPG & TS files should also be excluded from the root folder of a TV series. For counting episodes perhaps an entry in the folder XML be used or another approach such as reading the total episodes from a meta data provider.

Hope this helps O2G

 
votes newest oldest
 
  • Created:almost 2 years ago
  • Modified:almost 2 years ago

The problem here is if media (.AVI,..MKV, etc…) exists in the folder of the season level then you are not following the standard hierarchy.

The second problem in counting of sub folders, the core routine to do the counting only cares about how many forlders and not the naming convention. This might be quite challenging to some how identify specials as such since it’s not require for users to use keywords like ‘Specials’ or even numbers to break apart their season folders.

 
 
  • Created:almost 2 years ago

The problem here is if media (.AVI,..MKV, etc…) exists in the folder of the season level then you are not following the standard hierarchy.

The Big Bang Theory had 2 unaired pilots one of which only exists on P2P sites one was included as a special. I initially decided to display them in this fashion but that can be changed and they can be included in the designated folder for specials.

This brings me to the handling of the folder for Specials or Extras. Note this quotation from the FAQ section.

Specials

As of Media Browser 2.2.2 (codename Thunderblade) there is support for TV Series Specials.

To use Specials support, do the following:

* Create a folder in the series folder called “Season 0”.
* On the TVDB Website, lookup the information about your series.
* Place all your specials in the “Season 0” folder.
* Number the episodes the same way they are numbered in TVDB.

Media Browser will display “Specials” as the name of the folder and pull all the metadata if using Internet Providers.

This is the structure I am using for all my TV episodes. I have gone through quite some efforts to make my folder structure harmonize with the recommendations in the FAQ section. There is bound to be a Name Attribute for folders when querying for them and if there is & ONLY if there is a “Season 0” folder -1 could be subtracted from the count of folders to give the correct numbers of seasons.

I hope that this is possible in a future update.

Thanks for your comments and support for your themes.

 
 
  • Created:10 months ago

Ok I think I’ve got this licked, I will make it so that it will not count “Specials” folder as part of the seasons.

 
 
  • Created:10 months ago

Thank you very much I have modified all my TV shows to have a Season 0 folder for anything that could be considered special airings. No more media in the TV series root folder, just Season 0 for “Specials / Extras” and “Season 1 to N”.

Thanks again for your support of your products, that alone is worth the expense.

 
  • I Uploaded a new Kismet with this fix in it, can you test it out and see if it’s working and I will apply this to all other themes. – throgmorton 10 months ago
 
  • Created:10 months ago

I tested my TV shows that have “Season 0” folders and all do show the correct season numbers except Fringe. Below are the screen caps of the BBT folders and the Fringe folders and the only difference that I can see is the Fringe Season 0 folder has a “folder.xml” file in it. BBT shows 5 Seasons but Fringe shows also 5 Seasons in the pop up box of the Kismet Poster view as well as the List view.

BBT Top folder
alt text

BBT Season 0 Folder
alt text

Fringe Top Folder
alt text

Fringe Season 0 Folder
alt text

 
  • What is in the folder.xml? Is it changing the name of the folder away from Specials? – throgmorton 10 months ago
 
  • Created:10 months ago

Content of the Folder.xml File:

> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
> <Title>   
> <LocalTitle>Fringe PatternAnalysis</LocalTitle>  
> <OriginalTitle>Fringe PatternAnalysis</OriginalTitle>  
> <SortTitle>Specials Fringe</SortTitle>
> <ForcedTitle></ForcedTitle>  
> <IMDBrating></IMDBrating>  
> <ProductionYear></ProductionYear>  
> <MPAARating></MPAARating>  
> <Added>3/24/2011 3:16:05 PM</Added>  
> <IMDbId>tt1119644</IMDbId>  
> <RunningTime></RunningTime>  
> <TMDbId></TMDbId>  
> <CDUniverseId></CDUniverseId>  
> <Language>English</Language>  
> <Country>USA</Country>   
> <Persons>
>     <Person>
>       <Name>Anna Torv</Name>
>       <Type>Actor</Type>
>       <Role>Olivia Dunham</Role>
>     </Person>
>     <Person>
>       <Name>Joshua Jackson</Name>
>       <Type>Actor</Type>
>       <Role>Peter Bishop</Role>
>     </Person>
>     <Person>
>       <Name>John Noble</Name>
>       <Type>Actor</Type>
>       <Role>Dr. Walter Bishop</Role>
>     </Person>
>     <Person>
>       <Name>Mark Valley</Name>
>       <Type>Actor</Type>
>       <Role>John Scott</Role>
>     </Person>
>     <Person>
>       <Name>Lance Reddick</Name>
>       <Type>Actor</Type>
>       <Role>Phillip Broyles</Role>
>     </Person>
>     <Person>
>       <Name>Jasika Nicole</Name>
>       <Type>Actor</Type>
>       <Role>Astrid</Role>
>     </Person>
>     <Person>
>       <Name>Blair Brown</Name>
>       <Type>Actor</Type>
>       <Role>Nina Sharp</Role>
>     </Person>
>     <Person>
>       <Name>Kirk Acevedo</Name>
>       <Type>Actor</Type>
>       <Role>Charlie Francis</Role>
>     </Person>
>     <Person>
>       <Name>Seth Gabel</Name>
>       <Type>Actor</Type>
>       <Role>Lincoln Lee</Role>
>     </Person>   
> </Persons>   
> <Genres>
>     <Genre></Genre>   
> </Genres>   
> <Description> The Fringe Pattern
> Analysis mixes Fringe's science with expert commentary, show notes, photos,
> and diagrams. There are select scenes from six different Season 1 episodes
> that are analyzed. &#10;  
> • The Ghost Network 
> • Power Hungry 
> • The Equation
> • Safe 
> • The Transformation 
> • Unleashed</Description>  
> <IMDB>tt1119644</IMDB>  
> <Budget>0</Budget>  
> <Revenue>0</Revenue>   
> <Studios>
>     <Studio></Studio>
>     <Studio></Studio>   
> </Studios>   
> <Type>None</Type>
> </Title>
 
  • I don’t think its the folder.xml the specials folder is derived from the directory name. In your vist does it say “Specials” as the name of the season or something else? – throgmorton 10 months ago
  • In the folder.xml file it says Specials Fringe Otherwise you can see from the directory listings under the directory “Fringe” all it says is “Season 0” to “Season 4” I learned that a folder called specials can sometimes cause strange displays so all my folders that have Specials or Extras in them are called “Season 0” – One2Go 10 months ago
  • I’ll experiement with dropping the folder.xml and see if that makes a difference. More of interest to me is why the Upcoming TV entry in the root folder doesn’t work. – One2Go 10 months ago
 
  • Created:10 months ago

This has been applied to all themes now, I’m unsure why the one specific folder you have is not showing up properly.