This plugin creates an Entry for each movie/series/season/episode from emby's, watched list, favorites, libraries or playlists and filter based on some criteria
Currently the following settings are supported:
| Option | Description | 
|---|---|
| host | The emby host, including protocolandport | 
| username | The usernameof the user, should be provided withpasswordor with aapikey. If aapikeyis informed, the user can be any user in the server, if apasswordis informed, the loginusernamepluspasswordmust match | 
| password | The passwordto authenticate theusername | 
| apikey | The apikey to use to authenticate | 
| return_host | What type of host to return in the url's, if lanorwan | 
| list | The list to return, can be watched,favorite, a library, or a playlist. If typed,watchedorfavorite, those lists will be assumed, if it's a valid library, that will be assumed, if not, it will be assumed a playlist and created if it does not exist. | 
| types | What to return, movies,series,season,episode | 
| watched | Watched status yesorno | 
| favorite | Favorite status yesorno | 
| sort | Sort by comunity_rating,critic_rating,date_created,date_played,play_count,premiere_date,production_year,sort_name,random,revenue,runtime. Can also specify the order type infieldand theorderasascending ordescending  | 
emby_list:
    server:
        host: http://localhost:8096
        username: <username>
        [apikey]: <apikey>
        [password]: <password>
        [return_host]: <wan|lan>
    list: <watched|favorite|library name|playlist name>
    [watched]: <yes|no>
    [favorite] <yes|no>
    [sort]:
      field: <comunity_rating|comunity_rating|critic_rating|date_created|date_played|play_count|premiere_date|production_year|sort_name|random|revenue>
      [order]: <ascending|descending>
from_emby:
  server:
    host: http://emby.localhost:8096
    username: flexget
    password: flexget
    return_host: wan
  list: favorite
  sort:
    field: random
    order: descending
    
from_emby:
  server:
    host: http://emby.localhost:8096
    username: flexget
    password: flexget
    return_host: wan
  list: favorite
  sort: premiere_date