8f158e4656
Added 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
033ee8cd0a
Added support for using spacebar in configuration file
epos95
2021-06-30 23:24:47 +02:00
4d83ede6b6
Made the playlist play a bit better with adding and removing songs
GuardKenzie
2021-06-05 14:06:42 +00:00
37a21a2e70
Updated version
GuardKenzie
2021-05-23 23:29:56 +00:00
df28cac8bd
Fixed 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
d71a5486df
Fixed 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
98c1e1e772
Updated version
GuardKenzie
2021-05-13 22:02:01 +00:00
73fa635830
Fixed 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
9a9772f212
Updated version
GuardKenzie
2021-05-13 01:54:36 +00:00
0544ec72d8
Updated the example config
GuardKenzie
2021-05-13 01:47:11 +00:00
47ea125fdd
Updated the readme
GuardKenzie
2021-05-13 01:43:12 +00:00
11128b7d06
Fixed the issue where the album art did not fill up the window when toggling info
GuardKenzie
2021-05-13 01:39:22 +00:00
4b7caa6f03
Made 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
3856deccff
Fixed 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
4257070fe0
Added curses.KEY_ENTER to the special keys map
GuardKenzie
2021-05-13 01:05:34 +00:00
a0c9ae3ea6
Added controls to the playlist window
GuardKenzie
2021-05-13 01:04:41 +00:00
d8adba0a1a
Cleaned up some of the code
Kenzie
2021-05-12 23:49:47 +00:00
6bc48c5d90
Updated readme and added a screenshot with the playlist view
GuardKenzie
2021-05-11 01:47:08 +00:00
916d96c4b6
Added 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