shithub: riscv

Download patch

ref: 825f4af55f9ea7d0740b0987772945b8be2e1480
parent: 9c0301115d8782cfa90e0c2c24f03bf3304f1405
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Fri Jan 6 13:33:53 EST 2012

file: add playlist formats

--- a/sys/src/cmd/file.c
+++ b/sys/src/cmd/file.c
@@ -834,6 +834,8 @@
 	"subject=/C=",		"pem certificate with header", -1, "text/plain",
 	"process snapshot ",	"process snapshot",	-1,	"application/snapfs",
 	"d8:announce",		"torrent file",		11,	"application/x-bittorrent",
+	"[playlist]",		"playlist",		10,	"application/x-scpls",
+	"#EXTM3U",		"playlist",		7,	"audio/x-mpegurl",
 	0,0,0,0
 };