~mythbuntu-dev/mythtv/+git/mythweb:fixes/0.26

Last commit made on 2014-04-28
Get this branch:
git clone -b fixes/0.26 https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythweb

Branch merges

Branch information

Name:
fixes/0.26
Repository:
lp:~mythbuntu-dev/mythtv/+git/mythweb

Recent commits

af85819... by Karl Dietz <email address hidden>

Mythweb - allow direct downloading of .mkv, .avi, .mp4, .xvid, .okv files

Patch by Barry Rosenstock and David Goldfarb

Fixes #7730
(cherry picked from commit c82601f426ba87ec86ffa6c4f076f7b325c9b902)

cc2df07... by Karl Dietz <email address hidden>

fix sorting by season/episode for seasons > 9 and episodes > 99

Patch by Steve Campbell, extended to cover "year as season" and series
with lots of episodes

Fixes #11893
(cherry picked from commit 86d4b489d5b633c5d92bc1adbc94ccc9485098e6)

4af5dcd... by Karl Dietz <email address hidden>

Fix mime type for video streaming

Patch by deg

Fixes #12129
(cherry picked from commit aac42919007aa5296e296d4aad4eeed06920a14f)

33f0177... by Martin Bene <email address hidden>

Fix MythWeb's date/time handling

The code in question has partially changed so I am applying part of Martin's patch
(the section that clears to session variables) to fix the problem.

Thank you Martin!

Refs #9833

Signed-off-by: Nicolas Riendeau <email address hidden>

7326d7e... by Scott Shawcroft

Fix the problem of MythWeb failing to load translations

Refs #11513

Signed-off-by: Nicolas Riendeau <email address hidden>

5d8ffe1... by Karl Dietz <email address hidden>

fix merge in schedule templates added in f97529656

if (!$this->$name) ends up as if(!0)...

Fixes #11775

(cherry picked from commit 08b94cea6346ebeb94edf98ecb5d7b7dd8555560)

8aa4903... by Paul Gardiner <email address hidden>

Use Default recording rule template in MythWeb

when creating new recording rules. This patch only uses values from the
Default recording rule template, but it's still better/more capable than
the old approach that pulled values for a few parameters from settings.

Patch by Paul Gardiner (thanks!) with minor changes by me.
Fixes #11512.

Signed-off-by: Michael T. Dean <email address hidden>

Backporting to 0.26 since users who upgraded from previous versions of
MythTV (and, therefore, had set the no-longer-existing settings) were
relying on their effect. This provides a functional replacement that
uses the proper approach for current MythTV.
(cherry picked from commit f97529656ca2e7e4aa7806eb493873d72b2b7cef)

570f137... by "Michael T. Dean" <email address hidden>

Remove use of deprecated default rec rule settings

from MythWeb. These values should all be set from the recording rule
templates. Fixes #11138. Refs #11512.

Backporting to 0.26 since there is no way to set the values being used
by MythWeb in 0.26.
(cherry picked from commit 71ee4dd6692a6ae9d99f9626459868f9863e30dc)

e39afca... by Karl Dietz <email address hidden>

fix search at TheMovieDB on detail page

Patch by OP, thank you

Fixes #11566

(cherry picked from commit 373cbde7552d65b10f33f27072a82136d5f9f812)

e6747e6... by bas-t <email address hidden>

Fixes an issue when the subtitle has a newline.

Signed-off-by: Rob Smith <email address hidden>