shithub: rc

Download patch

ref: 25bdce693fe57afdd2a9398c92608a37c0c17b9e
parent: 7a5c054b933d121a42559bbc0080c9b354d5defc
author: qwx <qwx@sciops.net>
date: Mon Apr 3 11:36:12 EDT 2023

plumbing: beyond thunderdome, the default charset

--- a/plumbing
+++ b/plumbing
@@ -21,10 +21,10 @@
 plumb	to	audio
 
 type	is	text
-data	matches	'[a-zA-Z¡-￿0-9_\-.,/ ]+'
-data	matches	'([a-zA-Z¡-￿0-9_\-.,/ ]+)\.(mp3|MP3|ogg|OGG|flac|FLAC|wav|WAV|au|AU|mid|MID|mus|MUS|m3u|M3U|pls|PLS|opus|OPUS|aac|AAC|m4a|M4A|mod|MOD)'
+data	matches	'.+'
+data	matches	'.+\.(mp3|MP3|ogg|OGG|flac|FLAC|wav|WAV|au|AU|mid|MID|mus|MUS|m3u|M3U|pls|PLS|opus|OPUS|aac|AAC|m4a|M4A|mod|MOD)'
 arg	isfile	$0
-plumb start window play -o /fd/1 $file >[2]/dev/null | audio/pplay
+plumb start window play -o /fd/1 ''''$file'''' >[2]/dev/null | audio/pplay
 
 type is text
 data matches '[a-zA-Z¡-￿0-9_\-.,/]+'