X Tutup
Skip to content
Open
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
b9a40c7
Artwork: Album art proof of concert
evanc577 Jan 3, 2021
73403d6
Artwork: Use POSIX_SPAWN_SETPGROUP rather than setsid
evanc577 Jan 4, 2021
8c2f9e8
Artwork: exec ueberzug directly without bash
evanc577 Jan 5, 2021
a05b7d5
Artwork: albumart_default_path and albumart_scaler config options
evanc577 Jan 5, 2021
6c832ee
Artwork: modular backend, fix artwork after popup
evanc577 Jan 6, 2021
3f9ebbf
Artwork: update config, bindings, and manpage
evanc577 Jan 6, 2021
08b2c5e
Artwork: reap forked process if exec() ueberzug fails
evanc577 Jan 6, 2021
81bab0d
Artwork: Use boost::process instead of fork/exec
evanc577 Jan 6, 2021
5ff50a0
Artwork: Minor fixes
evanc577 Jan 7, 2021
c988e3e
Configure: check for boost::process
evanc577 Jan 10, 2021
ce5f363
Artwork: Use boost::json
evanc577 Jan 10, 2021
ba32da6
Artwork: Use boost::property_tree rather than boost::json
evanc577 Jan 21, 2021
bc72fe5
Artwork: Various style fixes
evanc577 Jan 24, 2021
83e08c5
Artwork: Use MPD albumart API
evanc577 Jan 24, 2021
4a3bb59
Artwork: Add readpicture support for embedded art
evanc577 Jan 25, 2021
23f94ab
Artwork: Use queue of std::functions for worker
evanc577 Jan 28, 2021
693bf38
Artwork: Don't send too many requests to MPD
evanc577 Jan 29, 2021
6a50de8
Artwork: re-support local artwork
evanc577 Feb 26, 2021
f4332c0
Artwork: Allow configuration of album artwork sources
evanc577 Feb 26, 2021
3d7d7a7
Artwork: Proof of concept Kitty backend
evanc577 Feb 28, 2021
6a446d4
Artwork: Find Magick++ library and headers
evanc577 Feb 28, 2021
5349334
Artwork: Usable kitty backend
evanc577 Mar 7, 2021
098e208
Artwork: Optimize kitty backend
evanc577 Mar 7, 2021
f75bffa
Artwork: Postproccess all images
evanc577 Mar 7, 2021
536ac3e
Artwork: Support artwork alignment
evanc577 Mar 7, 2021
9fd6036
Artwork: clean up some code
evanc577 Mar 7, 2021
cc08ef9
Artwork: Fix checking wrong buffer after getting artwork from mpd
evanc577 Mar 11, 2021
540bb6a
Artwork: Fix wrong positioning with some images
evanc577 May 4, 2021
b3bd9fb
Artwork: Remove Kitty backend from docs
evanc577 May 5, 2021
90183f2
Artwork: Tidy up for merge
evanc577 May 5, 2021
0c353a7
Artwork: Don't allow empty albumart_sources config
evanc577 May 5, 2021
3e306ce
Artwork: Allow manual font size and image offset
evanc577 May 5, 2021
5e77b9c
Artwork: Fix compilation with artwork disabled
evanc577 May 5, 2021
f2e283d
Artwork: Workaround for <IM6 Blob::base64() being non-const
evanc577 Jun 28, 2022
13ae2f3
Artwork: Fix scrolling art off screen when user scrolls
evanc577 Sep 27, 2022
12d1166
Artwork: Change static functions to methods
evanc577 Feb 7, 2023
f6e3509
Artwork: Fix screen switching data races
evanc577 Feb 7, 2023
6c28c4b
Artwork: allow setting custom local files
evanc577 May 30, 2023
c5f4e0b
Artwork: Allow globs in albumart_filenames
evanc577 May 30, 2023
a74d041
Artwork: Re-order includes to fix compilation on some systems
evanc577 Jun 2, 2023
e55a565
Artwork: Add small LRU cache for rendered PNG images
evanc577 Jun 7, 2023
78cf8b4
Artwork: Remove unused includes, fix comment typo
evanc577 Jul 26, 2024
df758f0
Artwork: Add EscapedArtworkBackend
evanc577 Jul 26, 2024
b430b3d
Artwork: Use std::string for EscapedArtworkBackend
evanc577 Jul 26, 2024
59ff62a
Artwork: Add support for ueberzugpp
evanc577 Jul 27, 2024
5326836
Artwork: takeOutput return reference instead of copying
evanc577 Jul 27, 2024
ce94376
Add albumart_backend to example config
evanc577 Aug 21, 2024
e13a860
Artwork: Add magick++ dependency to readme
evanc577 Aug 21, 2024
a32d56e
Artwork: Fix new warnings
evanc577 Aug 21, 2024
4aabbe1
Artwork: Add slave screen example config to manpage
evanc577 Aug 22, 2024
641df18
Artwork: address PR comments
evanc577 Aug 28, 2024
7db66ce
Artwork: Use std::format
evanc577 Sep 8, 2024
49fed34
Artwork: Add a comment to Artwork::resetArtworkPosition
evanc577 Sep 25, 2024
b7d8f0b
Artwork: Read screen dimensions in main thread
evanc577 Sep 25, 2024
2b01a4c
Artwork: Remove typedefs
evanc577 Sep 25, 2024
63bb62a
Artwork: Update magick++ in configure script
evanc577 Sep 25, 2024
6710856
Artwork: Revert to boost::format
evanc577 Sep 25, 2024
4b29c5d
Artwork: Add artwork build to CI
evanc577 Oct 5, 2024
75fc943
Artwork: Add libmagick++ to CI
evanc577 Oct 6, 2024
80f755e
Artwork: Call resetArtworkPosition() if characters are printed via
evanc577 Oct 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Artwork: Remove unused includes, fix comment typo
  • Loading branch information
evanc577 committed Oct 5, 2024
commit 78cf8b4db27fe2b58641e3de63835f6f589e0311
5 changes: 1 addition & 4 deletions src/screens/artwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@
#include <boost/filesystem.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <sstream>

#include "macro_utilities.h"
#include "mpdpp.h"
#include "screens/screen_switcher.h"
#include "status.h"
#include "statusbar.h"
#include "title.h"

Expand Down Expand Up @@ -768,7 +765,7 @@ std::vector<uint8_t> KittyBackend::writeChunked(std::map<std::string, std::strin

if (0 != data.length())
{
// Create reference-counted copy to bypasee IM6 or earlier Blob::base64() being non-const
// Create reference-counted copy to bypass IM6 or earlier Blob::base64() being non-const
Blob data_copy(data);
std::string b64_data_str = data_copy.base64();
std::vector<uint8_t> b64_data(b64_data_str.begin(), b64_data_str.end());
Expand Down
X Tutup