Feature #331
closedDisplay and allow editing of movie name
100%
Description
The movie name is used to do a search with tmdb.org. If the name doesn't deliver a valid lookup then it needs to be manually changed so a rescan can be done. Besides allowing manual editing, a list of alternative names provided by tmdb.org should be selectable.
Updated by Hammel over 10 years ago
This field exists and you can edit the name and do a rescan, however the changed name is not properly saved in the Video object. I need to fix that before closing this issue.
Updated by Hammel over 10 years ago
- Status changed from New to In Progress
- % Done changed from 50 to 70
Issues with multiple classes being used to manage this field have been resolved. Now we need to verify that editing this field and hitting rescan causes the associated Video class to be updated before doing the tmdb scan.
Updated by Hammel over 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 70 to 100
Updates to the tmdb name field followed by a rescan now update the localdb too. This allows you to change the displayName in the selection list and use it to scan tmdb for the video.
This issue can be closed.