8f158e4656Added theming and auto color picking. - Added a config section called "theme" - Added config values accent_color, bar_color, time_color, bar_head and bar_body - Added a color_update_needed flag - Added a function getDominantColor to get the dominant color from the current album art - Added a separate color pair for the time stamp - Fixed variable error referenced before assignment - Changed default progress bar look
Erica
2021-11-21 01:16:03 +00:00
e63940f5c6Merge pull request #17 from bartkl/main
GuardKenzie
2021-09-09 16:51:51 +00:00
033ee8cd0aAdded support for using spacebar in configuration file
epos95
2021-06-30 23:24:47 +02:00
4d83ede6b6Made the playlist play a bit better with adding and removing songs
GuardKenzie
2021-06-05 14:06:42 +00:00
37a21a2e70Updated version
GuardKenzie
2021-05-23 23:29:56 +00:00
df28cac8bdFixed an issue where if there was no config file present the player would error on startup.
GuardKenzie
2021-05-23 23:27:59 +00:00
d71a5486dfFixed an issue where the progress bar did not reset when starting the currently playing song again with the select action.
GuardKenzie
2021-05-16 20:58:45 +00:00
98c1e1e772Updated version
GuardKenzie
2021-05-13 22:02:01 +00:00
73fa635830Fixed an issue where the player would crash if the playlist was cleared while running Fixed an issue where the player would crash when songs did not have metadata
GuardKenzie
2021-05-13 21:57:33 +00:00
9a9772f212Updated version
GuardKenzie
2021-05-13 01:54:36 +00:00
0544ec72d8Updated the example config
GuardKenzie
2021-05-13 01:47:11 +00:00
47ea125fddUpdated the readme
GuardKenzie
2021-05-13 01:43:12 +00:00
11128b7d06Fixed the issue where the album art did not fill up the window when toggling info
GuardKenzie
2021-05-13 01:39:22 +00:00
4b7caa6f03Made the selected song follow the currently playing song if no playlist controls have been pressed for 30s.
GuardKenzie
2021-05-13 01:38:23 +00:00
3856deccffFixed an error where if player was resized quickly while trying to draw the playlist, the player would crash.
GuardKenzie
2021-05-13 01:09:10 +00:00
4257070fe0Added curses.KEY_ENTER to the special keys map
GuardKenzie
2021-05-13 01:05:34 +00:00
a0c9ae3ea6Added controls to the playlist window
GuardKenzie
2021-05-13 01:04:41 +00:00
d8adba0a1aCleaned up some of the code
Kenzie
2021-05-12 23:49:47 +00:00
6bc48c5d90Updated readme and added a screenshot with the playlist view
GuardKenzie
2021-05-11 01:47:08 +00:00
916d96c4b6Added a new window for the playlist Added a new config option show_playlist to specify if the playlist should be drawn Added a feature where when the window proportions exceed 1:3, 40% will be used for album art and time info while the remaining 60% will be used for playlist display
GuardKenzie
2021-05-11 01:37:57 +00:00