View Issue Details

IDProjectCategoryView StatusLast Update
0001440HTML & PERLBug Report - Interfacepublic2009-03-06 21:05
ReporterHiEv Assigned Tofahrenheit  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001440: Icons for some subtitle tracks are not displayed in some cases
DescriptionSome anime files do not display the true number of subtitle tracks on the anime and episode pages. For example, the E-D version of "I My Me! Strawberry Egg" episode 1:
http://anidb.net/e486
Note also that hovering over the third subtitle only shows "subtitle: english" without the type or flags.

See also most of the Retrofit versions of "Sekirei":
http://anidb.net/a5786
Note that for episode 8 the v2 gets the correct number of subtitles, but the v1 doesn't:
http://anidb.net/e92244
Also, the information when hovering over the subtitle icons is again missing information for the 3rd & 4th ones.

The problem mainly seems to occur with files that have more than four subtitle + audio streams.
TagsAJAX, subtitle, tooltip

Activities

fahrenheit

2009-03-06 00:25

reporter   ~0002593

Okay, first let's clear up some stuff that's not a bug.

I get my data stream data from the cached file table, so I only have access to "complete" data for the first 2 audio/subtitle streams, for the other streams I only have access to the stream languages, this is not a bug and is meant to reduce the number of accesses to the database I have to do on each xml generation, as such I'm not inclined to change that.

As for the main issue of this tracker item, I just found out that the script that generates the cached file table merges the extra stream data (as in, streams after 2), that's the reason for the current issue.

I'll submit a quick fix for the AJAX pages if there's just one language in the extra stream data table and I'm missing languages.

I'll also see if i can fix the cache generation script.

fahrenheit

2009-03-06 21:05

reporter   ~0002594

exp fixed the cron, everything should be fine now

Issue History

Date Modified Username Field Change
2009-03-02 19:14 HiEv New Issue
2009-03-02 19:15 HiEv Tag Attached: subtitle
2009-03-02 19:16 HiEv Tag Attached: tooltip
2009-03-04 12:22 fahrenheit Tag Attached: AJAX
2009-03-04 12:22 fahrenheit Status new => assigned
2009-03-04 12:22 fahrenheit Assigned To => fahrenheit
2009-03-06 00:25 fahrenheit Note Added: 0002593
2009-03-06 21:05 fahrenheit Note Added: 0002594
2009-03-06 21:05 fahrenheit Status assigned => resolved
2009-03-06 21:05 fahrenheit Resolution open => fixed