<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.paper.us.eu.org/minori/</link>
    <language>en-us</language>

    <title>minori: include/track/media.h history</title>
    <description>include/track/media.h revision history</description>
    <item>
    <title>*: clang-format all the things</title>
    <link>https://hg.paper.us.eu.org/minori/log/47c9f8502269/include/track/media.h</link>
    <description><![CDATA[*: clang-format all the things<br/>
<br/>
I've edited the formatting a bit. Now pointer asterisks (and reference<br/>
ampersands) are on the variable instead of the type, as well as having<br/>
newlines for function braces (but nothing else)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Fri, 25 Jul 2025 10:16:02 -0400</pubDate>
</item>
<item>
    <title>*: convert all files CRLF -&gt; LF</title>
    <link>https://hg.paper.us.eu.org/minori/log/b1f625b0227c/include/track/media.h</link>
    <description><![CDATA[*: convert all files CRLF -&gt; LF<br/>
<br/>
some files were in DOS format, others were in unix. now everything<br/>
(that at least is under our control) should all be the same format]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 13 May 2024 15:04:51 -0400</pubDate>
</item>
<item>
    <title>include: make header guards more sane</title>
    <link>https://hg.paper.us.eu.org/minori/log/3ec7804abf17/include/track/media.h</link>
    <description><![CDATA[include: make header guards more sane<br/>
<br/>
The C++ standard[1] says:<br/>
	Each identifier that contains a double underscore __ or<br/>
	begins with an underscore followed by an uppercase letter<br/>
	is reserved to the implementation for any use.<br/>
<br/>
[1]: https://timsong-cpp.github.io/cppwp/n4659/lex.name#3.1]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 03 Apr 2024 20:04:28 -0400</pubDate>
</item>
<item>
    <title>*: HUUUGE changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/862d0d8619f6/include/track/media.h</link>
    <description><![CDATA[*: HUUUGE changes<br/>
<br/>
animia has been renamed to animone, so instead of thinking of a<br/>
health condition, you think of a beautiful flower :)<br/>
<br/>
I've also edited some of the code for animone, but I have no idea<br/>
if it even works or not because I don't have a mac or windows<br/>
machine lying around. whoops!<br/>
<br/>
... anyway, all of the changes divergent from Anisthesia are now<br/>
licensed under BSD. it's possible that I could even rewrite most<br/>
of the code to where I don't even have to keep the MIT license,<br/>
but that's thinking too far into the future<br/>
<br/>
I've been slacking off on implementing the anime seasons page,<br/>
mostly out of laziness. I think I'd have to create another db file<br/>
specifically for the seasons<br/>
<br/>
anyway, this code is being pushed *primarily* because the hard drive<br/>
it's on is failing! yay :)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 01 Apr 2024 02:43:44 -0400</pubDate>
</item>
<item>
    <title>dep/animia: fix XnuFdTools</title>
    <link>https://hg.paper.us.eu.org/minori/log/d43d68408d3c/include/track/media.h</link>
    <description><![CDATA[dep/animia: fix XnuFdTools<br/>
also we use anitomy directly now.<br/>
<br/>
HG Enter commit message.  Lines beginning with 'HG:' are removed.]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 15 Nov 2023 14:14:17 -0500</pubDate>
</item>
<item>
    <title>dep/animia: huge refactor (again...)</title>
    <link>https://hg.paper.us.eu.org/minori/log/28842a8d0c6b/include/track/media.h</link>
    <description><![CDATA[dep/animia: huge refactor (again...)<br/>
<br/>
but this time, it actually compiles! and it WORKS! (on win32... not sure about<br/>
other platforms...)<br/>
<br/>
configuring players is still not supported: at some point I'll prune something<br/>
up...]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 12 Nov 2023 04:53:19 -0500</pubDate>
</item>
<item>
    <title>filesystem: move to using std::filesystem after C++17 switch</title>
    <link>https://hg.paper.us.eu.org/minori/log/0a458cb26ff4/include/track/media.h</link>
    <description><![CDATA[filesystem: move to using std::filesystem after C++17 switch<br/>
<br/>
old compilers will croak compiling this, but it's not like we<br/>
*really* need to support them (they probably croak compiling<br/>
Qt as well)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 09 Nov 2023 18:01:56 -0500</pubDate>
</item>
<item>
    <title>*: add initial torrent stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/ab191e28e69d/include/track/media.h</link>
    <description><![CDATA[*: add initial torrent stuff<br/>
<br/>
WOAH!<br/>
these checkboxes are a pain in my fucking ass]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 07 Nov 2023 08:03:42 -0500</pubDate>
</item>
<item>
    <title>[UNFINISHED]: stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/825506f0e221/include/track/media.h</link>
    <description><![CDATA[[UNFINISHED]: stuff]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 13 Oct 2023 13:15:19 -0400</pubDate>
</item>
<item>
    <title>*: update</title>
    <link>https://hg.paper.us.eu.org/minori/log/fe719c109dbc/include/track/media.h</link>
    <description><![CDATA[*: update<br/>
<br/>
1. add media tracking ability, and it displays info on the `now playing` page<br/>
2. the `now playing` page now actually shows something<br/>
3. renamed every page class to be more accurate to what it is<br/>
4. ...]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 01 Oct 2023 23:15:43 -0400</pubDate>
</item>

  </channel>
</rss>
