index
:
reencoder
main
norayon
rayon
symphonia
turso
tool for reencoding flacs and keeping track of it
jakka
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
files.rs
Age
Commit message (
Expand
)
Author
2025-07-17
better thread loop handing without more handler checks
jakka
2025-07-17
test threading version without rayon
jakka
2025-07-07
minor code cleanup
jakka
2025-07-07
minor code cleanup
jakka
2025-07-07
fixed tests with new samples location
jakka
2025-07-07
added better mutex handling
v0.2.3
jakka
2025-07-07
better threading handling
jakka
2025-07-07
removed unneeded deps, cleaned up code a bit
jakka
2025-07-05
reencoding bar length decrease on missing file
jakka
2025-07-05
switched to non-parallel file cleaning due to ds calls + db locking
jakka
2025-07-05
added test for file cleaning
jakka
2025-07-05
added explicit check for file actually existing when reencoding
jakka
2025-07-02
made indexing single-threaded so db doesnt panic and no performance decrease
jakka
2025-07-02
added more connections for more threads
jakka
2025-07-02
removed all async code
jakka
2025-07-02
minor edit
jakka
2025-07-02
added missing bar incremental
rayon
jakka
2025-07-02
supposedly finished implementing everything
jakka
2025-07-02
testing reencoding
jakka
2025-07-02
implemented file indexing with ctrlc handling
jakka
2025-07-02
continued working
jakka
2025-07-02
continued working
jakka
2025-07-02
continued working
jakka
2025-07-02
removed tokio deps
jakka
2025-07-02
trying out parallelism
jakka
2025-07-01
moved to claxon
jakka
2025-06-22
better reencoding logic
jakka
2025-06-22
reworking ctrlc handling
jakka
2025-06-21
moved vacuum function to its mod
jakka
2025-06-19
removed failing db file check. readded test compile config
jakka
2025-06-19
added file checking when opening db from file. added colors to cleaning infor...
jakka
2025-06-19
checking files before reencoding
v0.1.2
jakka
2025-06-19
added graceful shutdown
jakka
2025-06-19
added conditial compilation configuration for tests
jakka
2025-06-19
cleaned up a bit
jakka
2025-06-19
added progress bars
v0.1.1
jakka
2025-06-19
reworked encoding async logic
jakka
2025-06-19
better file path handling, fixed tests
jakka
2025-06-19
cleaned up abspath
jakka
2025-06-19
rewrote flac logic. added (non-working) batch reencoding test. added reencode...
jakka
2025-06-15
added final logic and cli flags
jakka
2025-06-14
added more file processing logic
jakka
2025-06-13
cleaned up code
jakka
2025-06-12
continued writing db logic. added files indexing
jakka