Jump to content

Upcoming episodes not displaying properly


NANO SHELL

Recommended Posts

Looking good indeed, very happy with it!

 

Seems to me like it was only showing the last upcomming show for a particular day.

Link to comment
Share on other sites

  • 2 weeks later...

I seem to still be having the same (or at least, closely related) issue. It had been happening under the previous stable release, but I saw the notifications that it'd been fixed in the next beta, so I didn't report it at the time. However, I've just updated to the latest stable release (Version 3.0.5724.3) and am still experiencing the same issue.

 

Here's a rundown of what's happening.

On the "Upcoming" tab, there are a lot of shows missing. When I compare the results displayed on the Upcoming tab (which is missing things) with the results listed on the "MB Upcoming" Chrome extension (v0.1.7, which seems to be the complete list), it appears that the missing episodes are the first listed episode for every day (I've been tracking this for several weeks since noticing the problem, because the extension only displays 3 days of data at a time). The Emby Android app (v2.3.80) is having the exact same issue as the browser interface, always dropping the first listed show for each day.

So that means that on any given day, if there are two shows scheduled, I'll only see the second one. If there are four shows, I'll only see the second, third, and fourth. And when there's only one show scheduled for the day, the day doesn't even appear in the list. 

 

Unsolicited opinion:

Speaking as a programmer, my opinion is that it appears to be an array numbering issue, or something of that sort. If you're storing all of the shows into an array, and it's auto-numbering them as upcoming[0], upcoming[1], upcoming[2]; but then you're retrieving them starting the keys at 1 instead of 0, that would explain all of the missing records. But I haven't seen the code, I'm just guessing based on previous experiences. ;-)

 

Hope this is helpful information, let me know if you need anything else from me and I'll be happy to provide what I can.

Link to comment
Share on other sites

Happy2Play

This is an interesting thought, all my upcoming are showing up correctly on the server and chrome extension for me.  So you may need to provide some specific examples, screenshots.

Link to comment
Share on other sites

trusselo

where does Upcoming get its info from?

 

The Nightly show with Larry Wilmore (meh) airs Monday, Tuesday, Wednesday, and Thursday.

Emby shows it only on Thursday in the Upcoming section of TV shows.  (No LIVE tv features involved)

Link to comment
Share on other sites

where does Upcoming get its info from?

 

The Nightly show with Larry Wilmore (meh) airs Monday, Tuesday, Wednesday, and Thursday.

Emby shows it only on Thursday in the Upcoming section of TV shows.  (No LIVE tv features involved)

 

Do you have something else that's supposed to be airing on Thursday, that isn't showing up in the Upcoming section?

Link to comment
Share on other sites

trusselo

Do you have something else that's supposed to be airing on Thursday, that isn't showing up in the Upcoming section?

not quite sure.

if I knew when every show was on, I wouldn't need this section, now would I?

Link to comment
Share on other sites

I seem to still be having the same (or at least, closely related) issue. It had been happening under the previous stable release, but I saw the notifications that it'd been fixed in the next beta, so I didn't report it at the time. However, I've just updated to the latest stable release (Version 3.0.5724.3) and am still experiencing the same issue.

 

Here's a rundown of what's happening.

On the "Upcoming" tab, there are a lot of shows missing. When I compare the results displayed on the Upcoming tab (which is missing things) with the results listed on the "MB Upcoming" Chrome extension (v0.1.7, which seems to be the complete list), it appears that the missing episodes are the first listed episode for every day (I've been tracking this for several weeks since noticing the problem, because the extension only displays 3 days of data at a time). The Emby Android app (v2.3.80) is having the exact same issue as the browser interface, always dropping the first listed show for each day.

So that means that on any given day, if there are two shows scheduled, I'll only see the second one. If there are four shows, I'll only see the second, third, and fourth. And when there's only one show scheduled for the day, the day doesn't even appear in the list. 

 

Unsolicited opinion:

Speaking as a programmer, my opinion is that it appears to be an array numbering issue, or something of that sort. If you're storing all of the shows into an array, and it's auto-numbering them as upcoming[0], upcoming[1], upcoming[2]; but then you're retrieving them starting the keys at 1 instead of 0, that would explain all of the missing records. But I haven't seen the code, I'm just guessing based on previous experiences. ;-)

 

Hope this is helpful information, let me know if you need anything else from me and I'll be happy to provide what I can.

 

I just checked out the new Web Client update, and it appears to have fixed this issue for me! Thanks very much!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...