Skip to content

Conversation

@dwaddle
Copy link

@dwaddle dwaddle commented Oct 8, 2013

Added a few functions. Corrected some minor problems

mpcel-playlist-view ()
mpcel-playlist-current-print ()
mpcel-library-list ()
mpcel-playlist-add-song-library
mpcel-library-search-track (pattern)
Moved (defun mpcel-playlist-current-print () to the library section
	from: prints the current playlist
	to  : prints the current playlist in a buffer
	From: (get-buffer-create "*mpcel playlist" )
	To  : (switch-to-buffer (get-buffer-create "*mpcel playlist*"))
Playlist is now showing in named buffer *mpcel playlist*
and buffer is made read-only
Shows the available playlists in a separate buffer
	mpcel-playlist-merge (playlist)

	This function merges playlist with the current playlist
	The current playlist will be erased first before
	a new one is loaded.
	Due to the mpc load function, load is a merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant