Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreaorru/fzf-mopidy-spotify.vim

Add Spotify music from Vim to your Mopidy playlist with fzf-powered fuzzy-finding
https://github.com/andreaorru/fzf-mopidy-spotify.vim

fzf mopidy plugin spotify vim

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# fzf-mopidy-spotify.vim

Add Spotify music from Vim to your Mopidy playlist with fzf-powered fuzzy-finding.
![Screencast](http://i.imgur.com/mk2d4bv.gif)

## Requirements
This plugin requires [fzf.vim](https://github.com/junegunn/fzf.vim),
[mpc](http://www.musicpd.org/clients/mpc/), and a running
instance of [Mopidy](https://www.mopidy.com) with a correctly configured
[Mopidy-Spotify](https://github.com/mopidy/mopidy-spotify) to work properly.

## Installation
Using [vim-plug](https://github.com/junegunn/vim-plug):
```vim
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