Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#10022 closed Bug Report - General (Fixed)
MythWeb doesn't have a default for the setting WebFLV_w leading to empty preview pictures in the detail view
| Reported by: | Owned by: | beirdo | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Plugin - MythWeb | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
MythWeb doesn't have a default for the setting WebFLV_w leading to empty preview pictures in the detail view on every fresh installation. Manually saving the settings for flash streaming populates the setting leading to nice preview pictures.
Defaults can be found here: https://github.com/MythTV/mythweb/blob/master/modules/mythweb/set_flvplayer.php They are missing here: https://github.com/MythTV/mythweb/blob/master/modules/tv/tmpl/default/detail.php
The aspect ratio is wrong, too. But it's consistently wrong in the recording list and the details. (getting 4:3 picture aspect instead of 16:9)
Attachments (1)
Change History (4)
by , 14 years ago
| Attachment: | 0001-unbreak-default-width-of-preview-picture-on-the-reco.patch added |
|---|
comment:1 by , 14 years ago
| Component: | MythTV - General → Plugin - MythWeb |
|---|---|
| Milestone: | unknown → 0.25 |
| Resolution: | → Fixed |
| Status: | new → closed |
Closed by 5210b8986579b0df30c88cc56de9127fdc7da2af on mythweb master.
comment:2 by , 14 years ago
| Owner: | set to |
|---|
comment:3 by , 14 years ago
The aspect ratio may well be fixed now too, with the fixes we just made to the aspect ratio code.

add default setting automatically (upgrading already existing values just as the settings screen does it)