Learn R Programming

myepisodes (version 1.1.1)

shows_from_myepisodes: Get info from shows given desired MyEpisodes feed information

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

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

See Also

shows_from_myepisodes_feed, myepisodes_feed_url

Examples

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

Run the code above in your browser using DataLab