2c2a8caeb9
Update README.md
2022-06-09 01:21:11 +00:00
650271c9d3
Update README.md
2022-06-09 01:16:31 +00:00
29c6f4f8b1
Veresion bump to 1.7.0
2022-06-09 01:14:42 +00:00
46811eb909
Merge pull request #23 from GuardKenzie/dev
...
Moved from using ffmpeg for album art to MPD's native method
2022-06-09 01:02:42 +00:00
db7baa44f2
Switched to mpd native albumart command
...
- Removed `http_base_url` and `http_cover_filenames` from config
- removed `_getAlbumArtFromFile` and `_getAlbumArtFromHttpServer` functions
- The `getAlbumArt` function now fetches the album art using `MPDClient.albumart`
- Removed unused imports.
2022-06-09 00:57:09 +00:00
86a7d7f52c
Removed deprecation notice
2022-06-09 00:53:21 +00:00
d78c433781
Update README.md
2022-03-29 01:29:10 +00:00
a20904fbb3
Cleaned up the readme
2022-03-29 01:26:51 +00:00
b429e3f379
Updated version
2022-03-29 00:52:47 +00:00
98be83766d
Fixed uppercase letters
2022-03-29 00:52:10 +00:00
b264d30dae
Merge pull request #21 from GuardKenzie/dev
...
Playlist management and shift keys
2022-03-29 00:43:57 +00:00
c647902497
Updated version
2022-03-29 00:30:31 +00:00
5effa54038
Merge branch 'main' into dev
2022-03-29 00:29:51 +00:00
1da2e98d50
Added new commands to config.example
2022-03-29 00:29:41 +00:00
492a920c77
Fixed progressbar not updating when song repeats
2022-03-29 00:29:27 +00:00
c7f18f1b5b
Added move_up and move_down commands
2022-03-29 00:29:06 +00:00
558eed9332
Added Up, Down, Left, and Right (shift + up, shift + down, ...)
2022-03-29 00:28:35 +00:00
4df5879df7
Made config keys case sensitive
2022-03-29 00:26:28 +00:00
d24e2cc2ec
Updated version
2022-03-28 23:00:31 +00:00
6a3a3c5361
Merge pull request #20 from s-walrus/fix/multiple-artists
...
Fixed tracks with multiple artists causing crashes and rendering issues
2022-03-28 19:20:28 +00:00
c4413651e7
Fixed multiple artists
...
Tracks with multiple artists used to cause rendering issues and crashes
because then `artist` field was a list of strings while miniplayer
incorrectly assumed it to be a single string. The issue is fixed by
compiling multiple artists into a single string, separating them with
commas.
2022-03-27 00:16:50 +03:00
694910483b
Added "delete" keybind to remove selected song from playlist
2021-11-23 23:42:31 +00:00
a91749aadc
Added update_needed to repeat and shuffle
2021-11-23 23:42:03 +00:00
5c3c02d8ee
Added delete and backspace as bindable keys
2021-11-23 23:40:43 +00:00
10e168ee0e
Disabled playlist keys (up/down/select) when the playlist is not visible
2021-11-23 23:15:47 +00:00
3a63301f01
Added repeat and shuffle commands
2021-11-23 23:15:09 +00:00
66bb72847a
Updated version
2021-11-21 22:10:46 +00:00
ee69737141
Fixed illegible colors
2021-11-21 22:06:34 +00:00
15f21d42d4
Updated Previews
2021-11-21 01:47:00 +00:00
d43dc3f3dc
Fixed error when no temporary album art present
2021-11-21 01:46:40 +00:00
51995f6aae
Updated version to 1.5.0 and updated setup.cfg
2021-11-21 01:16:55 +00:00
fc6fce3129
Updated the example config
2021-11-21 01:16:30 +00:00
731f9a8710
Updated README.md
2021-11-21 01:16:16 +00:00
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
e63940f5c6
Merge pull request #17 from bartkl/main
...
Album art fetching from HTTP server
2021-09-09 16:51:51 +00:00
2b113f7358
Added backwards compatibility with older configs
2021-09-09 14:01:50 +02:00
c398b53f4d
Using requests HTTP session for better performance
2021-08-09 16:34:04 +02:00
8deec2b499
Added possibility to configure what art filenames to try with webserver call
2021-08-09 16:21:55 +02:00
2de0e879e5
Updated README
2021-08-09 15:57:54 +02:00
f9db89ec97
Updated README
2021-08-09 15:56:39 +02:00
e2b777489f
Updated README
2021-08-09 15:55:50 +02:00
e9e377f2ee
Updated README and project files
2021-08-09 15:47:16 +02:00
8793e28fe0
Added possibility to fetch album art from HTTP server
2021-08-09 15:40:54 +02:00
c275487af4
Updated README
2021-07-25 01:36:37 +00:00
83a18d6f4f
Merge pull request #14 from Epos95/main
...
Added support for using spacebar in configuration file
2021-06-30 21:53:21 +00:00
033ee8cd0a
Added support for using spacebar in configuration file
2021-06-30 23:24:47 +02:00
4d83ede6b6
Made the playlist play a bit better with adding and removing songs
2021-06-05 14:06:42 +00:00
37a21a2e70
Updated version
2021-05-23 23:29:56 +00:00
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
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