bdunogier / subber

Web application that subtitles downloaded episodes in the background
MIT License
2 stars 1 forks source link

REST resource that selects the subtitle for a release / watchlist item #15

Open bdunogier opened 9 years ago

bdunogier commented 9 years ago

Required by #13 to select a new subtitle

For a given release that matches a watchlist item, saves the given subtitle for the episode. If any, the existing subtitle is replaced.

The chosen subtitle is marked as manually chosen for the episode (specific status ?).

h4. Possible API

PUT /watchlist/release

{
  "subtitle": "subtitle-url"
}

This needs to be improved...