cmus2tsv

convert cmus' cache format to TSV
Log | Files | Refs

commit dfee4274f62b104120f356da999e371d1ccf09ab
parent d02493de7c441623171e3d0996faa391741760c6
Author: hhvn <dev@hhvn.uk>
Date:   Sun,  3 Jul 2022 20:33:52 +0100

License

Diffstat:
Mcmus2tsv.c | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/cmus2tsv.c b/cmus2tsv.c @@ -1,3 +1,22 @@ +/* + * cmus2tsv.c + * + * Copyright (c) 2022 hhvn <dev@hhvn.uk> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + */ + #include <stdio.h> #include <fcntl.h> #include <errno.h>