upend/src/database
Tomáš Mládek 4f36bff549
id3 improvements - extract year/bpm as numbers; fix id3 extract job name; exit early if file isn't audio
also add EntryValue::guess_from
2022-03-02 08:13:35 +01:00
..
inner allow searching in entities (URLs, attrs) 2022-02-07 18:33:57 +01:00
constants.rs impl From<AsRef<str>> for EntryValue, replace where appropriate 2022-02-13 12:56:29 +01:00
entry.rs id3 improvements - extract year/bpm as numbers; fix id3 extract job name; exit early if file isn't audio 2022-03-02 08:13:35 +01:00
hierarchies.rs also impl From<f64> and From<Address> 2022-02-13 12:56:29 +01:00
lang.rs impl From<AsRef<str>> for EntryValue, replace where appropriate 2022-02-13 12:56:29 +01:00
macros.rs rustfmt 2022-02-02 17:13:23 +01:00
mod.rs add web::block to all db actions in route handlers 2022-02-27 15:03:15 +01:00