catharsis / spotifile

FUSE file system for Spotify
BSD 3-Clause "New" or "Revised" License
144 stars 7 forks source link

Allow adding tracks to playlist #50

Open catharsis opened 8 years ago

catharsis commented 8 years ago

It'd be very helpful to be able to cp a track from, say, a search result directory to a playlist and have that track be added to the playlist.

I'm imagining something like:

mkdir search/Trogdor
cd search/Trogdor
cp ./The\ Bearded\ Bard\ -\ Trogdor\ The\ Burninator.wav ../../playlists/My\ Sweet\ Tracks/

Open questions: