]>
git.seodisparate.com - mpd_info_screen/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stephen Seo [Fri, 17 Sep 2021 11:09:39 +0000 (20:09 +0900)]
Update README.md
Stephen Seo [Fri, 17 Sep 2021 11:00:01 +0000 (20:00 +0900)]
Update README.md
Stephen Seo [Fri, 17 Sep 2021 10:58:20 +0000 (19:58 +0900)]
Impl title and artist display with existing
Stephen Seo [Fri, 17 Sep 2021 09:23:55 +0000 (18:23 +0900)]
Impl fetching album art that isn't embedded
Stephen Seo [Fri, 17 Sep 2021 06:11:22 +0000 (15:11 +0900)]
Minor tweak to the remaining-time timer display
Stephen Seo [Fri, 17 Sep 2021 06:05:32 +0000 (15:05 +0900)]
Minor tweaks to drawn text positions
Stephen Seo [Fri, 17 Sep 2021 05:54:25 +0000 (14:54 +0900)]
Update README.md
Stephen Seo [Fri, 17 Sep 2021 05:41:02 +0000 (14:41 +0900)]
Add error text display if auth/other fails
Minor improvements/refactorings as well.
Stephen Seo [Fri, 17 Sep 2021 05:22:56 +0000 (14:22 +0900)]
Fixes/refactorings/improvements
Add some "error handling" for authentication fail, album art fetch fail,
or getting status fail (if either of the three fails, then
mpd_info_screen will not try to authenticate/fetch-info again).
Some refactoring like using a struct instead of a tuple.
Improve drawing of text by caching the picked font size that is only
changed when the song changes or when the window dimensions change.
stephenseo [Fri, 17 Sep 2021 03:35:14 +0000 (03:35 +0000)]
Update 'README.md'
Stephen Seo [Thu, 16 Sep 2021 07:42:19 +0000 (16:42 +0900)]
Update README.md
Stephen Seo [Thu, 16 Sep 2021 07:33:40 +0000 (16:33 +0900)]
Output error lines
Stephen Seo [Thu, 16 Sep 2021 07:11:40 +0000 (16:11 +0900)]
Update README.md
Stephen Seo [Thu, 16 Sep 2021 07:10:45 +0000 (16:10 +0900)]
Update README.md
Stephen Seo [Thu, 16 Sep 2021 07:08:29 +0000 (16:08 +0900)]
Update README.md with usage
Stephen Seo [Thu, 16 Sep 2021 07:06:26 +0000 (16:06 +0900)]
Add README.md, LICENSE
Stephen Seo [Thu, 16 Sep 2021 06:21:33 +0000 (15:21 +0900)]
Fix UTF-8 parsing from title of song
Stephen Seo [Thu, 16 Sep 2021 05:48:49 +0000 (14:48 +0900)]
Comment out "use" that was used for a debug fn
Stephen Seo [Thu, 16 Sep 2021 05:48:03 +0000 (14:48 +0900)]
Fix/tweak display time output
Stephen Seo [Thu, 16 Sep 2021 05:46:44 +0000 (14:46 +0900)]
Minor fix/tweak to display timer output
Stephen Seo [Thu, 16 Sep 2021 05:44:54 +0000 (14:44 +0900)]
Comment out unused debugging fn
Stephen Seo [Thu, 16 Sep 2021 05:44:31 +0000 (14:44 +0900)]
Apply cargo clippy fixes
Stephen Seo [Thu, 16 Sep 2021 05:41:35 +0000 (14:41 +0900)]
Display minutes with screen timer
Stephen Seo [Thu, 16 Sep 2021 05:19:34 +0000 (14:19 +0900)]
Set default window size to be square
Stephen Seo [Thu, 16 Sep 2021 05:16:56 +0000 (14:16 +0900)]
Comment out debug logs
Stephen Seo [Thu, 16 Sep 2021 04:56:06 +0000 (13:56 +0900)]
Also let "Q" quit application
Stephen Seo [Thu, 16 Sep 2021 04:50:14 +0000 (13:50 +0900)]
Impl display
Stephen Seo [Thu, 16 Sep 2021 02:59:28 +0000 (11:59 +0900)]
Verify getting albumart with debug write-to-file
Stephen Seo [Thu, 16 Sep 2021 02:44:36 +0000 (11:44 +0900)]
Impl reading binary data for albumart
Stephen Seo [Wed, 15 Sep 2021 10:57:36 +0000 (19:57 +0900)]
Impl get required information periodically
Stephen Seo [Wed, 15 Sep 2021 10:17:50 +0000 (19:17 +0900)]
WIP more Impl (trying to get status information)
Stephen Seo [Wed, 15 Sep 2021 09:18:27 +0000 (18:18 +0900)]
Minor tweaks and cargo fmt
Stephen Seo [Wed, 15 Sep 2021 09:16:22 +0000 (18:16 +0900)]
Impl enough to get "OK MPD ..." from mpd server
Stephen Seo [Wed, 15 Sep 2021 07:30:53 +0000 (16:30 +0900)]
Init skeleton rust project
Stephen Seo [Wed, 15 Sep 2021 07:30:41 +0000 (16:30 +0900)]
Init empty commit