casey langen
|
dea9b6fe55
|
Some warning and deprecation cleanup.
|
2022-07-23 13:38:42 -07:00 |
|
casey langen
|
deab36a89d
|
Fix issue that was causing autocomplete to fail in SystemService.
|
2022-07-23 12:58:31 -07:00 |
|
casey langen
|
d0ad04d7c7
|
Minor warning cleanup.
|
2022-07-22 17:03:04 -07:00 |
|
casey langen
|
0e95104644
|
Cleaned up unused imports.
|
2022-07-22 16:39:11 -07:00 |
|
casey langen
|
b2529a830e
|
Don't schedule notification time updates if we're not actively playing.
|
2022-07-22 15:18:28 -07:00 |
|
casey langen
|
e7574c286b
|
Notification improvements for Android 13 using the udpated MediaCompat SDK
|
2022-07-22 15:00:51 -07:00 |
|
casey langen
|
f1c45b2746
|
Merge pull request #536 from afh/afh-fix-typos
Fix some typos
|
2022-07-22 12:58:40 -07:00 |
|
casey langen
|
960e202dca
|
Update to ExoPlayer patch release.
|
2022-07-22 12:58:12 -07:00 |
|
Alexis Hildebrandt
|
d68b9e38fe
|
Preserve typos in third-party code.
Should be fixed upstream.
|
2022-07-22 20:17:44 +02:00 |
|
Alexis Hildebrandt
|
5d2cc8151d
|
Merge branch 'master' into afh-fix-typos
|
2022-07-22 19:37:04 +02:00 |
|
casey langen
|
3f384305e2
|
Fix ExoPlayer deprecations in Android client.
|
2022-07-22 00:40:15 -07:00 |
|
casey langen
|
5b91e0dd50
|
Dependency updates for Android app. Opus decoding seems more stable now.
|
2022-07-22 00:40:15 -07:00 |
|
casey langen
|
efd3138ef9
|
Merge pull request #532 from afh/afh-fix-muted-time-tracker-width
Fix width of time tracker when muted
|
2022-07-21 20:00:04 -07:00 |
|
casey langen
|
7b6db07037
|
PulseAudio's output plugin should not include ALSA headers.
|
2022-07-21 14:04:20 -07:00 |
|
casey langen
|
88c0449dae
|
Version update.
|
2022-07-19 19:27:26 -07:00 |
|
casey langen
|
f311ad4de7
|
Fix xiph album art extraction.
|
2022-07-19 19:27:06 -07:00 |
|
Alexis Hildebrandt
|
0588282721
|
Fix some typos
|
2022-07-19 22:28:58 +02:00 |
|
Alexis Hildebrandt
|
7fd9ebd550
|
Remove unnecessary code
|
2022-07-17 21:40:49 +02:00 |
|
Alexis Hildebrandt
|
411980fe2a
|
Remove unnecessary PlayPauseChanged signal
and use existing PlaybackStateChanged signal.
|
2022-07-17 10:44:50 +02:00 |
|
Alexis Hildebrandt
|
36a55767c1
|
Change playing to paused on pause
to indicate play-pause-state in addition to blinking elapsed time
|
2022-07-13 09:52:06 +02:00 |
|
Alexis Hildebrandt
|
4af977657d
|
Fix width of time tracker when muted
|
2022-07-13 08:53:17 +02:00 |
|
Alexis Hildebrandt
|
e24827a95a
|
Detect Nixpkgs on Darwin
and avoid linking statically against ncurses.
|
2022-07-11 15:16:03 +02:00 |
|
casey langen
|
8459265c38
|
Update core_c_demo to VS2022
|
2022-07-03 14:45:21 -07:00 |
|
Casey Langen
|
b0cddca256
|
Version bump.
|
2022-07-03 12:47:20 -07:00 |
|
casey langen
|
6a440c69e6
|
Round out remaining browse filter work.
|
2022-07-03 12:38:09 -07:00 |
|
casey langen
|
e156800c7a
|
Add different styles for browse filter input.
|
2022-07-02 16:49:39 -07:00 |
|
casey langen
|
6ae3ffefe1
|
Remove hard-coded string.
|
2022-07-02 15:34:03 -07:00 |
|
casey langen
|
66c9845a43
|
Wire up filter logic.
|
2022-07-02 15:32:28 -07:00 |
|
casey langen
|
cd4bb0da3d
|
Some UI scaffolding to support category filtering in browse view.
|
2022-07-02 13:43:25 -07:00 |
|
casey langen
|
64c7521a9d
|
Fix APE decoding.
|
2022-06-30 23:16:10 -07:00 |
|
casey langen
|
cca5c46c6e
|
Upgrade sqlite to 3.39.0 for RIGHT OUTER JOIN support (and various bug
fixes)
|
2022-06-25 16:52:34 -07:00 |
|
casey langen
|
2f76c61ea3
|
Default track.disc to 1 instead of empty to fix sort issues when some
tracks in an album have a disc number, and others don't. Also added a db
migration to backfill empty `disc` values with `1`
|
2022-05-03 16:19:14 -07:00 |
|
casey langen
|
e483e1f35e
|
Update to VS2022 and newer musikcube-bin submodule without libogg,
libvorbis (they are no longer used in favor of ffmpeg)
|
2022-05-03 16:19:13 -07:00 |
|
casey langen
|
daaa7c268f
|
Merge branch 'master' of github.com:clangen/musikcube
|
2022-04-28 12:34:45 -07:00 |
|
casey langen
|
b1d45deb01
|
Cleanup and fix shutdown logic.
|
2022-04-27 22:58:37 -07:00 |
|
casey langen
|
82fa9bda81
|
Don't treat slashes as delimiters for artist names; this breaks things
like AC/DC. We already support tag formats that allow for multiple
artists, no need to parse the strings manually.
|
2022-04-27 22:18:04 -07:00 |
|
casey langen
|
28200c9db2
|
Add piggy status to version string in settings.
|
2022-04-27 20:54:40 -07:00 |
|
casey langen
|
0ea7a3cdf5
|
Make PiggyWebSocketClient a singleton; no need for multiple instances, and it'll make binding to the UI easier.
|
2022-04-26 21:25:56 -07:00 |
|
casey langen
|
f95c2a8816
|
Fix debugging in HttpServer, WebSocketServer to use IDebug instead of
iostream/std::err
|
2022-04-25 13:11:05 -07:00 |
|
casey langen
|
f3a2074a9e
|
Fix rpi standalone build after recent cmake refactors.
|
2022-04-23 15:15:02 -07:00 |
|
casey langen
|
4ff25b19d2
|
Conditionally enable piggy; disabled by default.
|
2022-04-23 13:39:49 -07:00 |
|
casey langen
|
fa2d95a9e6
|
Merge branch 'master' into clangen/piggy
|
2022-03-27 18:31:18 -07:00 |
|
casey langen
|
e4593ba0db
|
We no longer need to manually escape percent signs in TransportWindow.
|
2022-03-27 11:38:59 -07:00 |
|
casey langen
|
adc57d040f
|
Fix offline message replay.
|
2022-03-26 21:59:34 -07:00 |
|
casey langen
|
b5e588e916
|
Added Visual Studio support.
|
2022-03-26 17:11:16 -07:00 |
|
casey langen
|
578eb4fd2d
|
Add auto-reconnect to PiggyWebSocketClient and add a maximum offline message queue size.
|
2022-03-26 00:08:53 -07:00 |
|
casey langen
|
48ee1419b5
|
Save the connection after it's established so we can actually send messages to it.
|
2022-03-25 23:55:47 -07:00 |
|
casey langen
|
ca0023eef6
|
Enqueue eventLog messages.
|
2022-03-25 22:46:37 -07:00 |
|
casey langen
|
0a32f99fbd
|
Fix sessionId
|
2022-03-25 22:19:34 -07:00 |
|
casey langen
|
feff77fb33
|
Minor cleanup.
|
2022-03-25 22:08:13 -07:00 |
|