Commit Graph

101 Commits

Author SHA1 Message Date
Erica
492a920c77 Fixed progressbar not updating when song repeats 2022-03-29 00:29:27 +00:00
Erica
c7f18f1b5b Added move_up and move_down commands 2022-03-29 00:29:06 +00:00
Erica
558eed9332 Added Up, Down, Left, and Right (shift + up, shift + down, ...) 2022-03-29 00:28:35 +00:00
Erica
4df5879df7 Made config keys case sensitive 2022-03-29 00:26:28 +00:00
Erica
694910483b Added "delete" keybind to remove selected song from playlist 2021-11-23 23:42:31 +00:00
Erica
a91749aadc Added update_needed to repeat and shuffle 2021-11-23 23:42:03 +00:00
Erica
5c3c02d8ee Added delete and backspace as bindable keys 2021-11-23 23:40:43 +00:00
Erica
10e168ee0e Disabled playlist keys (up/down/select) when the playlist is not visible 2021-11-23 23:15:47 +00:00
Erica
3a63301f01 Added repeat and shuffle commands 2021-11-23 23:15:09 +00:00
Erica
66bb72847a Updated version 2021-11-21 22:10:46 +00:00
Erica
ee69737141 Fixed illegible colors 2021-11-21 22:06:34 +00:00
Erica
15f21d42d4 Updated Previews 2021-11-21 01:47:00 +00:00
Erica
d43dc3f3dc Fixed error when no temporary album art present 2021-11-21 01:46:40 +00:00
Erica
51995f6aae Updated version to 1.5.0 and updated setup.cfg 2021-11-21 01:16:55 +00:00
Erica
fc6fce3129 Updated the example config 2021-11-21 01:16:30 +00:00
Erica
731f9a8710 Updated README.md 2021-11-21 01:16:16 +00:00
Erica
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
2021-11-21 01:16:03 +00:00
GuardKenzie
e63940f5c6 Merge pull request #17 from bartkl/main
Album art fetching from HTTP server
2021-09-09 16:51:51 +00:00
Bart Kleijngeld
2b113f7358 Added backwards compatibility with older configs 2021-09-09 14:01:50 +02:00
Bart Kleijngeld
c398b53f4d Using requests HTTP session for better performance 2021-08-09 16:34:04 +02:00
Bart Kleijngeld
8deec2b499 Added possibility to configure what art filenames to try with webserver call 2021-08-09 16:21:55 +02:00
Bart Kleijngeld
2de0e879e5 Updated README 2021-08-09 15:57:54 +02:00
Bart Kleijngeld
f9db89ec97 Updated README 2021-08-09 15:56:39 +02:00
Bart Kleijngeld
e2b777489f Updated README 2021-08-09 15:55:50 +02:00
Bart Kleijngeld
e9e377f2ee Updated README and project files 2021-08-09 15:47:16 +02:00
Bart Kleijngeld
8793e28fe0 Added possibility to fetch album art from HTTP server 2021-08-09 15:40:54 +02:00
Kenzie
c275487af4 Updated README 2021-07-25 01:36:37 +00:00
Tristan Ferrua
83a18d6f4f Merge pull request #14 from Epos95/main
Added support for using spacebar in configuration file
2021-06-30 21:53:21 +00:00
epos95
033ee8cd0a Added support for using spacebar in configuration file 2021-06-30 23:24:47 +02:00
GuardKenzie
4d83ede6b6 Made the playlist play a bit better with adding and removing songs 2021-06-05 14:06:42 +00:00
GuardKenzie
37a21a2e70 Updated version 2021-05-23 23:29:56 +00:00
GuardKenzie
df28cac8bd Fixed an issue where if there was no config file present the player would error on startup. 2021-05-23 23:27:59 +00:00
GuardKenzie
d71a5486df Fixed an issue where the progress bar did not reset when starting the currently playing song again with the select action. 2021-05-16 20:58:45 +00:00
GuardKenzie
98c1e1e772 Updated version 2021-05-13 22:02:01 +00:00
GuardKenzie
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
2021-05-13 21:57:33 +00:00
Tristan Ferrua
bcf864d2bb Merge pull request #11 from GuardKenzie/indev
Playlist view
2021-05-13 01:55:32 +00:00
GuardKenzie
9a9772f212 Updated version 2021-05-13 01:54:36 +00:00
GuardKenzie
0544ec72d8 Updated the example config 2021-05-13 01:47:11 +00:00
GuardKenzie
47ea125fdd Updated the readme 2021-05-13 01:43:12 +00:00
GuardKenzie
11128b7d06 Fixed the issue where the album art did not fill up the window when toggling info 2021-05-13 01:39:22 +00:00
GuardKenzie
4b7caa6f03 Made the selected song follow the currently playing song if no playlist controls have been pressed for 30s. 2021-05-13 01:38:23 +00:00
GuardKenzie
3856deccff Fixed an error where if player was resized quickly while trying to draw the playlist, the player would crash. 2021-05-13 01:09:10 +00:00
GuardKenzie
4257070fe0 Added curses.KEY_ENTER to the special keys map 2021-05-13 01:05:34 +00:00
GuardKenzie
a0c9ae3ea6 Added controls to the playlist window 2021-05-13 01:04:41 +00:00
Kenzie
d8adba0a1a Cleaned up some of the code 2021-05-12 23:49:47 +00:00
GuardKenzie
6bc48c5d90 Updated readme and added a screenshot with the playlist view 2021-05-11 01:47:08 +00:00
GuardKenzie
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
2021-05-11 01:37:57 +00:00
Tristan Ferrua
b711231b2e Update README.md 2021-04-30 22:45:36 +00:00
GuardKenzie
ef41b43bcc Updated version 2021-04-30 18:38:12 +00:00
GuardKenzie
07720a51a5 added the toggle_info keybind to config.example 2021-04-30 18:38:06 +00:00