Author Topic: Danmakufu Video Database  (Read 1684 times)

Sparen

  • Danmakufu Artist
  • Git ready, git set, PUUSH!
    • AFCDTech
Danmakufu Video Database
« on: July 11, 2016, 06:33:09 PM »
Hello everyone!

So I did some fooling around yesterday. As you may know, in the descriptions for my DNHArt and DNHLP videos, I include links to other peoples' videos of the scripts. However, it's a royal pain to maintain and I don't know if anyone actually uses it (nobody else does it as far as I know).

So I wrote some basic barebones code to handle a JSON based database to track everything instead!

Github repo is here: https://github.com/Sparen/DanmakufuVideos

It's live at https://sparen.github.io/DanmakufuVideos/.  The system tracks a given scripter, their projects with videos, and links to those videos, as well as other basic information. In its current state, it should be simple to implement other nice things, such as script thumbnails, etc, but currently I see no need to complicate things.

Anyways, if you want to contribute, just send a pull request and I'll review it! Make sure to read the submission guidelines in the README! And if you want to be in the database but don't want to log everything yourself, just ask and I'll handle adding your user page.
« Last Edit: July 12, 2016, 08:05:14 PM by Sparen »

Sparen

  • Danmakufu Artist
  • Git ready, git set, PUUSH!
    • AFCDTech
Re: Danmakufu Video Database
« Reply #1 on: July 12, 2016, 07:04:17 PM »
Video thumbnails have been implemented - Youtube video thumbnails are now available and are retrieved directly from the video ID

EDIT: Now live at https://sparen.github.io/DanmakufuVideos/
« Last Edit: July 12, 2016, 07:56:44 PM by Sparen »