Complete refactoring for rktplayer, in order to make it play on DLNA renderers and also use UpNP media server resources.

This commit is contained in:
2026-08-08 14:29:01 +02:00
parent 186b3bb8d7
commit f5fdc38e67
69 changed files with 5953 additions and 1647 deletions
+7
View File
@@ -0,0 +1,7 @@
#lang racket/base
(provide (struct-out track-tag-data))
(struct track-tag-data
(title artist album number length)
#:prefab)