Description Usage Arguments Value Author(s) Examples
Given a tv episode (list as from show_info_from_xml) this marks on MyEpisodes if a show has been acquired. Given the lack of a proper MyEpisodes API and until a better solution is implemented here, it currently loads a browser at the appropriate update link.
| 1 |   mark_episode_as_acquired(tv_episode)
 | 
| tv_episode | a show_info list from show_info_from_xml or similar | 
character of the URL for the myepisodes update link, should also load link in a browser to get the desired behaviour, assuming user is logged in to myepisodes.
Matt Malin <email@mattmalin.co.uk>
| 1 2 3 4 5 | ## Not run: 
  mock_feed_url <- file.path(system.file(package = "myepisodes"), "test_data/mock_mylist.xml")
  mock_shows <- shows_from_myepisodes_feed(mock_feed_url)
  mark_episode_as_acquired(mock_shows[[1]])
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.