Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andreaorru/fzf-mopidy-spotify.vim
- Owner: AndreaOrru
- License: bsd-2-clause
- Created: 2016-11-21T21:08:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T09:47:21.000Z (over 7 years ago)
- Last Synced: 2024-10-05T14:45:16.015Z (about 1 month ago)
- Topics: fzf, mopidy, plugin, spotify, vim
- Language: Vim script
- Homepage:
- Size: 9.77 KB
- Stars: 35
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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