summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2025-07-07removed unneeded deps, cleaned up code a bitjakka
2025-07-02made indexing single-threaded so db doesnt panic and no performance decreasejakka
2025-07-02added more connections for more threadsjakka
2025-07-02removed all async codejakka
2025-07-02minor editjakka
2025-07-02minor editjakka
2025-07-02supposedly finished implementing everythingjakka
2025-07-02testing reencodingjakka
2025-07-02trying out parallelismjakka
2025-06-19added file checking when opening db from file. added colors to cleaning ↵jakka
information and total indexed files. higher fps for progress bars
2025-06-19added graceful shutdownjakka
2025-06-19added progress barsv0.1.1jakka
2025-06-19reworked encoding async logicjakka
2025-06-19better file path handling, fixed testsjakka
2025-06-19rewrote flac logic. added (non-working) batch reencoding test. added ↵jakka
reencode status update on reencoding
2025-06-15finished writing basic functionalityv0.0.1jakka
2025-06-15added final logic and cli flagsjakka
2025-06-12continued writing db logic. added files indexingjakka
2025-06-11minor db logic changesjakka
2025-06-11cleaned flac code. started writing db logicjakka
2025-06-10edited tests, finished writing encoder for all bitratesjakka
2025-06-10continued workingjakka
2025-06-05switched to symphonia 0.6-dev for flac decoding, no 32 bit flac implementationjakka
2025-06-04continued working on md5sumjakka
2025-06-04added 16 and 24 bit md5sum calculation supportjakka
2025-06-04implemented flac reencoding. started working on md5sum implementationjakka
2025-06-04started rewritingjakka