noyainrain / listling

Web app to make and edit lists collaboratively.
https://listling.org/
GNU Affero General Public License v3.0
34 stars 8 forks source link

Add playlist use case #31

Closed noyainrain closed 4 years ago

noyainrain commented 5 years ago

Make it possible to play back a list of video or audio items.

Depends on #7.

noyainrain commented 5 years ago

Experimental branch: https://github.com/noyainrain/listling/tree/playlist-31

noyainrain commented 4 years ago

API draft:

class List:
    """
    .. describe:: features

       Available features are ``check``, ``location`` and ``play``.
    """

UI draft:

Playlist UI draft

noyainrain commented 4 years ago

Depends on noyainrain/micro#86.