1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-15 10:14:43 +01:00
strawberry-audio-player-win.../data
Roman Lebedev 0a4888f861 Database scheme: add EBU R 128 Integrated Loudness and Loudness Range columns
Nothing really ground-breaking, just add those two fields
to each table that already has `bitrate`/`samplerate`/`bitdepth` fields.

Those new fields do need to be able to represent an invalid state
which is their default state, thus they are non-`NOT NULL`.
In principle, the actual field type could be `INTEGER`
(i.e. fixed point w/ 2 fractional digits), but unless we really want to
save a few bytes, it doesn't seem worthwhile.

FIXME: i'm not sure if `device-schema` should be changed too.
2023-07-12 14:34:04 +02:00
..
html
icons
mood
pictures
schema Database scheme: add EBU R 128 Integrated Loudness and Loudness Range columns 2023-07-12 14:34:04 +02:00
screenshot
style Remove fixed font size on macOS 2023-05-05 00:34:48 +02:00
text
data.qrc Database scheme: add EBU R 128 Integrated Loudness and Loudness Range columns 2023-07-12 14:34:04 +02:00
icons.qrc