summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-23Revert change from previous commitAndrzej Rybczak
2020-12-23Tiny visualizer improvementsAndrzej Rybczak
2020-12-23Fix fetching information about artists from last.fmAndrzej Rybczak
2020-12-23Bind Play to Backspace by defaultAndrzej Rybczak
2020-12-22Enable full sorting of items in the local browser if it's notAndrzej Rybczak
2020-12-22Fix toggle of a sorting mode in the browserAndrzej Rybczak
2020-12-22Reduce CPU usage of the frequency spectrum visualizerAndrzej Rybczak
2020-12-21Consider mouse support when pausing and unpausing curses interfaceAndrzej Rybczak
2020-12-21Suppress output of all external commandsAndrzej Rybczak
2020-12-21Draw a separator between albums with the same name, but a different artistAndrzej Rybczak
2020-12-21Better fix for showing visualiser immediately after startupAndrzej Rybczak
2020-12-21Show the Visualizer immediately if it's the initial screenAndrzej Rybczak
2020-12-21Fix crash on startup with Browser as the initial screenAndrzej Rybczak
2020-12-21Fix crash on startup with Visualizer as the initial screenAndrzej Rybczak
2020-12-21Fix intermittent failures of the Genius fetcherAndrzej Rybczak
2020-12-21Remove separators between parts of lyricsAndrzej Rybczak
2020-12-21Add support for fetching lyrics from musixmatch.comAndrzej Rybczak
2020-12-20Remove parentheses from default song_list_format and browser_sort_formatAndrzej Rybczak
2020-12-20Replay song even if the server is not playingAndrzej Rybczak
2020-12-20Improved ReplaySongAndrzej Rybczak
2020-12-20Smoother switching to Browser with MopidyAndrzej Rybczak
2020-12-20Saner defaults for mouse scrollingAndrzej Rybczak
2020-12-20Prefer `$XDG_CONFIG_HOME/ncmpcpp` as a folder with configurationAndrzej Rybczak
2020-12-20Add run_external_console_command action for running terminal applicationsAndrzej Rybczak
2020-12-20Handle listallinfo failures more gracefullyAndrzej Rybczak
2020-12-20Fix locating songs from Spotify in the Media LibraryAndrzej Rybczak
2020-12-20Recover from invalid directory in Browser::locateSongAndrzej Rybczak
2020-12-20Optimize deletion/cropping of main playlist by using rangesAndrzej Rybczak
2020-12-19Update header information and my emailAndrzej Rybczak
2020-12-19Faster loading of playlists from the playlist editorAndrzej Rybczak
2020-12-19Add `type` value of `browser_sort_mode` (set by default)Andrzej Rybczak
2020-12-19Deprecate 'noop' value of browser_sort_mode in favor of 'none'.Andrzej Rybczak
2020-12-18Use fcntl to make a socket non blocking (MacOS fix)Andrzej Rybczak
2020-12-18Remove configuration options deprecated in 0.8.xAndrzej Rybczak
2020-12-18Deprecate visualizer_sync_intervalAndrzej Rybczak
2020-12-18Do not loop after sending a database update command to MopidyAndrzej Rybczak
2020-12-18Use more portable way of suppressing outputAndrzej Rybczak
2020-12-17Suppress any output from external commandsAndrzej Rybczak
2020-12-17Don't run volume changing actions if there is no mixerAndrzej Rybczak
2020-12-17Deprecate visualizer_fifo_path in favor of visualizer_data_sourceAndrzej Rybczak
2020-12-17Support gstreamer's udpsink as a source of visualizer samplesAndrzej Rybczak
2020-12-17Rename fifo related values and functionsAndrzej Rybczak
2020-12-17Discard any lingering data from the sourceAndrzej Rybczak
2020-12-17Implement buffering of visualizer samples read from the fifoAndrzej Rybczak
2020-12-15Better amount of samples read for wave visualizersAndrzej Rybczak
2020-12-14Set default visualizer to spectrum if fftw is availableAndrzej Rybczak
2020-12-14Call InitVisualization() on resizeAndrzej Rybczak
2020-12-14Fix look of the ellipse visualizer with high fpsAndrzej Rybczak
2020-12-14Fix autoscalerAndrzej Rybczak
2020-12-14Improve look for bigger values of dft_sizeAndrzej Rybczak