AndreaOrru / fzf-mopidy-spotify.vim

Add Spotify music from Vim to your Mopidy playlist with fzf-powered fuzzy-finding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fzf-mopidy-spotify.vim

Add Spotify music from Vim to your Mopidy playlist with fzf-powered fuzzy-finding. Screencast

Requirements

This plugin requires fzf.vim, mpc, and a running instance of Mopidy with a correctly configured Mopidy-Spotify to work properly.

Installation

Using vim-plug:

Plug 'AndreaOrru/fzf-mopidy-spotify.vim'

Then run :PlugInstall to download the plugin.

Commands

  • :Song title Search for songs by title.
  • :ArtistSong artist Search for songs by artist.
  • :Album artist Search for albums by artist.
  • :AlbumByTitle title Search for albums by title.
  • :Playlist title Search your playlists by title.
  • :SpotifyPlay Play current playlist
  • :SpotifyPause Pause current playlist
  • :SpotifyNext Skip to the next song in the current playlist
  • :SpotifyPrev Skip to the previous song in the current playlist

About

Add Spotify music from Vim to your Mopidy playlist with fzf-powered fuzzy-finding

License:BSD 2-Clause "Simplified" License


Languages

Language:Vim Script 100.0%