<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos-config/pkgs/by-name/mp, branch prime</title>
<subtitle>My NixOS system configuration, with some of my binaries</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/nixos-config/atom?h=prime</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/nixos-config/atom?h=prime'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/'/>
<updated>2026-04-14T15:15:26+00:00</updated>
<entry>
<title>treewide: Update</title>
<updated>2026-04-14T15:15:26+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-04-14T15:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=ec57c59c7a3b39049ce50e6f9ad301c7084f3a60'/>
<id>urn:sha1:ec57c59c7a3b39049ce50e6f9ad301c7084f3a60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/mpdpopmd: Correct boolean response on Play-&gt;Stop transition</title>
<updated>2026-02-19T21:55:26+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-02-19T21:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=4e01cf07dd9bcb3e7441ef51ef27852dc04e5cf8'/>
<id>urn:sha1:4e01cf07dd9bcb3e7441ef51ef27852dc04e5cf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/mpdpopmd: Fix test</title>
<updated>2026-02-19T21:46:26+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-02-19T21:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=7f9ba301702ac0c0d58167929d41dc8eaad22e89'/>
<id>urn:sha1:7f9ba301702ac0c0d58167929d41dc8eaad22e89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/mpdpopmd: Actually consider the weight value</title>
<updated>2026-02-19T21:40:04+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-02-19T21:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=ac90e6dc4d18c4ecc3ebecba5f2f7bc370814977'/>
<id>urn:sha1:ac90e6dc4d18c4ecc3ebecba5f2f7bc370814977</id>
<content type='text'>
The previous code only cared if the weight was positive, neutral, or
negative; which meant that it considered a track with weight = -1 equal
to one with weight = -999. This algorithm now performs a weighted
random selection based on the weight.
</content>
</entry>
<entry>
<title>pkgs/mpdpopmd: Also consider the `last_played` sticker when calculating weights</title>
<updated>2026-02-19T21:39:09+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-02-19T21:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=9c6cb50906b5b504e9a4afd0259d9384562cd43d'/>
<id>urn:sha1:9c6cb50906b5b504e9a4afd0259d9384562cd43d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/mpdpopmd: Make the {positive,neutral,negative} chances configurable</title>
<updated>2026-02-19T21:38:14+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-02-19T21:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=c0a5deab2e4d4501e5a5d277c591bb444512613e'/>
<id>urn:sha1:c0a5deab2e4d4501e5a5d277c591bb444512613e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/mpdpopmd: Don't add a new song to playlist for every event</title>
<updated>2026-02-19T21:36:32+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-02-19T21:36:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=6846ee96b51b693b6bc36b65430304908dd0c3c1'/>
<id>urn:sha1:6846ee96b51b693b6bc36b65430304908dd0c3c1</id>
<content type='text'>
This tries to keep the playlist size somewhat bounded, but is probably
not yet a perfect solution.
</content>
</entry>
<entry>
<title>pkgs/mpdpopmd: Allow starting automatically in DJ mode</title>
<updated>2026-02-19T21:34:52+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-02-19T21:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=39a32c23f630dffbe1e5ce20c23149a9a518132e'/>
<id>urn:sha1:39a32c23f630dffbe1e5ce20c23149a9a518132e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/mpdpopmd: Remove last remnant of channel config from config file</title>
<updated>2026-02-19T21:33:40+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-02-19T21:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=7bae3d43bfbf2998e662c06854e28c06d57ef2b5'/>
<id>urn:sha1:7bae3d43bfbf2998e662c06854e28c06d57ef2b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/mpdpopmd: Support a stats show and setting selection priority for dj</title>
<updated>2026-02-19T21:31:49+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-02-19T21:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=0f08d6ae51a14144ff791b4a051751a5156707e8'/>
<id>urn:sha1:0f08d6ae51a14144ff791b4a051751a5156707e8</id>
<content type='text'>
</content>
</entry>
</feed>
