<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Providers, branch v10.3.0-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.3.0-rc1</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.3.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2019-03-15T20:47:03Z</updated>
<entry>
<title>Merge pull request #1119 from ploughpuff/503retry</title>
<updated>2019-03-15T20:47:03Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-15T20:47:03Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=59031ee3b8b2ac8298c41f9171b658e3f15e17bc'/>
<id>urn:sha1:59031ee3b8b2ac8298c41f9171b658e3f15e17bc</id>
<content type='text'>
MusicBrainz 503 Retry Strategy</content>
</entry>
<entry>
<title>MusicBrainz 503 Retry Strategy</title>
<updated>2019-03-15T19:33:26Z</updated>
<author>
<name>PloughPuff</name>
<email>ploughpuff@protonmail.com</email>
</author>
<published>2019-03-15T19:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d2e408539ea32eaad573ff1deb6f77a2d80a70d3'/>
<id>urn:sha1:d2e408539ea32eaad573ff1deb6f77a2d80a70d3</id>
<content type='text'>
Upon receiving back a 503 Service Unavailable from MusicBrainz (indicating throttling), retry the same request a number of times before giving up.</content>
</entry>
<entry>
<title>Merge pull request #1105 from ploughpuff/ratelimit</title>
<updated>2019-03-15T13:01:55Z</updated>
<author>
<name>Vasily</name>
<email>JustAMan@users.noreply.github.com</email>
</author>
<published>2019-03-15T13:01:55Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=11fde0203537c7a52ba44c898d96c63990d4e657'/>
<id>urn:sha1:11fde0203537c7a52ba44c898d96c63990d4e657</id>
<content type='text'>
Only delay making MusicBrainz request if necessary</content>
</entry>
<entry>
<title>Added contact email to user agent</title>
<updated>2019-03-14T21:34:09Z</updated>
<author>
<name>PloughPuff</name>
<email>ploughpuff@protonmail.com</email>
</author>
<published>2019-03-14T21:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d125fbc43d453be7de08375dede1748d4c19a8cf'/>
<id>urn:sha1:d125fbc43d453be7de08375dede1748d4c19a8cf</id>
<content type='text'>
MusicBrainz request a contact email address is supplied in comment section of user agent field.</content>
</entry>
<entry>
<title>Adjusted AssemblyCopyright attribute values.</title>
<updated>2019-03-14T21:17:56Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-03-14T21:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=21cc38fcf426f5ecaedbe8a94007a89663de749c'/>
<id>urn:sha1:21cc38fcf426f5ecaedbe8a94007a89663de749c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjusted the Product Name so the User Agent is correct/better.</title>
<updated>2019-03-14T21:11:47Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-03-14T21:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=ee7bf86e0f76cdd655f9f9766a4b99f5210ce985'/>
<id>urn:sha1:ee7bf86e0f76cdd655f9f9766a4b99f5210ce985</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increased interval to 1050ms and moved to class scope</title>
<updated>2019-03-14T19:01:17Z</updated>
<author>
<name>PloughPuff</name>
<email>ploughpuff@protonmail.com</email>
</author>
<published>2019-03-14T00:43:41Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f8bb7a7ff4d87d19a43f97fed557aa92a657a50f'/>
<id>urn:sha1:f8bb7a7ff4d87d19a43f97fed557aa92a657a50f</id>
<content type='text'>
Review comments from JustAMan.</content>
</entry>
<entry>
<title>Only delay making request if necessary</title>
<updated>2019-03-14T19:01:17Z</updated>
<author>
<name>PloughPuff</name>
<email>ploughpuff@protonmail.com</email>
</author>
<published>2019-03-13T20:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=6d3e6d800fd8c6d5cb22271e2177946ab286855f'/>
<id>urn:sha1:6d3e6d800fd8c6d5cb22271e2177946ab286855f</id>
<content type='text'>
When requesting data from MusicBrainz, only delay the request if previous request was less than rate limit ago, instead of always delaying for one second at start.</content>
</entry>
<entry>
<title>More warning fixes</title>
<updated>2019-03-13T21:32:52Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-03-13T21:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=bf43dc00bb193fb4c7aca882aadbe086ed5a1815'/>
<id>urn:sha1:bf43dc00bb193fb4c7aca882aadbe086ed5a1815</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build by removing non existent namespace</title>
<updated>2019-03-12T19:49:29Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-03-12T19:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=afdef163ea53db1aa740cf4051322ff2fe190022'/>
<id>urn:sha1:afdef163ea53db1aa740cf4051322ff2fe190022</id>
<content type='text'>
Looks like a wrong auto merge. (We really should fix CI)</content>
</entry>
</feed>
