Tag experiments #301

Merged
kode54 merged 5 commits from tagExperiments into main 2022-07-08 19:34:50 -04:00

5 commits

Author SHA1 Message Date
Christopher Snowhill
77ca1a320d Truncate text in playlist to a reasonable length
1024 characters aught to be enough for any playlist view.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-08 16:09:18 -07:00
Christopher Snowhill
6c8c445c59 Remove the meta string cache
It wasn't helping anyway.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-08 16:09:18 -07:00
893190de94 [Spanish Translation] Added strings for new Info Inspector fields 2022-07-08 18:14:41 -04:00
Christopher Snowhill
97cc56a52d Ditch the data compression
It just wasn't working out.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-08 07:00:54 -07:00
Christopher Snowhill
dcc751fb3f Experimental tag support redesign
This redesign completely changes how tags are stored in memory. Now all
arbitrary tag names are supported, where possible. Some extra work will
be needed to support arbitrary tags with TagLib, such as replacing it
with a different library.

Translation pending for a couple of strings.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-08 06:26:28 -07:00