tknorris
tknorris
Season ajax page: "http://www.addic7ed.com/ajax_loadShow.php?show=&season=&langs=&hd=&hi= show = showID season = season langs=lang codes (blank = all) hd=1/0 for hd only hi=1/0 hearing impaired cell = ✔ when present; empty when not...
showID can be pulled for main page quick search. regex: ``` option\s+value="(\d+)"\s*>(.*?) *\(*(\d{4})?\)?
srt download does referer check to ensure "http://www.addic7ed.com/" is in the string No UA checking present
Prototype of this in the 2.6.0 branch in my repo.
I'll take a look at it today. I'm messing with this code today anyway.
This bug is about episode titles not showing in the episode view when metadata is turned off. What you've suggested won't fix that. In the first suggestion, "title" is the...
I already checked the code. I agree that disp_title is only getting season and episode when metadata is off. That's only part of the problem though. The other part of...
Just to appease you that I really did look at this. Here is an example of what the episode view looks like when the change you suggested is made: ![screenshot...
That breaks when metadata is turned on. get_episode_meta expects "title" to be the show title, not the epsiode title. The reason your test cases have probably worked is metahandlers only...
Yeah, we could add a background dialog to show it. I'll look at this for the next release.