Skip to content

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

License

Notifications You must be signed in to change notification settings

AndreaOrru/fzf-mopidy-spotify.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published