20 Commits

Author SHA1 Message Date
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
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
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
4257070fe0 Added curses.KEY_ENTER to the special keys map 2021-05-13 01:05:34 +00:00
a0c9ae3ea6 Added controls to the playlist window 2021-05-13 01:04:41 +00:00
d8adba0a1a Cleaned up some of the code 2021-05-12 23:49:47 +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
2021-05-11 01:37:57 +00:00
1bf6f16459 Added a config option to auto close the player once the playlist is finished. 2021-04-30 18:22:35 +00:00
7628bb37f7 Added the ability to toggle displaying track information or just album art. 2021-04-30 18:10:02 +00:00
2e5bb7b4f5 Made the help menu display the correct keybindings after they have been changed in the config. 2021-04-30 17:43:01 +00:00
a64886d6a8 Merge remote-tracking branch 'origin/main' 2021-04-28 12:50:29 +00:00
2486c137de Added the ability to configure the volume step. 2021-04-28 12:46:56 +00:00
da7655cf51 Added the ability to specify keybinds in the config file 2021-04-28 12:45:02 +00:00
bd3c5aa639 Feature: add password support to MPDClient 2021-04-28 07:01:45 +05:30
3a9b60e96f Made the player more responsive by increasing loops per second and by implementing a update flag which forces a redraw when certain keybinds are pressed. 2021-04-19 17:23:38 +00:00
0491341d6e Fixed an issue where if the song artist or title was not set, the player would error. When there is no title, the file name without the extension will be used. 2021-02-01 23:11:32 +00:00
6706c93797 Added support for Überzug to display album art 2021-01-31 14:50:15 +00:00
6ca9b405ce Added a configuration option for mpd host and port. 2021-01-31 00:10:40 +00:00
a07f955901 Added config file for music_directory and font attributes 2021-01-29 14:18:58 +00:00
998c5910d8 Initial commit 2021-01-29 13:26:31 +00:00