]> Untitled Git - mpdstream/log
mpdstream
5 days agoTest retry autostart next
Hugo Villeneuve [Thu, 2 Apr 2026 15:20:33 +0000 (11:20 -0400)]
Test retry autostart

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
5 days agoTest with poll
Hugo Villeneuve [Thu, 2 Apr 2026 14:47:53 +0000 (10:47 -0400)]
Test with poll

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
6 days agoRevert "Change default timeout to 5s"
Hugo Villeneuve [Wed, 1 Apr 2026 23:49:08 +0000 (19:49 -0400)]
Revert "Change default timeout to 5s"

This reverts commit 292590ca89c9f9005ad128098074ef15b9c31299.

6 days agoTEMP: Test missing events
Hugo Villeneuve [Wed, 1 Apr 2026 23:32:30 +0000 (19:32 -0400)]
TEMP: Test missing events

When calling mpd_run_play_id() to restart a broken stream, it is possible
that MPD executes the command and changes its state before we had a chance to
call mpd_run_idle_mask()...

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
6 days agoTest MPD_IDLE_QUEUE
Hugo Villeneuve [Wed, 1 Apr 2026 23:24:35 +0000 (19:24 -0400)]
Test MPD_IDLE_QUEUE

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
6 days agoChange default timeout to 5s
Hugo Villeneuve [Wed, 1 Apr 2026 23:13:24 +0000 (19:13 -0400)]
Change default timeout to 5s

Original value of 1s doesn't seem to be working correctly
in some cases.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
6 days agoAdd warning for empty idle event
Hugo Villeneuve [Wed, 1 Apr 2026 23:18:04 +0000 (19:18 -0400)]
Add warning for empty idle event

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
6 days agov1.0.0 master
Hugo Villeneuve [Tue, 31 Mar 2026 20:55:54 +0000 (16:55 -0400)]
v1.0.0

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
6 days agoAdd yocto recipe template
Hugo Villeneuve [Tue, 31 Mar 2026 20:30:40 +0000 (16:30 -0400)]
Add yocto recipe template

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
6 days agoAdd systemd service file
Hugo Villeneuve [Tue, 31 Mar 2026 19:25:13 +0000 (15:25 -0400)]
Add systemd service file

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
7 days agoMonitor state changes
Hugo Villeneuve [Tue, 31 Mar 2026 18:55:46 +0000 (14:55 -0400)]
Monitor state changes

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
7 days agoAdd support to log to syslog
Hugo Villeneuve [Tue, 31 Mar 2026 18:54:47 +0000 (14:54 -0400)]
Add support to log to syslog

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
7 days agoAdd manual --version option
Hugo Villeneuve [Tue, 31 Mar 2026 01:16:23 +0000 (21:16 -0400)]
Add manual --version option

Using ARGP_NO_HELP disables all of the default automatic options
including "--version". Manually add the "--version" option.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
7 days agoInitial import
Hugo Villeneuve [Tue, 4 Nov 2025 18:02:54 +0000 (13:02 -0500)]
Initial import

Setup autotools project.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>