From: Mart Lubbers Date: Mon, 4 Mar 2019 07:33:45 +0000 (+0100) Subject: index X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;p=cleanm.git index --- diff --git a/index.icl b/index.icl index d1b4359..95032d1 100644 --- a/index.icl +++ b/index.icl @@ -16,11 +16,13 @@ derive JSONDecode RTree, FileInfo, Tm, MaybeError :: MusicDB = { mdb_format :: [Format] , mdb_tree :: RTree -:: Tag = - { tag_key :: !String - , tag_value :: !String } +//:: Tag = +// { tag_key :: !String +// , tag_value :: !String +// } + dbfile = "db.json" root = "/mnt/data/music"