Opened 3 years ago
Closed 3 years ago
Last modified 3 years ago
#13165 closed Bug Report - General (fixed)
Errors in new setup screens for VBOX tuners
Reported by: | Peter Bennett | Owned by: | Peter Bennett |
---|---|---|---|
Priority: | minor | Milestone: | 29.1 |
Component: | MythTV - Mythtv-setup | Version: | v29-fixes |
Severity: | medium | Keywords: | |
Cc: | paulh | Ticket locked: | no |
Description
While fixing the HD Homerun setup screens I noticed that some of the same issues may exist in the VBOX setup screen. See #13139.
I do not have a VBOX tuner to test with so I cannot verify if these problems all exist.
- When an existing capture card is selected, Available devices shows "Manually enter". It should show the selected id.
- When an existing capture card is selected the currently selected shows "warning already in use". It should only show that if it is in use on another tuner.
- Device id must always be read-only. currently it is always updateable.
- When "manually enter ip address" is selected, IP address and tuner should be updateable. They are not.
- When updating ip address or tuner, the device id should be changed to match what is entered.
- When editing an existing tuner, the tuner id shows as 0. It should show the correct value.
Attachments (1)
Change History (8)
comment:1 Changed 3 years ago by
comment:2 Changed 3 years ago by
Please test the attached patch for VBox setup. It is applicable to master and fixes/29.
comment:3 Changed 3 years ago by
Peter,
Patch tested on current fixes/29 and master on Xubuntu 16.04 LTS, works fine.
Mike
comment:4 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 3 years ago by
Milestone: | needs_triage → 29.1 |
---|
comment:7 Changed 3 years ago by
Owner: | changed from Peter Bennett to Peter Bennett |
---|
Note: See
TracTickets for help on using
tickets.
Peter, I have a couple of Vboxes and can confirm the issues you have identified in fixes/29 and master. fixes/0.28 is OK.
The Device ID as you state should be readonly to the user, but gets automatically updated by either the user selecting one of the automatically detected (upnp) Tuners or by the user using manual and inputting ip address and Tuner (including Type).
I don't normally use the manual ip address and Tuner items as I believe this is only necessary on systems/networks with "broken" upnp, you are correct they should only be updateable when using manual, any changes to ip address and or Tuner should be reflected in the Device ID.
In the case of manual the Description field should be blank, it should only get populated when one of the auto (upnp) detected tuners is selected.
I can test any patch you may have on either fixes/29 or master.
Mike