| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-12 | refactor: Change logging framework for reading video metadata | Heinrich 'Henrik' Langos | |
| 2023-01-04 | feat: Prefer external thumbnail over embedded ones (#44) | Heinrich 'Henrik' Langos | |
| This changes the handling of external thumbnails as mentioned in issue #41 If there is an external thumbnail file, it is going to be used, even if there is an embedded thumbnail in the mp4 file. Reviewed-on: https://git.mills.io/prologic/tube/pulls/44 Co-authored-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io> Co-committed-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io> | |||
| 2022-11-25 | feat: Add YAML support for added / modified metadata (#37) | Heinrich 'Henrik' Langos | |
| 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> | |||
| 2021-07-13 | Fix import paths | James Mills | |
| 2020-07-08 | Fix the import path of this package | James Mills | |
| 2020-03-27 | Strip the video filename extension from the default title | James Mills | |
| 2020-03-26 | Refactored thumbnail generation with configurable timeout and in-sycn with ↵ | James Mills | |
| video transcoding | |||
| 2020-03-25 | Add support for keeping trakc of and viewing no. of views per video | James Mills | |
| 2020-03-22 | Skip blanks in screenshot capture and allow more time | James Mills | |
| 2020-03-22 | Don't generate new thumbnails if they already exist | James Mills | |
| 2020-03-22 | Log errors for failure to generate thumbnails | James Mills | |
| 2020-03-22 | Add support for transcoding | James Mills | |
| 2020-03-21 | Add support for on-demand thumbnail generation via github.com/mutschler/mt | James Mills | |
| 2020-03-21 | Restructured source code layout, Added rice support for templates and static ↵ | James Mills | |
| assets | |||
