[Bug 770331] player: Implement a playlist API and next/previous commands

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 5 11:47:50 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=770331

--- Comment #31 from Bastien Nocera <bugzilla at hadess.net> ---
I must be missing some coffee intake. Repeat and loop are the same thing ;)

This is the list of metadata that totem keeps about each entry in the playlist:
https://git.gnome.org//browse/totem/tree/src/totem-playlist.c#n104

PLAYING_COL: whether this entry is playing
FILENAME_COL: the filename
FILENAME_ESCAPED_COL: the filename escaped for display
URI_COL: the URI
TITLE_CUSTOM_COL: the title either from the playlist, or the source (eg. DVD
title and chapter numbers)
SUBTITLE_URI_COL: the URI for the external subtitle
FILE_MONITOR_COL and MOUNT_COL: remove the item if the file is deleted, or the
mount is going away
MIME_TYPE_COL: used to populate GtkRecent files

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list