93 Commits

Author SHA1 Message Date
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
5ec5d18d1d Fixed broken example config music_directory value 2021-01-29 14:46:06 +00:00
58e12201ae Updated font size example image 2021-01-29 14:42:01 +00:00
08c66720ba Added font config example to README.md 2021-01-29 14:37:37 +00:00
da17a9460c Update README.md 2021-01-29 14:29:05 +00:00
b75f0a2471 Example config file 2021-01-29 14:20:25 +00:00
a07f955901 Added config file for music_directory and font attributes 2021-01-29 14:18:58 +00:00
ba11095d54 Fixed ffmpeg dependancy 2021-01-29 14:18:40 +00:00
998c5910d8 Initial commit 2021-01-29 13:26:31 +00:00
b2a8137b77 Initial commit 2021-01-29 13:25:32 +00:00