Ignore dummy file extensions (.ts, .vob, .vdr) when parsing HTTP URIs

This commit is contained in:
Frank Schmirler
2013-10-01 23:52:03 +02:00
parent d3df5d07a1
commit e1ba17ca21
2 changed files with 17 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
- Ignore dummy file extensions (.ts, .vob, .vdr) when parsing HTTP URIs
- Select start position for replaying a recording by parameter pos=. Supported
values are resume, mark.#, time.#, frame.# or a plain # representing a
percentage if < 100 or a byte position otherwise (thanks to hivdr)