Commit Graph

14 Commits (master)

Author SHA1 Message Date
flightlessmango dcb8741581 config env: trim key and value 6 months ago
jackun 729ccc83bd
Use spdlog's 'fmt' to format media player metadata
Usage:
  media_player_format={title};{artist};{album}

Semi-colon breaks to new line, might change.
3 years ago
jackun fda43f5727
Use str_tokenize for multiple delimiters 4 years ago
larskraemer a28931ef6b
General cleanup (#272)
* Cleanup unused struct fields, use uniform include guards
4 years ago
jackun 612d3b761d
Merge pull request #237 from larskraemer/float_parser
First implementation of custom float parsing
4 years ago
Lars Krämer 3421ad269a Use locale::classic 4 years ago
jackun d9a09670d8
Replace std::stoi with something that doesn't throw 4 years ago
Lars Krämer 4d22927776 Use a stringstream 4 years ago
Lars Krämer 01df8149ab sign bug 4 years ago
Lars Krämer b8571c27e2 First implementation of custom float parsing 4 years ago
jackun c16f4b4275
try_stoi: spam in debug build only 4 years ago
jackun 6b4103eae9
[config] Parse Wine application name without absolute path 4 years ago
jackun f8398c3e7a Add I/O stats
Using /proc/self/io 'read_bytes' and 'write_bytes' fields which count only
reads/writes that hit the storage (i.e no cached reads).
4 years ago
jackun b5bfd437a6
Add file and string utility functions 4 years ago