ekristen / mythboxee

The seamless blending of MythTV and Boxee
http://erikkristensen.com/project/mythboxee/
MIT License
14 stars 3 forks source link

Additional recordings of the same show do no appear on refresh #19

Closed bkdougan closed 7 years ago

bkdougan commented 13 years ago

When a new recording of a show that already exists in the MythBoxee cache is found on the backend, it will not update in MythBoxee until one of two things happens

1: A show that does not already exist in the cache (by title) is recorded 2: The app cache is deleted

This stems from line 251 of mythboxee.py. Instead of making the fingerprint only by title, it should use more information (either include the subtitle, or switch to something guaranteed to be unique, like recordid).

I propose changing this line to be rectitle = rec.title.encode('utf-8') + str(rec.recordid)

I have made this change to my local copy and it solves the issue.

ekristen commented 13 years ago

Awesome, thank you for the code! I'll get this committed soon.

ekristen commented 7 years ago

The Boxee Box is dead, this project is dead.