aboutsummaryrefslogtreecommitdiff
path: root/pl/episode_data.pl
AgeCommit message (Collapse)Author
2022-06-06Add basic threading support.John Ankarström
It is much easier to implement on the Prolog side than on the C side... :-)
2022-05-29Add Wiki context menu option.John Ankarström
It opens the Detective Conan World wiki page for the focused episode.
2022-05-28Only collect screenplays.John Ankarström
2022-05-28Add "Fetch Screenwriters" menu item.John Ankarström
This is a separate item from "Fetch", because it takes a lot longer.
2022-05-06Fix bug in maybe_assert_episode_datum.John Ankarström
2022-04-23Update data if changed.John Ankarström
2022-04-23Add File > Fetch.John Ankarström
2022-04-07Fix rate_episode.John Ankarström
2022-04-07Add "View TV Originals" option.John Ankarström
2022-04-05Add episode ratings.John Ankarström
2022-04-04Fetch more remote data.John Ankarström
2022-04-04Rewrite episode data code.John Ankarström
TODO: Ignore duplicate hints.
2022-04-03Rename last_episode/1 to episode_count/1.John Ankarström
2022-04-03Correctly fetch remote data for WPS episodes.John Ankarström
2022-04-01Ensure episode data is downloaded.John Ankarström
2022-03-29Show all episodes, not just local copies.John Ankarström
Ideally, I'd like to distinguish them visually, but it is a bit complicated. For now, I don't really care.
2022-03-06Update data for all episodes at once.John Ankarström
Previously, a remote request would be made once per episode.
2022-02-15Capitalize Hint key.John Ankarström
2022-02-15Put C code and Prolog code in separate directories.John Ankarström