Commit Graph

85 Commits

Author SHA1 Message Date
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
9deee64f31 Document JSON export 2018-01-21 15:28:03 +01:00
f9e3f8426e Document setting track attributes 2017-12-05 15:44:43 +01:00
70dcc2a5e4 Add 'Building this straight' section also for Tag Editor 2017-08-25 15:03:17 +02:00
960e18a6cf Fix markdown of README.md so it looks better in Gogs 2017-08-23 23:33:38 +02:00
546b5bc2df Improve documentation about USE_NATIVE_FILE_BUFFER 2017-08-21 01:26:42 +02:00
057b7dc43e Add additional screenshot showing search 2017-08-15 23:53:21 +02:00
7f58bd6024 readme: Fix indentation for ReText 2017-07-30 20:33:51 +02:00
18b508e684 Test linked Matroska files (manually)
Editing linked Matroska files works. The linked
files are treated as individual files. When saving
segment linking is retained and the files aren't
otherwise broken.
2017-05-24 20:01:19 +02:00
d052db8abb Add note about encoding 2017-05-18 17:29:15 +02:00
0e0e47930e Document specifying native field IDs 2017-01-23 00:46:29 +01:00
a2c908a140 Update notes about unicode and Windows 2017-01-15 20:51:02 +01:00
399fa4d73f Fix typo in README.md 2016-12-27 20:23:34 +01:00
e6223b37bf Update encoding section of README.md 2016-12-21 00:18:38 +01:00
d40a8a7b01 Add note about text encoding 2016-12-02 11:26:10 +01:00
5b41be0ec4 Improve info about download 2016-11-18 18:32:11 +01:00
84ba55a0df Only warn when no values have been specified to be set
Allows applying file layout changes without modifying
any values, attachments, ...
2016-11-18 16:57:42 +01:00
4cacaff67c Improve README.md 2016-11-15 23:18:50 +01:00
3070b31269 Fix indentation in README.md 2016-10-28 20:06:50 +02:00
958cd9960c Allow querying LyricsWikia for metadata
Querying lyrics has not been implemented yet
2016-10-09 19:44:06 +02:00