<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/doc, branch v2.17.x</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.x</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.x'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-12-07T20:36:22Z</updated>
<entry>
<title>Manual updates for v2.18.0.</title>
<updated>2024-12-07T20:36:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-26T23:25:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3cb195305c4a4ccea546cc4e8c23cad8fcd4e720'/>
<id>urn:sha1:3cb195305c4a4ccea546cc4e8c23cad8fcd4e720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Take account of new "good things" reported by libdcp verifier.</title>
<updated>2024-12-07T20:36:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-26T21:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e613e3c6343f0842f09bd6f19f6ef4656c5c104f'/>
<id>urn:sha1:e613e3c6343f0842f09bd6f19f6ef4656c5c104f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak some manual formatting (use some monospace).</title>
<updated>2024-12-07T20:36:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-26T21:06:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2539a4e6c03af83c79ba1cc911fdd512ea03fc09'/>
<id>urn:sha1:2539a4e6c03af83c79ba1cc911fdd512ea03fc09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify some documentation slightly.</title>
<updated>2024-06-10T19:38:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-09T23:04:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f37099ba3e9157c3ef74ffcc87c34d3fc54ccfe5'/>
<id>urn:sha1:f37099ba3e9157c3ef74ffcc87c34d3fc54ccfe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing screenshots for previous.</title>
<updated>2024-01-01T23:19:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-01T23:19:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=be8f46564e2d340daa7d72af69bb87c564e0e8ec'/>
<id>urn:sha1:be8f46564e2d340daa7d72af69bb87c564e0e8ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some cursory documentation for the "advanced" player mode.</title>
<updated>2024-01-01T23:17:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-01T23:17:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=91d72d9b9eef2569f7a21f6d2f0915a7dddfdee4'/>
<id>urn:sha1:91d72d9b9eef2569f7a21f6d2f0915a7dddfdee4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix DCP content font ID allocation to cope with DCPs that have multiple fonts</title>
<updated>2023-10-15T07:10:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-14T19:48:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3c802dd6d1451c2c8a7e188f8379738d72e907eb'/>
<id>urn:sha1:3c802dd6d1451c2c8a7e188f8379738d72e907eb</id>
<content type='text'>
with the same name in the same reel (#2600).

Previously we had this id_for_font_in_reel() which would give an ID
of N_font-ID.  This means we got duplicate font IDs.

Here we replace that method with FontAllocator, which gives an ID of
N_font-ID for the first font and M_font-ID, where M is a number higher than
the highest reel index.  The idea is to support the required new IDs
without breaking exisiting projects.

There is some documentation of how it works  in doc/design/fonts
</content>
</entry>
<entry>
<title>Update manual for new CLI options.</title>
<updated>2023-03-10T21:19:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-10T21:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=640e30afec63fe0ceab064c1082450a77c75f9d3'/>
<id>urn:sha1:640e30afec63fe0ceab064c1082450a77c75f9d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cope with the fact that some of our commands output --help to stdout, some to stderr.</title>
<updated>2023-03-10T21:19:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-10T21:19:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c435d59179bfbeb500309d80989ca7f45edb51a2'/>
<id>urn:sha1:c435d59179bfbeb500309d80989ca7f45edb51a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update documentation and CLI UI with hint info</title>
<updated>2023-03-10T20:57:57Z</updated>
<author>
<name>ancient-skyscraper</name>
<email>bwb+dcpomaticcom@gibibyte.com</email>
</author>
<published>2023-03-09T19:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b4ab9f4adc9dd10d0f1a33286d78821da580a4d1'/>
<id>urn:sha1:b4ab9f4adc9dd10d0f1a33286d78821da580a4d1</id>
<content type='text'>
Goal is to explain what hints are, and how the `--hints` option
changes behavior of `dcpomatic2_cli` command
</content>
</entry>
</feed>
