Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Episode Listing #3

Open
fungus1487 opened this issue Feb 12, 2012 · 0 comments
Open

Incorrect Episode Listing #3

fungus1487 opened this issue Feb 12, 2012 · 0 comments

Comments

@fungus1487
Copy link

Hi Great project and thanks for keeping it going.

I have managed to narrow down an issue with the UI incorrectly showing the right tv episodes for a given season. This is most easily understood by looking at the following two links.

http://downloads.designdotworks.co.uk/incorrect-episode-listing-01.jpg
http://downloads.designdotworks.co.uk/incorrect-episode-listing-02.jpg

The first shows ember listing a season 05 under blackadder (when there is no such series) as well as episodes 2-12 inside this series.
The second shows ember listing a season 05 under dexter (correct so far) but only episode 1. The rest appear to end up under the blackadder seasons.

I have checked the ember sqlite database to make sure references are correct and all looks fine, each episode for dexter references the right show id etc and I can manually run the queries in the ember database api class to validate that it is returning what is the correct information. For clarities sake I have also attached my database.

http://downloads.designdotworks.co.uk/Media.emm

This appears to be an issue only in how the UI displays these listings as further investigation shows my scraped nfos are fine and XBMC finally picks up everything in season order with the correct episodes.

My library structure is relatively straight forward too.

..\tv shows
..\tv shows\dexter
..\tv shows\dexter\season 01
..\tv shows\dexter\season 01\s01e01.bluray.mkv
..\tv shows\dexter\season 01\s01e01.bluray.nfo
..\tv shows\dexter\season 01\s01e02.bluray.mkv
..\tv shows\dexter\season 01\s01e02.bluray.nfo
..\tv shows\dexter\season 01... [etc]
..\tv shows\dexter\season 02\s02e01.bluray.mkv
..\tv shows\dexter\season 02\s02e01.bluray.nfo
..\tv shows\dexter\season 02\s02e02.bluray.mkv
..\tv shows\dexter\season 02\s02e02.bluray.nfo
..\tv shows\dexter\season 02... [etc]

Hopefully this gives you enough information to track it down in the UI code, I tried sniffing around but I'm not familiar with the code and I use c# (been a while since I plunged into VB). I was looking at how the seasons data grid gets populated and filtered but again everything is indexed by integers so its a little difficult to browse. I can help if you need just point me in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant