<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tube.git/go.mod, branch 1.2.0</title>
<subtitle>[MIRROR] Repo for Tube located at https://git.mills.io/prologic/tube
</subtitle>
<id>https://git.bensanders.xyz/tube.git/atom?h=1.2.0</id>
<link rel='self' href='https://git.bensanders.xyz/tube.git/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/'/>
<updated>2023-01-21T01:10:20+00:00</updated>
<entry>
<title>Update deps</title>
<updated>2023-01-21T01:10:20+00:00</updated>
<author>
<name>James Mills</name>
<email>1290234+prologic@users.noreply.github.com</email>
</author>
<published>2023-01-21T01:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=c727404d9156861dc40a657b3599da36ed0bae62'/>
<id>urn:sha1:c727404d9156861dc40a657b3599da36ed0bae62</id>
<content type='text'>
</content>
</entry>
<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>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>Replace rice box with go embed (#25)</title>
<updated>2022-08-30T01:17:08+00:00</updated>
<author>
<name>gabek</name>
<email>gabek@noreply@mills.io</email>
</author>
<published>2022-08-30T01:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=29f278459156f7bd9aec225ed78706d18e001c56'/>
<id>urn:sha1:29f278459156f7bd9aec225ed78706d18e001c56</id>
<content type='text'>
Reviewed-on: https://git.mills.io/prologic/tube/pulls/25
Co-authored-by: gabek &lt;gabek@noreply@mills.io&gt;
Co-committed-by: gabek &lt;gabek@noreply@mills.io&gt;
</content>
</entry>
<entry>
<title>Update deps</title>
<updated>2022-07-23T01:35:09+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2022-07-23T01:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=3b7c29eb8abbc63eb817e5533e40adcc62c5e8da'/>
<id>urn:sha1:3b7c29eb8abbc63eb817e5533e40adcc62c5e8da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix deps (#8)</title>
<updated>2021-08-27T15:36:53+00:00</updated>
<author>
<name>James Mills</name>
<email>james@mills.io</email>
</author>
<published>2021-08-27T15:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=acf8cbd82d0883da003933499ef799dc3ac7330b'/>
<id>urn:sha1:acf8cbd82d0883da003933499ef799dc3ac7330b</id>
<content type='text'>
Fixes #7

```#!sh
(⎈ |local:default)
prologic@Jamess-iMac
Sat Aug 28 01:35:47
~/Projects/tube
 (master) 0
$ make
Removing tube
Removing tube.db/
tube version v1.1.12@02e2aeb(⎈ |local:default)
```

Co-authored-by: James Mills &lt;prologic@shortcircuit.net.au&gt;
Reviewed-on: https://git.mills.io/prologic/tube/pulls/8
Co-authored-by: James Mills &lt;james@mills.io&gt;
Co-committed-by: James Mills &lt;james@mills.io&gt;
</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>Update shortuuid dep</title>
<updated>2021-06-08T12:49:56+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2021-06-08T12:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=89442bb269851e81ca8ad0636dedda5665d0a5e2'/>
<id>urn:sha1:89442bb269851e81ca8ad0636dedda5665d0a5e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update deps</title>
<updated>2021-06-08T12:43:53+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2021-06-08T12:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=97c79e1e619e5953d88d0017bfb8becff3166e3f'/>
<id>urn:sha1:97c79e1e619e5953d88d0017bfb8becff3166e3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update deps</title>
<updated>2021-03-25T11:36:39+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2021-03-25T11:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=43e093e38ec70213ac92e4c35a64b37250356258'/>
<id>urn:sha1:43e093e38ec70213ac92e4c35a64b37250356258</id>
<content type='text'>
</content>
</entry>
</feed>
