core: Add basic support for subtitles
authorAndreas Henriksson <andreas@fatal.se>
Wed, 7 Apr 2010 23:19:47 +0000 (02:19 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 7 Apr 2010 23:25:22 +0000 (02:25 +0300)
commitec9c6b677889a9cae11c066f260aa56a2086ea3a
tree2a8d738699d9bb9c895e530c073e3a35da44d834
parente3f34f8d3960b093328ea97db7eb72b162d05008
core: Add basic support for subtitles

For each video item, we check if there is a file in the same directory
with the same name but extension "srt" and if so, we serve it using
Samsung's custom DIDL-Lite and HTTP extensions.

Co-author & reviewer: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
12 files changed:
src/rygel/Makefile.am
src/rygel/rygel-http-byte-seek.vala
src/rygel/rygel-http-get-handler.vala
src/rygel/rygel-http-get.vala
src/rygel/rygel-http-identity-handler.vala
src/rygel/rygel-http-item-uri.vala
src/rygel/rygel-http-server.vala
src/rygel/rygel-media-item.vala
src/rygel/rygel-subtitle-manager.vala [new file with mode: 0644]
src/rygel/rygel-subtitle.vala [new file with mode: 0644]
src/rygel/rygel-transcode-manager.vala
src/rygel/rygel-transcoder.vala