shows_from_myepisodes: Get info from shows given desired MyEpisodes feed information

Description Usage Arguments Value Author(s) See Also Examples

Description

Given MyEpisodes username and md5 hashed password, along with desired list and other settings, gets show and episode information as a list of show information lists.

Usage

1
2
  shows_from_myepisodes(uid, pwdmd5, feed = "mylist",
    onlyunacquired = TRUE, showignored = FALSE)

Arguments

uid

myepisodes username

pwdmd5

myepisodes MD5 hashed password

feed

the desired feed currently there are: mylist, today, yesterday, tomorrow, unacquired, unwatched, all.

onlyunacquired

TRUE/FALSE - You can use this to decide if you only want the feed to list the episodes you haven't acquired.

showignored

TRUE/FALSE - You can use this to decide if you want the feed to show your ignored shows too.

Value

list of lists of episode information

Author(s)

Matt Malin <email@mattmalin.co.uk>

See Also

shows_from_myepisodes_feed, myepisodes_feed_url

Examples

1
## Not run: shows_from_myepisodes("foouser", "321654321654321", feed = "mylist", onlyunacquired = TRUE, showignored = FALSE)

Example output



myepisodes documentation built on May 2, 2019, 3:38 p.m.