109 Commits

Author SHA1 Message Date
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
6bc48c5d90 Updated readme and added a screenshot with the playlist view 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
2021-05-11 01:37:57 +00:00
b711231b2e Update README.md 2021-04-30 22:45:36 +00:00
ef41b43bcc Updated version 2021-04-30 18:38:12 +00:00
07720a51a5 added the toggle_info keybind to config.example 2021-04-30 18:38:06 +00:00
0afddfbebf Added auto_close to the readme 2021-04-30 18:24:33 +00:00
6650f61998 Added auto_close and album_art_only to the example config 2021-04-30 18:24:23 +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
6d8006932d Updated the readme to include album_art_only and the toggle_info keybinds 2021-04-30 18:12:18 +00:00
7628bb37f7 Added the ability to toggle displaying track information or just album art. 2021-04-30 18:10:02 +00:00
ac296b1fcc Merge remote-tracking branch 'origin/main' 2021-04-30 17:43:33 +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
5f6dffdb45 Update README.md 2021-04-28 22:45:13 +00:00
fc016ad055 Updated the readme to include configuration options for volume_step and keybinds 2021-04-28 22:39:53 +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
b5e88f82d2 Merge pull request #9 from chebro/feature/password
add password field to MPDClient()
2021-04-28 09:50:04 +00:00
278a3bfdb4 fix: comment pass field in config.example 2021-04-28 15:17:54 +05:30
6af0b5c0e5 Update README.md to reflect the last change 2021-04-28 07:21:20 +05:30
b1588ac70f Update config.example to include a password field 2021-04-28 07:02:25 +05:30
bd3c5aa639 Feature: add password support to MPDClient 2021-04-28 07:01:45 +05:30
69071b6e5e Update README.md 2021-04-21 17:33:33 +00:00
5e3f96464f Fixed incorrect package name in setup.cfg 2021-04-19 18:09:04 +00:00
28059ed42d Moved to PEP 518 compliant setup 2021-04-19 18:08:30 +00:00
0002421be7 Updated version 2021-04-19 17:36:10 +00:00
485172e42a Merge remote-tracking branch 'origin/main' 2021-04-19 17:29:06 +00:00
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
db496b3463 Update README.md 2021-02-07 18:18:45 +00:00
9b89c06f64 Updated version 2021-02-02 11:11:42 +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
1944ccd764 Update README.md 2021-01-31 19:18:39 +00:00
26eb52f44e Updated README.md 2021-01-31 14:54:36 +00:00
975a60798a Updated README.md 2021-01-31 14:54:10 +00:00
505ebda26c initial commit 2021-01-31 14:52:49 +00:00
96dec43503 Updated the version to 1.1. Added ueberzug to the list of package requirements 2021-01-31 14:52:24 +00:00
f6c7e1a305 Added the new image_method config option to the README. Added an image preview of the player to the README 2021-01-31 14:51:56 +00:00
6706c93797 Added support for Überzug to display album art 2021-01-31 14:50:15 +00:00
069919f1ec Added image_method option to the config file 2021-01-31 14:50:01 +00:00
edf5055838 Added an installation section to README.md 2021-01-31 00:17:50 +00:00
97c3bb3a37 Updated version 2021-01-31 00:11:36 +00:00
4706584d2b Updated README.md to include the new mpd configuration options 2021-01-31 00:11:22 +00:00
3c83439038 Added the default mpd config options to the example config 2021-01-31 00:10:54 +00:00
6ca9b405ce Added a configuration option for mpd host and port. 2021-01-31 00:10:40 +00:00
c41076df6a Updated README.md 2021-01-30 14:52:47 +00:00
2c73f1e675 Updated setup script for pypi 2021-01-29 15:43:04 +00:00
6f4fc60b42 Absolute path for font image 2021-01-29 15:26:44 +00:00