jacqueline
|
7c6eb2997c
|
Migrate 'now playing' screen to lua
|
1 year ago |
jacqueline
|
09c0e1608f
|
Implement adding to the playback queue from lua
|
1 year ago |
jacqueline
|
06aca259cb
|
Add basic lua browser screen
|
1 year ago |
jacqueline
|
cd46d7bd20
|
Make lua db iterators async
|
1 year ago |
jacqueline
|
d70ec9bf44
|
Add lua functions to get database content
|
1 year ago |
jacqueline
|
8a0a167adb
|
Convert the main menu screen to lua lol
|
1 year ago |
jacqueline
|
499d5a942f
|
Add a wrapper codec source that does readahead
|
1 year ago |
jacqueline
|
81855a78f4
|
Revert "Improve representation of track numbers in indexes"
This reverts commit a3da259a37 .
|
2 years ago |
jacqueline
|
a3da259a37
|
Improve representation of track numbers in indexes
|
2 years ago |
jacqueline
|
4cc5fa4c9c
|
Store the current collator in the database
|
2 years ago |
jacqueline
|
b58c081508
|
add locale-aware colation to db indexes
|
2 years ago |
Robin Howard
|
18d90051c9
|
Annotates the kTag with maybe_unused; they're only used for logging.
|
2 years ago |
jacqueline
|
2086ab09b8
|
Implement incremental updates of database indexes
This makes rescanning the library *so* much faster. Yay!
|
2 years ago |
jacqueline
|
4f8c127da9
|
Use an mutable struct + const instead of an immutable class
|
2 years ago |
jacqueline
|
5b5b792467
|
Skip old tracks when scanning the sd card
|
2 years ago |
jacqueline
|
f27670a112
|
acquire spi lock in the opus tag parser
|
2 years ago |
jacqueline
|
c2dddba30a
|
Add very basic db versioning
|
2 years ago |
jacqueline
|
ceba508593
|
Add modified time to TrackData
|
2 years ago |
jacqueline
|
afbf3c31f4
|
Use libcppbor for much much nicer db encoding
|
2 years ago |
jacqueline
|
20d1c280a7
|
Remove templating of Continuation
|
2 years ago |
jacqueline
|
ee8e523456
|
Add a basic database reindex screen
|
2 years ago |
jacqueline
|
7a7fafdd92
|
Guard leveldb file access with the SPI lock too
Same freeze as was previously ocurring, only this one was a fair bit
rarer.
|
2 years ago |
jacqueline
|
ba940baa0a
|
Add a lock around the SPI bus
This seems to have been the cause of recurring deadlocks that have been
difficult to repo.
|
2 years ago |
jacqueline
|
f09ba5ffd5
|
Use bindey for databinding instead of hand rolling ui updates
|
2 years ago |
jacqueline
|
4d99d22e10
|
std::string -> std::pmr::string in psram
|
2 years ago |
jacqueline
|
64d9cec8b0
|
fix some leveldb errors on transition to standby
turns out you gotta free the iterators. wow!!
|
2 years ago |
jacqueline
|
63215ccf16
|
Fix missing track number issues
|
2 years ago |
jacqueline
|
dad14baa73
|
Add an opus-specific tag parser
|
2 years ago |
jacqueline
|
b413b2f264
|
Add all albums index, do some locales prep
|
2 years ago |
jacqueline
|
6d831fa7a8
|
Don't reuse iterators across page fetches
This was done for performance reasons, but performance seems okay
without it, and it introduces a bunch of memory management headaches.
|
2 years ago |
jacqueline
|
320fdeb9d8
|
Use a service locator instead of passing around subsets of drivers between FSMs
|
2 years ago |
jacqueline
|
d8533c42df
|
Start on basic onboarding screens
|
2 years ago |
jacqueline
|
d8fc77101d
|
Give codecs complete control of their input files
|
2 years ago |
jacqueline
|
6c3501dbcb
|
Flesh out opus decoder. it doesn't work! i hate opus.
|
2 years ago |
jacqueline
|
d41de537a0
|
fix libtags m4a issue
|
2 years ago |
jacqueline
|
34a4207fb9
|
Log specifics of hash collisions
|
2 years ago |
jacqueline
|
a5022ac6cb
|
fix bsd-ish callback behaviour
|
2 years ago |
jacqueline
|
80d7df9109
|
fuck off
|
2 years ago |
jacqueline
|
7197da21f6
|
Basic playlists for upcoming
Beware under-testing and bugs. Just getting something barebones in so
that I can do rN+1 bringup
|
2 years ago |
jacqueline
|
b6bc6b9e47
|
Ui polish and fleshing out
|
2 years ago |
jacqueline
|
23227d0986
|
clang format
|
2 years ago |
jacqueline
|
df22bed072
|
Include title in indexes to avoid a per-record disk read
GOTTA GO FAST
|
2 years ago |
jacqueline
|
39f7545cd5
|
wire up the playing screen with some real data
Includes implementing song duration calculation for CBR MP3 files
|
2 years ago |
jacqueline
|
2f16d23002
|
Start on wiring up playback screen to real data
|
2 years ago |
jacqueline
|
7eec2cc5b6
|
Comment out leveldb logging
It sometimes produces a weird format string that breaks everything
|
2 years ago |
jacqueline
|
072c2c23e5
|
Parse and zero-pad track numbers
|
2 years ago |
jacqueline
|
245d9ff4b9
|
add indexing to the database
idk man i wrote most of this in a fugue state whilst high on the couch
with my cat
|
2 years ago |
jacqueline
|
6ff8b5886e
|
Support playing tracks by track id
|
2 years ago |
jacqueline
|
5b7b88420b
|
Fix issues with importing my entire library
|
2 years ago |
jacqueline
|
c6bb42cdd2
|
song -> track
|
2 years ago |