<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tube.git/media, branch fix-changelog</title>
<subtitle>[MIRROR] Repo for Tube located at https://git.mills.io/prologic/tube
</subtitle>
<id>https://git.bensanders.xyz/tube.git/atom?h=fix-changelog</id>
<link rel='self' href='https://git.bensanders.xyz/tube.git/atom?h=fix-changelog'/>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/'/>
<updated>2023-01-16T11:33:12+00:00</updated>
<entry>
<title>preserve-video-filename (#49)</title>
<updated>2023-01-16T11:33:12+00:00</updated>
<author>
<name>Heinrich 'Henrik' Langos</name>
<email>gumbo2000@noreply@mills.io</email>
</author>
<published>2023-01-16T11:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=19a1141af3f1aa52c706e402af734797d5d929ff'/>
<id>urn:sha1:19a1141af3f1aa52c706e402af734797d5d929ff</id>
<content type='text'>
This should fix issue #40

I have not made the `allowed_characters` configurable yet nor the `replacement_character`.

Mostly because I couldn't decide if I should define those "globally" on a server basis, or on the library nodes.

Feel free to modify, extend, rip apart. 😁

Reviewed-on: https://git.mills.io/prologic/tube/pulls/49
Co-authored-by: Heinrich 'Henrik' Langos &lt;gumbo2000@noreply@mills.io&gt;
Co-committed-by: Heinrich 'Henrik' Langos &lt;gumbo2000@noreply@mills.io&gt;
</content>
</entry>
<entry>
<title>improve logging at startup (#51)</title>
<updated>2023-01-16T11:29:55+00:00</updated>
<author>
<name>Heinrich 'Henrik' Langos</name>
<email>gumbo2000@noreply@mills.io</email>
</author>
<published>2023-01-16T11:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=9952cc533ac093a9b8acf964642e42ae8962f768'/>
<id>urn:sha1:9952cc533ac093a9b8acf964642e42ae8962f768</id>
<content type='text'>
This bit me hard in the begining.
While I was trying to figure out why tube I didn't show any files,
it was silently creating directories all over the place. 😆

Reviewed-on: https://git.mills.io/prologic/tube/pulls/51
Co-authored-by: Heinrich 'Henrik' Langos &lt;gumbo2000@noreply@mills.io&gt;
Co-committed-by: Heinrich 'Henrik' Langos &lt;gumbo2000@noreply@mills.io&gt;
</content>
</entry>
<entry>
<title>feat: Prefer external thumbnail over embedded ones (#44)</title>
<updated>2023-01-04T11:34:40+00:00</updated>
<author>
<name>Heinrich 'Henrik' Langos</name>
<email>gumbo2000@noreply@mills.io</email>
</author>
<published>2023-01-04T11:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=c0138ec10e28efd2a31e88ba94e991a8fb8145ae'/>
<id>urn:sha1:c0138ec10e28efd2a31e88ba94e991a8fb8145ae</id>
<content type='text'>
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 &lt;gumbo2000@noreply@mills.io&gt;
Co-committed-by: Heinrich 'Henrik' Langos &lt;gumbo2000@noreply@mills.io&gt;
</content>
</entry>
<entry>
<title>feat: Add YAML support for added / modified metadata (#37)</title>
<updated>2022-11-25T01:29:44+00:00</updated>
<author>
<name>Heinrich 'Henrik' Langos</name>
<email>gumbo2000@noreply@mills.io</email>
</author>
<published>2022-11-25T01:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=7a4ef5b6dfe804213d5cc1563f17deeb10e25455'/>
<id>urn:sha1:7a4ef5b6dfe804213d5cc1563f17deeb10e25455</id>
<content type='text'>
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 &lt;gumbo2000@noreply@mills.io&gt;
Reviewed-on: https://git.mills.io/prologic/tube/pulls/37
Co-authored-by: Heinrich 'Henrik' Langos &lt;gumbo2000@noreply@mills.io&gt;
Co-committed-by: Heinrich 'Henrik' Langos &lt;gumbo2000@noreply@mills.io&gt;
</content>
</entry>
<entry>
<title>Normalize library path before adding and improve error logging (#38)</title>
<updated>2022-11-25T01:21:03+00:00</updated>
<author>
<name>Heinrich 'Henrik' Langos</name>
<email>gumbo2000@noreply@mills.io</email>
</author>
<published>2022-11-25T01:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=a2cc622bc9028e3fabf6ca8d662c8ab4a327cdf7'/>
<id>urn:sha1:a2cc622bc9028e3fabf6ca8d662c8ab4a327cdf7</id>
<content type='text'>
I hope this PR closes #9

Co-authored-by: Heinrich Langos &lt;gumbo2000@noreply@mills.io&gt;
Reviewed-on: https://git.mills.io/prologic/tube/pulls/38
Co-authored-by: Heinrich 'Henrik' Langos &lt;gumbo2000@noreply@mills.io&gt;
Co-committed-by: Heinrich 'Henrik' Langos &lt;gumbo2000@noreply@mills.io&gt;
</content>
</entry>
<entry>
<title>Add support for multi-arch binary and docker image releases (#20)</title>
<updated>2022-08-01T03:22:17+00:00</updated>
<author>
<name>James Mills</name>
<email>james@mills.io</email>
</author>
<published>2022-08-01T03:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=35217febfc2c5d6a7e5d5d2b0b3c10a168fb2ed1'/>
<id>urn:sha1:35217febfc2c5d6a7e5d5d2b0b3c10a168fb2ed1</id>
<content type='text'>
Reviewed-on: https://git.mills.io/prologic/tube/pulls/20
</content>
</entry>
<entry>
<title>Fix import paths</title>
<updated>2021-07-12T22:34:56+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2021-07-12T22:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=5c2b402a8aaa2d1693f64f2ca6576597bf28b339'/>
<id>urn:sha1:5c2b402a8aaa2d1693f64f2ca6576597bf28b339</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the import path of this package</title>
<updated>2020-07-08T06:50:53+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2020-07-08T06:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=6a2eaefccae186430c3a3cd8822e61fb70749c7b'/>
<id>urn:sha1:6a2eaefccae186430c3a3cd8822e61fb70749c7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix default server config and ensure upload and video paths exist</title>
<updated>2020-03-29T09:02:52+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2020-03-29T09:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=980a3edf63551b60a85307005cdb6f0380932d83'/>
<id>urn:sha1:980a3edf63551b60a85307005cdb6f0380932d83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add backend support for serving lower quality videos (if available)</title>
<updated>2020-03-28T05:59:16+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2020-03-28T05:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=d21c06c4651e2ac6eebca25d94ff2855618a94d8'/>
<id>urn:sha1:d21c06c4651e2ac6eebca25d94ff2855618a94d8</id>
<content type='text'>
</content>
</entry>
</feed>
