491 Commits

Author SHA1 Message Date
Vincent Riquer
2fc0372d9d getDestFile: replace with placeholder AFTER sanitizeFile (who mangles our placeholder) 2026-02-15 03:58:50 +01:00
Vincent Riquer
198b6e0eee getDestDir: replace \n with SQL placeholder before passing through toascii 2026-02-15 03:56:01 +01:00
Vincent Riquer
76bad8af0b toys: cleanup 2026-02-15 03:32:54 +01:00
Vincent Riquer
1fe4099350 toys fixes
checkmissing: add missing read -d \0
cleandestinations: use NULL separator in find, use SQL placedholmder
2026-02-15 03:32:18 +01:00
Vincent Riquer
e0c3aea43c decodeSox, decodeMpcdec, decodeOpus: use SQL placeholder 2026-02-15 03:28:32 +01:00
Vincent Riquer
3624e50416 copyFiles_action: use SQL placeholder 2026-02-15 03:26:16 +01:00
Vincent Riquer
36dd9d43dd getFiles, getDestDir, getDestFile: use SQL placeholder 2026-02-15 03:25:19 +01:00
Vincent Riquer
f8bb5377ae SQL: replace LF with placeholde in Select, the other way around in Insert 2026-02-15 03:24:09 +01:00
Vincent Riquer
03bbd70947 quickfix: don't hang waiting on bg jobs with SQL debug 2026-02-14 17:02:29 +01:00
Vincent Riquer
57053f8364 DEV changelog 2026-02-14 04:46:28 +01:00
Vincent Riquer
a2f80aa7a2 v1.0.5 changelog 2026-02-14 04:32:11 +01:00
Vincent Riquer
e26443566a missing space between read args in Insert() 2026-02-14 04:32:11 +01:00
Vincent Riquer
e895cd4620 Insert(): missing -r 2026-02-14 04:32:11 +01:00
Vincent Riquer
ae94eccd7c bonus: don't strip backslashes 2026-02-14 04:32:11 +01:00
Vincent Riquer
0c1494f634 Make it all work 2026-02-14 04:32:11 +01:00
Vincent Riquer
1c2bcf2e24 toys: use NULL in reads from db 2026-02-14 04:32:11 +01:00
Vincent Riquer
5a1e3f0f4d tags: use NULL in reads from db 2026-02-14 04:32:11 +01:00
Vincent Riquer
812c5eae83 tasks & workers: use NULL in reads from db 2026-02-14 04:32:11 +01:00
Vincent Riquer
d0cf65b463 copy: use NULL in reads from db 2026-02-14 04:32:11 +01:00
Vincent Riquer
6c21a9e237 dh helpers: use NULL in reads from db 2026-02-14 04:32:11 +01:00
Vincent Riquer
23439a6931 atom: use NULL in reads from db 2026-02-14 04:32:11 +01:00
Vincent Riquer
8a49b7f38a openDatabase: remove both fifo at oince 2026-02-14 04:32:11 +01:00
Vincent Riquer
a3cc2bd155 open database with -newline set to NULL 2026-02-14 04:32:11 +01:00
Vincent Riquer
828fbfb0fa getFiles: use NULL as separator 2026-02-14 04:32:11 +01:00
ScriptFanix
c94b6b40c3 Merge branch '30-timers-don-t-display-normally-since-1-0-5' into 'dev'
Resolve "Timers don't display normally since 1.0.5"

See merge request atom/AtOM!41
2026-02-14 04:19:23 +01:00
ScriptFanix
85129c5e35 Resolve "Timers don't display normally since 1.0.5" 2026-02-14 04:19:23 +01:00
Vincent Riquer
9fabba812b cHANGELOG: Create DEV section 2026-01-16 04:11:06 +01:00
Vincent Riquer
0e01c85aa5 fix quoting issue 2026-01-16 02:54:43 +01:00
Vincent Riquer
04343b42ca v1.0.5 changelog 2026-01-16 02:42:36 +01:00
ScriptFanix
c527fc3b02 Resolve "Store dest filename relative" 2026-01-16 02:38:45 +01:00
Vincent Riquer
30f9c411f8 Update CHANGELOG 2026-01-16 02:38:45 +01:00
ScriptFanix
0b0f747d6f Resolve "Script is uselessly verbose" 2026-01-16 02:38:45 +01:00
ScriptFanix
7ac13a20a8 Revert "Merge branch '27-script-is-uselessly-verbose' into 'dev'"
This reverts merge request !34
2026-01-16 02:38:45 +01:00
ScriptFanix
71e9fd5a70 Resolve "Many error codes are not defined" 2026-01-16 02:38:45 +01:00
ScriptFanix
100aea3e58 Resolve "Script is uselessly verbose" 2026-01-16 02:38:45 +01:00
Vincent Riquer
4130370a33 Update test data info 2026-01-16 02:38:45 +01:00
Vincent Riquer
a152995c51 allow ignoring microseconds in file timestamps 2026-01-16 02:38:45 +01:00
ScriptFanix
271cab390e Resolve "Store dest filename relative" 2026-01-16 02:38:45 +01:00
Vincent Riquer
e9f41ebf33 quickfix: createindex: gracefully handle empty channel count, sampling rate, bitdepth 2026-01-16 02:38:45 +01:00
ScriptFanix
7a359ad2d6 Merge branch 'dev' into 'master'
v1.0.4 last minute fixes

See merge request atom/AtOM!32
v1.0.4
2025-10-13 18:21:25 +02:00
Vincent Riquer
75159a4e2b Hotfix: createindex: fix ID3v1 genre index path 2025-10-13 18:20:54 +02:00
Vincent Riquer
325bdb3c96 Hotfix: missing quote in createindex 2025-10-13 18:20:54 +02:00
Vincent Riquer
2b5bf06e58 Hotfix: commit more often when reading tags 2025-10-13 18:20:54 +02:00
ScriptFanix
3a6c7bfc9c Merge branch 'dev' into 'master'
Bugfix release v1.0.4

Closes #26

See merge request atom/AtOM!30
2025-10-11 22:31:16 +02:00
ScriptFanix
f3e4aed71e Merge branch '26-ffmpeg-tags-are-always-null' into 'dev'
Resolve "ffmpeg tags are always NULL"

See merge request atom/AtOM!29
2025-10-11 22:23:17 +02:00
ScriptFanix
a0756b170c Resolve "ffmpeg tags are always NULL" 2025-10-11 22:23:16 +02:00
Vincent Riquer
1d7a09fcff quickfix: replace calls to date with builtin printf or $EPOCHSECONDS 2025-08-08 20:19:51 +02:00
ScriptFanix
1df976bcae Revert "getInfos::guess skeleton"
This reverts commit 0ea0dbe09d59703a2b468a9c96185a148eebc1aa
2025-04-30 02:45:37 +02:00
Vincent Riquer
0ea0dbe09d getInfos::guess skeleton 2025-04-30 02:41:29 +02:00
ScriptFanix
b61dddcd67 Edit README.md 2025-04-29 23:54:59 +02:00