Go to file
ryliejamesthomas 09166910d4 HTML improvements 2020-03-19 18:01:14 +11:00
.editorconfig Minor fixes. Mostly little syntax typos 2018-05-12 19:26:45 +10:00
.gitignore HTML improvements 2020-03-19 18:01:14 +11:00
README.md Minor fixes. Mostly little syntax typos 2018-05-12 19:26:45 +10:00
index.php HTML improvements 2020-03-19 18:00:12 +11:00
jquery.js Add files via upload 2017-02-23 17:34:37 +11:00
tags HTML improvements 2020-03-19 18:01:14 +11:00
videos HTML improvements 2020-03-19 18:01:14 +11:00
vwc_v2-3.css HTML improvements 2020-03-19 18:01:14 +11:00

README.md

Video Works Catalogue

Video Works Catalogue is a tool and a toy, which uses a growing archive of all the video I have ever recorded.

Every film has been dissabled into it's separate shots, and those are all tagged accord to contents.

Info

Version: 2.

Licence: N/A.

Website: videoworkscatalogue.ryliejamesthomas.net

Componants / Function

  • Videos are stored in playlists on Youtube.
  • HTML snippets containing embed code for those playlists is kept in the file 'videos.html', contained in DIVs, with IDs related to their tag.
  • A list of all tags is kept in 'tags.html'. This is embedded in the website scrolling lists as links which people use to select videos to play. These links summon the relevant playlist via DIV ID.
  • All this is handled via PHP

This is probably pretty clunky, but it's the best I could do!

Goals

  • Always trying to learn better ways to work this.
  • (v3) Ditch Youtube. Good enough hosting infrastructure (high bandwidth, LOTS of space) is not affordable at the mo'.
  • (v3) Cut what I need out of JQuery and ditch that too.