112 Commits

Author SHA1 Message Date
CDrummond
9d9117e8f7 Allow "export" !!! 2025-03-24 17:07:26 +00:00
CDrummond
417ac5f652 Add option to preserve file modification time when writing tags.
Issue #21
2025-03-24 07:17:51 +00:00
CDrummond
342440f04b Add action to export analysis results from DB to files.
Issue #20
2025-03-24 06:47:35 +00:00
CDrummond
2468a83d4b Reduce code duplication 2025-03-17 17:55:24 +00:00
CDrummond
0dda8a17e7 bliss-rs 0.10.0 2025-03-16 08:17:48 +00:00
CDrummond
2210c44614 Quiten symphonia log messages 2025-03-15 09:27:35 +00:00
CDrummond
e4522cc683 Add symphonia builds 2025-03-14 12:17:52 +00:00
CDrummond
6fd78df3ef Fix build 2025-03-09 13:26:39 +00:00
CDrummond
f23202e956 Document tags option 2025-03-09 13:26:21 +00:00
CDrummond
7ea6c3befd Add excplcit 'ffmpeg' feature flag. 2025-03-09 08:02:37 +00:00
CDrummond
302609ed1b Update lofty version 2025-03-05 19:10:47 +00:00
CDrummond
5e5bd9841a ...and use ffprobe when updating tags. 2025-03-05 18:43:05 +00:00
CDrummond
32610f22b7 Use ffprobe to read meta-data if not compiled against libav
Closes #18
2025-03-05 18:39:54 +00:00
CDrummond
751dca7091 Enable DSF support for libav builds 2025-03-05 17:58:19 +00:00
CDrummond
ac87ebb66c When saving anlysis results to a comment tag, remove any previous
results.
2025-03-05 17:40:25 +00:00
CDrummond
98b9cd61e0 Only stop when found correct BLISS_ANALYSIS comment 2025-03-05 17:37:51 +00:00
CDrummond
786b7d2c2d If log level set to 'trace' then set this level for the Bliss library too.
Issue #17
2025-03-05 17:09:52 +00:00
CDrummond
1e00e9593a Spelling 2025-03-05 17:01:48 +00:00
CDrummond
0d877fe79e Save analysis in a new COMMENT tag.
Closes #4
2025-03-04 21:57:06 +00:00
CDrummond
6cc26c399e Add option to write analysis results to files, and use for future scans.
Issue #4
2025-03-04 20:04:37 +00:00
CDrummond
bff4ba18b4 Update (C) year 2025-03-04 19:17:24 +00:00
CDrummond
6fc9ac7f2e Fix output format 2025-03-04 19:15:12 +00:00
CDrummond
3a387be3bf If new files analysed and 'ignore' file exists then update DB's 'ignore' flags.
Closes #9
2025-03-04 19:06:59 +00:00
CDrummond
2cb7dc0fa0 Add ability to specify LMS JSONRPC port.
Closes #16
2025-03-04 19:01:20 +00:00
CDrummond
a5db8f48ce Reduce duplication 2025-03-03 17:14:31 +00:00
CDrummond
136651ada7 Add cargo features flag to enable libav usage. 2025-03-03 17:06:09 +00:00
CDrummond
e5ef67f8c6 Sort directory items, and do limiting when collecting files to analyse. 2025-03-02 22:10:55 +00:00
CDrummond
6b9cb960a9 Add CUE support for commandline ffmpeg usage. 2025-03-02 20:57:59 +00:00
CDrummond
c6f9a7faf5 Only invoke "stty sane" if not Windows. 2025-03-02 20:56:47 +00:00
CDrummond
2ac4b9d17f Avoid pushing and reallocating all the time. 2025-03-02 17:29:17 +00:00
CDrummond
7071ea14e7 Reset terminal 2025-03-02 09:40:57 +00:00
CDrummond
e23aba88e3 Have ffmpeg output to a pipe, and read from that - saves creating temp
files.
2025-03-02 08:57:08 +00:00
CDrummond
5fa745975c Check ffmpeg is in PATH 2025-03-01 16:06:07 +00:00
CDrummond
22133436b9 Use 'ffmpeg' commandline to decode files, and not ffmpeg libraries. 2025-03-01 15:45:47 +00:00
CDrummond
68ed1fc3b0 Update version of bliss library. 2024-11-02 08:58:50 +00:00
Bart Lauret
62c956bc78 Add support for (DSD) WavPack
- Added wv as valid extension
- lofty had incorrect duration scanning for DSD Wavpack in version 0.15.0, so version bumped to 0.16.0
2024-04-28 11:55:34 +02:00
CDrummond
65e40acce4 Update bliss and lofty libraries 2023-08-10 20:08:17 +01:00
CDrummond
4704624b2f Add option to limit number of concurrent threads. 2023-02-28 15:41:01 +00:00
CDrummond
c3083d9a1a Update (C) year 2023-01-02 09:28:26 +00:00
CDrummond
703e39508c Update lofty to 0.9.0 2022-12-20 09:25:45 +00:00
CDrummond
a220b4d0c5 Update bliss-rs and lofty-rs 2022-10-04 17:06:52 +01:00
CDrummond
6d61616dda Update lofty version 2022-08-21 08:55:23 +01:00
CDrummond
ab0adc96ca Show analysis results on a new line after progress. Just show
"Finished!" as last progress message.
Issue #5
2022-06-19 17:53:24 +01:00
CDrummond
cd12e805c3 More compact 2022-05-28 17:50:19 +01:00
CDrummond
fa87a7e135 Fix checking if CUE already analysed.
Issue #2
2022-05-28 17:24:09 +01:00
Craig Drummond
467e341cfb Update version of bliss-rs, this now handles CUE processing internally. 2022-04-18 20:20:32 +01:00
Craig Drummond
2788759829 More 'cargo fmt' reverts 2022-04-15 09:03:47 +01:00
Craig Drummond
0653e365b8 Undo some 'cargo fmt' changes. 2022-04-13 21:32:44 +01:00
Craig Drummond
985902325e Minor formatting mods 2022-04-13 21:07:09 +01:00
Craig Drummond
f3903383c9 Update version of bliss-rs 2022-04-12 21:17:29 +01:00