Commit Graph

8 Commits

Author SHA1 Message Date
Martchus 7ecc60e502 Apply clang-format 2024-06-18 18:56:06 +02:00
Martchus 4933f235b2 Fix handling of cover types for Vorbis comments in Ogg files 2024-06-16 01:19:37 +02:00
Martchus 2331122b3e Make messages for applying changes via a script info messages
Those messages are actually rather useful to see what a script would to on
a dry-run (and having to use `--pedantic debug` to see this is not very
intuitive).
2024-05-28 22:52:49 +02:00
Martchus 6e66b6aa0b Make code in `runProcess` compile with Qt 5 2024-01-26 12:26:32 +01:00
Martchus 959b0f0032 Allow running a sub process via the script API 2024-01-20 17:30:48 +01:00
Martchus 88989ff986 Extend script API; allow copying tags from other files 2023-12-30 03:06:58 +01:00
Martchus 72dcbbbd81 Allow renaming file via `set --script …`
This allows doing what the GUI renaming utilitiy does on the command-line.
If only renaming is wanted
2023-11-10 15:46:45 +01:00
Martchus 1cb00c7c41 Rename `mediafileinfoobject.cpp` to `scriptapi.cpp`
The file contains various wrapper "objects" so it makes sense to use a more
generic name.
2023-08-09 22:38:02 +02:00