Skip Navigation
Jump
Working on a frontend to youtube-dl which doubles as a fully-functional video-hosting website
  • importing videos from disk would be awkward unless i had all of the metadata from youtube-dl. if i had the full metadata dump for each video i could probably make it work

    1
  • Jump
    Working on a frontend to youtube-dl which doubles as a fully-functional video-hosting website
  • sorting: yes, see demo site
    categorization for archived videos isn't fleshed out yet, they're currently all categorized as "otomad". I have a tag -> category inference system that I could use here, as in: if it's tagged with "x", then it's a "y". I'll probably work on that tomorrow.

    1
  • Jump
    Working on a frontend to youtube-dl which doubles as a fully-functional video-hosting website
  • ehh, hard to define. ideally i'd want rate-limiting, individual user uploads, and easier setup for self-hosting. there are also a few bugs I need to fix (like playback on ios)

    1
  • Working on a frontend to youtube-dl which doubles as a fully-functional video-hosting website

    23