Commit Graph

120 Commits

Author SHA1 Message Date
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
GuardKenzie
0afddfbebf Added auto_close to the readme 2021-04-30 18:24:33 +00:00
GuardKenzie
6650f61998 Added auto_close and album_art_only to the example config 2021-04-30 18:24:23 +00:00
GuardKenzie
1bf6f16459 Added a config option to auto close the player once the playlist is finished. 2021-04-30 18:22:35 +00:00
GuardKenzie
6d8006932d Updated the readme to include album_art_only and the toggle_info keybinds 2021-04-30 18:12:18 +00:00
GuardKenzie
7628bb37f7 Added the ability to toggle displaying track information or just album art. 2021-04-30 18:10:02 +00:00
GuardKenzie
ac296b1fcc Merge remote-tracking branch 'origin/main' 2021-04-30 17:43:33 +00:00
GuardKenzie
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
Tristan Ferrua
5f6dffdb45 Update README.md 2021-04-28 22:45:13 +00:00
GuardKenzie
fc016ad055 Updated the readme to include configuration options for volume_step and keybinds 2021-04-28 22:39:53 +00:00
GuardKenzie
a64886d6a8 Merge remote-tracking branch 'origin/main' 2021-04-28 12:50:29 +00:00
GuardKenzie
2486c137de Added the ability to configure the volume step. 2021-04-28 12:46:56 +00:00
GuardKenzie
da7655cf51 Added the ability to specify keybinds in the config file 2021-04-28 12:45:02 +00:00
Tristan Ferrua
b5e88f82d2 Merge pull request #9 from chebro/feature/password
add password field to MPDClient()
2021-04-28 09:50:04 +00:00
Cheb
278a3bfdb4 fix: comment pass field in config.example 2021-04-28 15:17:54 +05:30
Sravanth C
6af0b5c0e5 Update README.md to reflect the last change 2021-04-28 07:21:20 +05:30
Sravanth C
b1588ac70f Update config.example to include a password field 2021-04-28 07:02:25 +05:30
Sravanth C
bd3c5aa639 Feature: add password support to MPDClient 2021-04-28 07:01:45 +05:30
Tristan Ferrua
69071b6e5e Update README.md 2021-04-21 17:33:33 +00:00
GuardKenzie
5e3f96464f Fixed incorrect package name in setup.cfg 2021-04-19 18:09:04 +00:00
GuardKenzie
28059ed42d Moved to PEP 518 compliant setup 2021-04-19 18:08:30 +00:00
GuardKenzie
0002421be7 Updated version 2021-04-19 17:36:10 +00:00
GuardKenzie
485172e42a Merge remote-tracking branch 'origin/main' 2021-04-19 17:29:06 +00:00
Tristan Ferrua
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
Tristan Ferrua
db496b3463 Update README.md 2021-02-07 18:18:45 +00:00
Tristan Ferrua
9b89c06f64 Updated version 2021-02-02 11:11:42 +00:00
Tristan Ferrua
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
Tristan Ferrua
1944ccd764 Update README.md 2021-01-31 19:18:39 +00:00
Tristan Ferrua
26eb52f44e Updated README.md 2021-01-31 14:54:36 +00:00
Tristan Ferrua
975a60798a Updated README.md 2021-01-31 14:54:10 +00:00
Tristan Ferrua
505ebda26c initial commit 2021-01-31 14:52:49 +00:00
Tristan Ferrua
96dec43503 Updated the version to 1.1. Added ueberzug to the list of package requirements 2021-01-31 14:52:24 +00:00