Commit graph

32 commits

Author SHA1 Message Date
35394d74ac refactor 2024-10-20 12:02:06 +02:00
cc525dcc80 split playbar into its own template 2024-10-19 17:04:56 +02:00
cc2f9f1466 remove track from playlist 2024-10-19 14:39:44 +02:00
ba1a5f3f39 kill custom selection model 2024-10-19 13:29:39 +02:00
8bf0e13ba9 song 2024-10-18 22:55:38 +02:00
2f99ae9edf betetr playlist end behavior 2024-10-18 22:33:35 +02:00
d2f5a564e7 don't advertise mpris until it's implemented 2024-10-18 02:48:42 +02:00
d91f945375 fix cover art 2024-10-17 22:36:29 +02:00
925367b180 replace gstreamer with mpv
lol
2024-10-17 12:05:20 +02:00
2fe276bfbd fix seeking hah 2024-10-16 22:24:48 +02:00
83b3a862e3 use gst time constants
no more 1000000000000000000000000000000 in code
2024-10-16 21:26:45 +02:00
eaf8a86232 use style autoloading
avoids a deprecation warning; the function is not even deprecated, the vala
bindings just have a bug here, but this also fixes it
2024-10-16 20:25:56 +02:00
6bdf5d7e5c use - for unknown duration 2024-10-16 13:07:14 +02:00
19dd3b13e2 api -> subsonic 2024-10-16 13:02:32 +02:00
70f9e4f3a3 propertify current song 2024-10-16 12:37:39 +02:00
dee32826ec betterify ux 2024-10-16 12:15:00 +02:00
6c12828e31 try improve track choosing ux 2024-10-16 12:03:32 +02:00
636774d787 selection model bull shit 2024-10-16 11:43:11 +02:00
7f7a84d747 make playbin authoritative on the current play queue position 2024-10-16 11:11:52 +02:00
de5c1179fa extract playqueue model outside ui 2024-10-16 10:48:52 +02:00
8c42d99c18 slightly more explicit imports
i had no idea where these were from; now i do :)

vala is super loose about these..
2024-10-16 05:58:58 +02:00
a770d71399 better buttons 2024-10-15 22:53:34 +02:00
70dcd57194 buttons 2024-10-15 22:48:41 +02:00
bac519034d fix those buttons 2024-10-15 22:33:39 +02:00
db0fee7d92 propertify more things 2024-10-15 22:29:14 +02:00
72e0745d52 move a bunch of logic into playbin
also yeah yeah fixme those buttons are gone for now
2024-10-15 13:27:47 +02:00
814aa93bf0 who knows 2024-10-14 21:55:25 +02:00
8b4450c10f attempt to unfuck seeking 2024-10-14 21:55:25 +02:00
8a0c748d51 hopefully streamline playbin state machine 2024-10-14 21:55:25 +02:00
3c38388c21 gooder gapless track switching 2024-10-14 21:55:25 +02:00
629bc782fc playbin refactor 2024-10-14 21:55:25 +02:00
4256778e95 place ui code in own directory 2024-10-14 21:55:25 +02:00
Renamed from src/window.vala (Browse further)