Jonas Kvinge
5451c110b1
Replace QStringLiteral with QLatin1String
2024-06-12 20:30:36 +02:00
Robert Gingras
e8be0adf37
TagReaderTagLib: Remove redundant ID3v2 validity check
...
TagLib will have created a valid ID3v2 tag on this file by this point in the code, due to the way it handles the tag() method for WAV::File. Thus the null pointer check is redundant and the hasID3v2() call is at best redundant and at worst will cause tags to not save when they otherwise should have
2024-04-24 01:23:51 +02:00
Robert Gingras
9f4a82bb62
TagReaderTagLib: Remove file_mpeg argument from the SetEmbeddedArt ID3v2 overload
2024-04-24 01:23:51 +02:00
Robert Gingras
d03d3622aa
TagReaderTagLib: Have RIFF WAV files save ID3v2 tags, when applicable
2024-04-24 01:23:51 +02:00
Robert Gingras
821c32992d
TagReaderTagLib: Refactor ID3v2 saving to a dedicated function
2024-04-24 01:23:51 +02:00
Robert Gingras
b52cf9f3cd
TagReaderTagLib: Reposition ParseID3v2Tag
2024-04-24 01:23:51 +02:00
Robert Gingras
ab8e687f96
TagReaderTagLib: Add id3v2 parsing for RIFF WAV files
2024-04-24 01:23:51 +02:00
Robert Gingras
90703703aa
TagReaderTagLib: Make id3v2 parsing reusable
2024-04-24 01:23:51 +02:00
Jonas Kvinge
398db964b8
Use QDateTime::currentSecsSinceEpoch
2024-04-23 16:48:51 +02:00
Jonas Kvinge
0c6872b352
Disable automatic conversions from 8-bit strings
2024-04-13 05:05:33 +02:00
Jonas Kvinge
58944993b8
Use QStringLiteral
2024-04-09 23:20:26 +02:00
Jonas Kvinge
d1a6e53f5c
TagReaderTagLib: Read FMPS_Playcount
...
Fixes #1248
2023-07-29 18:33:50 +02:00
Jonas Kvinge
3bcea249ac
TagReaderTagLib: Initialize cover_format
2023-06-06 23:19:25 +02:00
Jonas Kvinge
8ee32dfa88
Add static_cast to silence narrowing conversion warnings
2023-06-06 23:18:49 +02:00
Jonas Kvinge
331aa382f9
Rewrite album cover loader
2023-06-06 20:41:01 +02:00
Jonas Kvinge
f8d2c7eba3
Bump required Qt version to 5.12
2023-05-03 20:50:58 +02:00
Jonas Kvinge
2b9e7db924
TagReaderTagLib: Touch file over saving cover art
2023-03-26 22:37:21 +02:00
Jonas Kvinge
49384ce294
TagReaderTagLib: Fix reading MusicBrainz from ID3v2 tags
2023-03-26 04:33:15 +02:00
Jonas Kvinge
ac59fff346
TagReaderTagLib: Formatting
2023-03-26 04:14:03 +02:00
Jonas Kvinge
aedbd52e9d
Add AcoustID
2023-03-24 22:48:22 +01:00
Jonas Kvinge
faf4c817cd
TagReaderTagLib: Read AcoustID fingerprint
2023-03-24 20:54:05 +01:00
Jonas Kvinge
a35146440c
TagReaderTagLib: Read MusicBrainz tags
2023-03-19 21:55:26 +01:00
Jonas Kvinge
b606e4cd1a
TagReaderTagLib: Rename Decode to TStringToStdString
2023-03-19 20:35:47 +01:00
Jonas Kvinge
702851a958
TagReaderTagLib: Use constexpr
2023-03-19 19:34:05 +01:00
Jonas Kvinge
e20cbe4170
Save embedded cover in the same process as tags
...
Possible fix for #1158
2023-03-18 20:03:07 +01:00
Jonas Kvinge
205b7f2401
Split utilities functions into separate files
2022-12-28 22:53:59 +01:00
Jonas Kvinge
1fdeb50d93
TagReaderTagLib: Don't use `TPE1` as performer for ID3 tags
...
Fixes #1076
2022-11-23 00:03:23 +01:00
Jonas Kvinge
67b503da44
TagReaderTagLib: Fix compilation tag read/write for MP4
...
Partial fix for #1076
2022-11-22 21:09:18 +01:00
Jonas Kvinge
a351de6904
TagReaderTagLib: Fix saving FMPS_Playcount
...
Fixes #1074
2022-11-22 19:34:11 +01:00
Eoin O'Neill
80da565609
Initial support for GME's VGM/SPC playback and tag management.
...
Co-Authored-By: Jonas Kvinge <jonas@jkvinge.net>
2022-08-20 18:33:13 +02:00
Jonas Kvinge
22edf7a2b3
TagReaderTagParser: Fix reading and writing rating
2022-07-20 11:44:46 +02:00
Jonas Kvinge
71263863ad
Allow invalid ctime/mtime
...
Possible fix for #815 and #947
2022-07-10 03:24:02 +02:00
Jonas Kvinge
2655b8b43a
TagReaderTagLib: Replace use of `QByteArray::count()`
2022-03-29 01:43:07 +02:00
Jonas Kvinge
f6b70fda71
Formatting
2022-03-22 21:09:05 +01:00
Jonas Kvinge
eee3445d2f
Silence some conversion warnings
2022-02-06 04:19:45 +01:00
Jonas Kvinge
31fa60884f
Tagreader: Fix comment
2022-01-06 00:08:48 +01:00
Jonas Kvinge
15be227920
TagReader: Various fixes to embedded cover handling
...
- Add support for saving embedded for Opus
- Fix deleting cover for Ogg Vorbis, Opus and Speex
- Don't load empty covers
2022-01-06 00:06:20 +01:00
Jonas Kvinge
cb4332842f
Save MP4 tags as UTF-8
...
Fixes #830
2022-01-02 02:47:42 +01:00
Jonas Kvinge
5715f4c2cb
Remove use of macros in Song and TagReader
2021-11-09 19:34:43 +01:00
Jonas Kvinge
5eae3ddd8a
Use `float` for rating
2021-10-30 18:53:14 +02:00
Jonas Kvinge
3d0b6e6ea1
TagReader: Check for valid file times
...
Fixes #815
2021-10-30 17:57:13 +02:00
Jonas Kvinge
79ac53b2d9
Fix narrowing conversions
2021-10-30 02:21:29 +02:00
Jonas Kvinge
5cb88efc38
Remove debug line
2021-10-26 23:54:27 +02:00
Jonas Kvinge
6b64c43851
TagReaderTagLib: Read FMPS_Rating for MPEG ID3v2 tag
2021-10-26 01:10:01 +02:00
Jonas Kvinge
704e6c5448
TagReaderTagLib: Use double for ratings to match Song
2021-10-26 00:24:03 +02:00
Jonas Kvinge
072d7379df
TagReaderTagLib: Add checks for nullptr
2021-10-26 00:02:36 +02:00
Jonas Kvinge
3ab86543ad
Add support for saving playcounts and ratings to tags
2021-10-24 16:08:17 +02:00
Jonas Kvinge
5945d0ebee
Read rating from tags
...
Fixes #790
2021-10-16 23:33:03 +02:00
Jonas Kvinge
a6569d09ac
Read XM and IT module music
2021-10-12 21:43:46 +02:00
Jonas Kvinge
92f6a0c6c8
Add mod and s3m to filetypes
2021-09-26 16:23:02 +02:00