···153153 sha256::digest(sb.string().unwrap())
154154}
155155156156+// Incredibly ugly way to remove all characters sqlite3's FTS5 hates.
157157+// I am ashamed of my self, but as they say, if it works it isn't stupid.
156158fn clean(s: String, is_file: bool) -> String {
157159 let mut s = s.clone();
158160···190192 s
191193}
192194195195+#[allow(dead_code)]
193196pub struct Album {
194197 pub title: String,
195198 pub artist: String,