tube/media
Heinrich 'Henrik' Langos 7a4ef5b6df feat: Add YAML support for added / modified metadata (#37)
This change introduces the ability to read additional
or modified metadata like title or description from a
YAML file.
Just like thumbnails are read from "filename.jpg", we now
look for "filename.yml" and override the meta data that
is embedded in the video file.

This is my very first look at golang, so please tell me if, or rather "where" I went wrong. ;-)

Co-authored-by: Heinrich Langos <gumbo2000@noreply@mills.io>
Reviewed-on: https://git.mills.io/prologic/tube/pulls/37
Co-authored-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>
Co-committed-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>
2022-11-25 01:29:44 +00:00
..
library.go Normalize library path before adding and improve error logging (#38) 2022-11-25 01:21:03 +00:00
media.go Restructured source code layout, Added rice support for templates and static assets 2020-03-21 09:55:06 +10:00
path.go Restructured source code layout, Added rice support for templates and static assets 2020-03-21 09:55:06 +10:00
playlist.go Fix sort order of trending 2020-03-25 16:35:06 +10:00
video.go feat: Add YAML support for added / modified metadata (#37) 2022-11-25 01:29:44 +00:00