MythTV - Video Manager - Enter IMDB # screen

Bug #339880 reported by vanderland
54
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Mythbuntu
Fix Released
Medium
Unassigned
Nominated for 9.04 by ffp
Nominated for 9.10 by ffp
mythvideo (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Open [Video Manager] Screen and Enter IMDB # will not go way, and does not work!

Here are some info that may be useful.

-------------------------
zzzz@yyyy:~$ uname -a
Linux blue 2.6.28-8-generic #28-Ubuntu SMP Fri Mar 6 00:09:20 UTC 2009 x86_64 GNU/Linux
-------------------------
zzzz@yyyy:~$ /usr/share/mythtv/mythvideo/scripts/imdb.pl -D 0126029
Title:Shrek
Year:2001
ReleaseDate:
Director. bla bla bla
...
-------------------------
zzzz@yyyy:~$ apt-cache policy mythtv
mythtv:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
 *** 0.21.0+fixes19961-0ubuntu4 0
        500 http://us.archive.ubuntu.com jaunty/multiverse Packages
        100 /var/lib/dpkg/status
zzzz@yyyy:~$ apt-cache policy mythtv-common
mythtv-common:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
 *** 0.21.0+fixes19961-0ubuntu4 0
        500 http://us.archive.ubuntu.com jaunty/multiverse Packages
        100 /var/lib/dpkg/status
zzzz@yyyy:~$ apt-cache policy mythtv-backend
mythtv-backend:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
 *** 0.21.0+fixes19961-0ubuntu4 0
        500 http://us.archive.ubuntu.com jaunty/multiverse Packages
        100 /var/lib/dpkg/status
zzzz@yyyy:~$ apt-cache policy mythtv-frontend
mythtv-frontend:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
 *** 0.21.0+fixes19961-0ubuntu4 0
        500 http://us.archive.ubuntu.com jaunty/multiverse Packages
        100 /var/lib/dpkg/status
zzzz@yyyy:~$
-------------------------

If using Menu, at times, search screen will not respond to keyboard, my assumption is that the focus is not in the search screen; when it does respond, after typing code, screen behind say searching for... but does not return the results nor timeout.

Thanks
Van Der

Revision history for this message
vanderland (ubuntu-vanderland) wrote :
Revision history for this message
eric hosford (eric-hosford) wrote :

I have commented this out temporarily...
<!--
    <container name="enterimdb">
      <area>220,200,360,200</area>
      <image name="box" draworder="7">
        <filename>mv-popup.png</filename>
        <position>0,0</position>
      </image>
      <textarea name="msg" draworder="7" align="center">
        <font>directorfnt</font>
        <value>Enter IMDB #</value>
        <area>0,15,360,25</area>
      </textarea>
      <remoteedit name="numhold" draworder="7" align="center">
        <font>titlefnt</font>
        <area>0,57,360,50</area>
      </remoteedit>
    </container>
-->

Revision history for this message
vanderland (ubuntu-vanderland) wrote :

Eric

Thanks for your comment, Can you tell me what file do I find this code?

Thank you

Revision history for this message
eric hosford (eric-hosford) wrote :

In your theme directory, it is video-ui.xml

Revision history for this message
vanderland (ubuntu-vanderland) wrote :

Thanks man.. that did the trick for now... but we still need the fix for it. My can't search movie by IMDB ID using GUI.

Revision history for this message
Mario Di Nicola (warp99) wrote :

Same problem here, using the latest fixes/updates:

Package: mythvideo
Versions:
0.21.0+fixes20282-0ubuntu0+mythbuntu2

MarcRandolph (mrand)
Changed in mythbuntu:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
WizGnome (mike-wizgnome) wrote :

Just upgraded from mythbuntu 8.10 to 9.04 and now have this bug and can't enter IMDB number.

frontend log shows:
2009-05-05 19:49:05.594 UIImageType::LoadImage() - Cannot find image: cr-background.png
2009-05-05 19:49:05.895 videolist.cpp: getVideoListMetadata: index out of bounds: 0
2009-05-05 19:49:42.749 XMLParse::LoadTheme using /home/wilsonic/.mythtv/themes/blootube-wide/video-ui.xml
2009-05-05 19:49:58.348 MythVideo: VideoManager : Failed to get entertmdb object.
MythThemedDialog.o: something is requesting a screen update of zero size. A widget probably has not done a calculateScreeArea(). Will redraw the whole screen (inefficient!).

The frontend then exits if I try and exit from the menu.

Revision history for this message
WizGnome (mike-wizgnome) wrote :

I noiced in the error log that the object name in video-ui.xml should be entertmdb.

I edited the line in the video-ui.xml file from <container name="enterimdb"> to <container name="entertmdb"> and it seems to have fixed the problem.

Revision history for this message
MarcRandolph (mrand) wrote :

Thank you for continuing to debug this issue. Marking as triaged since you've identified a fix.

Changed in mythbuntu:
status: Confirmed → Triaged
Revision history for this message
DavidValentine (davidwvalentine) wrote :

Since I use random themes, this command saved me a lot of time in editing all of the video-ui.xml files:

find /usr/share/mythtv/themes/ -name "video-ui.xml" -print | xargs sudo sed -i 's/enterimdb/entertmdb/g'

Revision history for this message
Stefan Pappalardo (sjuk) wrote :

I have the same issue as described above after upgrading to jaunty. Looks like there is already a fix from DavidValentine, isn't it? Do you think there is a chance to see a fixed package in the repositories in the near future?

Revision history for this message
Stefan Pappalardo (sjuk) wrote :

Looks like there is a related bug: https://bugs.launchpad.net/bugs/360345

Revision history for this message
Stefan Pappalardo (sjuk) wrote :

I can confirm that

find /usr/share/mythtv/themes/ -name "video-ui.xml" -print | xargs sudo sed -i 's/enterimdb/entertmdb/g'

fixes the issue.

Revision history for this message
usererror (forums-etarq) wrote :

I am also confirming that the fix in post #13 and post #10 resolved this issue for me as well. Thank you for posting the work-around!

mythtv:
  Installed: 0.21.0+fixes19961-0ubuntu8
  Candidate: 0.21.0+fixes19961-0ubuntu8
  Version table:
 *** 0.21.0+fixes19961-0ubuntu8 0
        500 http://archive.ubuntu.com jaunty/multiverse Packages
        100 /var/lib/dpkg/status

Revision history for this message
squidvt (craig-codestorm) wrote :

Those fixes are what is needed to fix this issue. post #10 will remove the IMDB window from the theme totally.
These are not going to be fixed by MythTV dev from what I have been told. They are working on 0.22 and that theme engine is different and a total rewrite.

Revision history for this message
Stefan Pappalardo (sjuk) wrote :

For me the issue was solved after update to karmic.

Revision history for this message
MarcRandolph (mrand) wrote :

Thank you for reporting back that this issue has been resolved.
If there are other reports of releated problems, please open a new ticket since IMDB is no longer supported (starting as of MythTV 0.22 and/or Mythbuntu 9.10).

Changed in mythvideo (Ubuntu):
status: New → Fix Released
Changed in mythbuntu:
status: Triaged → Fix Released
Revision history for this message
frankO (frank-grant56) wrote :

So does this mean there will not be a fix for 9.04? Can't you use David Valentines fix for anyone who is still using 9.04. You have not released the fix for 9.04.

Revision history for this message
MarcRandolph (mrand) wrote : Re: [Bug 339880] Re: MythTV - Video Manager - Enter IMDB # screen

frankO: Mythbuntu simply repackages the themes that are available
from the upstream MythTV source, and this issue was never fixed there.
The next best that we can offer would be to follow the directions on
David Valentines comment #10 and fix it on your install. Upstream is
shorthanded, so they stopped accepting tickets on 0.21 bugs.

Revision history for this message
Chris Olin (chris.olin) wrote :

I can also confirm that David Valentine's fix in post #10 works. Much appreciated.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.