This repo has been archived and will not be updated or maintained in any way, the project is still usable however.
A small program to play and keep track of darknet diaries episodes.
It does not save any data about the episodes, nor does it download any of the episodes, it uses the rss feed provided by Darknet Diaries, and it also streams the episode from the url provided by the rss feed.
The only thing that does end up being saved is where you have left off on each episode (or if you have finished it).
It has an internal player, which will turn see-through if you aren't hovering over it (this is to make it less distracting while in use).
A known pitfall is that since the internal WPF player is not asynchronous, and it is used to stream the episode, the program might freeze for a moment when you tell it to play an episode.
In order to be able to use the program, the .NET 6.0 Desktop Runtime is required. After that just download the release (direct link), extract the folder, and run the .exe file.