Following on what @Mizuki said, there seems to be an uncaught exceptions that redirects you to login.
How come season subtitles sometimes are English instead of Japanese? For example: The Golden City of the Scorching Sun | L31
Similarly, how come episodes are shown in English? Not complaining per se, just curious.
Are people adding shows originally in English because they watched the Japanese dub? Is that expected?
Whoops! Yeah I was making an api call to fetch your user episodesā¦ which required login. Fixed and should be live in one minute.
Ah, is that right? Ok I will log it.
Yeah, Iāve asked people about that and they do seem to be watching the dubbed versions. I was somewhat expecting itā¦ something like watching Friends in your target language is a very popular thing to do.
Weāll see how often it occurs.
Edit: One thing Iāve thought about doing to make this more clear is to use the translated titleā¦ so for this case itād be ć¢ć¼ć±ć¤ć³. Although, iām not sure that translation is widely used, may be more confusing.
Yes you are rightā¦ underneath the covers everything thatās been submitted with an explicit level (only allowed if you have finished or watching the item) is being treated as non temporary, even though it has the ??. And yeah, many things have enough grades to be deemed non-temporary. I am simply am keeping the ?? there to reinforce that the data is still fluctuating a lot. Iām not sure how long Iāll keep it there, I agree itās a bit of a bummer.
At somepoint Iāll make all new things coming in with an explicit level temporary (like it is with books) and only mark it non-temporary after I have enough grades, I just want people to be able to compare thingsā¦ and was worried the library is too small right now.
Yeah thatās expected actuallyā¦ but iām not entirely sure the best way to handle. I prioritize season dates for stat keeping and only use episode & session level data if they make sense and provide more granularity to the stats. I am wary of triggering a bunch of updates and syncs between things, as it can be somewhat unintuitiveā¦ but I am already doing it wrt marking your season finished / moving back to wish list (that wipes the episode data).
Originally, I was simply not putting episode dates, but that also leads to some compllications. Idkā¦ after I have fewer bugs to deal with, I want to sit down and try to figure out TV stat-keeping better.
Personally I think the episode dates should be optional. As Iāve previously mentioned, I donāt like when the data is ālyingā. I donāt track time, I donāt track pages, I donāt track episodes. Or at least with episodes, I already track that (not dates, but episodes completed) on AniList and have no desire to double my work by tracking it on Natively as well. So as with books I intend to simply have a single start and end date. But if setting an end date for the season assumes and assigns that same date to every episode, it just feelsā¦ wrong I guess.
If you donāt mind, Iād appreciate if you could go into more detail on what complications you ran into. Maybe someone will have ideas for how to resolve them while also leaving the episode dates optional. After things settle down of course.
I agree with you about not having faulty data. Let me fix these bugs first though and then weāll talk it through together
AUDIOVISUAL UPDATE
- [FIXED] For adding new videos, if TMDB has no results, show āNo Resultsā, improved scrolling behavior
- [FIXED] Adding new tv series & updating your progress/status should work. Even on tv series without episodes yet @perrydimes
- [FIXED] Fixed TMDB id check issue @eefara
- [FIXED] Changed helper text in create new video to explicitly say ātitle search belowā not tmdb link
- [UPDATED] Changed server error page to link to product forum thread (great idea @Megumin)
- [UPDATED] removed now extinct book caches that were increasing the size of redis (small contributor to issues earlier in the morning)
AUDIOVISUAL UPDATE
- [FIXED] āChoose which bookā on the video grading page
- [FIXED] ācollapse seriesā isnāt sticky anymore
- [FIXED] Rounding on show page for quality scores (not being rounded)
- [FIXED] On stats page āTV Seasons Finishedā ā āTV Seasons Watchedā
- [FIXED] Stickiness of both item type (Video/Books) and Default Feed for activities in dashboard. No longer wiped by viewing item pages @Legato @GrumpyPanda @Jintor
AUDIOVISUAL UPDATE
- [Fixed] Activity Filters donāt work for audiovisual (progress updates)
- [Fixed] Grading activities arenāt generated for audiovisual
- [Fixed] Updating progress on non-populated season was still not working
- [Fixed] Replace progess bar underneath an unpopulated season with text āepisodes populatingā
- [Fixed] Mobile text search in search page goes to books! Doesnāt work
- [Fixed] Issues with āupdateā modal not closing after save. This was actually a pretty widespread problem it seems. @Jintor this is your ātimed sessionā issue
Thank you! A new bug on top of this: I was able to successfully add the new movie, but the numbering order is now messed up on the movie series page:
Movie #5 should be movie #2; essentially these shouldnāt be ordered by what order a user requested them, but by release date order. Iām sure this is affecting other movie series as well; I know Iāve been adding movies Iām familiar with as they pop into my head and not necessarily by release date.
Congrats on the Korean release, @brandon:
Ah. Ordering by release date makes sense, will do.
Hey I can read that.
Does anyone think it would be useful to separate the number of times graded between book and audiovisual? Same thing with reviews and ratings.
I just noticed thereās no separation, and while I canāt really think of a useful use case for why you would want to, I was curious if others had opinions.
Now just do that via breaking down a season into individual episodes as well and youāve achieved ordering of the āspecialsā season.
(joking, not joking)
Iād like all stats to be separated, personally.
Didnāt want to use checkboxes here for consistency?
Havenāt rigorously tested, but it seems like for me the āMeā setting gets reset every time I refresh. āFollowingā seems to work fine though
Edit: Fixed itself a few minutes later. Have had it a couple times now that shows are somehow both wish listed and watching at the same time, showing up as one or the other depending on the interface Iām looking at.
So far it always figured itself out, so itās not particularly bad, it is however pretty confusing
Yes, this seems to happen while the episodes are being populated.
Also if you happen to update dates or something else while this is being done in the background, weird stuff happens.
Maybe it should be hidden until the thing is fully populated to avoid data corruption and send an email when itās done @brandon?