Menu

#6 Pokémon title display error

closed-fixed
nobody
None
5
2006-04-05
2006-03-30
R. C. Pao
No

This is probably due to the é in the title.

Show Title: can scroll down or up until it reaches
Pokémon (5 shows) at which point it immediately goes
back to displaying All Shows (20 shows). There is no
way to access the 5 Pokémon shows except by sifting
through All Shows (20 shows).

Discussion

  • frooby

    frooby - 2006-04-01

    Logged In: YES
    user_id=1298220

    The developer CVS is down so to fix the problem in mythtv.py
    at the top of getRecordings add (about line 716):

    title = string.replace(title,"é","é")

    Probably a better way to fix it but this will work for now.
    The web view will probably change the characters displayed
    so basically you want to replace the 'é' displayed with that
    stored in the database 'é'.

    You might need to add:
    # -*- coding: cp1252 -*-
    to the VERY top of mythtv.py for it to save the 'é' in the
    file properly.

    Hopefully someone else will come up with a better fix for it.

     
  • frooby

    frooby - 2006-04-05
    • status: open --> closed-fixed
     

Log in to post a comment.