Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 1.59 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.59 KB

This repo has been archived and will not be updated or maintained in any way, the project is still usable however.

DarknetDiaries

A small program to play and keep track of darknet diaries episodes.

preview image of the main screen


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).

preview image of the player


Extra info

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.

Usage and installation

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.