Project

General

Profile

Actions

Bug #467

closed

Allow editing video title after scan

Added by Hammel over 8 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Category:
UI
Start date:
26 Sep 2015
Due date:
% Done:

100%

Estimated time:
Severity:
04 - Low

Description

If the video title is changed and ENTER hit then then name of the entry in the database should change. This should be possible even if rescan is not used.

Actions #1

Updated by Hammel over 8 years ago

  • Priority changed from High to Low
Actions #2

Updated by Hammel over 8 years ago

  • Priority changed from Low to Urgent
  • Severity changed from 01 - Critical to 04 - Low
Actions #3

Updated by Hammel over 7 years ago

  • Target version changed from 0.11.0 to 0.12.0
Actions #4

Updated by Hammel about 5 years ago

  • Target version changed from 0.12.0 to 1.1.0 - Upgrades
Actions #5

Updated by Hammel about 4 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 20

Here's how to do this.

  • The videoName field gets an action listener. This is already implemented in my sandbox.
  • videoname action needs to find the video entry: findTVDB( name ), where name is probably the tmdbName field.
  • TVDB.java needs a setRealTitle() method added.
  • videoName action calls setRealTitle() when ENTER is hit.
  • vidoeName action calls save() method when it's done.
Actions #6

Updated by Hammel about 4 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 20 to 100

Done. Tested, committed and pushed.

Closing issue.

Actions

Also available in: Atom PDF