Commit Graph

104 Commits

Author SHA1 Message Date
2abd4b191c Improve notes regarding symlink handling on Windows
* Mention developer mode
* Use single `git config` command before cloning
2023-03-13 19:56:33 +01:00
6f45fd0213 Add back config for symlinks as still used by subdirs 2023-03-05 22:29:05 +01:00
8f9151d488 Remove obsolete config for symlinks from README 2023-02-27 22:23:15 +01:00
a19424a05d Improve documentation about backup files and avoiding rewrites
* State the default correctly; the UI is actually enforcing a rewrite by
  default
* Recommended to use `--force-rewrite` with the CLI
* Explain how to avoid rewrites
2023-02-10 17:11:13 +01:00
fc3e511411 Add note about Windows SmartScreen 2023-01-30 10:31:27 +01:00
milahu
283cdaa0e6
fix cmake flag ENABLE_JSON_EXPORT 2023-01-20 11:49:04 +01:00
fbd40f6f12 Update copyright notice 2023-01-17 18:33:23 +01:00
0198132739 Update URL of Gentoo overlay 2022-09-21 13:19:28 +02:00
902d93a21a Update minimum required Qt version
Builds with Qt 5.6 are no longer conducted so only the latest
Qt 5 or 6 version is tested anymore.
2022-09-20 21:00:21 +02:00
a020f7e292 Re-design program icon as license of program icon was not clear
The new program icon is based on breeze icons which is noted in the README.
2022-09-10 16:06:33 +02:00
c7013a3523 Fix typo in README 2022-08-28 00:18:39 +02:00
a36b1d5525 Mention Void Linux packages in README.md 2022-08-20 15:16:19 +02:00
95f421ac76 Document QT_PACKAGE_PREFIX 2022-05-16 21:09:26 +02:00
29b1d4dc13 Update download instructions 2022-05-16 20:45:53 +02:00
d3166b891a Add copyright notice 2022-04-05 20:16:52 +02:00
65ce0cad3a Clarify that license is "GPL-2-or-later" 2022-03-15 21:50:39 +01:00
659377a4ba Add OBS repository URL as download page doesn't contain all versions 2022-01-22 17:52:14 +01:00
techie2000
8849b053e7
Update README.md
Correct typos
2022-01-19 08:49:34 +00: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
b8496df331 Update/improve build instructions 2021-12-05 18:36:36 +01: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
2b3fd0720c Improve README.md, add example for > syntax 2021-08-14 14:36:25 +02:00
99e29616fc Improve build instructions to deal with symlinks under Windows 2021-07-25 17:26:07 +02:00
b4d1df8592 Fix typos found via codespell --skip .git -w 2021-07-03 19:38:36 +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
0aa8c53252 Add remark about the GUI and multiple values per field to README.md 2021-05-10 20:55:58 +02:00
1944773022 Allow setting multiple covers of the same type but different descriptions
The standard actually says that there might be different covers with only
different descriptions:

    Description is a
    short description of the picture, represented as a terminated
    text string. There may be several pictures attached to one file, each
    in their individual "APIC" frame, but only one with the same content
    descriptor. There may only be one picture with the picture type
    declared as picture type $01 and $02 respectively.

I assume "content descriptor" means combination of the type and
description.

This is in accordance with eyeD3.

See https://github.com/Martchus/tageditor/issues/64#issuecomment-833952940
2021-05-10 20:51:15 +02:00
41fb2069f3 Allow setting covers of special types with description via CLI
See https://github.com/Martchus/tageditor/issues/64
2021-04-28 00:57:57 +02:00
8158ef930a Add note about old Qt versions and support for modern JavaScript features 2021-02-16 01:16:58 +01:00
89a85184c3 Improve build instructions in README.md 2021-02-07 15:36:24 +01:00
c4595f4035 Note LyricWiki shutdown 2021-01-30 21:54:14 +01:00
0f2afd3aea Improve download section of README 2020-12-05 21:30:53 +01:00
131772f1df Update RPM download section 2020-12-05 21:07:47 +01:00
7759b96bfb Remove overspecification of Qt version in documentation and comments 2020-09-04 01:16:46 +02:00
3b9dac469f Mention handling of temporary/backup files in README 2020-06-06 00:17:12 +02:00
5027fdd634 Improve README.md 2020-04-24 23:08:23 +02:00
17c75114ea Note that setting custom fields works for Opus as well 2020-04-16 20:24:58 +02:00
c8cbe2852b Add extraction example to CLI documentation 2020-04-16 20:18:37 +02:00
e7349a4dab Update README.md 2019-10-27 18:51:15 +01:00
34a1595641 Improve documentation 2019-05-31 14:02:11 +02:00
53d4f50bfa Update web view and JavaScript config documentation 2019-05-28 17:57:17 +02:00
b369622ac6 Update packaging documentation 2019-02-06 18:05:01 +01:00
47e929066e Fix typo in README.md 2019-01-02 17:09:24 +01:00
af2dd554a9 Add info about Exherbo package 2018-11-07 17:41:47 +01:00
0b86408637 Fix specifying track number
The way to specify the track ID for setting meta-data on
track-level conflicted with the way to specify the track
number. The track ID is now specified via 'track-id='.

This breaks the CLI, however I see it as a bug that
'track=' worked for specifying the track ID so it should
be ok.
2018-05-31 00:32:30 +02:00
d792b1cbe8 Document AppImage repo 2018-03-14 18:56:17 +01:00
c6fd3bb2e0 Improve consistency of README.md 2018-03-06 22:41:34 +01:00
6280e67e3a Update downloads 2018-02-09 00:20:17 +01:00