Commit Graph

665 Commits

Author SHA1 Message Date
c71fde86ec Allow relaxed target matching 2021-12-31 00:40:36 +01:00
34282ebbe9 Remove handling for comma-separated specifications of targets to remove 2021-12-31 00:35:42 +01:00
52edf572d4 Update documentation for --remove-target CLI option 2021-12-31 00:32:25 +01:00
5242ba590f Fix wording in README.md 2021-12-21 01:09:27 +01:00
ee1305a3ef Add another exception for fixing umlauts 2021-12-21 01:08:59 +01:00
b8496df331 Update/improve build instructions 2021-12-05 18:36:36 +01:00
c753c2e1fd Remove unused variable 2021-12-05 17:52:55 +01:00
572c6af5db Bump patch version 2021-12-05 17:52:39 +01:00
6b38569ba2 Update translations 2021-10-05 18:26:32 +02:00
67ed2add78 Link relevant workarounds from Syncthing Tray's README 2021-10-05 18:26:17 +02:00
f0f79fae91 Add notes about compatibility of Windows builds 2021-10-05 18:17:33 +02:00
43ebafe6dc Improve error message when trying to assign attachments to format not supporting it
See https://github.com/Martchus/tageditor/issues/74
2021-09-24 21:54:52 +02:00
8496cc079c Update translations 2021-09-07 15:18:19 +02:00
dfc7b9ebe5 Fix issues when loading file within GUI
* Update file info before creating tags so the file info actually
  represents the file's state on disk
* Fix treating unknown files as MP3 by using the correct flag
  (`TagCreationFlags::TreatUnknownFilesAsMp3Files`)
2021-09-06 18:28:13 +02:00
4efa92f033 Update translations 2021-08-21 01:30:33 +02:00
f5c4bc5724 Avoid repeating defaults when reading settings 2021-08-21 01:29:07 +02:00
1e084f8eae Add option to preserve "modification date" on file saving for UI
See https://github.com/Martchus/tageditor/issues/67
2021-08-21 01:22:29 +02:00
fef97aa1db Allow specifying --validate flag when displaying file info 2021-08-18 23:12:27 +02:00
cc551d4a83 Update translations 2021-08-17 16:20:46 +02:00
2b3fd0720c Improve README.md, add example for > syntax 2021-08-14 14:36:25 +02:00
33b346fb7e Improve error message when file for tag value not found 2021-08-14 14:23:08 +02:00
60187d54c8 Reduce indentation in FileInfoModel::updateCache() 2021-08-08 00:16:18 +02:00
ea6e670600 Show only tags which are actually present on disk in the file info view
The file info view is supposed to represent the state of the file as it is
currently on disk and should not show any tags which have been added as
part of the automatic tag management.
2021-08-08 00:07:02 +02:00
084bfea1fe Apply changes in webviewincludes.h (from qtutilities) 2021-08-07 18:29:45 +02:00
e6cfeabde6 Update translations 2021-08-02 20:12:34 +02:00
df4d3060b3 Fix wrong comment referencing LyricsWikia 2021-08-02 20:11:21 +02:00
409582deef Rename "MusicBrains/LyricsWikia search" to "Metadata search"
* LyricsWikia is offline
* "Metadata" is more generic and shorter
2021-08-02 20:10:24 +02:00
4701c9c476 Fix removing tag field edit from its current layout causing wrong ordering 2021-07-25 20:36:33 +02:00
99e29616fc Improve build instructions to deal with symlinks under Windows 2021-07-25 17:26:07 +02:00
e505202ba2 Apply clang-format 2021-07-06 16:32:00 +02:00
f9ee37b2ff Update translations 2021-07-06 16:30:40 +02:00
9c1bd4c210 Avoid warning about implicit conversion 2021-07-03 23:53:20 +02:00
b4d1df8592 Fix typos found via codespell --skip .git -w 2021-07-03 19:38:36 +02:00
ebf52dcf15 Update translations 2021-06-04 16:06:21 +02:00
2a074348fb Remove useless TODO 2021-06-04 16:05:46 +02:00
28cc7ac1da Apply clang-format 2021-06-03 23:18:20 +02:00
39870dd8e2 Link against a possibly required extra library for std::filesystem 2021-06-03 23:15:51 +02:00
a9f3a607a3 Improve showing IO errors
* Make error messages and dialogs more consistent
* Print the actual error message (which might actually contain something
  useful when NativeFileStream is used)
2021-06-01 22:36:48 +02:00
523971ad9d Suppress warning about cover type for ID3v1 tag when also an ID3v2 tag is present 2021-06-01 22:05:07 +02:00
7ada28b06e cli: Allow preserving the modification time
See https://github.com/Martchus/tageditor/issues/66
2021-06-01 21:56:23 +02:00
43eaf7f8db Update TODOs section of README and merge it with Windows problems
* Drop the note about `-DUSE_NATIVE_FILE_BUFFER=ON` because this is now the
  default and mentioned in c++utilities itself.
2021-05-31 20:16:00 +02:00
91c854b83b Bump minor version
The `--quiet` flag has been added and some bugs have been fixed which
prevented certain features to work at all.
2021-05-27 19:00:42 +02:00
53bb9fb292 Update translations 2021-05-27 18:58:24 +02:00
3203d4403e Apply clang-format 2021-05-27 18:56:53 +02:00
9e0ce80c8c cli: Add --quiet flag to set operation 2021-05-27 18:56:42 +02:00
818b9a60f6 Add test for setting field value from file 2021-05-27 18:31:27 +02:00
53f0f02c72 Fix handling arbitrary files specified as field values
The container offset must not be used here as it may be garbage if the file
format is not recognized (e.g. if the file is an arbitrary text file).
2021-05-22 23:02:55 +02:00
54093af53b Add missing include for std::optional 2021-05-22 22:59:52 +02:00
35ae524bcf Update fallback icons to use Breeze icon theme 2021-05-13 18:24:23 +02:00
c238900fe3 Add test for modifying cover via CLI 2021-05-10 21:32:00 +02:00