Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

lepisma/mpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpm

I am moving stuff from here to bbq. This repo is archived.

mpm is a package manager for music. It is planned to consist of following components:

  • Resolvers which resolve sources to playable links. These mpm links can be local files (from beets database beets:<song-id>) or streaming files, e.g. via youtube (yt:d_xEVzTDN3c). The end product of resolution is an updated database of saved songs with pointer to appropriate file/url.
  • mpm-play for playing mpm links.
  • bbq for building playlists.

There are two places for feature addition:

  • Sources for saving songs from. The new source will need code addition in mpm (for resolution) and mpm-play (for playing the new source type)
  • Query improvements. These and all the frills needed for things like recommendations etc. will go in bbq.