2020-07-25 16:54:42.764 Verbose/MainInstance: initialize: H3123/H3123/29/10/H3123/Sony/0/true/110/126/8 2020-07-25 16:54:42.984 Verbose/MainInstance: initialize: 10.3.5 (7110814[arm64-v8a,armeabi-v7a,armeabi]) false 2020-07-25 16:54:42.985 Verbose/MainInstance: Registering screen events! 2020-07-25 16:54:42.985 Verbose/NetworkManager: Network status: Init 2020-07-25 16:54:42.986 Verbose/NetworkManager: Not Wifi Only: Status[true/WIFI/false] 2020-07-25 16:54:42.986 Verbose/DynamicShortcutUtils: Update shortcuts: true / [movies, search, voice_command] 2020-07-25 16:54:42.986 Verbose/PlexMediaCenter: Settings: 64.188.16.148@32400 true [0/0/5600] (-1/0/-1/1) 2020-07-25 16:54:42.986 Verbose/StartActivity: Start intent: Intent { flg=0x4000000 cmp=org.leetzone.android.yatsewidgetfree/org.leetzone.android.yatsewidget.ui.StartActivity (has extras) } 2020-07-25 16:54:42.987 Verbose/StartActivity: Start page: remote - false 2020-07-25 16:54:42.987 Verbose/StartActivity: Switching screen as Local renderer do not support remote 2020-07-25 16:54:42.987 Verbose/StatusObserver: UI status changed to true from false 2020-07-25 16:54:43.038 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play,tv_shows.title,tv_shows.thumbnail,tv_shows.year,tv_shows.fanart FROM tv_episodes LEFT JOIN tv_shows ON (tv_episodes.tv_show_id=tv_shows._id) WHERE (tv_episodes.host_id=?) AND (tv_episodes.play_count= 0) AND (tv_episodes.resume_point> 0) ORDER BY tv_episodes.last_played DESC ('3') [2 in 11.34ms] 2020-07-25 16:54:43.040 Verbose/QueryBuilder: Query: SELECT movies._id,movies.updated_at,movies.host_id,movies.external_id,movies.external_data,movies.audio_channels,movies.audio_codec,movies.audio_languages,movies.countries,movies.date_added,movies.directors,movies.fanart,movies.file,movies.genres,movies.imdb_id,movies.last_played,movies.mpaa,movies.offline_status,movies.original_title,movies.play_count,movies.plot,movies.rating,movies.resume_point,movies.runtime,movies.set_id,movies.set_name,movies.sort_title,movies.studios,movies.subtitles_languages,movies.tagline,movies.tags,movies.thumbnail,movies.title,movies.top_250,movies.trailer,movies.video_3d,movies.video_aspect,movies.video_codec,movies.video_height,movies.video_width,movies.votes,movies.writers,movies.year,movies.user_rating,movies.is_favorite,movies.source_library,movies.remote_play,movies.premiered FROM movies WHERE (movies.host_id=?) ORDER BY movies.date_added DESC, movies.external_id DESC LIMIT 10 ('3') [1 in 6.83ms] 2020-07-25 16:54:43.043 Verbose/QueryBuilder: Query: SELECT tv_episodes._id, tv_episodes.updated_at, tv_episodes.host_id, tv_episodes.external_id, tv_episodes.external_data, tv_episodes.audio_channels, tv_episodes.audio_codec, tv_episodes.audio_languages, tv_episodes.date_added, tv_episodes.directors, tv_episodes.episode, tv_episodes.episode_special, tv_episodes.fanart, tv_episodes.file, tv_episodes.first_aired, tv_episodes.last_played, tv_episodes.offline_status, tv_episodes.original_title, tv_episodes.play_count, tv_episodes.plot, tv_episodes.rating, tv_episodes.resume_point, tv_episodes.runtime, tv_episodes.season, tv_episodes.season_special, tv_episodes.sort_title, tv_episodes.subtitles_languages, tv_episodes.tagline, tv_episodes.thumbnail, tv_episodes.title, tv_episodes.tv_show_id, tv_episodes.video_3d, tv_episodes.video_aspect, tv_episodes.video_codec, tv_episodes.video_height, tv_episodes.video_width, tv_episodes.votes, tv_episodes.writers, tv_episodes.user_rating, tv_episodes.is_favorite, tv_episodes.source_library, tv_episodes.remote_play,tv_shows.title, tv_shows.thumbnail FROM tv_shows INNER JOIN (SELECT *, MIN(CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END * 10000 + CASE WHEN tv_episodes.episode_special=-1 THEN tv_episodes.episode ELSE tv_episodes.episode_special END ) FROM tv_episodes WHERE tv_episodes.play_count = 0 AND CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END > 0 AND host_id = 3 GROUP BY tv_episodes.tv_show_id) AS tv_episodes ON tv_episodes.tv_show_id = tv_shows._id WHERE tv_shows.episodes_watched > 0 AND tv_shows.play_count = 0 AND tv_shows.host_id = 3 ORDER BY tv_shows.last_played DESC ('') [3 in 9.34ms (RAW)] 2020-07-25 16:54:43.044 Verbose/QueryBuilder: Query: SELECT movies._id,movies.updated_at,movies.host_id,movies.external_id,movies.external_data,movies.audio_channels,movies.audio_codec,movies.audio_languages,movies.countries,movies.date_added,movies.directors,movies.fanart,movies.file,movies.genres,movies.imdb_id,movies.last_played,movies.mpaa,movies.offline_status,movies.original_title,movies.play_count,movies.plot,movies.rating,movies.resume_point,movies.runtime,movies.set_id,movies.set_name,movies.sort_title,movies.studios,movies.subtitles_languages,movies.tagline,movies.tags,movies.thumbnail,movies.title,movies.top_250,movies.trailer,movies.video_3d,movies.video_aspect,movies.video_codec,movies.video_height,movies.video_width,movies.votes,movies.writers,movies.year,movies.user_rating,movies.is_favorite,movies.source_library,movies.remote_play,movies.premiered FROM movies WHERE (movies.host_id=?) AND (movies.play_count= 0) AND (movies.resume_point> 0) ORDER BY movies.last_played DESC, movies.date_added DESC, movies.external_id DESC ('3') [0 in 7.06ms] 2020-07-25 16:54:43.045 Verbose/QueryBuilder: Query: SELECT albums._id,albums.updated_at,albums.host_id,albums.external_id,albums.external_data,albums.album_label,albums.compilation,albums.date_added,albums.description,albums.display_artist,albums.fanart,albums.genres,albums.offline_status,albums.play_count,albums.rating,albums.sort_title,albums.styles,albums.thumbnail,albums.title,albums.year,albums.last_played,albums.user_rating,albums.is_favorite,albums.source_library,albums.resume_file FROM albums WHERE (albums.host_id=?) ORDER BY albums.date_added DESC, albums.external_id DESC LIMIT 10 ('3') [10 in 3.50ms] 2020-07-25 16:54:43.053 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play,tv_shows.title,tv_shows.thumbnail,tv_shows.year FROM tv_episodes LEFT JOIN tv_shows ON (tv_episodes.tv_show_id=tv_shows._id) WHERE (tv_episodes.host_id=?) ORDER BY tv_episodes.date_added DESC, tv_episodes.external_id DESC LIMIT 10 ('3') [10 in 15.36ms] 2020-07-25 16:54:43.061 Verbose/QueryBuilder: Query: SELECT movies._id,movies.updated_at,movies.host_id,movies.external_id,movies.external_data,movies.audio_channels,movies.audio_codec,movies.audio_languages,movies.countries,movies.date_added,movies.directors,movies.fanart,movies.file,movies.genres,movies.imdb_id,movies.last_played,movies.mpaa,movies.offline_status,movies.original_title,movies.play_count,movies.plot,movies.rating,movies.resume_point,movies.runtime,movies.set_id,movies.set_name,movies.sort_title,movies.studios,movies.subtitles_languages,movies.tagline,movies.tags,movies.thumbnail,movies.title,movies.top_250,movies.trailer,movies.video_3d,movies.video_aspect,movies.video_codec,movies.video_height,movies.video_width,movies.votes,movies.writers,movies.year,movies.user_rating,movies.is_favorite,movies.source_library,movies.remote_play,movies.premiered FROM movies WHERE (movies.host_id=?) ORDER BY (SUBSTR(movies._id * 82687143983909660, LENGTH(movies._id) + 2)) ASC LIMIT 10 ('3') [1 in 3.58ms] 2020-07-25 16:54:43.068 Verbose/QueryBuilder: Query: SELECT artists._id,artists.updated_at,artists.host_id,artists.external_id,artists.external_data,artists.compilation_only,artists.date_added,artists.date_born,artists.date_died,artists.date_disband,artists.date_formed,artists.description,artists.fanart,artists.genres,artists.instruments,artists.offline_status,artists.play_count,artists.sort_title,artists.styles,artists.thumbnail,artists.title,artists.user_rating,artists.is_favorite,artists.source_library,artists.type,artists.gender FROM artists WHERE (artists.host_id=?) ORDER BY (SUBSTR(artists._id * 82687143983909660, LENGTH(artists._id) + 2)) ASC LIMIT 10 ('3') [10 in 9.88ms] 2020-07-25 16:54:43.070 Verbose/QueryBuilder: Query: SELECT albums._id,albums.updated_at,albums.host_id,albums.external_id,albums.external_data,albums.album_label,albums.compilation,albums.date_added,albums.description,albums.display_artist,albums.fanart,albums.genres,albums.offline_status,albums.play_count,albums.rating,albums.sort_title,albums.styles,albums.thumbnail,albums.title,albums.year,albums.last_played,albums.user_rating,albums.is_favorite,albums.source_library,albums.resume_file FROM albums WHERE (albums.host_id=?) ORDER BY (SUBSTR(albums._id * 82687143983909660, LENGTH(albums._id) + 2)) ASC LIMIT 10 ('3') [10 in 8.54ms] 2020-07-25 16:54:43.076 Verbose/QueryBuilder: Query: SELECT tv_episodes._id, tv_episodes.updated_at, tv_episodes.host_id, tv_episodes.external_id, tv_episodes.external_data, tv_episodes.audio_channels, tv_episodes.audio_codec, tv_episodes.audio_languages, tv_episodes.date_added, tv_episodes.directors, tv_episodes.episode, tv_episodes.episode_special, tv_episodes.fanart, tv_episodes.file, tv_episodes.first_aired, tv_episodes.last_played, tv_episodes.offline_status, tv_episodes.original_title, tv_episodes.play_count, tv_episodes.plot, tv_episodes.rating, tv_episodes.resume_point, tv_episodes.runtime, tv_episodes.season, tv_episodes.season_special, tv_episodes.sort_title, tv_episodes.subtitles_languages, tv_episodes.tagline, tv_episodes.thumbnail, tv_episodes.title, tv_episodes.tv_show_id, tv_episodes.video_3d, tv_episodes.video_aspect, tv_episodes.video_codec, tv_episodes.video_height, tv_episodes.video_width, tv_episodes.votes, tv_episodes.writers, tv_episodes.user_rating, tv_episodes.is_favorite, tv_episodes.source_library, tv_episodes.remote_play,tv_shows._id, tv_shows.updated_at, tv_shows.host_id, tv_shows.external_id, tv_shows.external_data, tv_shows.banner, tv_shows.date_added, tv_shows.episodes, tv_shows.episodes_watched, tv_shows.fanart, tv_shows.file, tv_shows.genres, tv_shows.imdb_id, tv_shows.last_played, tv_shows.mpaa, tv_shows.offline_status, tv_shows.original_title, tv_shows.play_count, tv_shows.plot, tv_shows.premiered, tv_shows.rating, tv_shows.seasons, tv_shows.seasons_watched, tv_shows.sort_title, tv_shows.studios, tv_shows.tagline, tv_shows.tags, tv_shows.thumbnail, tv_shows.title, tv_shows.year, tv_shows.user_rating, tv_shows.is_favorite, tv_shows.source_library FROM tv_shows INNER JOIN (SELECT *, MIN(tv_episodes.season * 10000 + tv_episodes.episode) FROM tv_episodes WHERE tv_episodes.play_count = 0 AND tv_episodes.season > 0 AND host_id = 3 GROUP BY tv_episodes.tv_show_id) AS tv_episodes ON tv_episodes.tv_show_id = tv_shows._id WHERE tv_shows.episodes_watched = 0 AND tv_shows.play_count = 0 AND tv_shows.last_played IS NULL AND tv_shows.host_id = 3 ORDER BY (SUBSTR(tv_episodes._id * 82687143983909660, LENGTH(tv_episodes._id) + 2)) LIMIT 10 ('') [10 in 17.40ms (RAW)] 2020-07-25 16:54:43.077 Verbose/QueryBuilder: Query: SELECT albums._id, albums.updated_at, albums.host_id, albums.external_id, albums.external_data, albums.album_label, albums.compilation, albums.date_added, albums.description, albums.display_artist, albums.fanart, albums.genres, albums.offline_status, albums.play_count, albums.rating, albums.sort_title, albums.styles, albums.thumbnail, albums.title, albums.year, albums.last_played, albums.user_rating, albums.is_favorite, albums.source_library, albums.resume_file, albums._id AS _id FROM (SELECT * FROM albums WHERE host_id = 3 ORDER BY play_count ASC LIMIT (SELECT CASE WHEN COUNT(1) > 1 THEN MAX(10, COUNT(1)/4, SUM(CASE WHEN play_count = 0 THEN 1 ELSE 0 END)) ELSE 0 END FROM albums)) AS albums ORDER BY (SUBSTR(albums._id * 06690938934178628, LENGTH(albums._id) + 2)) LIMIT 10 ('') [10 in 18.60ms (RAW)] 2020-07-25 16:54:43.551 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/3177/thumb/1591780324', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/3177/thumb/1591780324} 2020-07-25 16:54:43.554 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/1557/thumb/1591408886', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/1557/thumb/1591408886} 2020-07-25 16:54:43.555 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/769/thumb/1591408690', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/769/thumb/1591408690} 2020-07-25 16:54:43.556 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/3497/art/1595639810', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/3497/art/1595639810} 2020-07-25 16:54:43.557 Verbose/PlexLogger: --> [450] GET http://64.188.16.148:32400/library/metadata/1557/thumb/1591408886 2020-07-25 16:54:43.558 Verbose/PlexLogger: --> [731] GET http://64.188.16.148:32400/library/metadata/3497/art/1595639810 2020-07-25 16:54:43.558 Verbose/PlexLogger: --> [969] GET http://64.188.16.148:32400/library/metadata/769/thumb/1591408690 2020-07-25 16:54:43.559 Verbose/PlexLogger: --> [439] GET http://64.188.16.148:32400/library/metadata/3177/thumb/1591780324 2020-07-25 16:54:43.623 Verbose/QueryBuilder: Query: SELECT favourites._id,favourites.host_id,favourites.external_id,favourites.external_data,favourites.is_file,favourites.file,favourites.media_id,favourites.media_type,favourites.sort_order,favourites.thumbnail,favourites.title,favourites.remote_play,favourites.is_menu_entry FROM favourites WHERE (favourites.host_id=?) AND (favourites.is_menu_entry>0) ('3') [0 in 2.04ms] 2020-07-25 16:54:43.624 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts.type&4=4) AND (hosts._id <> ?) ORDER BY hosts.display_order ASC, hosts._id ASC ('3') [2 in 2.31ms] 2020-07-25 16:54:43.625 Verbose/MenuFragment: Remote hidden: false/true 2020-07-25 16:54:43.999 Verbose/PlexLogger: <-- [450] 200 OK http://64.188.16.148:32400/library/metadata/1557/thumb/1591408886 (446ms, 935985-byte body) 2020-07-25 16:54:44.002 Verbose/PlexLogger: <-- [450] END HTTP (encoded body omitted) 2020-07-25 16:54:44.214 Verbose/PlexLogger: <-- [731] 200 OK http://64.188.16.148:32400/library/metadata/3497/art/1595639810 (660ms, 916963-byte body) 2020-07-25 16:54:44.216 Verbose/PlexLogger: <-- [969] 200 OK http://64.188.16.148:32400/library/metadata/769/thumb/1591408690 (660ms, 365033-byte body) 2020-07-25 16:54:44.218 Verbose/PlexLogger: <-- [731] END HTTP (encoded body omitted) 2020-07-25 16:54:44.219 Verbose/PlexLogger: <-- [969] END HTTP (encoded body omitted) 2020-07-25 16:54:44.221 Verbose/PlexLogger: <-- [439] 200 OK http://64.188.16.148:32400/library/metadata/3177/thumb/1591780324 (662ms, 479283-byte body) 2020-07-25 16:54:44.221 Verbose/PlexLogger: <-- [439] END HTTP (encoded body omitted) 2020-07-25 16:54:44.676 Verbose/ImageRequestCacheStreamFetcher: Image cache saved to: /storage/emulated/0/Android/data/org.leetzone.android.yatsewidgetfree/cache/images/9/9847A324A55D10749DD71C09ED2C79FD.jpg 2020-07-25 16:54:44.857 Verbose/ImageRequestCacheStreamFetcher: Image cache saved to: /storage/emulated/0/Android/data/org.leetzone.android.yatsewidgetfree/cache/images/7/7BB7F87C98C095971F2440D6376B8621.jpg 2020-07-25 16:54:44.888 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/3373/thumb/1591780393', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/3373/thumb/1591780393} 2020-07-25 16:54:44.889 Verbose/PlexLogger: --> [531] GET http://64.188.16.148:32400/library/metadata/3373/thumb/1591780393 2020-07-25 16:54:44.971 Verbose/PlexLogger: <-- [531] 200 OK http://64.188.16.148:32400/library/metadata/3373/thumb/1591780393 (83ms, 374018-byte body) 2020-07-25 16:54:44.972 Verbose/PlexLogger: <-- [531] END HTTP (encoded body omitted) 2020-07-25 16:54:45.112 Verbose/ImageRequestCacheStreamFetcher: Image cache saved to: /storage/emulated/0/Android/data/org.leetzone.android.yatsewidgetfree/cache/images/4/4B24502B79AA24936E4FC0A33AD86750.jpg 2020-07-25 16:54:45.228 Verbose/ImageRequestCacheStreamFetcher: Image cache saved to: /storage/emulated/0/Android/data/org.leetzone.android.yatsewidgetfree/cache/images/7/75E79BBC41A4921CB911BA06B626DE31.jpg 2020-07-25 16:54:45.321 Verbose/ImageRequestCacheStreamFetcher: Image cache saved to: /storage/emulated/0/Android/data/org.leetzone.android.yatsewidgetfree/cache/images/D/D14C8B725A842DB547EC26B00C6B8126.jpg 2020-07-25 16:54:47.924 Verbose/StatusObserver: UI status changed to false from true 2020-07-25 16:54:47.978 Verbose/StatusObserver: UI status changed to true from false 2020-07-25 16:54:47.986 Verbose/QueryBuilder: Query: SELECT tv_episodes._id, tv_episodes.updated_at, tv_episodes.host_id, tv_episodes.external_id, tv_episodes.external_data, tv_episodes.audio_channels, tv_episodes.audio_codec, tv_episodes.audio_languages, tv_episodes.date_added, tv_episodes.directors, tv_episodes.episode, tv_episodes.episode_special, tv_episodes.fanart, tv_episodes.file, tv_episodes.first_aired, tv_episodes.last_played, tv_episodes.offline_status, tv_episodes.original_title, tv_episodes.play_count, tv_episodes.plot, tv_episodes.rating, tv_episodes.resume_point, tv_episodes.runtime, tv_episodes.season, tv_episodes.season_special, tv_episodes.sort_title, tv_episodes.subtitles_languages, tv_episodes.tagline, tv_episodes.thumbnail, tv_episodes.title, tv_episodes.tv_show_id, tv_episodes.video_3d, tv_episodes.video_aspect, tv_episodes.video_codec, tv_episodes.video_height, tv_episodes.video_width, tv_episodes.votes, tv_episodes.writers, tv_episodes.user_rating, tv_episodes.is_favorite, tv_episodes.source_library, tv_episodes.remote_play,tv_shows.title, tv_shows.thumbnail FROM tv_shows INNER JOIN (SELECT *, MIN(CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END * 10000 + CASE WHEN tv_episodes.episode_special=-1 THEN tv_episodes.episode ELSE tv_episodes.episode_special END ) FROM tv_episodes WHERE tv_episodes.play_count = 0 AND CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END > 0 AND host_id = 3 GROUP BY tv_episodes.tv_show_id) AS tv_episodes ON tv_episodes.tv_show_id = tv_shows._id WHERE tv_shows.episodes_watched > 0 AND tv_shows.play_count = 0 AND tv_shows.host_id = 3 ORDER BY tv_shows.last_played DESC ('') [3 in 4.67ms (RAW)] 2020-07-25 16:54:48.071 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play FROM tv_episodes WHERE (tv_episodes._id=?) ('6403') [1 in 2.02ms] 2020-07-25 16:54:48.073 Verbose/QueryBuilder: Query: SELECT tv_shows.fanart,tv_shows.thumbnail,tv_shows.title,tv_shows.genres,tv_shows.mpaa,tv_shows.studios,tv_shows.external_id,tv_shows.host_id FROM tv_shows WHERE (tv_shows._id=?) ('330') [1 in 1.91ms] 2020-07-25 16:54:48.103 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play FROM tv_episodes WHERE (tv_episodes._id=?) ('6163') [1 in 2.71ms] 2020-07-25 16:54:48.105 Verbose/QueryBuilder: Query: SELECT tv_shows.fanart,tv_shows.thumbnail,tv_shows.title,tv_shows.genres,tv_shows.mpaa,tv_shows.studios,tv_shows.external_id,tv_shows.host_id FROM tv_shows WHERE (tv_shows._id=?) ('316') [1 in 2.56ms] 2020-07-25 16:54:48.216 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 1.34ms] 2020-07-25 16:54:48.234 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 1.20ms] 2020-07-25 16:54:48.274 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 10.22ms] 2020-07-25 16:54:48.450 Verbose/QueryBuilder: Query: SELECT favourites._id,favourites.host_id,favourites.external_id,favourites.external_data,favourites.is_file,favourites.file,favourites.media_id,favourites.media_type,favourites.sort_order,favourites.thumbnail,favourites.title,favourites.remote_play,favourites.is_menu_entry FROM favourites WHERE (favourites.host_id=?) AND (favourites.is_menu_entry>0) ('3') [0 in 1.49ms] 2020-07-25 16:54:48.451 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts.type&4=4) AND (hosts._id <> ?) ORDER BY hosts.display_order ASC, hosts._id ASC ('3') [2 in 1.71ms] 2020-07-25 16:54:48.452 Verbose/MenuFragment: Remote hidden: false/true 2020-07-25 16:54:48.856 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play FROM tv_episodes WHERE (tv_episodes._id=?) ('6403') [1 in 3.46ms] 2020-07-25 16:54:48.857 Verbose/QueryBuilder: Query: SELECT tv_shows.fanart,tv_shows.thumbnail,tv_shows.title,tv_shows.genres,tv_shows.mpaa,tv_shows.studios,tv_shows.external_id,tv_shows.host_id FROM tv_shows WHERE (tv_shows._id=?) ('330') [1 in 3.36ms] 2020-07-25 16:54:48.889 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 8.64ms] 2020-07-25 16:54:48.939 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 1.30ms] 2020-07-25 16:54:49.107 Verbose/QueryBuilder: Query: SELECT videos_casts._id,videos_casts.role,videos_persons._id,videos_persons.name,videos_persons.thumbnail FROM videos_casts INNER JOIN videos_persons ON (videos_casts.person_id=videos_persons._id) WHERE (videos_persons.host_id=?) AND (videos_casts.video_id=?) AND (videos_casts.video_type=?) AND (videos_casts.cast_type=?) ORDER BY videos_casts.display_order ASC LIMIT 9 ('3','330','2','1') [0 in 5.01ms] 2020-07-25 16:54:51.355 Verbose/PlexLogger: --> [947] GET http://64.188.16.148:32400/library/metadata/3558 2020-07-25 16:54:51.578 Verbose/PlexLogger: <-- [947] 200 OK http://64.188.16.148:32400/library/metadata/3558 (219ms, unknown-length body) 2020-07-25 16:54:51.584 Verbose/PlexLogger: <-- [947] {"MediaContainer":{"size":1,"allowSync":true,"identifier":"com.plexapp.plugins.library","librarySectionID":1,"librarySectionTitle":"Anime","librarySectionUUID":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"Metadata":[{"ratingKey":"3558","key":"/library/metadata/3558","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"If That Happens, I'll Take a Bite Out of the Hero!","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","librarySectionTitle":"Anime","librarySectionID":1,"librarySectionKey":"/library/sections/1","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"Several months had passed since Hero's departure and Female Knight moved to the villa to teach swordsmanship to the Crimson Scholar's students. A member of the Trade Alliance, Young Merchant, pays a visit to Crimson Scholar and she introduces to him another crop then unknown in the Human Realm, corn, claiming that it will help boost mankind's food production even further. Before leaving, he proposes to Crimson Scholar much to her embarassment. With half a year since Hero left to the Demon Realm, the Queen's anxiety increases, unaware that he has made use of his teleportation skill to return regularly to the villa behind her back, a fact only known by Chief Maid, to whom he confesses that he refrains to meet her out of his drive to become useful to her. Meanwhile, the southern nations are assembling a huge naval force to recapture Aurora Island, the only territory in the human world in possession of the Demon Army. ","index":4,"parentIndex":1,"rating":10.0,"viewOffset":130698,"lastViewedAt":1595721287,"year":2013,"thumb":"/library/metadata/3558/thumb/1595621624","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1420900,"originallyAvailableAt":"2013-01-26","addedAt":1586134718,"updatedAt":1595621624,"chapterSource":"media","Media":[{"id":3337,"duration":1420900,"bitrate":924,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3546,"key":"/library/parts/3546/1595567558/file.mkv","duration":1420900,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E04 - If That Happens, I'll Take a Bite Out of the Hero.mkv","size":169106629,"container":"mkv","videoProfile":"main 10","Stream":[{"id":7011,"streamType":1,"default":true,"forced":true,"codec":"hevc","index":0,"bitrate":831,"language":"English","languageCode":"eng","bitDepth":10,"chromaSubsampling":"4:2:0","codedHeight":"1080","codedWidth":"1920","colorRange":"tv","colorSpace":"bt709","frameRate":23.976,"height":1080,"level":120,"profile":"main 10","refFrames":1,"width":1920,"displayTitle":"1080p (HEVC Main 10)","extendedDisplayTitle":"1080p (HEVC Main 10)"},{"id":7012,"streamType":2,"selected":true,"default":true,"codec":"opus","index":1,"channels":2,"bitrate":93,"language":"日本語","languageCode":"jpn","audioChannelLayout":"stereo","samplingRate":48000,"displayTitle":"日本語 (OPUS Stereo)","extendedDisplayTitle":"日本語 (OPUS Stereo)"},{"id":7013,"streamType":3,"selected":true,"codec":"ass","index":2,"bitrate":0,"language":"English","languageCode":"eng","displayTitle":"English (ASS)","extendedDisplayTitle":"English (ASS)"}]}]}]}]}} 2020-07-25 16:54:51.593 Verbose/RendererHelper: Resume media on 2: Episode - D:\Public\Media\Anime\Maoyuu Maou Yuusha\Season 1\Maoyuu Maou Yuusha - S01E04 - If That Happens, I'll Take a Bite Out of the Hero.mkv - 130 (false) 2020-07-25 16:54:51.604 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play,tv_shows.title,tv_shows.fanart,tv_shows.thumbnail FROM tv_episodes LEFT JOIN tv_shows ON (tv_episodes.tv_show_id=tv_shows._id) WHERE (tv_episodes._id=?) ('6403') [1 in 3.59ms] 2020-07-25 16:54:51.666 Verbose/StatusObserver: Status changed: 1 2020-07-25 16:54:51.670 Verbose/MediaHelper: Seeking external subtitles for Episode - video/x-matroska 2020-07-25 16:54:51.672 Verbose/PlexLogger: --> [110] GET http://64.188.16.148:32400/library/metadata/3558 2020-07-25 16:54:51.682 Verbose/StatusObserver: Sending broadcast! 2020-07-25 16:54:51.986 Verbose/PlexLogger: <-- [110] 200 OK http://64.188.16.148:32400/library/metadata/3558 (314ms, unknown-length body) 2020-07-25 16:54:51.999 Verbose/PlexLogger: <-- [110] {"MediaContainer":{"size":1,"allowSync":true,"identifier":"com.plexapp.plugins.library","librarySectionID":1,"librarySectionTitle":"Anime","librarySectionUUID":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"Metadata":[{"ratingKey":"3558","key":"/library/metadata/3558","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"If That Happens, I'll Take a Bite Out of the Hero!","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","librarySectionTitle":"Anime","librarySectionID":1,"librarySectionKey":"/library/sections/1","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"Several months had passed since Hero's departure and Female Knight moved to the villa to teach swordsmanship to the Crimson Scholar's students. A member of the Trade Alliance, Young Merchant, pays a visit to Crimson Scholar and she introduces to him another crop then unknown in the Human Realm, corn, claiming that it will help boost mankind's food production even further. Before leaving, he proposes to Crimson Scholar much to her embarassment. With half a year since Hero left to the Demon Realm, the Queen's anxiety increases, unaware that he has made use of his teleportation skill to return regularly to the villa behind her back, a fact only known by Chief Maid, to whom he confesses that he refrains to meet her out of his drive to become useful to her. Meanwhile, the southern nations are assembling a huge naval force to recapture Aurora Island, the only territory in the human world in possession of the Demon Army. ","index":4,"parentIndex":1,"rating":10.0,"viewOffset":130698,"lastViewedAt":1595721287,"year":2013,"thumb":"/library/metadata/3558/thumb/1595621624","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1420900,"originallyAvailableAt":"2013-01-26","addedAt":1586134718,"updatedAt":1595621624,"chapterSource":"media","Media":[{"id":3337,"duration":1420900,"bitrate":924,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3546,"key":"/library/parts/3546/1595567558/file.mkv","duration":1420900,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E04 - If That Happens, I'll Take a Bite Out of the Hero.mkv","size":169106629,"container":"mkv","videoProfile":"main 10","Stream":[{"id":7011,"streamType":1,"default":true,"forced":true,"codec":"hevc","index":0,"bitrate":831,"language":"English","languageCode":"eng","bitDepth":10,"chromaSubsampling":"4:2:0","codedHeight":"1080","codedWidth":"1920","colorRange":"tv","colorSpace":"bt709","frameRate":23.976,"height":1080,"level":120,"profile":"main 10","refFrames":1,"width":1920,"displayTitle":"1080p (HEVC Main 10)","extendedDisplayTitle":"1080p (HEVC Main 10)"},{"id":7012,"streamType":2,"selected":true,"default":true,"codec":"opus","index":1,"channels":2,"bitrate":93,"language":"日本語","languageCode":"jpn","audioChannelLayout":"stereo","samplingRate":48000,"displayTitle":"日本語 (OPUS Stereo)","extendedDisplayTitle":"日本語 (OPUS Stereo)"},{"id":7013,"streamType":3,"selected":true,"codec":"ass","index":2,"bitrate":0,"language":"English","languageCode":"eng","displayTitle":"English (ASS)","extendedDisplayTitle":"English (ASS)"}]}]}]}]}} 2020-07-25 16:54:52.008 Verbose/MediaHelper: External subtitles founds: 0 2020-07-25 16:54:52.030 Verbose/PlexLogger: --> [930] GET http://64.188.16.148:32400/video/:/transcode/universal/decision?X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1 2020-07-25 16:54:52.406 Verbose/PlexLogger: <-- [930] 200 OK http://64.188.16.148:32400/video/:/transcode/universal/decision?X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1 (374ms, unknown-length body) 2020-07-25 16:54:52.423 Verbose/PlexLogger: <-- [930] {"MediaContainer":{"size":1,"allowSync":"1","directPlayDecisionCode":3000,"directPlayDecisionText":"App cannot direct play this item. No direct play video profile exists for protocol http, with container mkv, video codec hevc, and audio codec opus.","generalDecisionCode":1001,"generalDecisionText":"Direct play not available; Conversion OK.","identifier":"com.plexapp.plugins.library","librarySectionID":"1","librarySectionTitle":"Anime","librarySectionUUID":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":"1595236726","transcodeDecisionCode":1001,"transcodeDecisionText":"Direct play not available; Conversion OK.","Metadata":[{"addedAt":"1586134718","art":"/library/metadata/3553/art/1595554391","chapterSource":"media","duration":"1420900","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","grandparentKey":"/library/metadata/3553","grandparentRatingKey":"3553","grandparentTheme":"/library/metadata/3553/theme/1595554391","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentTitle":"Maoyu: Archenemy & Hero","guid":"com.plexapp.agents.thetvdb://264056/1/4?lang=en","index":"4","key":"/library/metadata/3558","lastViewedAt":"1595721287","librarySectionID":"1","librarySectionKey":"/library/sections/1","librarySectionTitle":"Anime","originallyAvailableAt":"2013-01-26","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","parentIndex":"1","parentKey":"/library/metadata/3554","parentRatingKey":"3554","parentThumb":"/library/metadata/3554/thumb/1595639740","parentTitle":"Season 1","rating":"10.0","ratingKey":"3558","summary":"Several months had passed since Hero's departure and Female Knight moved to the villa to teach swordsmanship to the Crimson Scholar's students. A member of the Trade Alliance, Young Merchant, pays a visit to Crimson Scholar and she introduces to him another crop then unknown in the Human Realm, corn, claiming that it will help boost mankind's food production even further. Before leaving, he proposes to Crimson Scholar much to her embarassment. With half a year since Hero left to the Demon Realm, the Queen's anxiety increases, unaware that he has made use of his teleportation skill to return regularly to the villa behind her back, a fact only known by Chief Maid, to whom he confesses that he refrains to meet her out of his drive to become useful to her. Meanwhile, the southern nations are assembling a huge naval force to recapture Aurora Island, the only territory in the human world in possession of the Demon Army. ","thumb":"/library/metadata/3558/thumb/1595621624","title":"If That Happens, I'll Take a Bite Out of the Hero!","type":"episode","updatedAt":"1595621624","viewOffset":"130698","year":"2013","Media":[{"id":"3337","videoProfile":"main 10","audioChannels":"2","audioCodec":"aac","bitrate":"3995","container":"ts","duration":"1420900","height":"1080","protocol":"hls","videoCodec":"h264","videoFrameRate":"24p","videoResolution":"1080p","width":"1920","selected":true,"Part":[{"deepAnalysisVersion":"4","id":"3546","requiredBandwidths":"3530,3014,2890,2890,2890,2890,2890,2890","videoProfile":"main 10","bitrate":"3995","container":"ts","duration":"1420900","height":"1080","protocol":"hls","width":"1920","decision":"transcode","selected":true,"Stream":[{"bitrate":"3739","codec":"h264","codedHeight":"1080","codedWidth":"1920","default":"1","displayTitle":"1080p (HEVC Main 10)","extendedDisplayTitle":"1080p (HEVC Main 10)","forced":"1","frameRate":"23.975999999999999","height":"1080","id":"7011","language":"English","languageCode":"eng","requiredBandwidths":"3430,2915,2798,2798,2798,2798,2798,2798","streamType":"1","width":"1920","decision":"transcode","location":"segments-av"},{"bitrate":"256","bitrateMode":"cbr","channels":"2","codec":"aac","default":"1","displayTitle":"日本語 (OPUS Stereo)","extendedDisplayTitle":"日本語 (OPUS Stereo)","id":"7012","language":"日本語","languageCode":"jpn","requiredBandwidths":"94,94,94,94,94,94,94,94","selected":"1","streamType":"2","decision":"transcode","location":"segments-av"},{"burn":"1","displayTitle":"English (ASS)","extendedDisplayTitle":"English (ASS)","id":"7013","language":"English","languageCode":"eng","requiredBandwidths":"1,1,1,1,1,1,1,1","selected":"1","streamType":"3","decision":"burn","location":"segments-av"}]}]}]}]}} 2020-07-25 16:54:52.434 Verbose/MusicPlayer: New audio focus: 0 2020-07-25 16:54:52.436 Verbose/StatusObserver: Status changed: 2 2020-07-25 16:54:52.442 Verbose/PlexLogger: --> [881] GET http://64.188.16.148:32400/:/timeline?ratingKey=3558&key=%2Flibrary%2Fmetadata%2F3558&state=stopped&time=0&duration=0 2020-07-25 16:54:52.444 Verbose/StatusObserver: Status changed: 2 2020-07-25 16:54:52.459 Verbose/RendererHelper: Refreshing queued media: false 2020-07-25 16:54:52.463 Verbose/QueryBuilder: Query: SELECT sync_medias._id,sync_medias.date,sync_medias.from_device,sync_medias.host_id,sync_medias.media_id,sync_medias.external_id,sync_medias.media_type,sync_medias.play_count,sync_medias.resume_point,sync_medias.title,sync_medias.file,sync_medias.last_played FROM sync_medias WHERE (sync_medias.host_id=?) AND (sync_medias.from_device=?) AND (sync_medias.date<1595721172452) ('3','0') [0 in 6.46ms] 2020-07-25 16:54:52.464 Verbose/StatusObserver: Sending broadcast! 2020-07-25 16:54:52.465 Verbose/RendererHelper: Nothing to refresh 2020-07-25 16:54:52.466 Verbose/StatusObserver: Sending broadcast! 2020-07-25 16:54:52.536 Verbose/StatusObserver: UI status changed to false from true 2020-07-25 16:54:52.561 Verbose/PlexLogger: <-- [881] 200 OK http://64.188.16.148:32400/:/timeline?ratingKey=3558&key=%2Flibrary%2Fmetadata%2F3558&state=stopped&time=0&duration=0 (120ms, unknown-length body) 2020-07-25 16:54:52.561 Verbose/PlexLogger: <-- [881] 2020-07-25 16:54:52.581 Verbose/StreamActivity: Starting local stream of resolved media: http://64.188.16.148:32400/video/:/transcode/universal/start.m3u8?X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1&X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1&X-Plex-Token=REDACTED 2020-07-25 16:54:52.592 Verbose/StreamActivity: Starting media: http://64.188.16.148:32400/video/:/transcode/universal/start.m3u8?X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1&X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1&X-Plex-Token=REDACTED - RemoteMediaItem(source=MediaItem{externalId='3558', mediaType=Episode, file='D:\Public\Media\Anime\Maoyuu Maou Yuusha\Season 1\Maoyuu Maou Yuusha - S01E04 - If That Happens, I'll Take a Bite Out of the Hero.mkv', title='If That Happens, I'll Take a Bite Out of the Hero!'}, url='http://64.188.16.148:32400/video/:/transcode/universal/start.m3u8?X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1&X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1&X-Plex-Token=REDACTED', urlIncludeResumePoint=false, selectedMediaVersion=null) 2020-07-25 16:54:52.599 Verbose/StreamActivity: Starting external video player with intent: Intent { act=android.intent.action.VIEW dat=http://64.188.16.148:32400/... typ=video/* flg=0x1 pkg=com.mxtech.videoplayer.ad cmp=com.mxtech.videoplayer.ad/.ActivityScreen (has extras) } - Bundle[{video_list=[http://64.188.16.148:32400/video/:/transcode/universal/start.m3u8?X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1&X-Plex-Client-Capabilities=protocols%3Dhttp-live-streaming%2Chttp-mp4-streaming%2Chttp-mp4-video%2Chttp-mp4-video-720p%2Chttp-mp4-video-1080p%2Chttp-streaming-video%2Chttp-streaming-video-720p%2Chttp-streaming-video-1080p%3BvideoDecoders%3D*%3BaudioDecoders%3D*&path=%2Flibrary%2Fmetadata%2F3558&protocol=hls&X-Plex-Client-Profile-Extra=add-direct-play-profile%28type%3DvideoProfile%26container%3Dmp4%2Cavi%2Cmkv%26videoCodec%3D*%26audioCodec%3Daac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DmusicProfile%26container%3Dmp4%2Cmp3%2Cflac%2Cogg%2Cwav%26videoCodec%3D*%26audioCodec%3Dflac%2Copus%2Caac%2Cmp3%26protocol%3D*%29%2Badd-direct-play-profile%28type%3DphotoProfile%26container%3Djpeg%2Cpng%2Cgif%26protocol%3D*%29%2Badd-transcode-target%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Bappend-transcode-target-codec%28type%3DvideoProfile%26context%3Dstreaming%26videoCodec%3Dh264%26protocol%3Dhls%26container%3Dts%26audioCodec%3Daac%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dflac%26audioCodec%3Dflac%26protocol%3Dhttp%26context%3Dstreaming%29%2Badd-transcode-target%28type%3DmusicProfile%26container%3Dmp3%26audioCodec%3Dmp3%26protocol%3Dhttp%26context%3Dstreaming%29&directPlay=1&directStream=1&X-Plex-Platform=Generic&X-Plex-Session-Identifier=e93eb185-35c8-486e-be14-012396d9a3c7&fastSeek=1&X-Plex-Token=REDACTED], video_list_is_explicit=true, title=If That Happens, I'll Take a Bite Out of the Hero!, position=128500, secure_uri=true, return_result=true}] 2020-07-25 16:54:52.641 Verbose/PlexLogger: --> [632] GET http://64.188.16.148:32400/:/timeline?ratingKey=3558&key=%2Flibrary%2Fmetadata%2F3558&state=playing&time=130&duration=1420 2020-07-25 16:54:52.767 Verbose/PlexLogger: <-- [632] 200 OK http://64.188.16.148:32400/:/timeline?ratingKey=3558&key=%2Flibrary%2Fmetadata%2F3558&state=playing&time=130&duration=1420 (125ms, unknown-length body) 2020-07-25 16:54:52.768 Verbose/PlexLogger: <-- [632] 2020-07-25 16:54:53.962 Verbose/StatusObserver: Status changed: 2 2020-07-25 16:54:53.964 Verbose/StatusObserver: Status changed: 2 2020-07-25 16:54:53.972 Verbose/StatusObserver: Sending broadcast! 2020-07-25 16:54:53.979 Verbose/StatusObserver: Sending broadcast! 2020-07-25 16:54:57.986 Verbose/PlexLogger: Caching http://64.188.16.148:32400/identity as http://64.188.16.148:32400/identity 2020-07-25 16:54:57.988 Verbose/PlexLogger: --> [219] GET http://64.188.16.148:32400/identity 2020-07-25 16:54:58.066 Verbose/PlexLogger: <-- [219] 200 OK http://64.188.16.148:32400/identity (78ms, unknown-length body) 2020-07-25 16:54:58.069 Verbose/PlexLogger: <-- [219] {"MediaContainer":{"size":0,"claimed":true,"machineIdentifier":"a34ace67116042a0c26ca9b976fbaee85e046633","version":"1.19.5.3112-b23ab3896"}} 2020-07-25 16:55:32.173 Verbose/StreamActivity: Got a stream result: -1 - user / 235993.0 - 1421000.0 2020-07-25 16:55:32.176 Verbose/StreamActivity: Setting media resume point: 1421 / 234 2020-07-25 16:55:32.187 Verbose/StatusObserver: Status changed: 2 2020-07-25 16:55:32.188 Verbose/RendererHelper: Refreshing queued media: false 2020-07-25 16:55:32.189 Verbose/StatusObserver: Status changed: 1 2020-07-25 16:55:32.190 Verbose/NetworkManager: Network status: Resume 2020-07-25 16:55:32.191 Verbose/PlexLogger: --> [642] GET http://64.188.16.148:32400/:/timeline?ratingKey=3558&key=%2Flibrary%2Fmetadata%2F3558&state=stopped&time=234&duration=1420 2020-07-25 16:55:32.192 Verbose/StatusObserver: Sending broadcast! 2020-07-25 16:55:32.197 Verbose/QueryBuilder: Query: SELECT sync_medias._id,sync_medias.date,sync_medias.from_device,sync_medias.host_id,sync_medias.media_id,sync_medias.external_id,sync_medias.media_type,sync_medias.play_count,sync_medias.resume_point,sync_medias.title,sync_medias.file,sync_medias.last_played FROM sync_medias WHERE (sync_medias.host_id=?) AND (sync_medias.from_device=?) AND (sync_medias.date<1595721212175) ('3','0') [0 in 15.65ms] 2020-07-25 16:55:32.205 Verbose/RendererHelper: Nothing to refresh 2020-07-25 16:55:32.206 Verbose/NetworkManager: Not Wifi Only: Status[true/WIFI/false] 2020-07-25 16:55:32.208 Verbose/StatusObserver: Sending broadcast! 2020-07-25 16:55:32.211 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play,tv_shows.title,tv_shows.fanart,tv_shows.thumbnail FROM tv_episodes LEFT JOIN tv_shows ON (tv_episodes.tv_show_id=tv_shows._id) WHERE (tv_episodes._id=?) ('6403') [1 in 4.89ms] 2020-07-25 16:55:32.278 Verbose/QueryBuilder: Query: UPDATE on tv_episodes, count=1 | (tv_episodes._id=?) - '6403' [65.44ms] 2020-07-25 16:55:32.285 Verbose/StatusObserver: UI status changed to true from false 2020-07-25 16:55:32.288 Verbose/QueryBuilder: Query: UPDATE tv_shows SET play_count = (SELECT MIN(tv_episodes.play_count) FROM tv_episodes WHERE tv_episodes.tv_show_id = tv_shows._id) WHERE tv_shows.host_id=3 ('') [0 in 7.72ms (RAW)] 2020-07-25 16:55:32.294 Verbose/QueryBuilder: Query: SELECT tv_shows.fanart,tv_shows.thumbnail,tv_shows.title,tv_shows.genres,tv_shows.mpaa,tv_shows.studios,tv_shows.external_id,tv_shows.host_id FROM tv_shows WHERE (tv_shows._id=?) ('330') [1 in 5.13ms] 2020-07-25 16:55:32.297 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play FROM tv_episodes WHERE (tv_episodes._id=?) ('6403') [1 in 7.23ms] 2020-07-25 16:55:32.315 Verbose/MenuFragment: Remote hidden: false/true 2020-07-25 16:55:32.321 Verbose/QueryBuilder: Query: UPDATE tv_shows SET last_played = (SELECT MAX(tv_episodes.last_played) FROM tv_episodes WHERE tv_episodes.tv_show_id = tv_shows._id) WHERE tv_shows.host_id=3 ('') [0 in 20.49ms (RAW)] 2020-07-25 16:55:32.331 Verbose/StatusObserver: Status changed: 2 2020-07-25 16:55:32.334 Verbose/RendererHelper: Refreshing queued media: false 2020-07-25 16:55:32.335 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 6.54ms] 2020-07-25 16:55:32.337 Verbose/QueryBuilder: Query: UPDATE tv_shows SET episodes_watched = (SELECT SUM(tv_episodes.play_count > 0 ) FROM tv_episodes WHERE tv_episodes.tv_show_id = tv_shows._id) WHERE tv_shows.host_id=3 ('') [0 in 13.97ms (RAW)] 2020-07-25 16:55:32.340 Verbose/QueryBuilder: Query: SELECT sync_medias._id,sync_medias.date,sync_medias.from_device,sync_medias.host_id,sync_medias.media_id,sync_medias.external_id,sync_medias.media_type,sync_medias.play_count,sync_medias.resume_point,sync_medias.title,sync_medias.file,sync_medias.last_played FROM sync_medias WHERE (sync_medias.host_id=?) AND (sync_medias.from_device=?) AND (sync_medias.date<1595721212333) ('3','0') [0 in 4.98ms] 2020-07-25 16:55:32.341 Verbose/RendererHelper: Nothing to refresh 2020-07-25 16:55:32.348 Verbose/StatusObserver: Sending broadcast! 2020-07-25 16:55:32.354 Verbose/QueryBuilder: Query: UPDATE tv_seasons SET play_count = (SELECT MIN(tv_episodes.play_count) FROM tv_episodes WHERE tv_episodes.season = tv_seasons.season AND tv_episodes.tv_show_id = tv_seasons.tv_show_id) WHERE tv_seasons.host_id=3 ('') [0 in 14.86ms (RAW)] 2020-07-25 16:55:32.366 Verbose/QueryBuilder: Query: UPDATE tv_seasons SET episodes_watched = (SELECT SUM(tv_episodes.play_count > 0) FROM tv_episodes WHERE tv_episodes.season = tv_seasons.season AND tv_episodes.tv_show_id = tv_seasons.tv_show_id) WHERE tv_seasons.host_id=3 ('') [0 in 7.16ms (RAW)] 2020-07-25 16:55:32.376 Verbose/QueryBuilder: Query: UPDATE tv_shows SET seasons_watched = (SELECT COUNT(tv_seasons._id) FROM tv_seasons WHERE tv_seasons.tv_show_id = tv_shows._id AND tv_seasons.play_count > 0 ) WHERE tv_shows.host_id=3 ('') [0 in 4.25ms (RAW)] 2020-07-25 16:55:32.380 Verbose/RendererHelper: Adding If That Happens, I'll Take a Bite Out of the Hero! to sync queue (-1/234) 2020-07-25 16:55:32.381 Verbose/PlexLogger: <-- [642] 200 OK http://64.188.16.148:32400/:/timeline?ratingKey=3558&key=%2Flibrary%2Fmetadata%2F3558&state=stopped&time=234&duration=1420 (193ms, unknown-length body) 2020-07-25 16:55:32.383 Verbose/PlexLogger: <-- [642] 2020-07-25 16:55:32.393 Verbose/QueryBuilder: Query: INSERT OR REPLACE on sync_medias, id=13 [17.66ms] 2020-07-25 16:55:32.404 Verbose/RendererHelper: Updating queued media 2020-07-25 16:55:32.408 Verbose/QueryBuilder: Query: SELECT sync_medias._id,sync_medias.date,sync_medias.from_device,sync_medias.host_id,sync_medias.media_id,sync_medias.external_id,sync_medias.media_type,sync_medias.play_count,sync_medias.resume_point,sync_medias.title,sync_medias.file,sync_medias.last_played FROM sync_medias WHERE (sync_medias.host_id=?) AND (sync_medias.from_device=?) ('3','1') [1 in 2.46ms] 2020-07-25 16:55:32.410 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 2.35ms] 2020-07-25 16:55:32.424 Verbose/RendererHelper: Updating: If That Happens, I'll Take a Bite Out of the Hero! (Episode) - -1/234/1595721332 2020-07-25 16:55:32.433 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play,tv_shows.title,tv_shows.fanart,tv_shows.thumbnail FROM tv_episodes LEFT JOIN tv_shows ON (tv_episodes.tv_show_id=tv_shows._id) WHERE (tv_episodes._id=?) ('6403') [1 in 1.48ms] 2020-07-25 16:55:32.447 Verbose/PlexLogger: --> [851] GET http://64.188.16.148:32400/:/timeline?ratingKey=3558&key=%2Flibrary%2Fmetadata%2F3558&state=stopped&time=234000&duration=468000 2020-07-25 16:55:32.451 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 19.32ms] 2020-07-25 16:55:32.474 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play FROM tv_episodes WHERE (tv_episodes._id=?) ('6403') [1 in 4.39ms] 2020-07-25 16:55:32.479 Verbose/QueryBuilder: Query: SELECT tv_shows.fanart,tv_shows.thumbnail,tv_shows.title,tv_shows.genres,tv_shows.mpaa,tv_shows.studios,tv_shows.external_id,tv_shows.host_id FROM tv_shows WHERE (tv_shows._id=?) ('330') [1 in 6.91ms] 2020-07-25 16:55:32.483 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 6.34ms] 2020-07-25 16:55:32.501 Verbose/PlexMediaCenter: Settings: 64.188.16.148@32400 true [0/0/5600] (-1/0/-1/1) 2020-07-25 16:55:32.502 Verbose/PlexLogger: Caching http://64.188.16.148:32400/identity as http://64.188.16.148:32400/identity 2020-07-25 16:55:32.515 Verbose/PlexLogger: --> [725] GET http://64.188.16.148:32400/identity 2020-07-25 16:55:32.535 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 2.16ms] 2020-07-25 16:55:32.549 Verbose/PlexLogger: <-- [851] 200 OK http://64.188.16.148:32400/:/timeline?ratingKey=3558&key=%2Flibrary%2Fmetadata%2F3558&state=stopped&time=234000&duration=468000 (103ms, unknown-length body) 2020-07-25 16:55:32.550 Verbose/PlexLogger: <-- [851] 2020-07-25 16:55:32.560 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 4.28ms] 2020-07-25 16:55:32.566 Verbose/QueryBuilder: Query: DELETE on sync_medias, count=1 | (sync_medias._id=?) - '13' [12.07ms] 2020-07-25 16:55:32.622 Verbose/QueryBuilder: Query: SELECT tv_episodes._id, tv_episodes.updated_at, tv_episodes.host_id, tv_episodes.external_id, tv_episodes.external_data, tv_episodes.audio_channels, tv_episodes.audio_codec, tv_episodes.audio_languages, tv_episodes.date_added, tv_episodes.directors, tv_episodes.episode, tv_episodes.episode_special, tv_episodes.fanart, tv_episodes.file, tv_episodes.first_aired, tv_episodes.last_played, tv_episodes.offline_status, tv_episodes.original_title, tv_episodes.play_count, tv_episodes.plot, tv_episodes.rating, tv_episodes.resume_point, tv_episodes.runtime, tv_episodes.season, tv_episodes.season_special, tv_episodes.sort_title, tv_episodes.subtitles_languages, tv_episodes.tagline, tv_episodes.thumbnail, tv_episodes.title, tv_episodes.tv_show_id, tv_episodes.video_3d, tv_episodes.video_aspect, tv_episodes.video_codec, tv_episodes.video_height, tv_episodes.video_width, tv_episodes.votes, tv_episodes.writers, tv_episodes.user_rating, tv_episodes.is_favorite, tv_episodes.source_library, tv_episodes.remote_play,tv_shows.title, tv_shows.thumbnail FROM tv_shows INNER JOIN (SELECT *, MIN(CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END * 10000 + CASE WHEN tv_episodes.episode_special=-1 THEN tv_episodes.episode ELSE tv_episodes.episode_special END ) FROM tv_episodes WHERE tv_episodes.play_count = 0 AND CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END > 0 AND host_id = 3 GROUP BY tv_episodes.tv_show_id) AS tv_episodes ON tv_episodes.tv_show_id = tv_shows._id WHERE tv_shows.episodes_watched > 0 AND tv_shows.play_count = 0 AND tv_shows.host_id = 3 ORDER BY tv_shows.last_played DESC ('') [3 in 153.43ms (RAW)] 2020-07-25 16:55:32.631 Verbose/PlexLogger: <-- [725] 200 OK http://64.188.16.148:32400/identity (115ms, unknown-length body) 2020-07-25 16:55:32.632 Verbose/PlexLogger: <-- [725] {"MediaContainer":{"size":0,"claimed":true,"machineIdentifier":"a34ace67116042a0c26ca9b976fbaee85e046633","version":"1.19.5.3112-b23ab3896"}} 2020-07-25 16:55:32.636 Verbose/QueryBuilder: Query: SELECT smart_sync._id,smart_sync.host_id,smart_sync.media_type,smart_sync.external_id,smart_sync.filter,smart_sync.title,smart_sync.thumbnail,smart_sync.auto_delete,smart_sync.cache_count FROM smart_sync WHERE (smart_sync.host_id=?) ('3') [0 in 2.87ms] 2020-07-25 16:55:34.399 Verbose/StatusObserver: UI status changed to false from true 2020-07-25 16:55:34.440 Verbose/StatusObserver: UI status changed to true from false 2020-07-25 16:55:34.443 Verbose/MenuFragment: Remote hidden: false/true 2020-07-25 16:55:34.475 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play,tv_shows.title,tv_shows.thumbnail,tv_shows.year,tv_shows.fanart FROM tv_episodes LEFT JOIN tv_shows ON (tv_episodes.tv_show_id=tv_shows._id) WHERE (tv_episodes.host_id=?) AND (tv_episodes.play_count= 0) AND (tv_episodes.resume_point> 0) ORDER BY tv_episodes.last_played DESC ('3') [2 in 30.58ms] 2020-07-25 16:55:34.486 Verbose/QueryBuilder: Query: SELECT tv_episodes._id, tv_episodes.updated_at, tv_episodes.host_id, tv_episodes.external_id, tv_episodes.external_data, tv_episodes.audio_channels, tv_episodes.audio_codec, tv_episodes.audio_languages, tv_episodes.date_added, tv_episodes.directors, tv_episodes.episode, tv_episodes.episode_special, tv_episodes.fanart, tv_episodes.file, tv_episodes.first_aired, tv_episodes.last_played, tv_episodes.offline_status, tv_episodes.original_title, tv_episodes.play_count, tv_episodes.plot, tv_episodes.rating, tv_episodes.resume_point, tv_episodes.runtime, tv_episodes.season, tv_episodes.season_special, tv_episodes.sort_title, tv_episodes.subtitles_languages, tv_episodes.tagline, tv_episodes.thumbnail, tv_episodes.title, tv_episodes.tv_show_id, tv_episodes.video_3d, tv_episodes.video_aspect, tv_episodes.video_codec, tv_episodes.video_height, tv_episodes.video_width, tv_episodes.votes, tv_episodes.writers, tv_episodes.user_rating, tv_episodes.is_favorite, tv_episodes.source_library, tv_episodes.remote_play,tv_shows.title, tv_shows.thumbnail FROM tv_shows INNER JOIN (SELECT *, MIN(CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END * 10000 + CASE WHEN tv_episodes.episode_special=-1 THEN tv_episodes.episode ELSE tv_episodes.episode_special END ) FROM tv_episodes WHERE tv_episodes.play_count = 0 AND CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END > 0 AND host_id = 3 GROUP BY tv_episodes.tv_show_id) AS tv_episodes ON tv_episodes.tv_show_id = tv_shows._id WHERE tv_shows.episodes_watched > 0 AND tv_shows.play_count = 0 AND tv_shows.host_id = 3 ORDER BY tv_shows.last_played DESC ('') [3 in 49.69ms (RAW)] 2020-07-25 16:55:34.488 Verbose/QueryBuilder: Query: SELECT tv_episodes._id, tv_episodes.updated_at, tv_episodes.host_id, tv_episodes.external_id, tv_episodes.external_data, tv_episodes.audio_channels, tv_episodes.audio_codec, tv_episodes.audio_languages, tv_episodes.date_added, tv_episodes.directors, tv_episodes.episode, tv_episodes.episode_special, tv_episodes.fanart, tv_episodes.file, tv_episodes.first_aired, tv_episodes.last_played, tv_episodes.offline_status, tv_episodes.original_title, tv_episodes.play_count, tv_episodes.plot, tv_episodes.rating, tv_episodes.resume_point, tv_episodes.runtime, tv_episodes.season, tv_episodes.season_special, tv_episodes.sort_title, tv_episodes.subtitles_languages, tv_episodes.tagline, tv_episodes.thumbnail, tv_episodes.title, tv_episodes.tv_show_id, tv_episodes.video_3d, tv_episodes.video_aspect, tv_episodes.video_codec, tv_episodes.video_height, tv_episodes.video_width, tv_episodes.votes, tv_episodes.writers, tv_episodes.user_rating, tv_episodes.is_favorite, tv_episodes.source_library, tv_episodes.remote_play,tv_shows._id, tv_shows.updated_at, tv_shows.host_id, tv_shows.external_id, tv_shows.external_data, tv_shows.banner, tv_shows.date_added, tv_shows.episodes, tv_shows.episodes_watched, tv_shows.fanart, tv_shows.file, tv_shows.genres, tv_shows.imdb_id, tv_shows.last_played, tv_shows.mpaa, tv_shows.offline_status, tv_shows.original_title, tv_shows.play_count, tv_shows.plot, tv_shows.premiered, tv_shows.rating, tv_shows.seasons, tv_shows.seasons_watched, tv_shows.sort_title, tv_shows.studios, tv_shows.tagline, tv_shows.tags, tv_shows.thumbnail, tv_shows.title, tv_shows.year, tv_shows.user_rating, tv_shows.is_favorite, tv_shows.source_library FROM tv_shows INNER JOIN (SELECT *, MIN(tv_episodes.season * 10000 + tv_episodes.episode) FROM tv_episodes WHERE tv_episodes.play_count = 0 AND tv_episodes.season > 0 AND host_id = 3 GROUP BY tv_episodes.tv_show_id) AS tv_episodes ON tv_episodes.tv_show_id = tv_shows._id WHERE tv_shows.episodes_watched = 0 AND tv_shows.play_count = 0 AND tv_shows.last_played IS NULL AND tv_shows.host_id = 3 ORDER BY (SUBSTR(tv_episodes._id * 82687143983909660, LENGTH(tv_episodes._id) + 2)) LIMIT 10 ('') [10 in 51.90ms (RAW)] 2020-07-25 16:55:34.493 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play,tv_shows.title,tv_shows.thumbnail,tv_shows.year FROM tv_episodes LEFT JOIN tv_shows ON (tv_episodes.tv_show_id=tv_shows._id) WHERE (tv_episodes.host_id=?) ORDER BY tv_episodes.date_added DESC, tv_episodes.external_id DESC LIMIT 10 ('3') [10 in 61.60ms] 2020-07-25 16:55:37.975 Verbose/SyncManager: Queued: Movie (null) 2020-07-25 16:55:37.980 Verbose/SyncManager: Queued: Show (null) 2020-07-25 16:55:37.981 Verbose/SyncManager: Queued: Music (null) 2020-07-25 16:55:38.001 Verbose/SyncService: Service created 2020-07-25 16:55:38.172 Verbose/SyncService: Task started 2020-07-25 16:55:38.465 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 4.19ms] 2020-07-25 16:55:38.473 Verbose/PlexMediaCenter: Settings: 64.188.16.148@32400 true [0/0/5600] (-1/0/-1/1) 2020-07-25 16:55:38.475 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 2.32ms] 2020-07-25 16:55:38.476 Verbose/PlexLogger: Caching http://64.188.16.148:32400/identity as http://64.188.16.148:32400/identity 2020-07-25 16:55:38.479 Verbose/PlexLogger: --> [856] GET http://64.188.16.148:32400/identity 2020-07-25 16:55:38.548 Verbose/PlexLogger: <-- [856] 200 OK http://64.188.16.148:32400/identity (69ms, unknown-length body) 2020-07-25 16:55:38.551 Verbose/PlexLogger: <-- [856] {"MediaContainer":{"size":0,"claimed":true,"machineIdentifier":"a34ace67116042a0c26ca9b976fbaee85e046633","version":"1.19.5.3112-b23ab3896"}} 2020-07-25 16:55:38.560 Verbose/SyncService: Handling: (3, Movie) 2020-07-25 16:55:38.568 Verbose/PlexDataProvider: Start parsing Movies 2020-07-25 16:55:38.581 Verbose/QueryBuilder: Query: SELECT movies.file FROM movies WHERE (movies.host_id=?) AND (movies.is_favorite>0) ('3') [0 in 3.66ms] 2020-07-25 16:55:38.591 Verbose/QueryBuilder: Query: DELETE on videos_sets, count=0 | (videos_sets.video_type=?) AND (videos_sets.host_id=?) - '1','3' [5.86ms] 2020-07-25 16:55:38.593 Verbose/QueryBuilder: Query: DELETE on movies, count=1 | (movies.host_id=?) - '3' [0.96ms] 2020-07-25 16:55:38.600 Verbose/QueryBuilder: Query: DELETE on videos_genres, count=1 | (videos_genres.video_type=?) AND (videos_genres.host_id=?) - '1','3' [6.66ms] 2020-07-25 16:55:38.602 Verbose/QueryBuilder: Query: DELETE on movies_genres, count=1 | (movies_genres.host_id=?) - '3' [1.03ms] 2020-07-25 16:55:38.619 Verbose/QueryBuilder: Query: DELETE on videos_casts, count=4 | (videos_casts.video_type=?) AND (videos_casts.host_id=?) - '1','3' [18.37ms] 2020-07-25 16:55:38.627 Verbose/QueryBuilder: Query: DELETE on videos_persons, count=4 | (videos_persons.video_type=?) AND (videos_persons.host_id=?) - '1','3' [6.17ms] 2020-07-25 16:55:38.636 Verbose/PlexLogger: --> [417] GET http://64.188.16.148:32400/library/sections?X-Plex-Container-Start=0&X-Plex-Container-Size=100 2020-07-25 16:55:38.703 Verbose/PlexLogger: <-- [417] 200 OK http://64.188.16.148:32400/library/sections?X-Plex-Container-Start=0&X-Plex-Container-Size=100 (66ms, unknown-length body) 2020-07-25 16:55:38.706 Verbose/PlexLogger: <-- [417] {"MediaContainer":{"size":4,"totalSize":4,"allowSync":false,"identifier":"com.plexapp.plugins.library","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"offset":0,"title1":"Plex Library","Directory":[{"allowSync":true,"art":"/:/resources/show-fanart.jpg","composite":"/library/sections/1/composite/1595639209","filters":true,"refreshing":false,"thumb":"/:/resources/show.png","key":"1","type":"show","title":"Anime","agent":"com.plexapp.agents.thetvdb","scanner":"Plex Series Scanner","language":"en","uuid":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","updatedAt":1591408202,"createdAt":1591408187,"scannedAt":1595639209,"content":true,"directory":true,"contentChangedAt":7308561732629586517,"hidden":0,"Location":[{"id":1,"path":"D:\\Public\\Media\\Anime"}]},{"allowSync":true,"art":"/:/resources/movie-fanart.jpg","composite":"/library/sections/4/composite/1592294788","filters":true,"refreshing":false,"thumb":"/:/resources/movie.png","key":"4","type":"movie","title":"Movies","agent":"com.plexapp.agents.imdb","scanner":"Plex Movie Scanner","language":"en","uuid":"565a82ad-f6d4-422c-97ec-5be6c0f67ec3","updatedAt":1591408295,"createdAt":1591408295,"scannedAt":1592294788,"content":true,"directory":true,"contentChangedAt":7308561732629534817,"hidden":0,"Location":[{"id":4,"path":"D:\\Public\\Media\\Movies"}]},{"allowSync":true,"art":"/:/resources/artist-fanart.jpg","composite":"/library/sections/3/composite/1593546837","filters":true,"refreshing":false,"thumb":"/:/resources/artist.png","key":"3","type":"artist","title":"Music","agent":"tv.plex.agents.music","scanner":"Plex Music","language":"en","uuid":"137cc432-cc5e-4fac-9080-36313483dc7f","updatedAt":1591408940,"createdAt":1591408269,"scannedAt":1593546837,"content":true,"directory":true,"contentChangedAt":7308561732629551061,"hidden":0,"Location":[{"id":3,"path":"D:\\Public\\Media\\Music"}]},{"allowSync":true,"art":"/:/resources/show-fanart.jpg","composite":"/library/sections/2/composite/1591408552","filters":true,"refreshing":false,"thumb":"/:/resources/show.png","key":"2","type":"show","title":"TV Shows","agent":"com.plexapp.agents.thetvdb","scanner":"Plex Series Scanner","language":"en","uuid":"859c0ec2-4877-48cc-84fd-daa92edae01c","updatedAt":1591408230,"createdAt":1591408230,"scannedAt":1591408552,"content":true,"directory":true,"contentChangedAt":3606,"hidden":0,"Location":[{"id":2,"path":"D:\\Public\\Media\\TV Shows"}]}]}} 2020-07-25 16:55:38.723 Verbose/QueryBuilder: Query: DELETE on media_sources, count=1 | (media_sources.host_id=?) AND (media_sources.media_type=?) - '3','7' [2.73ms] 2020-07-25 16:55:38.727 Verbose/PlexLogger: --> [395] GET http://64.188.16.148:32400/library/sections/4/all?X-Plex-Container-Start=0&X-Plex-Container-Size=100&type=18&includeCollections=1 2020-07-25 16:55:38.842 Verbose/PlexLogger: <-- [395] 200 OK http://64.188.16.148:32400/library/sections/4/all?X-Plex-Container-Start=0&X-Plex-Container-Size=100&type=18&includeCollections=1 (114ms, unknown-length body) 2020-07-25 16:55:38.844 Verbose/PlexLogger: <-- [395] {"MediaContainer":{"size":0,"totalSize":0,"allowSync":true,"art":"/:/resources/movie-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":4,"librarySectionTitle":"Movies","librarySectionUUID":"565a82ad-f6d4-422c-97ec-5be6c0f67ec3","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"offset":0,"thumb":"/:/resources/movie.png","title1":"Movies","title2":"All Movies","viewGroup":"movie","viewMode":65592}} 2020-07-25 16:55:38.852 Verbose/PlexLogger: --> [875] GET http://64.188.16.148:32400/library/sections/4/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500 2020-07-25 16:55:38.964 Verbose/PlexLogger: <-- [875] 200 OK http://64.188.16.148:32400/library/sections/4/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500 (114ms, unknown-length body) 2020-07-25 16:55:39.004 Verbose/PlexLogger: <-- [875] {"MediaContainer":{"size":1,"totalSize":1,"allowSync":true,"art":"/:/resources/movie-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":4,"librarySectionTitle":"Movies","librarySectionUUID":"565a82ad-f6d4-422c-97ec-5be6c0f67ec3","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"offset":0,"thumb":"/:/resources/movie.png","title1":"Movies","title2":"All Movies","viewGroup":"movie","viewMode":65592,"Metadata":[{"ratingKey":"3402","key":"/library/metadata/3402","guid":"com.plexapp.agents.imdb://tt9354944?lang=en","studio":"CBS Films","type":"movie","title":"Jexi","contentRating":"R","summary":"Phil's new phone comes with an unexpected feature, Jexi...an A.I. determined to keep him all to herself in a comedy about what can happen when you love your phone more than all else.","rating":1.4,"audienceRating":7.1,"year":2019,"tagline":"She had him at “hello”","thumb":"/library/metadata/3402/thumb/1592294826","art":"/library/metadata/3402/art/1592294826","duration":5064116,"originallyAvailableAt":"2019-10-10","addedAt":1592294788,"updatedAt":1592294826,"audienceRatingImage":"rottentomatoes://image.rating.upright","chapterSource":"media","primaryExtraKey":"/library/metadata/3403","ratingImage":"rottentomatoes://image.rating.rotten","Media":[{"id":3019,"duration":5064116,"bitrate":38150,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"dca-ma","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"ma","videoProfile":"high","Part":[{"id":3026,"key":"/library/parts/3026/1570690800/file.mkv","duration":5064116,"file":"D:\\Public\\Media\\Movies\\Jexi (2019)\\Jexi (2019).mkv","size":24121937354,"audioProfile":"ma","container":"mkv","hasThumbnail":"1","videoProfile":"high"}]}],"Genre":[{"tag":"Comedy"}],"Director":[{"tag":"Jon Lucas"},{"tag":"Scott Moore"}],"Writer":[{"tag":"Jon Lucas"},{"tag":"Scott Moore"}],"Country":[{"tag":"USA"}],"Role":[{"tag":"Adam Devine"},{"tag":"Alexandra Shipp"},{"tag":"Rose Byrne"}]}]}} 2020-07-25 16:55:39.006 Verbose/PlexDataProvider: Insert Movie: Jexi 2020-07-25 16:55:39.007 Verbose/QueryBuilder: Query: UPDATE videos_sets SET video_count = (SELECT COUNT(movies._id) FROM movies WHERE movies.set_id = videos_sets._id) WHERE videos_sets.host_id=3 ('') [0 in 2.50ms (RAW)] 2020-07-25 16:55:39.007 Verbose/PlexDataProvider: End parsing Movies [0.43s] 2020-07-25 16:55:39.047 Verbose/QueryBuilder: Query: UPDATE movies SET offline_status = 1 WHERE EXISTS (SELECT 1 FROM movies AS itable INNER JOIN offline_files ON itable.file = offline_files.source_file WHERE itable._id = movies._id) ('') [0 in 2.30ms (RAW)] 2020-07-25 16:55:39.052 Verbose/QueryBuilder: Query: UPDATE videos_genres SET offline_status = (SELECT MAX(movies.offline_status) FROM movies JOIN movies_genres ON (movies_genres.movie_id = movies._id) WHERE videos_genres._id = movies_genres.genre_id) WHERE videos_genres.video_type = 1 AND videos_genres.host_id=3 ('') [0 in 3.68ms (RAW)] 2020-07-25 16:55:39.058 Verbose/QueryBuilder: Query: UPDATE videos_tags SET offline_status = (SELECT SUM(DISTINCT movies.offline_status + 1) - 1 FROM movies WHERE ', ' || movies.tags || ',' LIKE '%, ' || videos_tags.title || ',%' AND movies.host_id = videos_tags.host_id) WHERE videos_tags.video_type = 1 AND videos_tags.host_id=3 ('') [0 in 2.52ms (RAW)] 2020-07-25 16:55:39.062 Verbose/QueryBuilder: Query: UPDATE videos_sets SET offline_status = (SELECT SUM(DISTINCT movies.offline_status + 1) - 1 FROM movies WHERE ', ' || movies.set_name || ',' LIKE '%, ' || videos_sets.title || ',%' AND movies.host_id = videos_sets.host_id) WHERE videos_sets.video_type = 1 AND videos_sets.host_id=3 ('') [0 in 2.00ms (RAW)] 2020-07-25 16:55:39.066 Verbose/QueryBuilder: Query: UPDATE playlists_entries SET offline_status = 0 ('') [0 in 2.98ms (RAW)] 2020-07-25 16:55:39.073 Verbose/QueryBuilder: Query: UPDATE playlists_entries SET offline_status = 1 WHERE EXISTS (SELECT 1 FROM playlists_entries AS itable INNER JOIN offline_files ON itable.file = offline_files.source_file WHERE itable._id = playlists_entries._id) ('') [0 in 2.32ms (RAW)] 2020-07-25 16:55:39.077 Verbose/QueryBuilder: Query: UPDATE playlists SET offline_status = (SELECT SUM(DISTINCT playlists_entries.offline_status + 1) - 1 FROM playlists_entries WHERE playlists_entries.playlist_id = playlists._id) ('') [0 in 2.16ms (RAW)] 2020-07-25 16:55:39.083 Verbose/QueryBuilder: Query: UPDATE videos_tags SET play_count = (SELECT MIN(movies.play_count) FROM movies WHERE ', ' || movies.tags || ',' LIKE '%, ' || videos_tags.title || ',%' AND movies.host_id = videos_tags.host_id) WHERE videos_tags.video_type = 1 AND videos_tags.host_id=3 ('') [0 in 2.20ms (RAW)] 2020-07-25 16:55:39.089 Verbose/QueryBuilder: Query: UPDATE videos_sets SET play_count = (SELECT MIN( movies.play_count) FROM movies WHERE ', ' || movies.set_name || ',' LIKE '%, ' || videos_sets.title || ',%' AND movies.host_id = videos_sets.host_id) WHERE videos_sets.video_type = 1 AND videos_sets.host_id=3 ('') [0 in 3.45ms (RAW)] 2020-07-25 16:55:39.090 Verbose/SyncService: Sending sync result: 1/3/VideoSet 2020-07-25 16:55:39.091 Verbose/SyncService: Sending sync result: 1/3/VideoTag 2020-07-25 16:55:39.091 Verbose/SyncService: Sending sync result: 1/3/Movie 2020-07-25 16:55:39.094 Verbose/SyncService: Sending sync result: 1/3/VideoGenre 2020-07-25 16:55:39.095 Verbose/FirebaseManager: Result: T888 2020-07-25 16:55:39.102 Verbose/QueryBuilder: Query: SELECT movies._id,movies.updated_at,movies.host_id,movies.external_id,movies.external_data,movies.audio_channels,movies.audio_codec,movies.audio_languages,movies.countries,movies.date_added,movies.directors,movies.fanart,movies.file,movies.genres,movies.imdb_id,movies.last_played,movies.mpaa,movies.offline_status,movies.original_title,movies.play_count,movies.plot,movies.rating,movies.resume_point,movies.runtime,movies.set_id,movies.set_name,movies.sort_title,movies.studios,movies.subtitles_languages,movies.tagline,movies.tags,movies.thumbnail,movies.title,movies.top_250,movies.trailer,movies.video_3d,movies.video_aspect,movies.video_codec,movies.video_height,movies.video_width,movies.votes,movies.writers,movies.year,movies.user_rating,movies.is_favorite,movies.source_library,movies.remote_play,movies.premiered FROM movies WHERE (movies.host_id=?) AND (movies.play_count= 0) AND (movies.resume_point> 0) ORDER BY movies.last_played DESC, movies.date_added DESC, movies.external_id DESC ('3') [0 in 6.60ms] 2020-07-25 16:55:39.105 Verbose/QueryBuilder: Query: SELECT movies._id,movies.updated_at,movies.host_id,movies.external_id,movies.external_data,movies.audio_channels,movies.audio_codec,movies.audio_languages,movies.countries,movies.date_added,movies.directors,movies.fanart,movies.file,movies.genres,movies.imdb_id,movies.last_played,movies.mpaa,movies.offline_status,movies.original_title,movies.play_count,movies.plot,movies.rating,movies.resume_point,movies.runtime,movies.set_id,movies.set_name,movies.sort_title,movies.studios,movies.subtitles_languages,movies.tagline,movies.tags,movies.thumbnail,movies.title,movies.top_250,movies.trailer,movies.video_3d,movies.video_aspect,movies.video_codec,movies.video_height,movies.video_width,movies.votes,movies.writers,movies.year,movies.user_rating,movies.is_favorite,movies.source_library,movies.remote_play,movies.premiered FROM movies WHERE (movies.host_id=?) ORDER BY movies.date_added DESC, movies.external_id DESC LIMIT 10 ('3') [1 in 9.90ms] 2020-07-25 16:55:39.108 Verbose/QueryBuilder: Query: SELECT movies._id,movies.updated_at,movies.host_id,movies.external_id,movies.external_data,movies.audio_channels,movies.audio_codec,movies.audio_languages,movies.countries,movies.date_added,movies.directors,movies.fanart,movies.file,movies.genres,movies.imdb_id,movies.last_played,movies.mpaa,movies.offline_status,movies.original_title,movies.play_count,movies.plot,movies.rating,movies.resume_point,movies.runtime,movies.set_id,movies.set_name,movies.sort_title,movies.studios,movies.subtitles_languages,movies.tagline,movies.tags,movies.thumbnail,movies.title,movies.top_250,movies.trailer,movies.video_3d,movies.video_aspect,movies.video_codec,movies.video_height,movies.video_width,movies.votes,movies.writers,movies.year,movies.user_rating,movies.is_favorite,movies.source_library,movies.remote_play,movies.premiered FROM movies WHERE (movies.host_id=?) ORDER BY (SUBSTR(movies._id * 82687143983909660, LENGTH(movies._id) + 2)) ASC LIMIT 10 ('3') [1 in 13.93ms] 2020-07-25 16:55:39.109 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 11.67ms] 2020-07-25 16:55:39.112 Verbose/PlexMediaCenter: Settings: 64.188.16.148@32400 true [0/0/5600] (-1/0/-1/1) 2020-07-25 16:55:39.115 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 1.58ms] 2020-07-25 16:55:39.119 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 15.10ms] 2020-07-25 16:55:39.120 Verbose/PlexLogger: Caching http://64.188.16.148:32400/identity as http://64.188.16.148:32400/identity 2020-07-25 16:55:39.121 Verbose/PlexMediaCenter: Settings: 64.188.16.148@32400 true [0/0/5600] (-1/0/-1/1) 2020-07-25 16:55:39.124 Verbose/PlexLogger: --> [799] GET http://64.188.16.148:32400/identity 2020-07-25 16:55:39.125 Verbose/PlexLogger: Caching http://64.188.16.148:32400/identity as http://64.188.16.148:32400/identity 2020-07-25 16:55:39.125 Verbose/PlexLogger: --> [281] GET http://64.188.16.148:32400/identity 2020-07-25 16:55:39.188 Verbose/PlexLogger: <-- [799] 200 OK http://64.188.16.148:32400/identity (67ms, unknown-length body) 2020-07-25 16:55:39.189 Verbose/PlexLogger: <-- [799] {"MediaContainer":{"size":0,"claimed":true,"machineIdentifier":"a34ace67116042a0c26ca9b976fbaee85e046633","version":"1.19.5.3112-b23ab3896"}} 2020-07-25 16:55:39.193 Verbose/PlexLogger: <-- [281] 200 OK http://64.188.16.148:32400/identity (70ms, unknown-length body) 2020-07-25 16:55:39.193 Verbose/SyncService: Handling: (3, Show) 2020-07-25 16:55:39.196 Verbose/PlexDataProvider: Start parsing TvShows 2020-07-25 16:55:39.197 Verbose/PlexLogger: <-- [281] {"MediaContainer":{"size":0,"claimed":true,"machineIdentifier":"a34ace67116042a0c26ca9b976fbaee85e046633","version":"1.19.5.3112-b23ab3896"}} 2020-07-25 16:55:39.201 Verbose/QueryBuilder: Query: SELECT smart_sync._id,smart_sync.host_id,smart_sync.media_type,smart_sync.external_id,smart_sync.filter,smart_sync.title,smart_sync.thumbnail,smart_sync.auto_delete,smart_sync.cache_count FROM smart_sync WHERE (smart_sync.host_id=?) ('3') [0 in 1.98ms] 2020-07-25 16:55:39.201 Verbose/QueryBuilder: Query: SELECT tv_shows.external_id FROM tv_shows WHERE (tv_shows.host_id=?) AND (tv_shows.is_favorite>0) ('3') [0 in 2.57ms] 2020-07-25 16:55:39.204 Verbose/QueryBuilder: Query: SELECT tv_seasons.external_id FROM tv_seasons WHERE (tv_seasons.host_id=?) AND (tv_seasons.is_favorite>0) ('3') [0 in 1.50ms] 2020-07-25 16:55:39.208 Verbose/QueryBuilder: Query: SELECT tv_episodes.external_id FROM tv_episodes WHERE (tv_episodes.host_id=?) AND (tv_episodes.is_favorite>0) ('3') [0 in 3.35ms] 2020-07-25 16:55:39.210 Verbose/QueryBuilder: Query: DELETE on tv_shows, count=29 | (tv_shows.host_id=?) - '3' [0.94ms] 2020-07-25 16:55:39.210 Verbose/QueryBuilder: Query: DELETE on tv_seasons, count=42 | (tv_seasons.host_id=?) - '3' [0.45ms] 2020-07-25 16:55:39.216 Verbose/QueryBuilder: Query: DELETE on tv_episodes, count=576 | (tv_episodes.host_id=?) - '3' [5.27ms] 2020-07-25 16:55:39.219 Verbose/QueryBuilder: Query: DELETE on videos_casts, count=0 | (videos_casts.video_type=?) AND (videos_casts.host_id=?) - '2','3' [2.08ms] 2020-07-25 16:55:39.221 Verbose/QueryBuilder: Query: DELETE on videos_persons, count=0 | (videos_persons.video_type=?) AND (videos_persons.host_id=?) - '2','3' [1.02ms] 2020-07-25 16:55:39.221 Verbose/QueryBuilder: Query: DELETE on videos_tags, count=0 | (videos_tags.video_type=?) AND (videos_tags.host_id=?) - '2','3' [0.46ms] 2020-07-25 16:55:39.222 Verbose/QueryBuilder: Query: DELETE on videos_genres, count=6 | (videos_genres.video_type=?) AND (videos_genres.host_id=?) - '2','3' [0.46ms] 2020-07-25 16:55:39.223 Verbose/QueryBuilder: Query: DELETE on tv_shows_genres, count=58 | (tv_shows_genres.host_id=?) - '3' [0.66ms] 2020-07-25 16:55:39.224 Verbose/PlexLogger: --> [616] GET http://64.188.16.148:32400/library/sections?X-Plex-Container-Start=0&X-Plex-Container-Size=100 2020-07-25 16:55:39.280 Verbose/PlexLogger: <-- [616] 200 OK http://64.188.16.148:32400/library/sections?X-Plex-Container-Start=0&X-Plex-Container-Size=100 (55ms, unknown-length body) 2020-07-25 16:55:39.288 Verbose/PlexLogger: <-- [616] {"MediaContainer":{"size":4,"totalSize":4,"allowSync":false,"identifier":"com.plexapp.plugins.library","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"offset":0,"title1":"Plex Library","Directory":[{"allowSync":true,"art":"/:/resources/show-fanart.jpg","composite":"/library/sections/1/composite/1595639209","filters":true,"refreshing":false,"thumb":"/:/resources/show.png","key":"1","type":"show","title":"Anime","agent":"com.plexapp.agents.thetvdb","scanner":"Plex Series Scanner","language":"en","uuid":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","updatedAt":1591408202,"createdAt":1591408187,"scannedAt":1595639209,"content":true,"directory":true,"contentChangedAt":7308561732629586517,"hidden":0,"Location":[{"id":1,"path":"D:\\Public\\Media\\Anime"}]},{"allowSync":true,"art":"/:/resources/movie-fanart.jpg","composite":"/library/sections/4/composite/1592294788","filters":true,"refreshing":false,"thumb":"/:/resources/movie.png","key":"4","type":"movie","title":"Movies","agent":"com.plexapp.agents.imdb","scanner":"Plex Movie Scanner","language":"en","uuid":"565a82ad-f6d4-422c-97ec-5be6c0f67ec3","updatedAt":1591408295,"createdAt":1591408295,"scannedAt":1592294788,"content":true,"directory":true,"contentChangedAt":7308561732629534817,"hidden":0,"Location":[{"id":4,"path":"D:\\Public\\Media\\Movies"}]},{"allowSync":true,"art":"/:/resources/artist-fanart.jpg","composite":"/library/sections/3/composite/1593546837","filters":true,"refreshing":false,"thumb":"/:/resources/artist.png","key":"3","type":"artist","title":"Music","agent":"tv.plex.agents.music","scanner":"Plex Music","language":"en","uuid":"137cc432-cc5e-4fac-9080-36313483dc7f","updatedAt":1591408940,"createdAt":1591408269,"scannedAt":1593546837,"content":true,"directory":true,"contentChangedAt":7308561732629551061,"hidden":0,"Location":[{"id":3,"path":"D:\\Public\\Media\\Music"}]},{"allowSync":true,"art":"/:/resources/show-fanart.jpg","composite":"/library/sections/2/composite/1591408552","filters":true,"refreshing":false,"thumb":"/:/resources/show.png","key":"2","type":"show","title":"TV Shows","agent":"com.plexapp.agents.thetvdb","scanner":"Plex Series Scanner","language":"en","uuid":"859c0ec2-4877-48cc-84fd-daa92edae01c","updatedAt":1591408230,"createdAt":1591408230,"scannedAt":1591408552,"content":true,"directory":true,"contentChangedAt":3606,"hidden":0,"Location":[{"id":2,"path":"D:\\Public\\Media\\TV Shows"}]}]}} 2020-07-25 16:55:39.291 Verbose/QueryBuilder: Query: DELETE on media_sources, count=2 | (media_sources.host_id=?) AND (media_sources.media_type=?) - '3','12' [0.75ms] 2020-07-25 16:55:39.298 Verbose/PlexLogger: --> [582] GET http://64.188.16.148:32400/library/sections/1/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=2 2020-07-25 16:55:39.408 Verbose/PlexLogger: <-- [582] 200 OK http://64.188.16.148:32400/library/sections/1/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=2 (112ms, unknown-length body) 2020-07-25 16:55:39.454 Verbose/PlexLogger: <-- [582] {"MediaContainer":{"size":28,"totalSize":28,"allowSync":true,"art":"/:/resources/show-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":1,"librarySectionTitle":"Anime","librarySectionUUID":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/show.png","title1":"Anime","title2":"All Shows","viewGroup":"show","viewMode":65592,"Metadata":[{"ratingKey":"2","key":"/library/metadata/2/children","guid":"com.plexapp.agents.thetvdb://321285?lang=en","studio":"TV Tokyo","type":"show","title":"Boruto: Naruto Next Generations","contentRating":"TV-14","summary":"The Hidden Leaf Village has entered an era of peace and modernity. Tall buildings line the streets, giant screens flash with images, and the Thunder Rail runs through the village, connecting each district together. Though it's still a ninja village, the number of civilians has increased and the life of the shinobi is beginning to change.\r\nBoruto Uzumaki, son of Seventh Hokage Naruto Uzumaki, has enrolled in the Ninja Academy to learn the ways of the ninja. The other students are ready to dismiss him as \"just the son of the Hokage,” but Boruto’s heart and character blow all their assumptions away.\r\nAs a series of mysterious events begins to unfold, it’s up to Boruto and his new friends to handle them. Like a gale-force wind, Boruto makes his own way into everyone's hearts; his story is about to begin!!","index":1,"rating":9.4,"viewCount":6,"lastViewedAt":1595050895,"year":2016,"thumb":"/library/metadata/2/thumb/1595152077","art":"/library/metadata/2/art/1595152077","banner":"/library/metadata/2/banner/1595152077","theme":"/library/metadata/2/theme/1595152077","duration":1500000,"originallyAvailableAt":"2016-11-27","leafCount":7,"viewedLeafCount":6,"childCount":1,"addedAt":1587182866,"updatedAt":1595152077,"Genre":[{"tag":"Action"},{"tag":"Adventure"}],"Role":[{"tag":"Natsumi Yamada"},{"tag":"Jun Fukuyama"},{"tag":"Satoshi Hino"}]},{"ratingKey":"8","key":"/library/metadata/8/children","guid":"com.plexapp.agents.thetvdb://279396?lang=en","studio":"Tokyo MX","type":"show","title":"Brynhildr in the Darkness","contentRating":"TV-MA","summary":"A high school senior Murakami Ryouta had a childhood friend called Kuroneko who died in an accident. Ryouta had made a promise with Kuroneko that he will prove there are aliens in the universe. In order to fulfil his promise, he joined the astronomy club at the school as its only member and kept observing the stars almost every night.\r\n\r\nOne day, a girl who looks like Kuroneko transferred into his class. To his surprise, the girl's name is Kuroha Neko which is really similar to his childhood friend's name. However it seems that there is something unusual about her. It turns out that she is a witch who actually escaped from a research laboratory.","index":1,"rating":7.7,"year":2014,"thumb":"/library/metadata/8/thumb/1595639985","art":"/library/metadata/8/art/1595639985","banner":"/library/metadata/8/banner/1595639985","duration":1500000,"originallyAvailableAt":"2014-04-06","leafCount":13,"viewedLeafCount":0,"childCount":1,"addedAt":1586149852,"updatedAt":1595639985,"Genre":[{"tag":"Action"},{"tag":"Anime"}],"Role":[{"tag":"Risa Taneda"},{"tag":"Yumi Uchiyama"},{"tag":"Hiroki Touchi"}]},{"ratingKey":"23","key":"/library/metadata/23/children","guid":"com.plexapp.agents.thetvdb://262095?lang=en","studio":"Tokyo MX","type":"show","title":"Btooom!","contentRating":"TV-MA","summary":"Sakamoto Ryouta is an unemployed 22-year-old who lives with his mother. In the real world, there may be nothing really special about him, but online, he's one of the world's top players of the combat game Btooom!.\r\nOne day, he awakes on what appears to be a tropical island, though he has no memory of how or why he has come to be there. While wandering around, Ryouta sees someone and calls out for help. The stranger responds by throwing a bomb at him! Now Ryouta realizes both that his life is in danger and that he has somehow been trapped in a real-life version of his favourite game! Will Ryouta be able to survive long enough to figure out how and why he ended up here?","index":1,"rating":7.2,"year":2012,"thumb":"/library/metadata/23/thumb/1591408245","art":"/library/metadata/23/art/1591408245","banner":"/library/metadata/23/banner/1591408245","theme":"/library/metadata/23/theme/1591408245","duration":1500000,"originallyAvailableAt":"2012-10-04","leafCount":12,"viewedLeafCount":0,"childCount":1,"addedAt":1586150882,"updatedAt":1591408245,"Genre":[{"tag":"Action"},{"tag":"Animation"}],"Role":[{"tag":"Yasumichi Kushida"},{"tag":"Kanata Hongo"},{"tag":"Hisao Egawa"}]},{"ratingKey":"37","key":"/library/metadata/37/children","guid":"com.plexapp.agents.thetvdb://278127?lang=en","studio":"Tokyo MX","type":"show","title":"Chaika the Coffin Princess","contentRating":"TV-14","summary":"Toru Acura is a 20-year-old retired soldier meandering through life now that the war has ended. He encounters Chaika Trabant, a 14-year-old sorceress carrying a coffin, and follows her in hopes of finding meaning to his life again. The two travel with Toru's adopted sister, Akari, the employed member of the group and thus Toru's source of income.","index":1,"rating":8.3,"year":2014,"thumb":"/library/metadata/37/thumb/1595639977","art":"/library/metadata/37/art/1595639977","banner":"/library/metadata/37/banner/1595639977","duration":1500000,"originallyAvailableAt":"2014-04-10","leafCount":22,"viewedLeafCount":0,"childCount":2,"addedAt":1586140892,"updatedAt":1595639977,"Genre":[{"tag":"Action"},{"tag":"Adventure"}],"Role":[{"tag":"Murase Ayumu"},{"tag":"Yumeha Kouda"},{"tag":"Saeko Zougou"}]},{"ratingKey":"51","key":"/library/metadata/51/children","guid":"com.plexapp.agents.thetvdb://314031?lang=en","studio":"TV Tokyo","type":"show","title":"Chain Chronicle: The Light Of Haecceitas","contentRating":"TV-14","summary":"This is the story of the Chain Chronicle, a book that describes everything that happens in the world. The citizens of the remote continent of Yggd once thought that there was nothing beyond their continent. The continent was divided into several regions, each with its own king. Though there were small skirmishes amongst them, a lord, chosen by the kings in conference, always maintained balance, until the evil Black Army arrived. The Volunteer Army, led by Yuri, was no match for the Black Army. During the fighting, the Lord of Black captures half of the Chain Chronicle, as well as the capital.","index":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/51/thumb/1595639969","art":"/library/metadata/51/art/1595639969","banner":"/library/metadata/51/banner/1595639969","duration":1800000,"originallyAvailableAt":"2014-09-06","leafCount":12,"viewedLeafCount":0,"childCount":1,"addedAt":1586158114,"updatedAt":1595639969,"Genre":[{"tag":"Action"},{"tag":"Adventure"}],"Role":[{"tag":"Daiki Yamashita"},{"tag":"Akira Ishida"},{"tag":"Ayane Sakura"}]},{"ratingKey":"65","key":"/library/metadata/65/children","guid":"com.plexapp.agents.thetvdb://326332?lang=en","studio":"Tokyo MX","type":"show","title":"Fate/Apocrypha","contentRating":"TV-MA","summary":"The setting is a parallel world to Fate/stay night where the Greater Grail mysteriously disappeared from Fuyuki after the Third Holy Grail War. After many years of silence, around the same time as the Fifth Holy Grail War would have happened, the Yggdmillennia, a family of magi, openly declares their secession from the Mage's Association, and that they are in possession of the Grail. The Association dispatches fifty magi to retrieve it, and all but one are instantly slaughtered by a mysterious Servant. The one remaining manages to activate the reserve system of the Greater Grail, allowing for the summoning of fourteen Servants in total.\r\n\r\nIn the city of Trifas, two factions will fight for the control of the sacred relic, each of them possessing their own team of seven Servants : the Black Faction whose members are part of Yggdmillennia, protecting the Grail, and the Red Faction whose members were sent by the Mage's Association, trying to take the Grail back. For an event of this scale, the Grail itself summons its own Servant, the holy Ruler, to oversee the conflict. This marks the start of the Great Holy Grail War.","index":1,"rating":8.0,"year":2017,"thumb":"/library/metadata/65/thumb/1591408267","art":"/library/metadata/65/art/1591408267","banner":"/library/metadata/65/banner/1591408267","theme":"/library/metadata/65/theme/1591408267","duration":1500000,"originallyAvailableAt":"2017-07-02","leafCount":25,"viewedLeafCount":0,"childCount":1,"addedAt":1586124352,"updatedAt":1591408267,"Genre":[{"tag":"Action"},{"tag":"Animation"}],"Role":[{"tag":"Natsuki Hanae"},{"tag":"Kouki Uchiyama"},{"tag":"Jun'ichi Suwabe"}]},{"ratingKey":"92","key":"/library/metadata/92/children","guid":"com.plexapp.agents.thetvdb://79151?lang=en","studio":"Teletama","type":"show","title":"Fate/Stay Night","contentRating":"TV-MA","summary":"Shirou Emiya lost his parents in a fire when he was young and was later adopted by the sorcerer Kiritsugu Emiya. Shirou is drawn into the Holy Grail War summons a female \"Servant\" known as Saber to protect him and obtain the Holy Grail.","index":1,"rating":7.6,"year":2005,"thumb":"/library/metadata/92/thumb/1591408284","art":"/library/metadata/92/art/1591408284","banner":"/library/metadata/92/banner/1591408284","theme":"/library/metadata/92/theme/1591408284","duration":1500000,"originallyAvailableAt":"2005-11-23","leafCount":24,"viewedLeafCount":0,"childCount":1,"addedAt":1586073970,"updatedAt":1591408284,"Genre":[{"tag":"Action"},{"tag":"Animation"}],"Role":[{"tag":"Nobutoshi Kanna"},{"tag":"Kazuhiro Nakata"},{"tag":"Tomokazu Seki"}]},{"ratingKey":"118","key":"/library/metadata/118/children","guid":"com.plexapp.agents.thetvdb://278626?lang=en","studio":"Tokyo MX","type":"show","title":"Fate/Stay Night: Unlimited Blade Works","contentRating":"TV-MA","summary":"The Holy Grail War is a battle royale among seven magi who serve as Masters. Masters, through the use of the command seals they are given when they enter the war, command Heroic Spirits known as Servants to fight for them in battle. In the Fifth Holy Grail War, Rin Toosaka is among the magi entering the competition. With her Servant, Archer, she hopes to obtain the ultimate prize—the Holy Grail, a magical artifact capable of granting its wielder any wish.\r\n\r\nOne of Rin's classmates, Emiya Shirou, accidentally enters the competition and ends up commanding a Servant of his own known as Saber. As they find themselves facing mutual enemies, Rin and Shirou decide to form a temporary alliance as they challenge their opponents in the Holy Grail War.","index":1,"rating":8.1,"year":2014,"thumb":"/library/metadata/118/thumb/1595639848","art":"/library/metadata/118/art/1595639848","banner":"/library/metadata/118/banner/1595639848","theme":"/library/metadata/118/theme/1595639848","duration":1500000,"originallyAvailableAt":"2014-10-05","leafCount":26,"viewedLeafCount":0,"childCount":3,"addedAt":1586086024,"updatedAt":1595639848,"Genre":[{"tag":"Action"},{"tag":"Animation"}],"Role":[{"tag":"Hiroshi Kamiya"},{"tag":"Noriaki Sugiyama"},{"tag":"Noriko Shitaya"}]},{"ratingKey":"147","key":"/library/metadata/147/children","guid":"com.plexapp.agents.thetvdb://275798?lang=en","studio":"Tokyo MX","type":"show","title":"Fate/Zero","contentRating":"TV-MA","summary":"The Holy Grail War is a death-match between 7 magi (Masters) and their summoned heroic spirits (Servants). In this battle royale, the prize is the legendary Holy Grail, said to be an omnipotent wish-granting device which will produce any sort of miracle in order to bend reality to accommodate the wishes it grants. The winning Master and Servant shall be granted one wish each, after which the Holy Grail will not be activated until the next War.\r\n\r\nAs the 4th Holy Grail War progresses, several camps raise the stakes, and the challenges only become bigger and more difficult. Each Master and Servant will be faced with the impact of their own shortcomings, and some of the competitors would do well in remembering that deceit and betrayal do not send prior warning...","index":1,"rating":8.4,"year":2011,"thumb":"/library/metadata/147/thumb/1595639866","art":"/library/metadata/147/art/1595639866","banner":"/library/metadata/147/banner/1595639866","theme":"/library/metadata/147/theme/1595639866","duration":1500000,"originallyAvailableAt":"2011-10-02","leafCount":25,"viewedLeafCount":0,"childCount":1,"addedAt":1586087382,"updatedAt":1595639866,"Genre":[{"tag":"Action"},{"tag":"Animation"}],"Role":[{"tag":"Ayako Kawasumi"},{"tag":"Tomokazu Seki"},{"tag":"Rikiya Koyama"}]},{"ratingKey":"3492","key":"/library/metadata/3492/children","guid":"com.plexapp.agents.thetvdb://378556?lang=en","studio":"AT-X","type":"show","title":"The God of High School","titleSort":"God of High School","contentRating":"TV-14","summary":"When an island half-disappears from the face of the earth, a mysterious organization sends out invitations for a tournament to every skilled fighter in the world.“If you win you can have ANYTHING you want.” they claim. They’re recruiting only the best to fight the best and claim the title of The God of High School. Mori Jin, a Taekwondo specialist and a high school student, soon learns that there is something much greater beneath the stage of the tournament.","index":1,"year":2020,"thumb":"/library/metadata/3492/thumb/1595257186","art":"/library/metadata/3492/art/1595257186","banner":"/library/metadata/3492/banner/1595257186","duration":1500000,"originallyAvailableAt":"2020-07-06","leafCount":3,"viewedLeafCount":0,"childCount":1,"addedAt":1594663068,"updatedAt":1595257186,"Genre":[{"tag":"Action"},{"tag":"Adventure"}],"Role":[{"tag":"Chikahiro Kobayashi"},{"tag":"Tatsumaru Tachibana"},{"tag":"Daisuke Namikawa"}]},{"ratingKey":"174","key":"/library/metadata/174/children","guid":"com.plexapp.agents.thetvdb://251908?lang=en","studio":"Tokyo Broadcasting System","type":"show","title":"Haganai","contentRating":"TV-MA","summary":"Hasegawa Kodaka is a recent transfer student to St. Chronica's Academy, a Catholic high school. As with every other school he has ever attended, he finds it difficult to make friends there because of his naturally-blond hair (inherited from his deceased English mother) and fierce-looking eyes, which make him look like a dangerous \"yankee\" to his prejudiced schoolmates.\r\n\r\nOne day, Kodaka accidentally comes across the equally solitary and very abrasive Yozora Mikazuki while she converses with her imaginary friend Tomo. Realizing that neither of them have any social lives, they decide that the best way to improve their situation is to form a club – the Neighbor's Club – precisely intended to make friends and learn social skills.","index":1,"rating":9.1,"year":2011,"thumb":"/library/metadata/174/thumb/1595639240","art":"/library/metadata/174/art/1595639240","banner":"/library/metadata/174/banner/1595639240","theme":"/library/metadata/174/theme/1595639240","duration":1500000,"originallyAvailableAt":"2011-09-22","leafCount":25,"viewedLeafCount":0,"childCount":2,"addedAt":1586157082,"updatedAt":1595639240,"Genre":[{"tag":"Animation"},{"tag":"Anime"}],"Role":[{"tag":"Mariya Ise"},{"tag":"Akiko Seri"},{"tag":"Kana Hanazawa"}]},{"ratingKey":"201","key":"/library/metadata/201/children","guid":"com.plexapp.agents.thetvdb://281948?lang=en","studio":"TV Tokyo","type":"show","title":"Hanayamata","summary":"Normal appearance, normal intelligence, normal in arts and sports... just normal. This is the entirely normal 14-year-old, Naru Sekiya. While she admires \"Heroines\" she continues to live a normal life until one moonlit night she meets a fairy. This foreign girl then guides her into the extraordinary world of the yosakoi dance.","index":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/201/thumb/1595639896","art":"/library/metadata/201/art/1595639896","banner":"/library/metadata/201/banner/1595639896","duration":1500000,"originallyAvailableAt":"2014-07-08","leafCount":12,"viewedLeafCount":0,"childCount":1,"addedAt":1586141390,"updatedAt":1595639896,"Genre":[{"tag":"Anime"},{"tag":"Comedy"}],"Role":[{"tag":"Minami Tanaka"},{"tag":"Tsuyoshi Koyama"},{"tag":"Kaya Okuno"}]},{"ratingKey":"215","key":"/library/metadata/215/children","guid":"com.plexapp.agents.thetvdb://354198?lang=en","studio":"Tokyo MX","type":"show","title":"Kaguya-sama: Love is War","contentRating":"TV-14","summary":"Considered a genius due to having the highest grades in the country, Miyuki Shirogane leads the prestigious Shuchiin Academy's student council as its president, working alongside the beautiful and wealthy vice president Kaguya Shinomiya. The two are often regarded as the perfect couple by students despite them not being in any sort of romantic relationship.\r\nHowever, the truth is that after spending so much time together, the two have developed feelings for one another; unfortunately, neither is willing to confess, as doing so would be a sign of weakness. With their pride as elite students on the line, Miyuki and Kaguya embark on a quest to do whatever is necessary to get a confession out of the other. Through their daily antics, the battle of love begins!","index":1,"year":2019,"thumb":"/library/metadata/215/thumb/1591408301","art":"/library/metadata/215/art/1591408301","banner":"/library/metadata/215/banner/1591408301","theme":"/library/metadata/215/theme/1591408301","duration":1500000,"originallyAvailableAt":"2019-01-05","leafCount":12,"viewedLeafCount":0,"childCount":1,"addedAt":1572868142,"updatedAt":1591408301,"Genre":[{"tag":"Animation"},{"tag":"Anime"}],"Role":[{"tag":"Aoi Koga"},{"tag":"Makoto Furukawa"},{"tag":"Konomi Kohara"}]},{"ratingKey":"229","key":"/library/metadata/229/children","guid":"com.plexapp.agents.thetvdb://272074?lang=en","studio":"MBS","type":"show","title":"Kill la Kill","contentRating":"TV-MA","summary":"Ryuko Matoi is a vagrant school girl traveling from place to place unraveling clues about the truth behind her father's death—and his last gift to her: the Scissor Blade. The journey has led Ryuko to Honnouji Academy.\r\n\r\nHonnouji Academy—where an elite group of students is granted superhuman power by their special uniforms called the \"Goiku uniform.\" With the power of the uniform, the student body president, Satsuki Kiryuin rules the students with unquestioned power and fear.\r\n\r\nSatsuki holds the secret to the Scissor Blade and Ryuko confronts her to gain information but their escalating battle threatens to destroy the entire academy.","index":1,"rating":8.1,"year":2013,"thumb":"/library/metadata/229/thumb/1595622335","art":"/library/metadata/229/art/1595622335","banner":"/library/metadata/229/banner/1595622335","theme":"/library/metadata/229/theme/1595622335","duration":1500000,"originallyAvailableAt":"2013-10-04","leafCount":25,"viewedLeafCount":0,"childCount":2,"addedAt":1586137058,"updatedAt":1595622335,"Genre":[{"tag":"Action"},{"tag":"Animation"}],"Role":[{"tag":"Yuuji Ueda"},{"tag":"Ami Koshimizu"},{"tag":"Tetsu Inada"}]},{"ratingKey":"3553","key":"/library/metadata/3553/children","guid":"com.plexapp.agents.thetvdb://264056?lang=en","studio":"Tokyo MX","type":"show","title":"Maoyu: Archenemy & Hero","summary":"The story is set in a world embroiled by war between Humans and Demons. The Humans' greatest hero invades the Demon Queen's castle determined to vanquish her. However, instead of fighting back, the Queen proposes an alliance with the Hero. She explains how a sudden end to the war can bring further chaos to the world as the Humans once united to stand against their common enemies would eventually begin fighting among themselves, with similar issues already occurring at the Demon Realm. Convinced by her words, the Hero joins forces with the Queen and together they execute a plan to bring prosperity and a lasting peace to both Humans and Demons alike.","index":1,"rating":8.4,"viewCount":3,"lastViewedAt":1595721337,"year":2013,"thumb":"/library/metadata/3553/thumb/1595554391","art":"/library/metadata/3553/art/1595554391","banner":"/library/metadata/3553/banner/1595554391","theme":"/library/metadata/3553/theme/1595554391","duration":1500000,"originallyAvailableAt":"2013-01-05","leafCount":12,"viewedLeafCount":3,"childCount":1,"addedAt":1595488561,"updatedAt":1595554391,"Genre":[{"tag":"Action"},{"tag":"Adventure"}]},{"ratingKey":"269","key":"/library/metadata/269/children","guid":"com.plexapp.agents.thetvdb://307375?lang=en","studio":"Tokyo MX","type":"show","title":"Mob Psycho 100","contentRating":"TV-14","summary":"Kageyama Shigeo (a.k.a. \"Mob\") is a 8th grader with psychic abilities. He could bend spoons and lift objects with his mind from a young age, but he slowly began to withhold from using his abilities in public due to the negative attention he kept receiving. Now, the only thing he wants is to become friends with a girl in his class, Tsubomi. With his psychic \"mentor\" (who has no psychic powers), he continues his daily life, attempting to realize his purpose in life.","index":1,"rating":9.0,"year":2016,"thumb":"/library/metadata/269/thumb/1591408343","art":"/library/metadata/269/art/1591408343","banner":"/library/metadata/269/banner/1591408343","theme":"/library/metadata/269/theme/1591408343","duration":1500000,"originallyAvailableAt":"2016-07-12","leafCount":25,"viewedLeafCount":0,"childCount":2,"addedAt":1586132760,"updatedAt":1591408343,"Genre":[{"tag":"Action"},{"tag":"Anime"}],"Role":[{"tag":"Sachi Kokuryuu"},{"tag":"Takahiro Sakurai"},{"tag":"Atsumi Tanezaki"}]},{"ratingKey":"3500","key":"/library/metadata/3500/children","guid":"com.plexapp.agents.thetvdb://267435?lang=en","studio":"Tokyo Broadcasting System","type":"show","title":"My Teen Romantic Comedy SNAFU","contentRating":"TV-14","summary":"So exactly what’s going to happen when Hachiman Hikigaya, an isolated high school student with no friends, no interest in making any and a belief that everyone else’s supposedly great high school experiences are either delusions or outright lies, is coerced by a well meaning faculty member into joining the one member “Volunteer Services Club” run by Yukino Yukinoshita, who’s smart, attractive and generally considers everyone in her school to be her complete inferior?","index":1,"rating":8.7,"year":2013,"thumb":"/library/metadata/3500/thumb/1595527786","art":"/library/metadata/3500/art/1595527786","banner":"/library/metadata/3500/banner/1595527786","theme":"/library/metadata/3500/theme/1595527786","duration":1500000,"originallyAvailableAt":"2013-04-05","leafCount":3,"viewedLeafCount":0,"childCount":1,"addedAt":1594877170,"updatedAt":1595527786,"Genre":[{"tag":"Animation"},{"tag":"Anime"}],"Role":[{"tag":"Takuya Eguchi"},{"tag":"Ayane Sakura"},{"tag":"Nao Touyama"}]},{"ratingKey":"297","key":"/library/metadata/297/children","guid":"com.plexapp.agents.thetvdb://272073?lang=en","studio":"Animax","type":"show","title":"Nagi-Asu: A Lull in the Sea","summary":"A beautiful fairy tale that wanders through the earth and the sea. Hikari Sakishima and Manaka Mukaido are Sea Dwellers and childhood friends. When their school in the sea is closed they are forced to attend one on land, but due to a special encounter, their lives gain a new twist.","index":1,"rating":7.4,"year":2013,"thumb":"/library/metadata/297/thumb/1591408342","art":"/library/metadata/297/art/1591408342","banner":"/library/metadata/297/banner/1591408342","theme":"/library/metadata/297/theme/1591408342","duration":1500000,"originallyAvailableAt":"2013-10-03","leafCount":26,"viewedLeafCount":0,"childCount":1,"addedAt":1586131998,"updatedAt":1591408342,"Genre":[{"tag":"Anime"},{"tag":"Drama"}],"Role":[{"tag":"Kaori Nazuka"},{"tag":"Sayaka Oohara"},{"tag":"Kaito Ishikawa"}]},{"ratingKey":"325","key":"/library/metadata/325/children","guid":"com.plexapp.agents.thetvdb://81797?lang=en","studio":"Fuji TV","type":"show","title":"One Piece","contentRating":"TV-Y7","summary":"It was a time when pirates ruled the seas. Several bands of pirates were battling over the great hidden treasure, One Piece, which was left by the now legendary pirate captain, Gold Roger. There was a young boy who admired the pirates, his name was Monkey D. Luffy. One day, he mistakenly eats the devil's fruit and turns himself into a rubber human being.\r\n\r\nTen years have passed since that incident. Luffy sets out to sail all alone. He sets out to become a great pirate captain and that's when his great adventure begins. \"I'm going to be the Pirate King! I'm going to get One Piece!\".","index":1,"rating":8.5,"viewCount":7,"lastViewedAt":1595133226,"year":1998,"thumb":"/library/metadata/325/thumb/1595560386","art":"/library/metadata/325/art/1595560386","banner":"/library/metadata/325/banner/1595560386","theme":"/library/metadata/325/theme/1595560386","duration":1500000,"originallyAvailableAt":"1998-07-26","leafCount":7,"viewedLeafCount":7,"childCount":1,"addedAt":1587169056,"updatedAt":1595560386,"Genre":[{"tag":"Action"},{"tag":"Adventure"}],"Role":[{"tag":"Yuuko Kobayashi"},{"tag":"Jouji Yanami"},{"tag":"Taiki Matsuno"}]},{"ratingKey":"3484","key":"/library/metadata/3484/children","guid":"com.plexapp.agents.thetvdb://305089?lang=en","studio":"TV Tokyo","type":"show","title":"Re:ZERO -Starting Life in Another World-","contentRating":"TV-MA","summary":"When Subaru Natsuki leaves the convenience store, the last thing he expects is to be wrenched from his everyday life and dropped into a fantasy world. Things aren't looking good for the bewildered teenager; however, not long after his arrival, he is attacked by some thugs. Armed with only a bag of groceries and a now useless cell phone, he is quickly beaten to a pulp. Fortunately, a mysterious beauty named Satella, in hot pursuit after the one who stole her insignia, happens upon Subaru and saves him. In order to thank the honest and kindhearted girl, Subaru offers to help in her search, and later that night, he even finds the whereabouts of that which she seeks. But unbeknownst to them, a much darker force stalks the pair from the shadows, and just minutes after locating the insignia, Subaru and Satella are brutally murdered.\r\n\r\nHowever, Subaru immediately reawakens to a familiar scene—confronted by the same group of thugs, meeting Satella all over again—the enigma deepens as history inexplicably repeats itself.","index":1,"rating":8.6,"year":2016,"thumb":"/library/metadata/3484/thumb/1595639936","art":"/library/metadata/3484/art/1595639936","banner":"/library/metadata/3484/banner/1595639936","theme":"/library/metadata/3484/theme/1595639936","duration":1500000,"originallyAvailableAt":"2016-04-04","leafCount":3,"viewedLeafCount":0,"childCount":1,"addedAt":1594301477,"updatedAt":1595639936,"Genre":[{"tag":"Adventure"},{"tag":"Animation"}],"Role":[{"tag":"Ken'yū Horiuchi"},{"tag":"Inori Minase"},{"tag":"Chinatsu Akasaki"}]},{"ratingKey":"382","key":"/library/metadata/382/children","guid":"com.plexapp.agents.thetvdb://353712?lang=en","studio":"AT-X","type":"show","title":"The Rising of the Shield Hero","titleSort":"Rising of the Shield Hero","contentRating":"TV-14","summary":"Iwatani Naofumi was summoned into a parallel world along with 3 other people to become the world's Heroes. Each of the heroes respectively equipped with their own legendary equipment when summoned, Naofumi received the Legendary Shield as his weapon. Due to Naofumi's lack of charisma and experience he's labeled as the weakest, only to end up betrayed, falsely accused, and robbed by on the third day of adventure. Shunned by everyone from the king to peasants, Naofumi's thoughts were filled with nothing but vengeance and hatred. Thus, his destiny in a parallel World begins...","index":1,"year":2019,"thumb":"/library/metadata/382/thumb/1591408361","art":"/library/metadata/382/art/1591408361","banner":"/library/metadata/382/banner/1591408361","theme":"/library/metadata/382/theme/1591408361","duration":1500000,"originallyAvailableAt":"2019-01-09","leafCount":25,"viewedLeafCount":0,"childCount":1,"addedAt":1586049248,"updatedAt":1591408361,"Genre":[{"tag":"Action"},{"tag":"Adventure"}],"Role":[{"tag":"Kaito Ishikawa"},{"tag":"Asami Seto"},{"tag":"Rina Hidaka"}]},{"ratingKey":"409","key":"/library/metadata/409/children","guid":"com.plexapp.agents.thetvdb://284131?lang=en","studio":"MBS","type":"show","title":"The Seven Deadly Sins","titleSort":"Seven Deadly Sins","contentRating":"TV-14","summary":"The \"Seven Deadly Sins,\" a group of evil knights who conspired to overthrow the kingdom of Britannia, were said to have been eradicated by the Holy Knights, although some claim that they still live. Ten years later, the Holy Knights have staged a coup d'état and assassinated the king, becoming the new, tyrannical rulers of the kingdom. Elizabeth, the king's third daughter, sets out on a journey to find the \"Seven Deadly Sins,\" and to enlist their help in taking back the kingdom. ","index":1,"rating":8.3,"year":2014,"thumb":"/library/metadata/409/thumb/1595639950","art":"/library/metadata/409/art/1595639950","banner":"/library/metadata/409/banner/1595639950","theme":"/library/metadata/409/theme/1595639950","duration":1500000,"originallyAvailableAt":"2014-10-05","leafCount":72,"viewedLeafCount":0,"childCount":3,"addedAt":1586128894,"updatedAt":1595639950,"Genre":[{"tag":"Action"},{"tag":"Adventure"}],"Role":[{"tag":"Hirofumi Nojima"},{"tag":"Yuuki Kaji"},{"tag":"Kenjirou Tsuda"}]},{"ratingKey":"330","key":"/library/metadata/330/children","guid":"com.plexapp.agents.thetvdb://272129?lang=en","studio":"AT-X","type":"show","title":"Strike the Blood","contentRating":"TV-MA","summary":"The Fourth Primogenitor—That's the world's strongest vampire that should only exist in legends. Accompanied by twelve Kenjuu and spreading calamity, this phantom vampire appeared in Japan. For the observation and obliteration of this Fourth Primogenitor, the government and Lion King decided to dispatch an attack mage known as a Sword Shaman. However, for some reason, the one chosen for the observation was a apprentice Sword Shaman girl, Himegari Yukina. Wielding the strongest anti-primogenitor spirit spear, Yukina arrived at Demon District, Itogami City. What is the true identity of the Fourth Primogenitor, Akatsuki Kojou, she encountered over there!?","index":1,"rating":8.4,"year":2013,"thumb":"/library/metadata/330/thumb/1595623239","art":"/library/metadata/330/art/1595623239","banner":"/library/metadata/330/banner/1595623239","duration":1500000,"originallyAvailableAt":"2013-10-04","leafCount":32,"viewedLeafCount":0,"childCount":2,"addedAt":1586126646,"updatedAt":1595623239,"Genre":[{"tag":"Action"},{"tag":"Animation"}],"Role":[{"tag":"Yoshitsugu Matsuoka"},{"tag":"Minami Tsuda"},{"tag":"Ikumi Hayama"}]},{"ratingKey":"356","key":"/library/metadata/356/children","guid":"com.plexapp.agents.thetvdb://259640?lang=en","studio":"Tokyo MX","type":"show","title":"Sword Art Online","contentRating":"TV-14","summary":"In the near future, a Virtual Reality Massive Multiplayer Online Role-Playing Game (VRMMORPG) called Sword Art Online has been released where players control their avatars with their bodies using a piece of technology called Nerve Gear. One day, players discover they cannot log out, as the game creator is holding them captive unless they reach the 100th floor of the game's tower and defeat the final boss. However, if they die in the game, they die in real life. Their struggle for survival starts now... ","index":1,"rating":7.9,"year":2012,"thumb":"/library/metadata/356/thumb/1595639911","art":"/library/metadata/356/art/1595639911","banner":"/library/metadata/356/banner/1595639911","theme":"/library/metadata/356/theme/1595639911","duration":1500000,"originallyAvailableAt":"2012-07-07","leafCount":24,"viewedLeafCount":0,"childCount":1,"addedAt":1586054510,"updatedAt":1595639911,"Genre":[{"tag":"Action"},{"tag":"Adventure"}],"Role":[{"tag":"Hiroaki Hirata"},{"tag":"Yoshitsugu Matsuoka"},{"tag":"Nobunaga Shimazaki"}]},{"ratingKey":"435","key":"/library/metadata/435/children","guid":"com.plexapp.agents.thetvdb://376729?lang=en","studio":"BS11","type":"show","title":"Tower of God","contentRating":"TV-PG","summary":"Reach the top, and everything will be yours. At the top of the tower exists everything in this world, and all of it can be yours. You can become a god. This is the story of the beginning and the end of Rachel, the girl who climbed the tower so she could see the stars, and Bam, the boy who needed nothing but her.","index":1,"viewCount":15,"lastViewedAt":1594538941,"year":2020,"thumb":"/library/metadata/435/thumb/1593564549","art":"/library/metadata/435/art/1593564549","banner":"/library/metadata/435/banner/1593564549","theme":"/library/metadata/435/theme/1593564549","duration":1500000,"originallyAvailableAt":"2020-04-02","leafCount":13,"viewedLeafCount":13,"childCount":1,"addedAt":1587180602,"updatedAt":1593564549,"Genre":[{"tag":"Action"},{"tag":"Adventure"}],"Role":[{"tag":"Taichi Ichikawa"},{"tag":"Nobuhiko Okamoto"},{"tag":"Kenta Miyake"}]},{"ratingKey":"3497","key":"/library/metadata/3497/children","guid":"com.plexapp.agents.thetvdb://381406?lang=en","studio":"Tokyo MX","type":"show","title":"Uzaki-chan Wants to Hang Out!","contentRating":"TV-14","summary":"Sakurai Shinichi's one wish is for a little peace and quiet. But Uzaki Hana–his boisterous, well-endowed underclassman–has other plans. All she wants is to hang out and poke fun at him. With the help of her chipper charm and peppy persistence, this might just be the start of a beautiful relationship!","index":1,"year":2020,"thumb":"/library/metadata/3497/thumb/1595639810","art":"/library/metadata/3497/art/1595639810","duration":1500000,"originallyAvailableAt":"2020-07-10","leafCount":3,"viewedLeafCount":0,"childCount":1,"addedAt":1594872483,"updatedAt":1595639810,"Genre":[{"tag":"Animation"},{"tag":"Anime"}],"Role":[{"tag":"Naomi Oozora"},{"tag":"Kenji Akabane"},{"tag":"Ayana Taketatsu"}]},{"ratingKey":"444","key":"/library/metadata/444/children","guid":"com.plexapp.agents.thetvdb://330139?lang=en","studio":"Tokyo MX","type":"show","title":"Violet Evergarden","contentRating":"TV-14","summary":"The Great War finally came to an end after four long years of conflict; fractured in two, the continent of Telesis slowly began to flourish once again. Caught up in the bloodshed was Violet Evergarden, a young girl raised for the sole purpose of decimating enemy lines. Hospitalized and maimed in a bloody skirmish during the War's final leg, she was left with only words from the person she held dearest, but with no understanding of their meaning.\r\nRecovering from her wounds, Violet starts a new life working at CH Postal Services after a falling out with her new intended guardian family. There, she witnesses by pure chance the work of an \"Auto Memory Doll,\" amanuenses that transcribe people's thoughts and feelings into words on paper. Moved by the notion, Violet begins work as an Auto Memory Doll, a trade that will take her on an adventure, one that will reshape the lives of her clients and hopefully lead to self-discovery.","index":1,"rating":9.3,"year":2018,"thumb":"/library/metadata/444/thumb/1591408388","art":"/library/metadata/444/art/1591408388","banner":"/library/metadata/444/banner/1591408388","theme":"/library/metadata/444/theme/1591408388","duration":1500000,"originallyAvailableAt":"2018-01-11","leafCount":14,"viewedLeafCount":14,"childCount":2,"addedAt":1586052480,"updatedAt":1591408388,"Genre":[{"tag":"Animation"},{"tag":"Anime"}],"Role":[{"tag":"Yui Ishikawa"},{"tag":"Minori Chihara"},{"tag":"Daisuke Namikawa"}]},{"ratingKey":"461","key":"/library/metadata/461/children","guid":"com.plexapp.agents.thetvdb://359095?lang=en","studio":"Tokyo MX","type":"show","title":"We Never Learn: BOKUBEN","contentRating":"TV-14","summary":"Nariyuki Yuiga is in his last and most painful year of high school. In order to gain the “special VIP recommendation” which would grant him a full scholarship to college, he must now tutor his classmates as they struggle to prepare for entrance exams.\r\nAmong his pupils are “the sleeping beauty of the literary forest,” Fumino Furuhashi, and “the Thumbelina supercomputer,” Rizu Ogata–two of the most beautiful super-geniuses at the school! While these two were thought to be academically flawless, it turns out that they’re completely clueless outside of their pet subjects…!?\r\nAs Nariyuki’s life is turned upside down by these quirky girls who just never learn, he must do everything he can to get them accepted into college! The stage is set for this romantic comedy featuring prodigies who never learn when it comes to studying and love!","index":1,"viewCount":30,"lastViewedAt":1595485868,"year":2019,"thumb":"/library/metadata/461/thumb/1595244375","art":"/library/metadata/461/art/1595244375","banner":"/library/metadata/461/banner/1595244375","duration":1500000,"originallyAvailableAt":"2019-04-07","leafCount":26,"viewedLeafCount":26,"childCount":2,"addedAt":1586157512,"updatedAt":1595244375,"Genre":[{"tag":"Animation"},{"tag":"Anime"}],"Role":[{"tag":"Haruka Shiraishi"},{"tag":"Ryouta Oosaka"},{"tag":"Lynn"}]}]}} 2020-07-25 16:55:39.456 Verbose/PlexDataProvider: Insert Show: Boruto: Naruto Next Generations 2020-07-25 16:55:39.456 Verbose/PlexDataProvider: Insert Show: Brynhildr in the Darkness 2020-07-25 16:55:39.457 Verbose/PlexDataProvider: Insert Show: Btooom! 2020-07-25 16:55:39.457 Verbose/PlexDataProvider: Insert Show: Chaika the Coffin Princess 2020-07-25 16:55:39.457 Verbose/PlexDataProvider: Insert Show: Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:39.458 Verbose/PlexDataProvider: Insert Show: Fate/Apocrypha 2020-07-25 16:55:39.458 Verbose/PlexDataProvider: Insert Show: Fate/Stay Night 2020-07-25 16:55:39.458 Verbose/PlexDataProvider: Insert Show: Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:39.458 Verbose/PlexDataProvider: Insert Show: Fate/Zero 2020-07-25 16:55:39.459 Verbose/PlexDataProvider: Insert Show: The God of High School 2020-07-25 16:55:39.459 Verbose/PlexDataProvider: Insert Show: Haganai 2020-07-25 16:55:39.459 Verbose/PlexDataProvider: Insert Show: Hanayamata 2020-07-25 16:55:39.459 Verbose/PlexDataProvider: Insert Show: Kaguya-sama: Love is War 2020-07-25 16:55:39.460 Verbose/PlexDataProvider: Insert Show: Kill la Kill 2020-07-25 16:55:39.460 Verbose/PlexDataProvider: Insert Show: Maoyu: Archenemy & Hero 2020-07-25 16:55:39.462 Verbose/PlexDataProvider: Insert Show: Mob Psycho 100 2020-07-25 16:55:39.464 Verbose/PlexDataProvider: Insert Show: My Teen Romantic Comedy SNAFU 2020-07-25 16:55:39.466 Verbose/PlexDataProvider: Insert Show: Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:39.468 Verbose/PlexDataProvider: Insert Show: One Piece 2020-07-25 16:55:39.470 Verbose/PlexDataProvider: Insert Show: Re:ZERO -Starting Life in Another World- 2020-07-25 16:55:39.472 Verbose/PlexDataProvider: Insert Show: The Rising of the Shield Hero 2020-07-25 16:55:39.473 Verbose/PlexDataProvider: Insert Show: The Seven Deadly Sins 2020-07-25 16:55:39.475 Verbose/PlexDataProvider: Insert Show: Strike the Blood 2020-07-25 16:55:39.476 Verbose/PlexDataProvider: Insert Show: Sword Art Online 2020-07-25 16:55:39.478 Verbose/PlexDataProvider: Insert Show: Tower of God 2020-07-25 16:55:39.480 Verbose/PlexDataProvider: Insert Show: Uzaki-chan Wants to Hang Out! 2020-07-25 16:55:39.481 Verbose/PlexDataProvider: Insert Show: Violet Evergarden 2020-07-25 16:55:39.483 Verbose/PlexDataProvider: Insert Show: We Never Learn: BOKUBEN 2020-07-25 16:55:39.484 Verbose/PlexDataProvider: End Insert Shows: 28 [0.19s] 2020-07-25 16:55:39.486 Verbose/PlexLogger: --> [503] GET http://64.188.16.148:32400/library/sections/1/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=3 2020-07-25 16:55:39.610 Verbose/PlexLogger: <-- [503] 200 OK http://64.188.16.148:32400/library/sections/1/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=3 (122ms, unknown-length body) 2020-07-25 16:55:39.662 Verbose/PlexLogger: <-- [503] {"MediaContainer":{"size":39,"totalSize":39,"allowSync":true,"art":"/:/resources/show-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":1,"librarySectionTitle":"Anime","librarySectionUUID":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/show.png","title1":"Anime","title2":"All Shows","viewGroup":"show","viewMode":65592,"Metadata":[{"ratingKey":"145","key":"/library/metadata/145/children","parentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/0?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"season","title":"Specials","parentKey":"/library/metadata/118","parentTitle":"Fate/Stay Night: Unlimited Blade Works","summary":"","index":0,"parentIndex":1,"thumb":"/library/metadata/118/thumb/1595639848","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/118/thumb/1595639848","parentTheme":"/library/metadata/118/theme/1595639848","addedAt":1586086024,"updatedAt":1595620353},{"ratingKey":"459","key":"/library/metadata/459/children","parentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/0?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"season","title":"Specials","parentKey":"/library/metadata/444","parentTitle":"Violet Evergarden","summary":"","index":0,"parentIndex":1,"thumb":"/library/metadata/444/thumb/1591408388","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/444/thumb/1591408388","parentTheme":"/library/metadata/444/theme/1591408388","addedAt":1586052480,"updatedAt":1591408388},{"ratingKey":"3661","key":"/library/metadata/3661/children","parentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/0?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"season","title":"Specials","parentKey":"/library/metadata/229","parentTitle":"Kill la Kill","summary":"","index":0,"parentIndex":1,"thumb":"/library/metadata/229/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/229/thumb/1595622335","parentTheme":"/library/metadata/229/theme/1595622335","addedAt":1595622314,"updatedAt":1595622335},{"ratingKey":"3663","key":"/library/metadata/3663/children","parentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/0?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"season","title":"Specials","parentKey":"/library/metadata/330","parentTitle":"Strike the Blood","summary":"","index":0,"parentIndex":1,"thumb":"/library/metadata/330/thumb/1595623239","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/330/thumb/1595623239","addedAt":1595623211,"updatedAt":1595623239},{"ratingKey":"3","key":"/library/metadata/3/children","parentRatingKey":"2","guid":"com.plexapp.agents.thetvdb://321285/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://321285?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/2","parentTitle":"Boruto: Naruto Next Generations","summary":"","index":1,"parentIndex":1,"viewCount":6,"lastViewedAt":1595050895,"thumb":"/library/metadata/3/thumb/1595152076","art":"/library/metadata/2/art/1595152077","parentThumb":"/library/metadata/2/thumb/1595152077","parentTheme":"/library/metadata/2/theme/1595152077","addedAt":1587182866,"updatedAt":1595152076},{"ratingKey":"9","key":"/library/metadata/9/children","parentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/8","parentTitle":"Brynhildr in the Darkness","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/8/thumb/1595639985","art":"/library/metadata/8/art/1595639985","parentThumb":"/library/metadata/8/thumb/1595639985","addedAt":1586149852,"updatedAt":1591408244},{"ratingKey":"24","key":"/library/metadata/24/children","parentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/23","parentTitle":"Btooom!","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/24/thumb/1591408245","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/23/thumb/1591408245","parentTheme":"/library/metadata/23/theme/1591408245","addedAt":1586150882,"updatedAt":1591408245},{"ratingKey":"38","key":"/library/metadata/38/children","parentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/37","parentTitle":"Chaika the Coffin Princess","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/38/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/37/thumb/1595639977","addedAt":1586140892,"updatedAt":1595618093},{"ratingKey":"52","key":"/library/metadata/52/children","parentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/51","parentTitle":"Chain Chronicle: The Light Of Haecceitas","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/51/thumb/1595639969","art":"/library/metadata/51/art/1595639969","parentThumb":"/library/metadata/51/thumb/1595639969","addedAt":1586158114,"updatedAt":1591408256},{"ratingKey":"66","key":"/library/metadata/66/children","parentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/65","parentTitle":"Fate/Apocrypha","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/66/thumb/1591408267","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/65/thumb/1591408267","parentTheme":"/library/metadata/65/theme/1591408267","addedAt":1586124352,"updatedAt":1591408267},{"ratingKey":"93","key":"/library/metadata/93/children","parentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/92","parentTitle":"Fate/Stay Night","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/93/thumb/1591408284","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/92/thumb/1591408284","parentTheme":"/library/metadata/92/theme/1591408284","addedAt":1586073970,"updatedAt":1591408284},{"ratingKey":"119","key":"/library/metadata/119/children","parentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/118","parentTitle":"Fate/Stay Night: Unlimited Blade Works","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/119/thumb/1595620353","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/118/thumb/1595639848","parentTheme":"/library/metadata/118/theme/1595639848","addedAt":1586086024,"updatedAt":1595620353},{"ratingKey":"148","key":"/library/metadata/148/children","parentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/147","parentTitle":"Fate/Zero","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/148/thumb/1595621630","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/147/thumb/1595639866","parentTheme":"/library/metadata/147/theme/1595639866","addedAt":1586087382,"updatedAt":1595621630},{"ratingKey":"175","key":"/library/metadata/175/children","parentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/174","parentTitle":"Haganai","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/175/thumb/1595639240","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/174/thumb/1595639240","parentTheme":"/library/metadata/174/theme/1595639240","addedAt":1586157082,"updatedAt":1595639240},{"ratingKey":"202","key":"/library/metadata/202/children","parentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/201","parentTitle":"Hanayamata","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/202/thumb/1591408301","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/201/thumb/1595639896","addedAt":1586141390,"updatedAt":1591408301},{"ratingKey":"216","key":"/library/metadata/216/children","parentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/215","parentTitle":"Kaguya-sama: Love is War","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/216/thumb/1591408301","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/215/thumb/1591408301","parentTheme":"/library/metadata/215/theme/1591408301","addedAt":1572868142,"updatedAt":1591408301},{"ratingKey":"230","key":"/library/metadata/230/children","parentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/229","parentTitle":"Kill la Kill","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/230/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/229/thumb/1595622335","parentTheme":"/library/metadata/229/theme/1595622335","addedAt":1586137058,"updatedAt":1595622335},{"ratingKey":"270","key":"/library/metadata/270/children","parentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/269","parentTitle":"Mob Psycho 100","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/270/thumb/1591408341","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/269/thumb/1591408343","parentTheme":"/library/metadata/269/theme/1591408343","addedAt":1586132760,"updatedAt":1591408341},{"ratingKey":"298","key":"/library/metadata/298/children","parentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/297","parentTitle":"Nagi-Asu: A Lull in the Sea","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/298/thumb/1591408342","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/297/thumb/1591408342","parentTheme":"/library/metadata/297/theme/1591408342","addedAt":1586131998,"updatedAt":1591408342},{"ratingKey":"331","key":"/library/metadata/331/children","parentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/330","parentTitle":"Strike the Blood","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/331/thumb/1595623239","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/330/thumb/1595623239","addedAt":1586126646,"updatedAt":1595623239},{"ratingKey":"383","key":"/library/metadata/383/children","parentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/382","parentTitle":"The Rising of the Shield Hero","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/383/thumb/1591408361","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/382/thumb/1591408361","parentTheme":"/library/metadata/382/theme/1591408361","addedAt":1586049248,"updatedAt":1591408361},{"ratingKey":"410","key":"/library/metadata/410/children","parentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/409","parentTitle":"The Seven Deadly Sins","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/410/thumb/1595626722","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/409/thumb/1595639950","parentTheme":"/library/metadata/409/theme/1595639950","addedAt":1586128894,"updatedAt":1595626722},{"ratingKey":"436","key":"/library/metadata/436/children","parentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/435","parentTitle":"Tower of God","summary":"","index":1,"parentIndex":1,"viewCount":15,"lastViewedAt":1594538941,"thumb":"/library/metadata/435/thumb/1593564549","art":"/library/metadata/435/art/1593564549","parentThumb":"/library/metadata/435/thumb/1593564549","parentTheme":"/library/metadata/435/theme/1593564549","addedAt":1587180602,"updatedAt":1593564549},{"ratingKey":"445","key":"/library/metadata/445/children","parentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/444","parentTitle":"Violet Evergarden","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/445/thumb/1591408388","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/444/thumb/1591408388","parentTheme":"/library/metadata/444/theme/1591408388","addedAt":1586052480,"updatedAt":1591408388},{"ratingKey":"462","key":"/library/metadata/462/children","parentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/461","parentTitle":"We Never Learn: BOKUBEN","summary":"","index":1,"parentIndex":1,"viewCount":17,"lastViewedAt":1595232567,"thumb":"/library/metadata/462/thumb/1595244375","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/461/thumb/1595244375","addedAt":1586157512,"updatedAt":1595244375},{"ratingKey":"3493","key":"/library/metadata/3493/children","parentRatingKey":"3492","guid":"com.plexapp.agents.thetvdb://378556/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://378556?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/3492","parentTitle":"The God of High School","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/3492/thumb/1595257186","art":"/library/metadata/3492/art/1595257186","parentThumb":"/library/metadata/3492/thumb/1595257186","addedAt":1594663068,"updatedAt":1595257185},{"ratingKey":"3498","key":"/library/metadata/3498/children","parentRatingKey":"3497","guid":"com.plexapp.agents.thetvdb://381406/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://381406?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/3497","parentTitle":"Uzaki-chan Wants to Hang Out!","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/3497/thumb/1595639810","art":"/library/metadata/3497/art/1595639810","parentThumb":"/library/metadata/3497/thumb/1595639810","addedAt":1594872483,"updatedAt":1595639810},{"ratingKey":"3554","key":"/library/metadata/3554/children","parentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"season","title":"Season 1","parentKey":"/library/metadata/3553","parentTitle":"Maoyu: Archenemy & Hero","summary":"","index":1,"parentIndex":1,"viewCount":3,"lastViewedAt":1595721337,"thumb":"/library/metadata/3554/thumb/1595639740","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3553/thumb/1595554391","parentTheme":"/library/metadata/3553/theme/1595554391","addedAt":1595554357,"updatedAt":1595639740},{"ratingKey":"188","key":"/library/metadata/188/children","parentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"season","title":"Season 2","parentKey":"/library/metadata/174","parentTitle":"Haganai","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/188/thumb/1595639240","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/174/thumb/1595639240","parentTheme":"/library/metadata/174/theme/1595639240","addedAt":1586170282,"updatedAt":1595639240},{"ratingKey":"283","key":"/library/metadata/283/children","parentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"season","title":"Season 2","parentKey":"/library/metadata/269","parentTitle":"Mob Psycho 100","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/283/thumb/1591408343","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/269/thumb/1591408343","parentTheme":"/library/metadata/269/theme/1591408343","addedAt":1586148394,"updatedAt":1591408343},{"ratingKey":"3485","key":"/library/metadata/3485/children","parentRatingKey":"3484","guid":"com.plexapp.agents.thetvdb://305089/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://305089?lang=en","type":"season","title":"Season 2","parentKey":"/library/metadata/3484","parentTitle":"Re:ZERO -Starting Life in Another World-","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/3485/thumb/1595606105","art":"/library/metadata/3484/art/1595639936","parentThumb":"/library/metadata/3484/thumb/1595639936","parentTheme":"/library/metadata/3484/theme/1595639936","addedAt":1594301477,"updatedAt":1595606105},{"ratingKey":"3518","key":"/library/metadata/3518/children","parentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"season","title":"Season 2","parentKey":"/library/metadata/461","parentTitle":"We Never Learn: BOKUBEN","summary":"","index":2,"parentIndex":1,"viewCount":13,"lastViewedAt":1595485868,"thumb":"/library/metadata/3518/thumb/1595244375","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/461/thumb/1595244375","addedAt":1595232495,"updatedAt":1595244375},{"ratingKey":"3609","key":"/library/metadata/3609/children","parentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"season","title":"Season 2","parentKey":"/library/metadata/37","parentTitle":"Chaika the Coffin Princess","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/3609/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/37/thumb/1595639977","addedAt":1595592121,"updatedAt":1595618093},{"ratingKey":"3622","key":"/library/metadata/3622/children","parentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"season","title":"Season 2","parentKey":"/library/metadata/118","parentTitle":"Fate/Stay Night: Unlimited Blade Works","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/118/thumb/1595639848","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/118/thumb/1595639848","parentTheme":"/library/metadata/118/theme/1595639848","addedAt":1595620318,"updatedAt":1595620353},{"ratingKey":"3697","key":"/library/metadata/3697/children","parentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"season","title":"Season 2","parentKey":"/library/metadata/409","parentTitle":"The Seven Deadly Sins","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/3697/thumb/1595626722","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/409/thumb/1595639950","parentTheme":"/library/metadata/409/theme/1595639950","addedAt":1595626665,"updatedAt":1595626722},{"ratingKey":"357","key":"/library/metadata/357/children","parentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"season","title":"Season 3","parentKey":"/library/metadata/356","parentTitle":"Sword Art Online","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/357/thumb/1591408388","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/356/thumb/1595639911","parentTheme":"/library/metadata/356/theme/1595639911","addedAt":1586054510,"updatedAt":1591408388},{"ratingKey":"3501","key":"/library/metadata/3501/children","parentRatingKey":"3500","guid":"com.plexapp.agents.thetvdb://267435/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://267435?lang=en","type":"season","title":"Season 3","parentKey":"/library/metadata/3500","parentTitle":"My Teen Romantic Comedy SNAFU","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/3501/thumb/1595527786","art":"/library/metadata/3500/art/1595527786","parentThumb":"/library/metadata/3500/thumb/1595527786","parentTheme":"/library/metadata/3500/theme/1595527786","addedAt":1594877170,"updatedAt":1595527786},{"ratingKey":"3672","key":"/library/metadata/3672/children","parentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"season","title":"Season 3","parentKey":"/library/metadata/409","parentTitle":"The Seven Deadly Sins","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/409/thumb/1595639950","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/409/thumb/1595639950","parentTheme":"/library/metadata/409/theme/1595639950","addedAt":1595623639,"updatedAt":1595626722},{"ratingKey":"3601","key":"/library/metadata/3601/children","parentRatingKey":"325","guid":"local://3601","parentGuid":"com.plexapp.agents.thetvdb://81797?lang=en","type":"season","title":"Season 21","parentKey":"/library/metadata/325","parentTitle":"One Piece","summary":"","index":21,"parentIndex":1,"thumb":"/library/metadata/325/thumb/1595560386","art":"/library/metadata/325/art/1595560386","parentThumb":"/library/metadata/325/thumb/1595560386","parentTheme":"/library/metadata/325/theme/1595560386","addedAt":1595564605}]}} 2020-07-25 16:55:39.664 Verbose/PlexDataProvider: Insert Season: Specials / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:39.665 Verbose/PlexDataProvider: Insert Season: Specials / Violet Evergarden 2020-07-25 16:55:39.665 Verbose/PlexDataProvider: Insert Season: Specials / Kill la Kill 2020-07-25 16:55:39.665 Verbose/PlexDataProvider: Insert Season: Specials / Strike the Blood 2020-07-25 16:55:39.666 Verbose/PlexDataProvider: Insert Season: Season 1 / Boruto: Naruto Next Generations 2020-07-25 16:55:39.666 Verbose/PlexDataProvider: Insert Season: Season 1 / Brynhildr in the Darkness 2020-07-25 16:55:39.667 Verbose/PlexDataProvider: Insert Season: Season 1 / Btooom! 2020-07-25 16:55:39.667 Verbose/PlexDataProvider: Insert Season: Season 1 / Chaika the Coffin Princess 2020-07-25 16:55:39.667 Verbose/PlexDataProvider: Insert Season: Season 1 / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:39.668 Verbose/PlexDataProvider: Insert Season: Season 1 / Fate/Apocrypha 2020-07-25 16:55:39.668 Verbose/PlexDataProvider: Insert Season: Season 1 / Fate/Stay Night 2020-07-25 16:55:39.668 Verbose/PlexDataProvider: Insert Season: Season 1 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:39.669 Verbose/PlexDataProvider: Insert Season: Season 1 / Fate/Zero 2020-07-25 16:55:39.669 Verbose/PlexDataProvider: Insert Season: Season 1 / Haganai 2020-07-25 16:55:39.669 Verbose/PlexDataProvider: Insert Season: Season 1 / Hanayamata 2020-07-25 16:55:39.670 Verbose/PlexDataProvider: Insert Season: Season 1 / Kaguya-sama: Love is War 2020-07-25 16:55:39.670 Verbose/PlexDataProvider: Insert Season: Season 1 / Kill la Kill 2020-07-25 16:55:39.670 Verbose/PlexDataProvider: Insert Season: Season 1 / Mob Psycho 100 2020-07-25 16:55:39.671 Verbose/PlexDataProvider: Insert Season: Season 1 / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:39.671 Verbose/PlexDataProvider: Insert Season: Season 1 / Strike the Blood 2020-07-25 16:55:39.671 Verbose/PlexDataProvider: Insert Season: Season 1 / The Rising of the Shield Hero 2020-07-25 16:55:39.672 Verbose/PlexDataProvider: Insert Season: Season 1 / The Seven Deadly Sins 2020-07-25 16:55:39.672 Verbose/PlexDataProvider: Insert Season: Season 1 / Tower of God 2020-07-25 16:55:39.673 Verbose/PlexDataProvider: Insert Season: Season 1 / Violet Evergarden 2020-07-25 16:55:39.673 Verbose/PlexDataProvider: Insert Season: Season 1 / We Never Learn: BOKUBEN 2020-07-25 16:55:39.674 Verbose/PlexDataProvider: Insert Season: Season 1 / The God of High School 2020-07-25 16:55:39.674 Verbose/PlexDataProvider: Insert Season: Season 1 / Uzaki-chan Wants to Hang Out! 2020-07-25 16:55:39.674 Verbose/PlexDataProvider: Insert Season: Season 1 / Maoyu: Archenemy & Hero 2020-07-25 16:55:39.674 Verbose/PlexDataProvider: Insert Season: Season 2 / Haganai 2020-07-25 16:55:39.675 Verbose/PlexDataProvider: Insert Season: Season 2 / Mob Psycho 100 2020-07-25 16:55:39.675 Verbose/PlexDataProvider: Insert Season: Season 2 / Re:ZERO -Starting Life in Another World- 2020-07-25 16:55:39.675 Verbose/PlexDataProvider: Insert Season: Season 2 / We Never Learn: BOKUBEN 2020-07-25 16:55:39.675 Verbose/PlexDataProvider: Insert Season: Season 2 / Chaika the Coffin Princess 2020-07-25 16:55:39.676 Verbose/PlexDataProvider: Insert Season: Season 2 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:39.676 Verbose/PlexDataProvider: Insert Season: Season 2 / The Seven Deadly Sins 2020-07-25 16:55:39.676 Verbose/PlexDataProvider: Insert Season: Season 3 / Sword Art Online 2020-07-25 16:55:39.676 Verbose/PlexDataProvider: Insert Season: Season 3 / My Teen Romantic Comedy SNAFU 2020-07-25 16:55:39.677 Verbose/PlexDataProvider: Insert Season: Season 3 / The Seven Deadly Sins 2020-07-25 16:55:39.677 Verbose/PlexDataProvider: Insert Season: Season 21 / One Piece 2020-07-25 16:55:39.677 Verbose/PlexDataProvider: End Insert Seasons: 39 [0.16s] 2020-07-25 16:55:39.677 Verbose/PlexLogger: --> [911] GET http://64.188.16.148:32400/library/sections/1/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=4 2020-07-25 16:55:40.118 Verbose/PlexLogger: <-- [911] 200 OK http://64.188.16.148:32400/library/sections/1/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=4 (466ms, unknown-length body) 2020-07-25 16:55:41.232 Verbose/PlexLogger: <-- [911] {"MediaContainer":{"size":500,"totalSize":528,"allowSync":true,"art":"/:/resources/show-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":1,"librarySectionTitle":"Anime","librarySectionUUID":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/show.png","title1":"Anime","title2":"All Shows","viewGroup":"show","viewMode":65592,"Metadata":[{"ratingKey":"4","key":"/library/metadata/4","parentRatingKey":"3","grandparentRatingKey":"2","guid":"com.plexapp.agents.thetvdb://321285/1/151?lang=en","parentGuid":"com.plexapp.agents.thetvdb://321285/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://321285?lang=en","type":"episode","title":"Boruto and Tento","grandparentKey":"/library/metadata/2","parentKey":"/library/metadata/3","grandparentTitle":"Boruto: Naruto Next Generations","parentTitle":"Season 1","contentRating":"TV-14","summary":"Boruto rushes to save Tento, but Shojoji the leader of the Mujina Gang blocks his way. Boruto dodges to protect Tento, but Shojoji and his Corpse Clone Jutsu prove to be too powerful. In the midst of all this, the mark on Boruto's palm reacts and paralyzes him.","index":151,"parentIndex":1,"viewCount":1,"lastViewedAt":1591436012,"year":2020,"thumb":"/library/metadata/4/thumb/1595152076","art":"/library/metadata/2/art/1595152077","parentThumb":"/library/metadata/3/thumb/1595152076","grandparentThumb":"/library/metadata/2/thumb/1595152077","grandparentArt":"/library/metadata/2/art/1595152077","grandparentTheme":"/library/metadata/2/theme/1595152077","duration":1434134,"originallyAvailableAt":"2020-04-05","addedAt":1587185094,"updatedAt":1595152076,"Media":[{"id":1,"duration":1434134,"bitrate":8089,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3122,"key":"/library/parts/3122/1587185094/file.mkv","duration":1434134,"file":"D:\\Public\\Media\\Anime\\Boruto - Naruto Next Generations\\Season 1\\Boruto - Naruto Next Generations - S01E151 - Boruto and Tento.mkv","size":1450792630,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"5","key":"/library/metadata/5","parentRatingKey":"3","grandparentRatingKey":"2","guid":"com.plexapp.agents.thetvdb://321285/1/152?lang=en","parentGuid":"com.plexapp.agents.thetvdb://321285/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://321285?lang=en","type":"episode","title":"Developing One's Medical Ninjutsu","grandparentKey":"/library/metadata/2","parentKey":"/library/metadata/3","grandparentTitle":"Boruto: Naruto Next Generations","parentTitle":"Season 1","contentRating":"TV-14","summary":"A training class on Medical Ninjutsu is to be held, and each team must send a representative. Sarada is chosen for Team 7. Despite Sakura being a Medical Ninjutsu specialist, Sarada doesn't have a knack for it and being a participant fills her with anxiety.","index":152,"parentIndex":1,"viewCount":1,"lastViewedAt":1591436014,"year":2020,"thumb":"/library/metadata/5/thumb/1595152076","art":"/library/metadata/2/art/1595152077","parentThumb":"/library/metadata/3/thumb/1595152076","grandparentThumb":"/library/metadata/2/thumb/1595152077","grandparentArt":"/library/metadata/2/art/1595152077","grandparentTheme":"/library/metadata/2/theme/1595152077","duration":1434203,"originallyAvailableAt":"2020-04-12","addedAt":1587182866,"updatedAt":1595152076,"Media":[{"id":2,"duration":1434203,"bitrate":8094,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3123,"key":"/library/parts/3123/1587182866/file.mkv","duration":1434203,"file":"D:\\Public\\Media\\Anime\\Boruto - Naruto Next Generations\\Season 1\\Boruto - Naruto Next Generations - S01E152 - Developing One's Medical Ninjutsu.mkv","size":1451664770,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"6","key":"/library/metadata/6","parentRatingKey":"3","grandparentRatingKey":"2","guid":"com.plexapp.agents.thetvdb://321285/1/153?lang=en","parentGuid":"com.plexapp.agents.thetvdb://321285/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://321285?lang=en","type":"episode","title":"Harmony in Gold","grandparentKey":"/library/metadata/2","parentKey":"/library/metadata/3","grandparentTitle":"Boruto: Naruto Next Generations","parentTitle":"Season 1","contentRating":"TV-14","summary":"Tsubaki, Sumire’s replacement on Team 15, is proud of her samurai upbringing and is highly skilled, but her team’s overall mission performance is lackluster. Tsubaki devises a plan to hone her team’s skills, where they fight for who performs best on missions.","index":153,"parentIndex":1,"viewCount":1,"lastViewedAt":1595050880,"year":2020,"thumb":"/library/metadata/6/thumb/1595152076","art":"/library/metadata/2/art/1595152077","parentThumb":"/library/metadata/3/thumb/1595152076","grandparentThumb":"/library/metadata/2/thumb/1595152077","grandparentArt":"/library/metadata/2/art/1595152077","grandparentTheme":"/library/metadata/2/theme/1595152077","duration":1434134,"originallyAvailableAt":"2020-04-19","addedAt":1587314788,"updatedAt":1595152076,"Media":[{"id":3,"duration":1434134,"bitrate":8112,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3124,"key":"/library/parts/3124/1587314788/file.mkv","duration":1434134,"file":"D:\\Public\\Media\\Anime\\Boruto - Naruto Next Generations\\Season 1\\Boruto - Naruto Next Generations - S01E153 - Harmony in Gold.mkv","size":1454940736,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"7","key":"/library/metadata/7","parentRatingKey":"3","grandparentRatingKey":"2","guid":"com.plexapp.agents.thetvdb://321285/1/154?lang=en","parentGuid":"com.plexapp.agents.thetvdb://321285/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://321285?lang=en","type":"episode","title":"Himawari's Ninja Trial Session!!","grandparentKey":"/library/metadata/2","parentKey":"/library/metadata/3","grandparentTitle":"Boruto: Naruto Next Generations","parentTitle":"Season 1","contentRating":"TV-14","summary":"Himawari attends the Ninja Academy's trial session where participants get a taste of ninja training. Himawari’s already decided to become a ninja, which annoys Norimaki and Edo, who criticize her for being there just for fun. Things become uncomfortable when they're assigned to the same team.","index":154,"parentIndex":1,"viewCount":1,"lastViewedAt":1595050895,"year":2020,"thumb":"/library/metadata/7/thumb/1595152076","art":"/library/metadata/2/art/1595152077","parentThumb":"/library/metadata/3/thumb/1595152076","grandparentThumb":"/library/metadata/2/thumb/1595152077","grandparentArt":"/library/metadata/2/art/1595152077","grandparentTheme":"/library/metadata/2/theme/1595152077","duration":1434134,"originallyAvailableAt":"2020-04-26","addedAt":1587919872,"updatedAt":1595152076,"Media":[{"id":4,"duration":1434134,"bitrate":8114,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3125,"key":"/library/parts/3125/1587919872/file.mkv","duration":1434134,"file":"D:\\Public\\Media\\Anime\\Boruto - Naruto Next Generations\\Season 1\\Boruto - Naruto Next Generations - S01E154 - Himawari's Ninja Trial Session!!.mkv","size":1455265755,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3483","key":"/library/metadata/3483","parentRatingKey":"3","grandparentRatingKey":"2","guid":"com.plexapp.agents.thetvdb://321285/1/155?lang=en","parentGuid":"com.plexapp.agents.thetvdb://321285/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://321285?lang=en","type":"episode","title":"Mitsuki's Rainy Day","grandparentKey":"/library/metadata/2","parentKey":"/library/metadata/3","grandparentTitle":"Boruto: Naruto Next Generations","parentTitle":"Season 1","contentRating":"TV-14","summary":"One rainy night, guided by Mikazuki the cat, Mitsuki rescues an injured man. Mysteriously, Mikazuki seems to take a liking to the man who says he’s come to visit his sister who works in the Leaf Village. Soon after, Team 7 is assigned to back up the Leaf Police Force on a security mission. Their client is a president of a company who is being targeted by a serial killer known as \"The Rainy Day Killer.","index":155,"parentIndex":1,"viewCount":1,"lastViewedAt":1595048708,"year":2020,"thumb":"/library/metadata/3483/thumb/1595152076","art":"/library/metadata/2/art/1595152077","parentThumb":"/library/metadata/3/thumb/1595152076","grandparentThumb":"/library/metadata/2/thumb/1595152077","grandparentArt":"/library/metadata/2/art/1595152077","grandparentTheme":"/library/metadata/2/theme/1595152077","duration":1434134,"originallyAvailableAt":"2020-07-05","addedAt":1594265752,"updatedAt":1595152076,"Media":[{"id":3116,"duration":1434134,"bitrate":8098,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3127,"key":"/library/parts/3127/1593941198/file.mkv","duration":1434134,"file":"D:\\Public\\Media\\Anime\\Boruto - Naruto Next Generations\\Season 1\\Boruto- Naruto Next Generations - S01E155 - Mitsuki's Rainy Day.mkv","size":1452424720,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3487","key":"/library/metadata/3487","parentRatingKey":"3","grandparentRatingKey":"2","guid":"com.plexapp.agents.thetvdb://321285/1/156?lang=en","parentGuid":"com.plexapp.agents.thetvdb://321285/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://321285?lang=en","type":"episode","title":"I Can't Stay in My Slim Form","grandparentKey":"/library/metadata/2","parentKey":"/library/metadata/3","grandparentTitle":"Boruto: Naruto Next Generations","parentTitle":"Season 1","contentRating":"TV-14","summary":"Cho-Cho and Choji go to the sweet shop after their training session, only to be disappointed that they are unusually out of azuki bean sweets. After hearing thieves have been raiding the deliveries, Cho-Cho plans to team up with Anko Mitarashi, her friend in desserts and beloved Ninja Academy instructor, to protect the azuki beans that she loves, and capture the bandits!","index":156,"parentIndex":1,"viewCount":1,"lastViewedAt":1595050659,"year":2020,"thumb":"/library/metadata/3487/thumb/1595152076","art":"/library/metadata/2/art/1595152077","parentThumb":"/library/metadata/3/thumb/1595152076","grandparentThumb":"/library/metadata/2/thumb/1595152077","grandparentArt":"/library/metadata/2/art/1595152077","grandparentTheme":"/library/metadata/2/theme/1595152077","duration":1435930,"originallyAvailableAt":"2020-07-12","addedAt":1594546674,"updatedAt":1595152076,"Media":[{"id":3119,"duration":1435930,"bitrate":8093,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3130,"key":"/library/parts/3130/1594546576/file.mkv","duration":1435930,"file":"D:\\Public\\Media\\Anime\\Boruto - Naruto Next Generations\\Season 1\\Boruto- Naruto Next Generations - S01E156 - I Can't Stay in My Slim Form.mkv","size":1453201686,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3506","key":"/library/metadata/3506","parentRatingKey":"3","grandparentRatingKey":"2","guid":"com.plexapp.agents.thetvdb://321285/1/157?lang=en","parentGuid":"com.plexapp.agents.thetvdb://321285/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://321285?lang=en","type":"episode","title":"Traces of \"Kara\"","grandparentKey":"/library/metadata/2","parentKey":"/library/metadata/3","grandparentTitle":"Boruto: Naruto Next Generations","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":157,"parentIndex":1,"year":2020,"thumb":"/library/metadata/3506/thumb/1595152076","art":"/library/metadata/2/art/1595152077","parentThumb":"/library/metadata/3/thumb/1595152076","grandparentThumb":"/library/metadata/2/thumb/1595152077","grandparentArt":"/library/metadata/2/art/1595152077","grandparentTheme":"/library/metadata/2/theme/1595152077","duration":1434134,"originallyAvailableAt":"2020-07-19","addedAt":1595152060,"updatedAt":1595152076,"Media":[{"id":3130,"duration":1434134,"bitrate":8099,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3141,"key":"/library/parts/3141/1595151978/file.mkv","duration":1434134,"file":"D:\\Public\\Media\\Anime\\Boruto - Naruto Next Generations\\Season 1\\Boruto- Naruto Next Generations - S01E157 - Kara's Footprints.mkv","size":1452639513,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"10","key":"/library/metadata/10","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"While I Wait For You","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Murakami Ryouta's best friend, Kuroneko, died in an accident trying to prove aliens existed when they were kids. Now, a girl who looks just like her transfers into his high school. When confronted Kuroha Neko insists she isn't Kuroneko, but she ends up revealing something else even more surprising...","index":1,"parentIndex":1,"rating":7.9,"year":2014,"thumb":"/library/metadata/10/thumb/1595619385","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1421440,"originallyAvailableAt":"2014-04-06","addedAt":1586149852,"updatedAt":1595619385,"chapterSource":"media","Media":[{"id":3271,"duration":1421440,"bitrate":1454,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3320,"key":"/library/parts/3320/1595571696/file.mkv","duration":1421440,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E01 - While I Wait For You.mkv","size":261140710,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"11","key":"/library/metadata/11","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"Witches","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Now that Murakami knows Kuroha is a lab-made witch on the run, he can't just leave her to fend for herself. Overcoming rejection, he manages to learn a bit more about her living situation... and her companion.","index":2,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/11/thumb/1595619386","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1421429,"originallyAvailableAt":"2014-04-13","addedAt":1586149852,"updatedAt":1595619386,"chapterSource":"media","Media":[{"id":3272,"duration":1421429,"bitrate":1275,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3321,"key":"/library/parts/3321/1595571696/file.mkv","duration":1421429,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E02 - Witches.mkv","size":230213122,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"12","key":"/library/metadata/12","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"Death Suppressants","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Murakami learns that witches need to take \"death suppressants\" in order to stay alive. Can they find a way to get more pills before tragedy strikes?","index":3,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/12/thumb/1595619387","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1420126,"originallyAvailableAt":"2014-04-20","addedAt":1586149852,"updatedAt":1595619387,"chapterSource":"media","Media":[{"id":3273,"duration":1420126,"bitrate":1387,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3322,"key":"/library/parts/3322/1595571696/file.mkv","duration":1420126,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E03 - Death Suppressants.mkv","size":249015562,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"13","key":"/library/metadata/13","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"Lost Memories","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Having overcome the immediate death suppressant shortage issue, the witches start to settle into their lives as astronomy club members. A visit to the local onsen ends painfully for Murakami.","index":4,"parentIndex":1,"rating":7.0,"year":2014,"thumb":"/library/metadata/13/thumb/1595619387","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1420043,"originallyAvailableAt":"2014-04-27","addedAt":1586149852,"updatedAt":1595619387,"chapterSource":"media","Media":[{"id":3274,"duration":1420043,"bitrate":1230,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3323,"key":"/library/parts/3323/1595571696/file.mkv","duration":1420043,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E04 - Lost Memories.mkv","size":221647950,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"14","key":"/library/metadata/14","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"Astronomical Observation","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"To welcome Kazumi and Kotori as members, the astronomy club goes stargazing on a mountaintop. Then Kana sees a forecast that wrecks the atmosphere.","index":5,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/14/thumb/1595619388","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1420126,"originallyAvailableAt":"2014-05-04","addedAt":1586149852,"updatedAt":1595619388,"chapterSource":"media","Media":[{"id":3275,"duration":1420126,"bitrate":1353,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3324,"key":"/library/parts/3324/1595571696/file.mkv","duration":1420126,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E05 - Astronomical Observation.mkv","size":242772631,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"15","key":"/library/metadata/15","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"The Reason For Her Smile","titleSort":"Reason For Her Smile","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The truth behind Kana's forecast of Kotori smiling over Neko's dead body is revealed, and Murakami has a possible lead on extending their pill supply.","index":6,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/15/thumb/1595619389","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1420085,"originallyAvailableAt":"2014-05-11","addedAt":1586149852,"updatedAt":1595619389,"chapterSource":"media","Media":[{"id":3276,"duration":1420085,"bitrate":1370,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3325,"key":"/library/parts/3325/1595571696/file.mkv","duration":1420085,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E06 - The Reason For Her Smile.mkv","size":252396310,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"16","key":"/library/metadata/16","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"Fragments of Hope","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The gang waits out the result of Kogoro's initial analysis of the pill to find out if he'll be able to copy it in time. Neko tries karaoke. Murakami and Kazumi head to Akihabara.","index":7,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/16/thumb/1595619389","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1510133,"originallyAvailableAt":"2014-05-18","addedAt":1586149852,"updatedAt":1595619389,"chapterSource":"media","Media":[{"id":3277,"duration":1510133,"bitrate":1210,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3326,"key":"/library/parts/3326/1595571696/file.mkv","duration":1510133,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E07 - Fragments of Hope.mkv","size":230885569,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"17","key":"/library/metadata/17","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"The Clue That Was Left","titleSort":"Clue That Was Left","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Murakami learns how reckless it is to act alone as he investigates the map. Meanwhile sex-obsessed Kazumi causes all kinds of awkward situations. ","index":8,"parentIndex":1,"rating":7.0,"year":2014,"thumb":"/library/metadata/17/thumb/1595619390","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1420210,"originallyAvailableAt":"2014-05-25","addedAt":1586149852,"updatedAt":1595619390,"chapterSource":"media","Media":[{"id":3278,"duration":1420210,"bitrate":1296,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3327,"key":"/library/parts/3327/1595571696/file.mkv","duration":1420210,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E08 - The Clue That Was Left.mkv","size":233743364,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"18","key":"/library/metadata/18","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"Fake Memories","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Nanami demonstrates her ability to scan and modify people's memory, Black Suit buys her sweets for her cooperation. After crossing with Kitsuka and scanned her memory of Ryōta, she erases Black Suit's memory of her existence for the time-being. Nanami apparently wants to enjoy herself in the outside world more. She later manipulates Kitsuka to lure Ryōta to her not knowing why. Nanami scans Ryōta and learns of the observatory and the girls. Shock for being discover, Ryōta talks Nanami that there is hope for her to live normally. Disbelieving, Nanami erases Ryōta's memories and leaves. Ryōta appears unaffected due to his photographic memory, and alerts the girls; makes a decision. After staying at a hotel, Nanami tries to socialize with people but doesn't how to make friends. Ryōta, Neko, and Kotori (both wearing sunglasses) found her at a park and try once more to befriend her. Neko takes off her glasses to convince Nanami but she alters Neko's memories to attack Ryōta and Kotori. When Neko remarks Nanami as a 'friend' she realizes her wrongdoing and undoes her magic. Nanami finally decide to go with them. Black Suit eventually learns what's going on.","index":9,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/18/thumb/1595619390","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1420126,"originallyAvailableAt":"2014-06-01","addedAt":1586149852,"updatedAt":1595619390,"chapterSource":"media","Media":[{"id":3279,"duration":1420126,"bitrate":1258,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3328,"key":"/library/parts/3328/1595571696/file.mkv","duration":1420126,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E09 - Fake Memories.mkv","size":225520155,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"19","key":"/library/metadata/19","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"Proof She's Alive","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Taking Nanami to the observatory, Kogorō, who is there, asks him to find a way to remove the beacon on Nanami's harness. As Neko talks about how important friends are and painful it is to lose them. Before Kogorō can do anything, the beacon activates and Nanami melts to her death. She erased their memories of her, except Ryōta and Kogorō, to relief grieve. Ryōta cries then, Nanami appears beside him saying that she inserted her consciousness within his memory. Sometime later, studying for test finals next week, the club members decide whether continue going to school or not since they only have three weeks' worth of pills left. Ryōta reminds them how they wanted to live as high school students. He motivates them for a trip to the beach. In the evening, listening to Neko singing he comforts her. He notice Neko doesn't remember the time she went to karaoke with friends. Fearing that she will forget about him, Ryōta embraces her. After the finals, seeing the test scores: Neko 1st, Ryōta 2nd, and Kazumi 3rd. They then head for the beach as promise. Thinking of what they been through so far are happy with their lives for now. Elsewhere, Chisato took the initiative to release a Valkyria: an S-rank witch. In order to detect #1107, he has team of A-rank witches to monitor her but underestimate her, who had already killed them.","index":10,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/19/thumb/1595619391","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1423956,"originallyAvailableAt":"2014-06-08","addedAt":1586149852,"updatedAt":1595619391,"chapterSource":"media","Media":[{"id":3280,"duration":1423956,"bitrate":1335,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3329,"key":"/library/parts/3329/1595571696/file.mkv","duration":1423956,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E10 - Proof She's Alive.mkv","size":241296460,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"20","key":"/library/metadata/20","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"A Sudden Reunion","titleSort":"Sudden Reunion","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"An army of police confronts the Valkyria for questioning, provoking her to unleash her antimatter magic that erupts the mountain. Having the citizens devastated of the explosion, one of the witches, Hatsuna Wakabayashi, recovers from her wounds thanks to her regeneration ability and freed away. Looking up on what happened, the girls tell Ryōta that Valkyria is an ultimate witch with many types of magic. Despite that fighting Valkyria is out of their league, they think of any strategy to avoid her. Hatsuna who overheard Valkyria has detected the witches at an observatory searches for them. She finds the club members faking their deaths as to protect themselves. Hatsuna is welcome to the astronomy club and goes to wash at the onsen. The girls tell Hatsuna how reliable Ryōta is. Testing if he really is trustworthy, she pretends to be helplessly struck on a radio tower and calls Ryōta to get her. She deliberately slips off and Ryōta grabs her. Refusing to let go, even though she plead her regeneration power, Ryōta swings her back onto the tower but sends him falling to the ground. Luckily, Kotori saves him, at which point reliefs Hatsuna. Touch of Ryōta's actions, Hatsuna bluntly confess and kisses him in front of the others, incited Neko to blast down the tower in jealous rage. Later, Kogorō calls in Ryōta with a theory that the witches' melting is based on a digestive enzyme: protease. Using a thesis that he learned from a man (Chisato) in college, it's possible to shorten the time of producing the medicine, however it will still take a month. Mako Fujisaki the Valkyria is sightseeing when Chisato appears to her. Revealing to have unrequited feelings for him, Chisato requests Mako to bring him to where #1107 is. Ryōta returns with the good & bad news, although there a possibility for one of the witches can survive, but unwilling to sacrifice anyone. Kotori carries some juices then accidentally spills them on Neko. Exposing her chest, Ryōta discovers the mole","index":11,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/20/thumb/1595619391","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1512177,"originallyAvailableAt":"2014-06-15","addedAt":1586149852,"updatedAt":1595619391,"chapterSource":"media","Media":[{"id":3281,"duration":1512177,"bitrate":1261,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3330,"key":"/library/parts/3330/1595571696/file.mkv","duration":1512177,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E11 - A Sudden Reunion.mkv","size":241012931,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"21","key":"/library/metadata/21","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"Hexenjagd","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Meeting Mako and Chisato who have arrived at the observatory are demanding to hand over #1107 who's in fact—Kotori. Ryōta distracts them for Hatsuna to jump on Mako from behind, but can't figure out which button to push on Mako's harness having her to slice Hatsuna. Wanting an explanation why they have to be killed, Chisato states the B-rank witches are unreasonable to live. He orders Mako to kill Neko, but Ryōta push her away and takes the hit from Mako's magic. Losing consciousness, Nanami appears in astral form to Ryōta informing that Neko used to be an S-rank witch stronger than Mako, the way to regain her power is by pressing the top button of her harness but it's a high risk; then Ryōta dies. With the girls distressed and defenseless, Mako about to finish them off, but then a group of black individuals arrive who have neutralized Mako's magic. Following the device's signal that Ryōta turned on earlier. Yet, Chisato escapes using Mako's teleportation taking Kotori along. Hatsuna had recovered and using her ability to heal; with Neko and Kazumi giving heart aid, they revive Ryōta. Hatsuna melts in the process however. Miki and the individuals introduce themselves as Hexenjagd, a group resisting the lab, stating the witches still has to die because the amoebas \"drasils\" inside them - the witches' true form - will eventually hatch and devour their bodies into monsters. Moreover, Kotori has an entity called the \"Grane\" that can destroy all humanity. They tried to capture Kotori once, but failed, causing the witches' escape and losing a comrade (Akane). Kotori awakens before Chisato, calling her Rena. Rena was Chisato's younger sister whom believed was the only life meaningful to him until she died of sickness. He tells Kotori how aliens were believed to be the creation of humans on Earth. His efforts to revive Rena's soul within Kotori's body somehow. Not giving up, despite the revelation, Kazumi hacks in the lab's database locating Chisato's whereabouts ne","index":12,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/21/thumb/1595619393","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1421730,"originallyAvailableAt":"2014-06-22","addedAt":1586149852,"updatedAt":1595619393,"chapterSource":"media","Media":[{"id":3282,"duration":1421730,"bitrate":1266,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3331,"key":"/library/parts/3331/1595571696/file.mkv","duration":1421730,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E12 - Hexenjagd.mkv","size":232944885,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"22","key":"/library/metadata/22","parentRatingKey":"9","grandparentRatingKey":"8","guid":"com.plexapp.agents.thetvdb://279396/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://279396/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://279396?lang=en","type":"episode","title":"Things to Protect","grandparentKey":"/library/metadata/8","parentKey":"/library/metadata/9","grandparentTitle":"Brynhildr in the Darkness","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The light covers the Earth with Hexenjagd left praying for God, so Ryōta, Neko, and Kazumi go to rescue Kotori on their own. They knock Ryōta out - not wanting him to risk his life any longer. Chisato remarks how Takachiho's aim is to use \"Ain Soph Aur\" to reset the Earth in a whole new era. Though his only intention is to revive Rena, Kotori responds Chisato how she wants others to smile regardless of her life, so she ejects her own harness therefore cancels the light phenomenon. Mako slices Kazumi, but spares Neko as her little sister. As Nanami guides Ryōta, he finds Kotori's melting body. Listening to her final words, she asks Ryōta to tell her big brother not to harm anyone, and that she was happy till the very end. He also hears over Kazumi, as she mutters of wishing to have kids with Ryōta. Mako recalls how Chisato saved her once when exposing himself to radiation. Chisato commands to have Neko ejected until Ryōta hits him aside, shouting out Kotori/Rena's words at him. Mako uses gravity manipulation on Ryōta and Neko. Then Kana quickly intervenes, who is now able to move when having her top button pressed for the cost of her forecast magic. Neko then presses her top button as well. Her full power is now awakened and her memories as \"Kuroneko\" - Ryōta's childhood friend - is restored. Neko forms a barrier to counter Mako. Hexenjagd neutralized Mako's magic and then gun fires, but Chisato shields her from the bullets. With Chisato dead, Mako now believes the world is meaningless and attempts to unleash antimatter. Neko kisses Ryōta, before using a micro black hole on Mako, which swallows her up for good. Ryōta grabs Neko from falling off a collapsing cliff. However, Neko seems to have overexerted herself and unfortunately looses all her memories again. Kogorō later calls, saying that they have miraculously obtained the formula needed reproducing the pills for the witches. In the credits, they return to school, with Kotori's tombstone beside Chie's n","index":13,"parentIndex":1,"rating":7.0,"year":2014,"thumb":"/library/metadata/22/thumb/1595619393","art":"/library/metadata/8/art/1595639985","grandparentThumb":"/library/metadata/8/thumb/1595639985","grandparentArt":"/library/metadata/8/art/1595639985","duration":1649629,"originallyAvailableAt":"2014-06-29","addedAt":1586149852,"updatedAt":1595619393,"chapterSource":"media","Media":[{"id":3283,"duration":1649629,"bitrate":1486,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3332,"key":"/library/parts/3332/1595571696/file.mkv","duration":1649629,"file":"D:\\Public\\Media\\Anime\\Brynhildr in the Darkness\\Season 1\\Brynhildr in the Darkness - S01E13 - Things to Protect.mkv","size":309067391,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"25","key":"/library/metadata/25","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"Start","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Ryōta Sakamoto is ranked #10 worldwide in Btooom!, an online game where players kill each other with bombs. After a game one day, he mysteriously awakes in a real life version of the game.","index":1,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/25/thumb/1595619376","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1467480,"originallyAvailableAt":"2012-10-04","addedAt":1586150882,"updatedAt":1595619376,"chapterSource":"media","Media":[{"id":3259,"duration":1467480,"bitrate":937,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3308,"key":"/library/parts/3308/1595572658/file.mkv","duration":1467480,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E01 - Start.mkv","size":173789602,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"26","key":"/library/metadata/26","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"The Bloodstained High School Girl","titleSort":"Bloodstained High School Girl","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"A typical high school girl, betrayed by her neighbors, a forced player in the game of Btooom!, betrayed by the group she teamed up with. All men are scum.","index":2,"parentIndex":1,"rating":9.3,"year":2012,"thumb":"/library/metadata/26/thumb/1595619377","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1467480,"originallyAvailableAt":"2012-10-11","addedAt":1586150882,"updatedAt":1595619377,"chapterSource":"media","Media":[{"id":3260,"duration":1467480,"bitrate":900,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3309,"key":"/library/parts/3309/1595572658/file.mkv","duration":1467480,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E02 - The Bloodstained High School Girl.mkv","size":166952351,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"27","key":"/library/metadata/27","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"Survival","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"While chasing after the mysterious girl, Ryota runs into Taira Kiyoshi who helps fill in the blanks in his memory. ","index":3,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/27/thumb/1595619377","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1467480,"originallyAvailableAt":"2012-10-18","addedAt":1586150882,"updatedAt":1595619377,"chapterSource":"media","Media":[{"id":3261,"duration":1467480,"bitrate":1148,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3310,"key":"/library/parts/3310/1595572658/file.mkv","duration":1467480,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E03 - Survival.mkv","size":212417957,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"28","key":"/library/metadata/28","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"Best in the World","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kira Kosuke is a disturbed child, but when on the island his true nature can finally come out, unchecked. That is until he faces the best Btooom! player in Japan.","index":4,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/28/thumb/1595619378","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1467480,"originallyAvailableAt":"2012-10-25","addedAt":1586150882,"updatedAt":1595619378,"chapterSource":"media","Media":[{"id":3262,"duration":1467480,"bitrate":1210,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3311,"key":"/library/parts/3311/1595572658/file.mkv","duration":1467480,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E04 - Best in the World.mkv","size":223850891,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"29","key":"/library/metadata/29","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"Attack","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"A pantless corpse floats by Taira and Sakamoto while they are eating lunch. When Sakamoto leaves to investigate he finds a gruesome scene and a familiar figure.","index":5,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/29/thumb/1595619378","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1472500,"originallyAvailableAt":"2012-11-01","addedAt":1586150882,"updatedAt":1595619378,"chapterSource":"media","Media":[{"id":3263,"duration":1472500,"bitrate":1061,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3312,"key":"/library/parts/3312/1595572656/file.mkv","duration":1472500,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E05 - Attack.mkv","size":197276913,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"30","key":"/library/metadata/30","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"Night of Sacrifice","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"In the moment of danger, trust issues start to show between Taira and Sakamoto. Sakamoto wants to save everyone especially the girl who just tried to kill him.","index":6,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/30/thumb/1595619379","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1472500,"originallyAvailableAt":"2012-11-08","addedAt":1586150882,"updatedAt":1595619379,"chapterSource":"media","Media":[{"id":3264,"duration":1472500,"bitrate":782,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3313,"key":"/library/parts/3313/1595572656/file.mkv","duration":1472500,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E06 - Night of Sacrifice.mkv","size":146072953,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"31","key":"/library/metadata/31","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"Virtual Bride","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Miyamoto, the mercenary, has found Sakamoto and his team. This dangerous player will do anything it takes to win. ","index":7,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/31/thumb/1595619381","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1467480,"originallyAvailableAt":"2012-11-15","addedAt":1586150882,"updatedAt":1595619381,"chapterSource":"media","Media":[{"id":3265,"duration":1467480,"bitrate":1114,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3314,"key":"/library/parts/3314/1595572656/file.mkv","duration":1467480,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E07 - Virtual Bride.mkv","size":206260367,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"32","key":"/library/metadata/32","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"White Ghost","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As Sakamoto and Himiko try to rest for the night, Himiko wrestles with the idea of telling Sakamoto her true identity, but before she can do anything she is visited by a “ghost”.","index":8,"parentIndex":1,"rating":8.8,"year":2012,"thumb":"/library/metadata/32/thumb/1595619382","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1467480,"originallyAvailableAt":"2012-11-22","addedAt":1586150882,"updatedAt":1595619382,"chapterSource":"media","Media":[{"id":3266,"duration":1467480,"bitrate":945,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3315,"key":"/library/parts/3315/1595572656/file.mkv","duration":1467480,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E08 - White Ghost.mkv","size":175334751,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"33","key":"/library/metadata/33","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"The Strongest Player","titleSort":"Strongest Player","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"A new player has joined Sakamoto's team, but he carries a dark secret. Before the team could dive deeper into the new players past, a food drop overhead brings many players out of hiding.","index":9,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/33/thumb/1595619382","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1467480,"originallyAvailableAt":"2012-11-29","addedAt":1586150882,"updatedAt":1595619382,"chapterSource":"media","Media":[{"id":3267,"duration":1467480,"bitrate":1073,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3316,"key":"/library/parts/3316/1595572656/file.mkv","duration":1467480,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E09 - The Strongest Player.mkv","size":198674103,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"34","key":"/library/metadata/34","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"High Level","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"It seems the players on the island are interconnected in more ways than one. While Sakamoto mulls over this new information, the good doctor begins his end game.","index":10,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/34/thumb/1595619384","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1467480,"originallyAvailableAt":"2012-12-06","addedAt":1586150882,"updatedAt":1595619384,"chapterSource":"media","Media":[{"id":3268,"duration":1467480,"bitrate":933,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3317,"key":"/library/parts/3317/1595572656/file.mkv","duration":1467480,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E10 - High Level.mkv","size":173043851,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"35","key":"/library/metadata/35","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"Revival","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"With Ryouta out of the way, Himiko will be an easy target for Date, but Shiki has other plans for the doctor.","index":11,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/35/thumb/1595619384","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1467480,"originallyAvailableAt":"2012-12-13","addedAt":1586150882,"updatedAt":1595619384,"chapterSource":"media","Media":[{"id":3269,"duration":1467480,"bitrate":1011,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3318,"key":"/library/parts/3318/1595572658/file.mkv","duration":1467480,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E11 - Revival.mkv","size":187312637,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"36","key":"/library/metadata/36","parentRatingKey":"24","grandparentRatingKey":"23","guid":"com.plexapp.agents.thetvdb://262095/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://262095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://262095?lang=en","type":"episode","title":"Bonds","grandparentKey":"/library/metadata/23","parentKey":"/library/metadata/24","grandparentTitle":"Btooom!","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Taira has lost it and is attacking his friends. Ryouta doesn't want to fight but this time he truly might not have a choice.","index":12,"parentIndex":1,"rating":9.7,"year":2012,"thumb":"/library/metadata/36/thumb/1595619385","art":"/library/metadata/23/art/1591408245","parentThumb":"/library/metadata/24/thumb/1591408245","grandparentThumb":"/library/metadata/23/thumb/1591408245","grandparentArt":"/library/metadata/23/art/1591408245","grandparentTheme":"/library/metadata/23/theme/1591408245","duration":1447980,"originallyAvailableAt":"2012-12-20","addedAt":1586150882,"updatedAt":1595619385,"chapterSource":"media","Media":[{"id":3270,"duration":1447980,"bitrate":998,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3319,"key":"/library/parts/3319/1595572658/file.mkv","duration":1447980,"file":"D:\\Public\\Media\\Anime\\Btooom\\Season 1\\Btooom! - S01E12 - Bonds.mkv","size":182115751,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"39","key":"/library/metadata/39","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Girl Who Bears the Coffin","titleSort":"Girl Who Bears the Coffin","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"While foraging for food in the forest, Saboteur Toru Acura encounters Chaika Trabant, a white haired wizard with a white headband who carries a coffin. A man eating unicorn chases after Chaika which Toru hold off the beast using his Iron-Blood Transformation before Chaika kills it using her magic Gundo sniper rifle. As gratitude, Chaika buys Toru lunch only to be mistaken by his sister Akari Acura of slacking off. Meanwhile, Alberic Gillette and his men from the Gillette Corps meets with Roberto Abarth, a war hero who fought against the Gaz Empire five years ago and asks Abarth an item he acquired from the war but is told to leave. Elsewhere, Chaika hires the Acura siblings to steal an item in Abarth's mansion. As Toru, Akari and Chaika sneaks into Abarth's mansion that night, they are caught by Abarth himself who mistakes them for thieves hired by Alberic to steal his item. As he's about to use his magic to eliminate them, Abarth is shocked when he recognizes Chaika. ","index":1,"parentIndex":1,"rating":9.5,"year":2014,"thumb":"/library/metadata/39/thumb/1595618092","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1420400,"originallyAvailableAt":"2014-04-10","addedAt":1586140892,"updatedAt":1595618092,"Media":[{"id":3226,"duration":1420400,"bitrate":3196,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3275,"key":"/library/parts/3275/1595580556/file.mkv","duration":1420400,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E01 - The Girl Who Bears the Coffin.mkv","size":568207374,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"40","key":"/library/metadata/40","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Lazy Man's Choice","titleSort":"Lazy Man's Choice","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"Abarth is shocked to see Chaika as he believed she died. After escaping him, Chaika explains Abarth's mansion is his Gundo which allows him manipulate the mansion and the only way to stop it is to destroy it's magic source. As Chaika and Akari searches for the source, Toru distract Abarth by fighting him. Eventually they finds the magical source, a severed left hand in a glass jar, the item Chaika is looking for, allowing Toru to defeat Abarth. As they leave the mansion, the trio are attacked by the Gillette Corps who demand they hand over Chaika and the magical hand. Akari drags Chaika to safety while Toru, carrying the glass jar, sends the Corps into a chase around the city before fighting one of their members, Nikolay Autotor. Toru is soon corned by Alberic, Viivi Holopainen and the Corps magic vehicle. Alberic reveals to him that Chaika is actually Chaika Gaz, the daughter of the dreaded Emperor Arthur Gaz of the Gaz Empire, who died at the end of the war after he was killed by the Eight Heroes, who later took parts of Arthur's body. Alberic and his organization fear if the world knew Chaika is still alive, the Gaz Empire would be reborn by Gaz loyalists and his remains are dangerous magic sources, which would reignite the war. Despite this, Toru is unfazed as he enjoys the prospect of war returning before escaping. Chaika reveals to Toru and Akari that she is gathering her father's remains so he can be given a proper burial. Toru and Akari decides to help Chaika in her quest which she is thankful. ","index":2,"parentIndex":1,"rating":9.5,"year":2014,"thumb":"/library/metadata/40/thumb/1595618092","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421640,"originallyAvailableAt":"2014-04-17","addedAt":1586140892,"updatedAt":1595618092,"Media":[{"id":3227,"duration":1421640,"bitrate":3195,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3276,"key":"/library/parts/3276/1595582094/file.mkv","duration":1421640,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E02 - The Lazy Man's Choice.mkv","size":568406744,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"41","key":"/library/metadata/41","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Forest Where the Hero Dwells","titleSort":"Forest Where the Hero Dwells","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"With Chaika's coffin giving them attention, Toru has wrapped in cloth while they search for another of the Eight Heroes who has a part of Arthur's remains in the town of Ipsom. Meanwhile, the Gillette Corps receives word from their superiors, the post war Kleeman Agency, are unable to send reinforcements. As they have lunch, the trio learns the ruler of Ipsom, Dominica Škoda, a dragoon cavalier and one of the Eight Heroes, lives nearby a dangerous forest. The trio is almost caught when they learn the Gillette Corps are in town but thanks to the help of Guy, a young man who appears as a hologram and Chaika's informant over her father's remains, he leads them to a lake where they use an abandon magical vehicle as transport and where Dominica's home is. As Chaika fixes the vehicle, the Gillette Corps looks over past information on how they caught fakes who pretended to be Chaika and wonder if Chaika ever existed. On their way to Dominica's home, Chaika reveals she was out of the country when her father was killed and doesn't have memories during the war. The trio is soon attacked by Orthrus but are saved by a female knight. ","index":3,"parentIndex":1,"rating":9.0,"year":2014,"thumb":"/library/metadata/41/thumb/1595618092","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421220,"originallyAvailableAt":"2014-04-24","addedAt":1586140892,"updatedAt":1595618092,"Media":[{"id":3225,"duration":1421220,"bitrate":3196,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3274,"key":"/library/parts/3274/1595579692/file.mkv","duration":1421220,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E03 - The Forest Where the Hero Dwells.mkv","size":568443862,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"42","key":"/library/metadata/42","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Dragoon's Wish","titleSort":"Dragoon's Wish","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"The female knight introduces herself as Dominica Škoda and allows the trio to stay in her mansion. Toru suggest they ask Dominica to hand over Arthur's remains to them peacefully before using force if that fails which Chaika is conflicted since Dominica saved their lives and is kind to them. The next day, Toru asks Dominica for Arthur's remains which she will give them if they can defeat her in a match tonight. As they prepare themselves, the group realizes something strange about Dominica as she doesn't recognize Chaika despite being one of the Eight Heroes. During their match, Toru and Akari fights Dominica in their Iron-Blood Transformation forms but her Dragoon magic powers proves too much for them. However, Toru manages to figure out that the Dominica they are fighting is not her but her Dragon taking her master's form which the dragon reveals its true form. Using their skills, Toru, Akari and Chaika defeats the Dragon. The Dragon reveals Dominica passed away after the war but due to their close bond, she was unable to forget her master hence she took her master's form. As promised, the dragon, Fredrika, gives them Arthur's eyes and decides to follow Toru, Akari and Chaika in their journey by transforming into a young girl. ","index":4,"parentIndex":1,"rating":9.0,"year":2014,"thumb":"/library/metadata/42/thumb/1595618092","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1420400,"originallyAvailableAt":"2014-05-01","addedAt":1586140892,"updatedAt":1595618092,"Media":[{"id":3228,"duration":1420400,"bitrate":3187,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3277,"key":"/library/parts/3277/1595583282/file.mkv","duration":1420400,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E04 - The Dragoon's Wish.mkv","size":566497137,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"43","key":"/library/metadata/43","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Pursuer and the Pursued","titleSort":"Pursuer and the Pursued","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"Heading to the town of Perimeral, Toru, Akari and Chaika are ambushed by a red armored sword fighter and her two companions. Toru captures the warrior but is shock to discover that she looks like Chaika but with short hair and a red headband. Chaika is captured by Red Chaika's companions but both groups are forced to flee after the Gillette Corps arrives. After bribing her with food, Red Chaika reveals her name is Chaika Bohdan, who also claims she's Emperor Arthur's daughter and wants to gather her father's remains but unlike their Chaika, Red Chaika wants to use the power of father's remains to take revenge against the Eight Heroes and the subjects who abandoned her father during the war. Meanwhile, Red Chaika's companions reveal to Chaika that there are other girls named Chaika who are also clamming to be Emperor Arthur's daughter. Elsewhere, wizard Mattheus Callaway and Catboy Leonardo Stola split up with the Gillette Corps to track Toru and Akari but instead find Red Chaika's companions. Eventually, a deal is reach where both groups head to a waterfall to exchange their Chaikas which both Chaikas meet each other face to face. ","index":5,"parentIndex":1,"rating":9.5,"year":2014,"thumb":"/library/metadata/43/thumb/1595618092","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1420039,"originallyAvailableAt":"2014-05-08","addedAt":1586140892,"updatedAt":1595618092,"Media":[{"id":3229,"duration":1420039,"bitrate":3199,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3278,"key":"/library/parts/3278/1595584138/file.mkv","duration":1420039,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E05 - The Pursuer and the Pursued.mkv","size":568494489,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"44","key":"/library/metadata/44","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"Red and White","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"Cockatrices controlled by Mattheus attack the meeting place, forcing David and Selma Kenworth to escape with Chaika while Toru, Akari and Red Chaika fight them. Returning to their vehicle with Red Chaika where Fredrika is waiting for them, Toru and Akari plann their next meeting. Meanwhile, the Gillette Corps are ordered by the Council of Six Nations to deal with farm riots much to Gillette's frustration as the Council believe Chaika is nothing but a myth. As Toru and Fredrika waits for Akari to return to find out where the next exchange point will take place, Red Chaika asks why Toru is helping the White Chaika and offers him to join her instead as she can bring back the war. Both groups meet at Perimeral where they exchange hostages and despite Red Chaika's offer, Toru remains loyal to his Chaika. As they leave town, Chaika wonders if she really is Chaika Gaz but Toru doesn't care as what matters is that she's real. Toru group is stopped by Red Chaika and David who suggests they should join forces so they can find Arthur's remains quicker. But when Red Chaika reveals there can only be one Chaika Gaz, Toru and Akari fights her group, forcing them to flee. Toru fears not only will they face the Gillette Corps but the other Chaikas as well. ","index":6,"parentIndex":1,"rating":9.0,"year":2014,"thumb":"/library/metadata/44/thumb/1595618092","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1422470,"originallyAvailableAt":"2014-05-15","addedAt":1586140892,"updatedAt":1595618092,"Media":[{"id":3231,"duration":1422470,"bitrate":3193,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3280,"key":"/library/parts/3280/1595587852/file.mkv","duration":1422470,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E06 - Red and White.mkv","size":568430262,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"45","key":"/library/metadata/45","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Valley of No Return","titleSort":"Valley of No Return","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"Guy informs Toru and his group that the next Hero they can find, Simon Scania, was last seen at The Valley of No Return four years ago. However, they are ambushed by the Gillette Corps before escaping using Fredrika's Dragon form. Arriving at the valley, they noticed a fog made by magic in the valley before Toru, Akari, Chaika and Fredrika accidentally falling in. In the fogged valley, Akari, Chaika and Fredrika, in a protective barrier, notices the fog causes illusions which Toru believes he and Chaika survive the fall and became a couple only for Gillette to take her away. The trio manages to drag Toru into the barrier, where they decide to destroy the machine that makes the magic fog. Using Chaika's magic to temporarily dispel the fog, the group manages to find and destroy the machine. With the fog cleared, the group finds Simon, now mad and delusional. Simon reveals he created the fog machine in revenge when his wife and his best friend betrayed him in order to show anyone going into the fog the pain of being betrayed by a loved one. After getting Arthur's leg from the machine, the group leaves Simon behind while the girls question Toru on his illusion. ","index":7,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/45/thumb/1595618092","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421560,"originallyAvailableAt":"2014-05-22","addedAt":1586140892,"updatedAt":1595618092,"Media":[{"id":3230,"duration":1421560,"bitrate":3195,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3279,"key":"/library/parts/3279/1595587456/file.mkv","duration":1421560,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E07 - The Valley of No Return.mkv","size":568514325,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"46","key":"/library/metadata/46","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"Empire of Consolation","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"The head of the Kleeman Agency, Konrad Steinmeitz, ask Alberic to take a break on searching Chaika Trabant. While he does some research on Emperor Arthur, he reveals to Vivi and Zuita Brusasco that he could not find information about the man before the war, which raises his doubts. Elsewhere, Toru and his companions encounter a group who calls themselves the \"Neo Gaz Empire', who aims to bring back the Gaz Empire under a blonde haired girl who calls herself \"Princess Chaika\". While Chaika befriends the princess, Toru, Akari and Fredrika have suspicions about the group. Their suspicions are confirmed after defeating the Neo Gaz's men, the group admits they are actually former Gaz Empire citizens who turn to thievery after being abandoned by the Six Nations. While Toru wants to leave, Chaika begs him to save the fake Princess Chaika, whose real name is Julia, after learning she got captured in a failed breaking and entering. Toru and comrades rescues Julia, which she and her friends thanked them but not before Toru learns, even during his rule, many of his citizens don't know much about Emperor Arthur. Meanwhile, the Council of Six Nations deals with a rebellion by Duke Gillard Gavarni who controls a floating fortress. ","index":8,"parentIndex":1,"rating":8.5,"year":2014,"thumb":"/library/metadata/46/thumb/1595624154","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1422550,"originallyAvailableAt":"2014-05-29","addedAt":1586140892,"updatedAt":1595624154,"Media":[{"id":3391,"duration":1422550,"bitrate":3193,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3736,"key":"/library/parts/3736/1595624002/file.mkv","duration":1422550,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E08 - Empire of Consolation.mkv","size":568538348,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"47","key":"/library/metadata/47","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Value of Memories","titleSort":"Value of Memories","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"Running low on magic fuel for their magic vehicle, Toru's group is unable to find any shops still selling them due to the people celebrating the Anniversary of the End of the War against the Gaz Empire. Despite Chaika offering to use her memories as a substitute magic fuel, Toru refuses after learning Chaika loses her memories after using them. Meanwhile, the Gillette Corps celebrate the Anniversary in their own way before being summoned for an emergency mission. While Toru's group searches for any shop still selling magic fuel, Toru tells Chaika about his childhood. Toru reveals he and Akari grew up in village called Acura where the people trained to become Saboteurs. Despite his eagerness to join the Gaz Empire War, his mentor Shin tells Toru he is reckless. Toru also looked up to Jasmine, a woman who was part of a convoy of traveling merchants who traded with the Acura villagers, who Toru saw as a big sister figure. However, one night, the convoy was attacked by bandits who killed the merchants. Despite his efforts, Toru was only able to find a dying Jasmine, who comforted the boy in her last moments. Even though the villagers were able to kill the bandits responsible, Jasmine's death left a deep impact on Toru, which shaped him to be the man he is now and tells Chaika to never forget her memories, both good and bad. After finally finding a shop that still sells magic fuel, Toru and Chaika learns from the shopkeeper that Duke Gavarni of Iveco has acquired one of Arthur's remains from one of the Eight Heroes and decides to go there. ","index":9,"parentIndex":1,"rating":8.5,"year":2014,"thumb":"/library/metadata/47/thumb/1595618092","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421880,"originallyAvailableAt":"2014-06-05","addedAt":1586140892,"updatedAt":1595618092,"Media":[{"id":3234,"duration":1421880,"bitrate":3196,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3283,"key":"/library/parts/3283/1595589410/file.mkv","duration":1421880,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E09 - The Value of Memories.mkv","size":568808146,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"48","key":"/library/metadata/48","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"Fortress in the Sky","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"Arriving at Iveco, Toru realize something strange when he and Chaika notice there are no young girls and a lack of magic fuel. They soon learn from a shopkeeper that Duke Gavarni has been using all of the town's magic fuel to power the floating fortress Soara and his soldiers are kidnapping the town's girls and bringing them to his fortress where they are never seen again. Toru's group sneaks into Soara by having Akari disguise herself as one of the many girls being taken by the Duke's men where she helps Toru, Chaika and Fredrika get in by the fortress windows, unaware that Vivi and Zuita have sneaked in as well. Meanwhile, the Council decides to take action against Duke Gavarni by launching their own floating fortress Stratus. Konrad warns Alberic to get Vivi and Zuita out before the Council forces will destroy the Soara. Toru's group tries to find the Soara's magic engine only to be ambushed by the Duke's soldiers where Toru and Chaika escapes, Fredrika speared and thrown from the floor and Akari captured. Akari is brought to Ricardo, the Duke's youngest son, who reveals the Duke and his family were killed by Ricardo himself and he, his wizard adviser Grad Lancia, and another accomplice have using the Duke's name for their own plans before Grad uses a mind control spell on Akari. Toru and Chaika encounters a girl named Layla whose asks for their help in rescuing the women captured by the Duke's men but is led into a trap when Layla is revealed to be Ricardo and Grad's accomplice who kidnaps Chaika while Toru faces off a mind controlled Akari. ","index":10,"parentIndex":1,"rating":9.0,"year":2014,"thumb":"/library/metadata/48/thumb/1595629042","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1420360,"originallyAvailableAt":"2014-06-12","addedAt":1586140892,"updatedAt":1595629042,"Media":[{"id":3416,"duration":1420360,"bitrate":3198,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3761,"key":"/library/parts/3761/1595628912/file.mkv","duration":1420360,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E10 - Fortress in the Sky.mkv","size":568450774,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"49","key":"/library/metadata/49","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The False Princess","titleSort":"False Princess","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"Toru is rescued by Vivi and Zuita where the three of them agree to an alliance to try and escape the Soara before the Stratus and the Council's forces destroy it. Elsewhere, Chaika is brought into a room by Layla where the latter reveals she knows who Chaika identity is. Meanwhile, Toru, Vivi and Zuita learns the horrible truth on what happen to the girls captured by the Duke's men; the girls are tortured by Ricardo which Grad and Layla uses their painful memories as magic fuel for the Soara. Layla reveals herself to Chaika Trabant that she too is a Chaika (Blue Chaika) and reveals the terrible truth; neither she or the others who look like her are the real Chaika Gaz. Layla reveals the Chaikas were created by a mysterious group who gave them different skills and personalities to help them gather Arthur's remains by making them believe they were Arthur's daughter which Layla herself learned from a mysterious creature and remembering Princess Chaika was killed by the Eight Heroes. Chaika goes into denial but Layla tells her to accept the truth while she goes to take her revenge against the group that used her by restarting a war. Fredrika arrives to rescue Chaika only to be killed and dragged by one of Grad's spider monsters. Elsewhere, Alberic and Leonardo tries to convince the captain of the Council Forces to stand down so that his comrades can escape but when he refuses, Alberic resorts to threatening the man's life. Corned by a mind controlled Akari and the Duke's men, Vivi and Zuita hold them off while Toru tries to rescue Chaika. ","index":11,"parentIndex":1,"rating":9.5,"year":2014,"thumb":"/library/metadata/49/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1422340,"originallyAvailableAt":"2014-06-19","addedAt":1586140892,"updatedAt":1595618093,"Media":[{"id":3232,"duration":1422340,"bitrate":3194,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3281,"key":"/library/parts/3281/1595588366/file.mkv","duration":1422340,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E11 - The False Princess.mkv","size":568637025,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"50","key":"/library/metadata/50","parentRatingKey":"38","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"Those Left Behind","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/38","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 1","contentRating":"TV-14","summary":"Despite Alberic's attempts, the commander of the Stratus is unfazed and orders the Stratus to fire their magic cannons on the Soara. As the Soara and Stratus fire each other, Zuita is able to free Akari from Grad's mind control while the latter explains to Zuita and Vivi what happened since she was captured. Despite the revelations of her true origins, Chaika is detmerine to continue her quest to gather's Arthur's remains while Toru fights to reach Chaika. Akari, Vivi and Zuita discovers Fredrika is still alive, having created a second body and leads them to Chaika's last known location only to encounter more of Grad's spider monsters. The Soara fires one of their magic cannons on the council forces with Alberic caught in the blast which Leonardo only finds Alberic's sword. As the Soara heads to Cadwell to destroy capital of the Wiemac kingdom, the heavily damaged Stratus launches a suicide attack, sending the Soara sinking to a lake. An injured Toru rescues Chaika from Ricardo by stabbing the boy while Akari kills Grad, ending his control of his minions. After retrieving Arthur's left leg, Toru is shoot by Layla's crossbow bolt who attempts to kill Chaika, angered that Chaika still continues her quest despite learning the truth. However, Layla is distracted when she sees Guy, allowing to Chaika to shoot her with her Gundo sniper rifle. Chaika rescues Toru from drowning and with help of Fredrika's Dragoon form, she, Toru, Akari, Vivi and Zuita escapes the Soara before it sinks to the bottom. Layla decides to stay with a dying Ricardo so they can be together. When Vivi and Zuita returns to their group and learns of Alberic's death, Vivi screams in grief as her hair and eyes turn white and purple respectively. After Chaika reveals to Toru, Akari and Fredrika her true origins from Layla, Chaika still wants to continue her quest which they all agree to help her as they drive off to their next destination. ","index":12,"parentIndex":1,"rating":9.5,"year":2014,"thumb":"/library/metadata/50/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/38/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1422850,"originallyAvailableAt":"2014-06-26","addedAt":1586140892,"updatedAt":1595618093,"Media":[{"id":3233,"duration":1422850,"bitrate":3184,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3282,"key":"/library/parts/3282/1595589198/file.mkv","duration":1422850,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 1\\Chaika the Coffin Princess - S01E12 - Those Left Behind.mkv","size":567029946,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3610","key":"/library/metadata/3610","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Princess Who Gathers the Remains","titleSort":"Princess Who Gathers the Remains","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"During last days of the war, Emperor Arthur Gaz orders one of his official to be charge in charge of a secret project involving Chaika. A month after the events of the Soara, Toru, Akari, Chaika duels with Lady Claudia Dodge, another of the Eight Heroes and her men but Chaika loses to Claudia. Despite this, Claudia allows Chaika and her companions to stay at her estate. Toru and the others learn after the war, Claudia hired out of work soldiers to her vineyard and despite being one of the Heroes, she is willing to give Arthur's heart to Chaika if she and her companions beat her in a duel tomorrow. Taking Claudia's advice, Chaika tries to learn to shorten her incantations to fire her spells faster. Meanwhile, with the Council now taking the Chaika threat more seriously, Konrad orders the Gillette Corps to continue their mission with Nikolai promoted as Captain of the Corps after Alberic's death. Elsewhere, Vivi is confronted by Guy and refuses to believe him when he tells her she is another Chaika albeit one that did not transform completely. Despite being a half-Chaika, Guy believes Vivi can still help in gathering Arthur's remains. The next day, despite being unable to learn short incantations, Chaika insist on beating Claudia fair and square as she, Toru and Akari battle Claudia in their duel. ","index":1,"parentIndex":2,"rating":9.0,"year":2014,"thumb":"/library/metadata/3610/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421200,"originallyAvailableAt":"2014-10-09","addedAt":1595592121,"updatedAt":1595618093,"Media":[{"id":3235,"duration":1421200,"bitrate":3185,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3284,"key":"/library/parts/3284/1595591988/file.mkv","duration":1421200,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E01 - The Princess Who Gathers the Remains.mkv","size":566390406,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3611","key":"/library/metadata/3611","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"A Wizard's Pride","titleSort":"Wizard's Pride","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"As Chaika, Toru and Akari try to find a way to beat Claudia, elsewhere, Red Chaika and her group defeats another Hero, Glen Donkervoort, acquiring Arthur's right arm and heading towards an island as suggested by their informant Guy. Eventually, Chaika manages to shorten her spell and defeat Claudia after the latter is distracted by Fredrika in her cat form. Claudia congratulates the group by hosting a tea party to celebrate. Meanwhile, Konrad's secretary Karen Bombardier gives Vivi Alberic's investigation notes on Emperor Arthur before rejoining the Corps with Alberic's sword in hand. Back at Claudia's estate, she reveals to Toru's group why she has no interest with Arthur's remains and gave hers to Chaika and tells her secret. During the end of the war, the Eight Heroes learn one of Arthur's officials escape with Arthur's hidden fortune and most of his magic research work to a secret island, and despite the Council attempts, they could not find the island or Arthur's magic research. After giving Toru group the location of the Heroes, Claudia bid them farewell. Soon Toru's group learns Red Chaika has already claim one of Arthur's remains from Glen while Chaika wants to find the secret island to learn about her origins. ","index":2,"parentIndex":2,"rating":9.0,"year":2014,"thumb":"/library/metadata/3611/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421940,"originallyAvailableAt":"2014-10-16","addedAt":1595593202,"updatedAt":1595618093,"Media":[{"id":3236,"duration":1421940,"bitrate":3187,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3285,"key":"/library/parts/3285/1595593076/file.mkv","duration":1421940,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E02 - A Wizard's Pride.mkv","size":567028257,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3612","key":"/library/metadata/3612","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Harbor of Phantom Dreams Recollected","titleSort":"Harbor of Phantom Dreams Recollected","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"Arriving at a seaside town ruled by Clay Morgan of the Eight Heroes, Toru and group disguise themselves as a comedy troupe to enter Clay's mansion. When Clay learns the groups attentions and sees Chaika, he runs away screaming while Toru and Akari chases him. Chaika tries to find clues of where the secret island is which she finds a lead at the Evil Sea. Toru and Akari find and defeat Clay, learning he's been scared of Emperor Arthur after fighting him and Chaika since she was beheaded by the leader of the Eight Heroes, Stephan Hartgen, so he gives up Arthur's ears so he won't have to see Chaika or the remains again. After acquiring Arthur's ears, Guy appears and tells Toru and Akari to head to the secret island but both of them are now wary since Guy knew about the other Chaikas. Meanwhile, Shin informs his master Stephen that all of Arthur's remains will soon be arriving which Stephen promises his daughters Irina and Alina they will get to see it. Meanwhile, Toru and Chaika have an argument as the latter wants to find the secret island which the former refuses believing it's dangerous which leads her to firing Toru. After Akari convinces Toru to make amends with Chaika, they learn too late that Chaika has left to find the island with Fredrika. Both of them chases after her on Clay's ship where Red Chaika and her group have sneaked in but the ship is sunken by a Kraken. Chaika and Fredrika finally found the secret island but are attack by dragons. ","index":3,"parentIndex":2,"rating":9.0,"year":2014,"thumb":"/library/metadata/3612/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421660,"originallyAvailableAt":"2014-10-23","addedAt":1595596717,"updatedAt":1595618093,"Media":[{"id":3237,"duration":1421660,"bitrate":3196,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3286,"key":"/library/parts/3286/1595596626/file.mkv","duration":1421660,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E03 - The Harbor of Phantom Dreams Recollected.mkv","size":568527767,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3614","key":"/library/metadata/3614","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Writhing Island","titleSort":"Writhing Island","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"Chaika arrives on the island where the emperor's fortune is said to exist, but she's quickly attacked by a pack of Orthros, followed by a group of demihuman soldiers.","index":4,"parentIndex":2,"rating":9.0,"year":2014,"thumb":"/library/metadata/3614/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421980,"originallyAvailableAt":"2014-10-30","addedAt":1595602576,"updatedAt":1595618093,"Media":[{"id":3239,"duration":1421980,"bitrate":3189,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3288,"key":"/library/parts/3288/1595602448/file.mkv","duration":1421980,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E04 - The Writhing Island.mkv","size":567458577,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3616","key":"/library/metadata/3616","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Emperor's Fortune","titleSort":"Emperor's Fortune","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"The two Chaikas are captured again. The red Chaika says they should work together just this once to escape, but as they search for an exit, they find a girl confined in a hidden office. She introduces herself as Niva Lada and says she's been waiting for Chaika.","index":5,"parentIndex":2,"rating":9.0,"year":2014,"thumb":"/library/metadata/3616/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1420131,"originallyAvailableAt":"2014-11-06","addedAt":1595605099,"updatedAt":1595618093,"Media":[{"id":3241,"duration":1420131,"bitrate":3194,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3290,"key":"/library/parts/3290/1595605002/file.mkv","duration":1420131,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E05 - The Emperor's Inheritance.mkv","size":567557782,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3613","key":"/library/metadata/3613","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Castle of Madness","titleSort":"Castle of Madness","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"As Toru and his companions head to the Principality of Hartgen to get the last of Arthur's remains, the Gillett Corps arrived at the Secret Island and learn from Kiril and Ursula what happened on the island before they arrive. At Hartgen, Red Chaika and her companions enter the tournament after defeating other contestants in the preliminary rounds. Toru and his companions also enter the tournament as well, in order to win Arthur's remains should they fail to steal it. Zita and Matthäus meet with King Stephan in order to convince him to cancel the tournament but to their shock, not only do they discover the King's daughters, Alina and Irina, are also Chaikas, but the King refuses to cancel the tournament. Meanwhile, Vivi and Nikolai enter the tournament as well where they are shock that the tournament allows the contestants to kill. Guy visits Alberic, whom latter is revealed to have lost his memories, that Guy rescued him because of the hatred in his heart. As most the contestants rest for the night, Toru and Akari attempts to sneak in the King's castle to steal the remains while Chaika sees Niva leaving with Guy voluntary. ","index":6,"parentIndex":2,"rating":9.0,"year":2014,"thumb":"/library/metadata/3613/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421080,"originallyAvailableAt":"2014-11-13","addedAt":1595601975,"updatedAt":1595618093,"Media":[{"id":3238,"duration":1421080,"bitrate":3188,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3287,"key":"/library/parts/3287/1595601848/file.mkv","duration":1421080,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E06 - The Castle of Madness.mkv","size":566928213,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3615","key":"/library/metadata/3615","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"Black Agenda","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"Toru and Akari attempt to infiltrate the castle in order to steal the remains but their mentor Shin appears, forcing them to escape. Meanwhile, Guy brings Niva to Stephan Hartgen, who is eager to start a new war, as he believes that warriors like him can be only worthy in combat. In the next day, the tournament begins, and while facing other contestants, Toru and Chaika meet Vivi and Nikolai, but instead of fighting, they decide to share information instead, and learn about the two Chaikas that are always beside Hartgen. Little they know that the two Chaikas answer to a third one, who has her own agenda. As the Council of the Six Nations discuss if they should launch an attack on Hartgen, Konrad is informed about the situation there while the pairs composed of Chaika and Toru, Boghdan and David, Akari and Fredrika, and Vivi and Nikolai advance to the next stage of the tournament, oblivious to the fact that Stephan is aware of their presence and is making arrangements for them to fight each other. ","index":7,"parentIndex":2,"rating":9.0,"year":2014,"thumb":"/library/metadata/3615/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1422190,"originallyAvailableAt":"2014-11-20","addedAt":1595604288,"updatedAt":1595618093,"Media":[{"id":3240,"duration":1422190,"bitrate":3197,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3289,"key":"/library/parts/3289/1595604220/file.mkv","duration":1422190,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E07 - Black Agenda.mkv","size":568891371,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3620","key":"/library/metadata/3620","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Bells of Contention","titleSort":"Bells of Contention","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"Toru and Chaika have advanced through the tournament and made it inside the third castle wall, but then they're captured and ordered to proceed to a different arena. Seated inside waiting for them is the black Chaika, who says this is where they will atone for their sins.","index":8,"parentIndex":2,"rating":9.0,"year":2014,"thumb":"/library/metadata/3620/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1422190,"originallyAvailableAt":"2014-11-27","addedAt":1595608613,"updatedAt":1595618093,"Media":[{"id":3245,"duration":1422190,"bitrate":3195,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3294,"key":"/library/parts/3294/1595608514/file.mkv","duration":1422190,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E08 - The Bells of Contention.mkv","size":568491994,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3619","key":"/library/metadata/3619","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Throne That Invites War","titleSort":"Throne That Invites War","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"As Toru, Akari and Fredrika are kicked out of the castle, Red Chaika decides to give her remains to Chaika's group only to learn from Selma that Hartgen's men attack and stole if from her. Zita and Leonardo reunite with Vivi and Nikolai and learns Alberic is alive. With Fredrika weaken by Shin's poison, Toru and Akari have no choice but to give the rest of the remains to save Chaika. After informing his superiors on what happened, The Gillette Squad are ordered to take down King Stephan before any of the Six Nations attack, which will reignite the war. Toru and Akari arrive in Stephan throne room where Stephan, Alina, Irina, Black Chaika, Niva, Guy, Shin and Chaika awaits them with Alberic sneaking in. With all of the remains gathered, Black Chaika \"consumes\" the remains and starts giving birth with Guy's help, who reveals he is a magic mechanism to ensure the remains would be gathered. Black Chaika gives birth to a boy resembling Guy but with Fayla body parts who reveals himself to be none other than Arthur Gaz himself. Arthur thanks Black Chaika for using Fayla parts in her to resurrect him and kills Stephan with a spell without an incantation much to everyone shock. As Arthur sits on the throne and grows older, he explains to Chaika the truth that she and her \"sisters\" were never really his real daughters as the Chaikas were based on his mistress who was killed by Stephan during the war which he uses as a basis for all of the Chaikas looks. Arthur reveals his goal was to gather large amounts of magic fuel using several flying fortresses hidden in space to collect from people's emotions with war bringing out the most of their emotions. So he allowed himself to be killed and his remains scattered while the Chaikas fought to get them so the dread and fear about him would spread throughout the continent. To demonstrate his power, Arthur and Niva easily destroys a flying fortress sent to attack Hartgen. ","index":9,"parentIndex":2,"rating":9.7,"year":2014,"thumb":"/library/metadata/3619/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1423770,"originallyAvailableAt":"2014-12-04","addedAt":1595607892,"updatedAt":1595618093,"Media":[{"id":3244,"duration":1423770,"bitrate":3190,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3293,"key":"/library/parts/3293/1595607768/file.mkv","duration":1423770,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E09 - The Throne That Invites War.mkv","size":568381628,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3621","key":"/library/metadata/3621","parentRatingKey":"3609","grandparentRatingKey":"37","guid":"com.plexapp.agents.thetvdb://278127/2/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278127/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278127?lang=en","type":"episode","title":"The Girl Who Carries the Gundo","titleSort":"Girl Who Carries the Gundo","grandparentKey":"/library/metadata/37","parentKey":"/library/metadata/3609","grandparentTitle":"Chaika the Coffin Princess","parentTitle":"Season 2","contentRating":"TV-14","summary":"After destroying several of the Six Nations flying fortresses, Arthur heads to one of his space fortress along with Shin to begin his plans. Toru decides to make a pact with Fredrika by becoming a Dragoon Cavalier in order to fight Arthur while Akari, Vivi, Leonardo, Red Chaika and her companions face off against Black Chaika and her minions. Assisted by Chaika and her Gundo sniper rifle to enter the space fortress, Toru battles against Shin before finally defeating him. Red Chaika faces off against Black Chaika before giving her the finishing blow, ending the latter controls of Alina, Irina, and the Chaika warriors. Finally facing Arthur, the Emperor beckons Toru to join is side since he believes war is what all of humanity wants but Toru refuses and he and Fredrika are swiftly beaten. Before Arthur can kill them, Chaika casts a shield to protect Toru and Fredsrika. Arthur tries to kill Chaika using Niva but Niva refuses and joins Chaika's side. With no more magic bullets to use, Chaika uses her memories as magic fuel for Niva's Cannon Gundo form where they finally kill Arthur and stopping his plans before Chaika loses conscious. In the aftermath, Alberic, now the new chief of the Kleeman Agency, reports to the Council of Six Nations that Arthur's plans were thwarted, Niva is under their custody and claims all of the Chaikas died. Elsewhere, Toru, Akari, Chaika, Fredrika and Red Chaika now live together where Toru helps a recovering Chaika.","index":10,"parentIndex":2,"rating":10.0,"year":2014,"thumb":"/library/metadata/3621/thumb/1595618093","art":"/library/metadata/37/art/1595639977","parentThumb":"/library/metadata/3609/thumb/1595618093","grandparentThumb":"/library/metadata/37/thumb/1595639977","grandparentArt":"/library/metadata/37/art/1595639977","duration":1421293,"originallyAvailableAt":"2014-12-11","addedAt":1595618078,"updatedAt":1595618093,"Media":[{"id":3246,"duration":1421293,"bitrate":3197,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3295,"key":"/library/parts/3295/1595617964/file.mkv","duration":1421293,"file":"D:\\Public\\Media\\Anime\\Chaika the Coffin Princess\\Season 2\\Chaika the Coffin Princess - S02E10 - The Girl Who Carries the Gandr.mkv","size":568511998,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"53","key":"/library/metadata/53","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"Light and Darkness","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"Defeated by the Black King, the Volunteer Army and its allies regroup. ","index":1,"parentIndex":1,"year":2017,"thumb":"/library/metadata/53/thumb/1595619371","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1421700,"originallyAvailableAt":"2017-01-08","addedAt":1586158114,"updatedAt":1595619371,"chapterSource":"media","Media":[{"id":3247,"duration":1421700,"bitrate":1452,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3296,"key":"/library/parts/3296/1595573222/file.mkv","duration":1421700,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E01 - Light and Darkness.mkv","size":265072136,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"54","key":"/library/metadata/54","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"To Be with Others","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":2,"parentIndex":1,"year":2017,"thumb":"/library/metadata/54/thumb/1595619371","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1421700,"originallyAvailableAt":"2017-01-15","addedAt":1586158114,"updatedAt":1595619371,"chapterSource":"media","Media":[{"id":3248,"duration":1421700,"bitrate":1407,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3297,"key":"/library/parts/3297/1595573222/file.mkv","duration":1421700,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E02 - To Be with Others.mkv","size":256997607,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"55","key":"/library/metadata/55","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"Symbol of Loyalty","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":3,"parentIndex":1,"year":2017,"thumb":"/library/metadata/55/thumb/1595619371","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1421540,"originallyAvailableAt":"2017-01-22","addedAt":1586158114,"updatedAt":1595619371,"chapterSource":"media","Media":[{"id":3249,"duration":1421540,"bitrate":1229,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3298,"key":"/library/parts/3298/1595573224/file.mkv","duration":1421540,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E03 - Symbol of Loyalty.mkv","size":225362663,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"56","key":"/library/metadata/56","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"The Expanding Darkness","titleSort":"Expanding Darkness","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":4,"parentIndex":1,"year":2017,"thumb":"/library/metadata/56/thumb/1595619372","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1427520,"originallyAvailableAt":"2017-01-29","addedAt":1586158114,"updatedAt":1595619372,"chapterSource":"media","Media":[{"id":3250,"duration":1427520,"bitrate":1107,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3299,"key":"/library/parts/3299/1595573224/file.mkv","duration":1427520,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E04 - The Expanding Darkness.mkv","size":204612982,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"57","key":"/library/metadata/57","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"Snowy Mountain Screams","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":5,"parentIndex":1,"year":2017,"thumb":"/library/metadata/57/thumb/1595619372","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1421700,"originallyAvailableAt":"2017-02-05","addedAt":1586158114,"updatedAt":1595619372,"chapterSource":"media","Media":[{"id":3251,"duration":1421700,"bitrate":1273,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3300,"key":"/library/parts/3300/1595573224/file.mkv","duration":1421700,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E05 - Snowy Mountain Screams.mkv","size":233239268,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"58","key":"/library/metadata/58","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"The Nadir of Anguish","titleSort":"Nadir of Anguish","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":6,"parentIndex":1,"year":2017,"thumb":"/library/metadata/58/thumb/1595619372","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1421700,"originallyAvailableAt":"2017-02-12","addedAt":1586158114,"updatedAt":1595619372,"chapterSource":"media","Media":[{"id":3252,"duration":1421700,"bitrate":1462,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3301,"key":"/library/parts/3301/1595573224/file.mkv","duration":1421700,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E06 - The Nadir of Anguish.mkv","size":266859264,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"59","key":"/library/metadata/59","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"Torn Apart","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":7,"parentIndex":1,"year":2017,"thumb":"/library/metadata/59/thumb/1595619373","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1421700,"originallyAvailableAt":"2017-02-19","addedAt":1586158114,"updatedAt":1595619373,"chapterSource":"media","Media":[{"id":3253,"duration":1421700,"bitrate":1053,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3302,"key":"/library/parts/3302/1595573224/file.mkv","duration":1421700,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E07 - Torn Apart.mkv","size":194601551,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"60","key":"/library/metadata/60","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"Unyielding Will","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"Phoena and Aram make it to Yggdra, where they meet an administrator. They scan through the Chronicle in search of answers.","index":8,"parentIndex":1,"year":2017,"thumb":"/library/metadata/60/thumb/1595619373","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1422040,"originallyAvailableAt":"2017-02-26","addedAt":1586158114,"updatedAt":1595619373,"chapterSource":"media","Media":[{"id":3254,"duration":1422040,"bitrate":1663,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3303,"key":"/library/parts/3303/1595573230/file.mkv","duration":1422040,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E08 - Unyielding Will.mkv","size":302598843,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"61","key":"/library/metadata/61","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"The Flower in the Desert","titleSort":"Flower in the Desert","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":9,"parentIndex":1,"year":2017,"thumb":"/library/metadata/61/thumb/1595619374","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1421700,"originallyAvailableAt":"2017-03-05","addedAt":1586158114,"updatedAt":1595619374,"chapterSource":"media","Media":[{"id":3255,"duration":1421700,"bitrate":1430,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3304,"key":"/library/parts/3304/1595573230/file.mkv","duration":1421700,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E09 - The Flower in the Desert.mkv","size":261077999,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"62","key":"/library/metadata/62","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"The Sword That Rends Darkness","titleSort":"Sword That Rends Darkness","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"Phoena and Aram escort Musica aboard the Ark. They infiltrate the Black King's fortress.","index":10,"parentIndex":1,"year":2017,"thumb":"/library/metadata/62/thumb/1595619375","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1421700,"originallyAvailableAt":"2017-03-12","addedAt":1586158114,"updatedAt":1595619375,"chapterSource":"media","Media":[{"id":3256,"duration":1421700,"bitrate":1220,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3305,"key":"/library/parts/3305/1595573230/file.mkv","duration":1421700,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E10 - The Sword That Rends Darkness.mkv","size":223745035,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"63","key":"/library/metadata/63","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"Live by the Sword, Die by the Sword","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"The Black King Suppression Army engages the Black King's army in the final battle. Meanwhile, the Black King captures Phoena.","index":11,"parentIndex":1,"year":2017,"thumb":"/library/metadata/63/thumb/1595619375","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1421700,"originallyAvailableAt":"2017-03-19","addedAt":1586158114,"updatedAt":1595619375,"chapterSource":"media","Media":[{"id":3257,"duration":1421700,"bitrate":1213,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3306,"key":"/library/parts/3306/1595573230/file.mkv","duration":1421700,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E11 - Live by the Sword, Die by the Sword.mkv","size":222544182,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"64","key":"/library/metadata/64","parentRatingKey":"52","grandparentRatingKey":"51","guid":"com.plexapp.agents.thetvdb://314031/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://314031/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://314031?lang=en","type":"episode","title":"The Light of Haecceitas","titleSort":"Light of Haecceitas","grandparentKey":"/library/metadata/51","parentKey":"/library/metadata/52","grandparentTitle":"Chain Chronicle: The Light Of Haecceitas","parentTitle":"Season 1","contentRating":"TV-14","summary":"With the end of the world imminent, Phoena takes it upon herself to absorb Black Element in order to buy time.","index":12,"parentIndex":1,"year":2017,"thumb":"/library/metadata/64/thumb/1595619375","art":"/library/metadata/51/art/1595639969","grandparentThumb":"/library/metadata/51/thumb/1595639969","grandparentArt":"/library/metadata/51/art/1595639969","duration":1417020,"originallyAvailableAt":"2017-03-26","addedAt":1586158114,"updatedAt":1595619375,"chapterSource":"media","Media":[{"id":3258,"duration":1417020,"bitrate":1262,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3307,"key":"/library/parts/3307/1595573230/file.mkv","duration":1417020,"file":"D:\\Public\\Media\\Anime\\Chain Chronicle - The Light Of Haecceitas\\Season 1\\Chain Chronicle - The Light Of Haecceitas - S01E12 - The Light of Haecceitas.mkv","size":230739715,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"67","key":"/library/metadata/67","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Apocrypha: The Great Holy Grail War","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The freelance necromancer Kairi Sisigou is called to the Mage’s Association in London for a special request. There, he is asked to participate in the Great Holy Grail War to recover the stolen Greater Grail system of Fuyuki. In this great war, seven masters and servants of the Red faction will battle against seven masters and servants of the Black faction in the city of Trifas, Romania.","index":1,"parentIndex":1,"year":2017,"thumb":"/library/metadata/67/thumb/1595619911","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1427080,"originallyAvailableAt":"2017-07-02","addedAt":1586124352,"updatedAt":1595619911,"chapterSource":"media","Media":[{"id":54,"duration":1427080,"bitrate":1282,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3333,"key":"/library/parts/3333/1595619774/file.mkv","duration":1427080,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E01 - Apocrypha - The Great Holy Grail War.mkv","size":231357674,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Yoshiyuki Asai"},{"tag":"Yuichiro Higashide"}]},{"ratingKey":"68","key":"/library/metadata/68","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"The Saint Departs","titleSort":"Saint Departs","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"A girl lost in thought on a bus ride in the night – Ruler. Unusually summoned through the union of her spirit and a French girl, she feels something is amiss in the war to come. To fulfill her role as Ruler over this war, she departs for Trifas.","index":2,"parentIndex":1,"year":2017,"thumb":"/library/metadata/68/thumb/1595619911","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1426980,"originallyAvailableAt":"2017-07-09","addedAt":1586124352,"updatedAt":1595619911,"chapterSource":"media","Media":[{"id":55,"duration":1426980,"bitrate":1260,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3334,"key":"/library/parts/3334/1595619774/file.mkv","duration":1426980,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E02 - The Saint Departs.mkv","size":227566560,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Yoshiyuki Asai"},{"tag":"Yuichiro Higashide"}]},{"ratingKey":"69","key":"/library/metadata/69","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"The First Steps of Fate","titleSort":"First Steps of Fate","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"A homunculus boy awakens in his incubation tank. Assaulted with visions of the fate of his comrades, he manages to escape confinement. Unfortunately, he lacks the strength to make it to the outside world and is instead found collapsed on the ground by Rider of Black.","index":3,"parentIndex":1,"year":2017,"thumb":"/library/metadata/69/thumb/1595619911","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1427020,"originallyAvailableAt":"2017-07-16","addedAt":1586124352,"updatedAt":1595619911,"chapterSource":"media","Media":[{"id":56,"duration":1427020,"bitrate":1314,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3335,"key":"/library/parts/3335/1595619774/file.mkv","duration":1427020,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E03 - The First Steps of Fate.mkv","size":237215639,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mitsutaka Noshitani"},{"tag":"Ukyō Kodachi"}]},{"ratingKey":"70","key":"/library/metadata/70","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Life's Cost, Death's Redemption","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"A rampaging Berserker of Red is rapidly approaching the Yggdmillennia citadel, prompting them to respond. Meanwhile, the homunculus boy ponders the meaning of his existence and the conversation he had with Archer of Black.","index":4,"parentIndex":1,"year":2017,"thumb":"/library/metadata/70/thumb/1595619911","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1427020,"originallyAvailableAt":"2017-07-23","addedAt":1586124352,"updatedAt":1595619911,"chapterSource":"media","Media":[{"id":57,"duration":1427020,"bitrate":1472,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3336,"key":"/library/parts/3336/1595619774/file.mkv","duration":1427020,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E04 - Life's Cost, Death's Redemption.mkv","size":265362361,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Yoshikazu Miyao"},{"tag":"Yuichiro Higashide"}]},{"ratingKey":"71","key":"/library/metadata/71","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Voice From Above","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber of Black devotes his heart to the boy who desired freedom. In his last moments, Ruler promises that she will grant the boy that freedom and ensure that Saber’s wish will come true.","index":5,"parentIndex":1,"year":2017,"thumb":"/library/metadata/71/thumb/1595619911","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1427080,"originallyAvailableAt":"2017-07-30","addedAt":1586124352,"updatedAt":1595619911,"chapterSource":"media","Media":[{"id":58,"duration":1427080,"bitrate":950,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3337,"key":"/library/parts/3337/1595619774/file.mkv","duration":1427080,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E05 - Voice From Above.mkv","size":173038080,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Igarashi"},{"tag":"Yuichiro Higashide"}]},{"ratingKey":"72","key":"/library/metadata/72","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"The Knight of Rebellion","titleSort":"Knight of Rebellion","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kairi Sisigou receives a message from the Mage’s Association that a string of violent murders is taking place in Sighișoara and is probably related to the yet unaccounted for Assassin of Black. He is tasked with bringing the out of control master and servant to justice for failing to follow the principle of mystical concealment.","index":6,"parentIndex":1,"year":2017,"thumb":"/library/metadata/72/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1426980,"originallyAvailableAt":"2017-08-06","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":59,"duration":1426980,"bitrate":1174,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3338,"key":"/library/parts/3338/1595619774/file.mkv","duration":1426980,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E06 - The Knight of Rebellion.mkv","size":212191018,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Ukyō Kodachi"},{"tag":"Yasuhiro Irie"}]},{"ratingKey":"73","key":"/library/metadata/73","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Where Freedom Lies","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Fiore Yggdmillenia, who was also visiting Sighișoara to contact the master of Assassin of Black, unfortunately runs into Kairi Sisigou and is engaged in battle.","index":7,"parentIndex":1,"year":2017,"thumb":"/library/metadata/73/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1427080,"originallyAvailableAt":"2017-08-13","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":60,"duration":1427080,"bitrate":1208,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3339,"key":"/library/parts/3339/1595619774/file.mkv","duration":1427080,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E07 - Where Freedom Lies.mkv","size":218288328,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kiyomune Miwa"},{"tag":"Yoshiyuki Asai"}]},{"ratingKey":"74","key":"/library/metadata/74","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"The War Begins","titleSort":"War Begins","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Assassin of Red’s Noble Phantasm, the Hanging Gardens of Babylon, is activated as the Red faction prepares its all-out assault on the Black faction’s citadel. The Great Holy Grail War enters a new violent phase while Ruler and Sieg make their way to the battlefield.","index":8,"parentIndex":1,"year":2017,"thumb":"/library/metadata/74/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1427020,"originallyAvailableAt":"2017-08-20","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":61,"duration":1427020,"bitrate":1355,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3340,"key":"/library/parts/3340/1595619778/file.mkv","duration":1427020,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E08 - The War Begins.mkv","size":244450433,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Hiroki Hirano"},{"tag":"Ukyō Kodachi"}]},{"ratingKey":"75","key":"/library/metadata/75","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"A Hundred Flames, A Hundred Flowers","titleSort":"Hundred Flames, A Hundred Flowers","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Berserker of Black suddenly comes across the master of Assassin of Red, Shirou Kotomine. Berserker of Red returns to the battlefield under the control of Caster of Black, causing more confusion among the participants of the Great Holy Grail War. Archer of Black and Rider of Red engage in a battle of teacher against pupil.","index":9,"parentIndex":1,"year":2017,"thumb":"/library/metadata/75/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1427020,"originallyAvailableAt":"2017-08-27","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":62,"duration":1427020,"bitrate":1635,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3341,"key":"/library/parts/3341/1595619778/file.mkv","duration":1427020,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E09 - A Hundred Flames, A Hundred Flowers.mkv","size":295201885,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Daiki Mori"},{"tag":"Ukyō Kodachi"}]},{"ratingKey":"76","key":"/library/metadata/76","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Like Scattered Petals","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Sieg comes to the rescue of Rider of Black and confronts Saber of Red. Berserker of Black also arrives and attacks, while her master Caules Yggdmillenia struggles with the choices he has in the form of the Command Spells.","index":10,"parentIndex":1,"year":2017,"thumb":"/library/metadata/76/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1426980,"originallyAvailableAt":"2017-09-03","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":63,"duration":1426980,"bitrate":1456,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3342,"key":"/library/parts/3342/1595619778/file.mkv","duration":1426980,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E10 - Like Scattered Petals.mkv","size":263058414,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Ayumi Sekine"},{"tag":"Masayuki Kojima"}]},{"ratingKey":"77","key":"/library/metadata/77","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Eternal Radiance","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber of Black responds to Sieg's willingness to fight, the battle between Lancer of Red and Lancer of Black heats up considerably, and Darnic comes to a decision regarding his plan.","index":11,"parentIndex":1,"year":2017,"thumb":"/library/metadata/77/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1426980,"originallyAvailableAt":"2017-09-10","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":64,"duration":1426980,"bitrate":1459,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3343,"key":"/library/parts/3343/1595619778/file.mkv","duration":1426980,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E11 - Eternal Radiance.mkv","size":263074198,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kiyomune Miwa"},{"tag":"Tadahito Matsubayashi"}]},{"ratingKey":"78","key":"/library/metadata/78","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"The Saint's Triumphant Return","titleSort":"Saint's Triumphant Return","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Assassin of Red's Hanging Gardens of Babylon arrive over the Yggdmillennia Citadel and excavate the Greater Grail that was buried underground. The Black faction boards the flying fortress to fight off the invading Red faction, but Lancer of Black's territorial advantage wanes...","index":12,"parentIndex":1,"year":2017,"thumb":"/library/metadata/78/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1426980,"originallyAvailableAt":"2017-09-17","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":65,"duration":1426980,"bitrate":1245,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3344,"key":"/library/parts/3344/1595619778/file.mkv","duration":1426980,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E12 - The Saint's Triumphant Return.mkv","size":224826040,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Hiroki Hirano"},{"tag":"Kiyomune Miwa"}]},{"ratingKey":"79","key":"/library/metadata/79","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"The Last Master","titleSort":"Last Master","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"In the Hanging Gardens, Shirou lays bare his wish for the Holy Grail, while on the ground Rider of Black is forced to act against his own by his master Celenike Yggdmillennia.","index":13,"parentIndex":1,"year":2017,"thumb":"/library/metadata/79/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1421980,"originallyAvailableAt":"2017-10-01","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":66,"duration":1421980,"bitrate":1152,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3345,"key":"/library/parts/3345/1595619778/file.mkv","duration":1421980,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E13 - The Last Master.mkv","size":207348297,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Yoshikazu Miyao"},{"tag":"Yuichiro Higashide"}]},{"ratingKey":"80","key":"/library/metadata/80","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Prayer of Salvation","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Sieg works with the other homunculus to patch up the wounded when a very angry Ruler appears.\r\nMeanwhile, the remaining Yggdmillennia masters discuss what to do following Caster of Black's betrayal.","index":14,"parentIndex":1,"year":2017,"thumb":"/library/metadata/80/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422060,"originallyAvailableAt":"2017-10-08","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":67,"duration":1422060,"bitrate":1228,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3346,"key":"/library/parts/3346/1595619778/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E14 - Prayer of Salvation.mkv","size":220910378,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mitsutoshi Satō"},{"tag":"Ukyō Kodachi"}]},{"ratingKey":"81","key":"/library/metadata/81","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Though Our Paths Diverge","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"New allies and old enemies reform their ranks as the change of ownership of the Greater Grail leaves various parties reminiscing on their past and the road taken.","index":15,"parentIndex":1,"year":2017,"thumb":"/library/metadata/81/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422100,"originallyAvailableAt":"2017-10-15","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":68,"duration":1422100,"bitrate":903,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3347,"key":"/library/parts/3347/1595619778/file.mkv","duration":1422100,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E15 - Though Our Paths Diverge.mkv","size":163238658,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Ayumi Sekine"},{"tag":"Tadahito Matsubayashi"}]},{"ratingKey":"82","key":"/library/metadata/82","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Jack the Ripper","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Assassin of Black moves closer to Trifas on their killing spree, forcing the remaining members of the Yggdmillenia clan to act against them.","index":16,"parentIndex":1,"year":2017,"thumb":"/library/metadata/82/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422020,"originallyAvailableAt":"2017-10-22","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":69,"duration":1422020,"bitrate":930,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3348,"key":"/library/parts/3348/1595619778/file.mkv","duration":1422020,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E16 - Jack the Ripper.mkv","size":167962255,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kenichi Imaizumi"},{"tag":"Kiyomune Miwa"}]},{"ratingKey":"83","key":"/library/metadata/83","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Träumerei","titleSort":"Traumerei","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Ruler takes Sieg out on a date in Trifas under the guise of luring out Assassin of Black but ends up enjoying this reverie more than she expected.","index":17,"parentIndex":1,"year":2017,"thumb":"/library/metadata/83/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422060,"originallyAvailableAt":"2017-10-29","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":70,"duration":1422060,"bitrate":1050,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3349,"key":"/library/parts/3349/1595619778/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E17 - Träumerei.mkv","size":189333440,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Naomi Nakayama"},{"tag":"Yuichiro Higashide"}]},{"ratingKey":"84","key":"/library/metadata/84","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"From Hell","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"With her Command Spells, the master of Assassin of Black unleashes a vision of Hell within the mist. To those caught in it, the tormenting trap is all but inescapable.","index":18,"parentIndex":1,"year":2017,"thumb":"/library/metadata/84/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422060,"originallyAvailableAt":"2017-11-05","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":71,"duration":1422060,"bitrate":1117,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3350,"key":"/library/parts/3350/1595619778/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E18 - From Hell.mkv","size":201154343,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Ukyō Kodachi"},{"tag":"Yasuhiro Irie"}]},{"ratingKey":"85","key":"/library/metadata/85","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"The Last First Light","titleSort":"Last First Light","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The Hanging Gardens of Babylon are quickly leaving Romania, forcing the remaining Yggdmillennia masters, Ruler and Kairi Sisigou to formulate the best plan of action to intercept the flying fortress.","index":19,"parentIndex":1,"year":2017,"thumb":"/library/metadata/85/thumb/1595619912","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422060,"originallyAvailableAt":"2017-11-12","addedAt":1586124352,"updatedAt":1595619912,"chapterSource":"media","Media":[{"id":72,"duration":1422060,"bitrate":909,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3351,"key":"/library/parts/3351/1595619778/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E19 - The Last First Light.mkv","size":164185588,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Ayumi Sekine"},{"tag":"Masayuki Kojima"}]},{"ratingKey":"86","key":"/library/metadata/86","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Dashing in the Sky","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The masters and servants of the reformed Black Faction renew their convictions as they head out for what they plan to be the last battle of the Great Holy Grail War.","index":20,"parentIndex":1,"year":2017,"thumb":"/library/metadata/86/thumb/1595619913","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422060,"originallyAvailableAt":"2017-11-26","addedAt":1586124352,"updatedAt":1595619913,"chapterSource":"media","Media":[{"id":73,"duration":1422060,"bitrate":1182,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3352,"key":"/library/parts/3352/1595619778/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E20 - Dashing in the Sky.mkv","size":212710448,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kiyomune Miwa"},{"tag":"Pyeon-Gang Ho"}]},{"ratingKey":"87","key":"/library/metadata/87","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Scorpio Shot","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The Great Holy Grail War resumes in midair on the Black faction's approach of the Hanging Gardens, with the servants of Red choosing their opponents to fulfill promises or curses made on the battlefield.","index":21,"parentIndex":1,"year":2017,"thumb":"/library/metadata/87/thumb/1595619913","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1421980,"originallyAvailableAt":"2017-12-03","addedAt":1586124352,"updatedAt":1595619913,"chapterSource":"media","Media":[{"id":74,"duration":1421980,"bitrate":1493,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3353,"key":"/library/parts/3353/1595619778/file.mkv","duration":1421980,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E21 - Scorpio Shot.mkv","size":267944444,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Ukyō Kodachi"},{"tag":"Yoshikazu Miyao"}]},{"ratingKey":"88","key":"/library/metadata/88","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Reunion and Separation","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The battle between fated adversaries intensifies, with Ruler facing off against Archer of Red and Saber of Black appearing in front of Lancer of Red.","index":22,"parentIndex":1,"year":2017,"thumb":"/library/metadata/88/thumb/1595619913","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422100,"originallyAvailableAt":"2017-12-10","addedAt":1586124352,"updatedAt":1595619913,"chapterSource":"media","Media":[{"id":75,"duration":1422100,"bitrate":1785,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3354,"key":"/library/parts/3354/1595619778/file.mkv","duration":1422100,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E22 - Reunion and Separation.mkv","size":319999072,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Hayaku Go"},{"tag":"Kiyomune Miwa"}]},{"ratingKey":"89","key":"/library/metadata/89","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Far Beyond","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber of Red confronts Assassin of Red and Ruler struggles with Caster of Red's machinations.","index":23,"parentIndex":1,"year":2017,"thumb":"/library/metadata/89/thumb/1595619913","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422020,"originallyAvailableAt":"2017-12-17","addedAt":1586124352,"updatedAt":1595619913,"chapterSource":"media","Media":[{"id":76,"duration":1422020,"bitrate":1369,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3355,"key":"/library/parts/3355/1595619778/file.mkv","duration":1422020,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E23 - Far Beyond.mkv","size":246008606,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shun Enokido"},{"tag":"Tetsuo Hirakawa"}]},{"ratingKey":"90","key":"/library/metadata/90","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"The Holy Grail War","titleSort":"Holy Grail War","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirou reaches the Great Holy Grail and states his wish while Ruler, supported by friends old and new, activates her Noble Phantasm.","index":24,"parentIndex":1,"year":2017,"thumb":"/library/metadata/90/thumb/1595619913","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422020,"originallyAvailableAt":"2017-12-24","addedAt":1586124352,"updatedAt":1595619913,"chapterSource":"media","Media":[{"id":77,"duration":1422020,"bitrate":1401,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3356,"key":"/library/parts/3356/1595619778/file.mkv","duration":1422020,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E24 - The Holy Grail War.mkv","size":251704550,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Susumu Nishizawa"},{"tag":"Yūichiro Higashide"}]},{"ratingKey":"91","key":"/library/metadata/91","parentRatingKey":"66","grandparentRatingKey":"65","guid":"com.plexapp.agents.thetvdb://326332/1/25?lang=en","parentGuid":"com.plexapp.agents.thetvdb://326332/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://326332?lang=en","type":"episode","title":"Apocrypha","grandparentKey":"/library/metadata/65","parentKey":"/library/metadata/66","grandparentTitle":"Fate/Apocrypha","parentTitle":"Season 1","contentRating":"TV-MA","summary":"A boy once stood opposed to Shirou's wish, wielding a sword to fulfill his own. Thus the wishes intertwined into \"Apocrypha.\"","index":25,"parentIndex":1,"year":2017,"thumb":"/library/metadata/91/thumb/1595619913","art":"/library/metadata/65/art/1591408267","parentThumb":"/library/metadata/66/thumb/1591408267","grandparentThumb":"/library/metadata/65/thumb/1591408267","grandparentArt":"/library/metadata/65/art/1591408267","grandparentTheme":"/library/metadata/65/theme/1591408267","duration":1422060,"originallyAvailableAt":"2017-12-31","addedAt":1586124352,"updatedAt":1595619913,"chapterSource":"media","Media":[{"id":78,"duration":1422060,"bitrate":1317,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3357,"key":"/library/parts/3357/1595619778/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Apocrypha\\Season 1\\Fate Apocrypha - S01E25 - Apocrypha.mkv","size":235620938,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Yoshiyuki Asai"},{"tag":"Yūichiro Higashide"}]},{"ratingKey":"94","key":"/library/metadata/94","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The First Day","titleSort":"First Day","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Ten years ago in Fuyuki City, a young boy was caught in a massive inferno that incinerated his parents and consumed a large portion of the city; as he was dying, a man saves him. Now this boy, Shirou Emiya, is an amateur mechanic who attends school at Homurabara Gakuen. Shirou also seems to be quite a bit of a magician but his abilities are no where near the level of his late father's. Meanwhile, the city is beginning to be plagued by gas spills and homicides and with Shirou's sense of justice starts to kick in, what could someone like him possibly do?","index":1,"parentIndex":1,"rating":8.6,"year":2006,"thumb":"/library/metadata/94/thumb/1595620209","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-01-06","addedAt":1586073970,"updatedAt":1595620209,"chapterSource":"media","Media":[{"id":79,"duration":1330520,"bitrate":1580,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3358,"key":"/library/parts/3358/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E01 - The First Day.mkv","size":263698995,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"95","key":"/library/metadata/95","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Fateful Night","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Rin seems to have problem with the servant she has and the fact that she wasn't powerful enough to call forth a more powerful servant. Back at school, Shirou has been asked by Ayako to keep an eye on Sakura's brother Shinji Matou, who's been fooling about in archery club. In the end Shinji takes advantage of Shirou's helpful nature and makes him take care of the archery club's dojo. However while Shirou's cleaning head goes out to inspect a noise, only to witness a fight between two servants.","index":2,"parentIndex":1,"rating":9.5,"year":2006,"thumb":"/library/metadata/95/thumb/1595620209","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-01-13","addedAt":1586073970,"updatedAt":1595620209,"chapterSource":"media","Media":[{"id":80,"duration":1330520,"bitrate":1417,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3359,"key":"/library/parts/3359/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E02 - Fateful Night.mkv","size":236470246,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"96","key":"/library/metadata/96","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Opening Act","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirou is still lost and incredibly confused, after seeing an elegant warrior with the name Saber appear before him and choosing him as her Master. Shirou isn't even given a chance to get to grips of the situation before Saber continues her fight with Lancer, but before things get too serious Lancer walks off. Saber then chooses to pick a fight with Rin and her servant, but Saber reluctantly accepts Shirou's order to stop. Shirou then learns of the Holy Grail War, which he has gotten himself into.","index":3,"parentIndex":1,"rating":9.2,"year":2006,"thumb":"/library/metadata/96/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-01-20","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":81,"duration":1330520,"bitrate":1214,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3360,"key":"/library/parts/3360/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E03 - Opening Act.mkv","size":202729498,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"97","key":"/library/metadata/97","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The Strongest Enemy","titleSort":"Strongest Enemy","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After the meeting with Kirei Kotomine Shirou and Rin leave the church only to run into another Master that goes by the name of, Illyasviel von Einzbern. Saber is forced to go into combat against an incomprehensibly stronger servant, called Beserker. With Saber's previous injury still causing major problems and reducing her fighting capacity, is there even a chance of her winning?","index":4,"parentIndex":1,"rating":8.5,"year":2006,"thumb":"/library/metadata/97/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-01-27","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":82,"duration":1330520,"bitrate":1239,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3361,"key":"/library/parts/3361/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E04 - The Strongest Enemy.mkv","size":207015989,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"98","key":"/library/metadata/98","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The Two Magi (Part One)","titleSort":"Two Magi (Part One)","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirou introduces Saber to Sakura and the one teacher saying she is a distant relative. The teacher tests Saber's skills to be able to defend Shirou rather pathetically, she allows her to stay at the house with him.Rin and Archer are talking he asks her why she doesn't go after Shirou, an easy target to kill. She says if he were to show up in front of her without being aware of it, she would kill him.At school some girls are missing from school for the second day in a row. After school, Shirou has stayed to investigate these disappearance when he runs into Rin. Rin confronts Shirou calling him an idiot for idly walking around without his Servant and she attacks him. Shirou runs from her and locks himself in a classroom. Shirou does the only magic he knows and fortifies a desk to protect against an attack from Rin. The whole school is being lit by this happenings, all this being watched by a mysterious character in the trees and the episode ends.","index":5,"parentIndex":1,"rating":9.7,"year":2006,"thumb":"/library/metadata/98/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330600,"originallyAvailableAt":"2006-02-03","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":83,"duration":1330600,"bitrate":1267,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3362,"key":"/library/parts/3362/1572946980/file.mkv","duration":1330600,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E05 - The Two Magi.mkv","size":211626094,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"99","key":"/library/metadata/99","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The Two Magi (Part Two)","titleSort":"Two Magi (Part Two)","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Rin giving Shirou the option of betraying Saber and stepping down as a master or she will break his arm and make it impossible to ever be used. Before Rin can do anything they hear a scream and Shirou goes to investigate it, followed by Rin. The two of them find girl lying unconscious on the floor. Rin starts to tend to her and Rin can't concentrate with the door to the outside open so Shirou goes to close it. Just then Shirou sees a spike being hurled towards them, at Rin's head. He blocks it with his arm and gets impaled through the arm by a spike that then disappears.A Servant reveals herself, she uses chains and spikes at the end of them as a weapon and starts attacking Shirou. Servant is about to kill him, Rin shoots the chain and frees Shirou, causing the Servant to retreat. Rin asks who the master was and Shirou says he doesn't know.Shirou heads home with Archer as his escort until he gets safely to Saber. Archer talks to Shirou about his method and plan for playing this Holy Grail War. Archer mentions how he heard about the fight with the Servant, who he calls Rider. Archer says that the longer you embrace an ideal, the more friction, contradiction you have with reality. He takes off without saying more.Shirou reflects upon what Archer said.","index":6,"parentIndex":1,"rating":9.0,"year":2006,"thumb":"/library/metadata/99/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330600,"originallyAvailableAt":"2006-02-10","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":84,"duration":1330600,"bitrate":1201,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3363,"key":"/library/parts/3363/1572946980/file.mkv","duration":1330600,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E06 - The Two Magi.mkv","size":200562249,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"100","key":"/library/metadata/100","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Machinations","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber yelled at Shirou for not summoning her when he was in danger. Saber starts to go to school with Shirou. When Rin appears and says she will walk with Shirou to school, Saber allowing this after Rin talked to her. She explained that this way enemies may think it's a trap to not see Saber with him so they are less likely to attack.Rin explains that there should be spell marks around the school and if they destroy those it will delay the activation of the force field but not destroy it, and most likely force the master out of hiding. After school Shirou and Rin work to find spell marks and destroy them. They end up destroying a good amount of them and call it a night.On the way home, before Shirou gets anywhere but after Rin leaves he feels something really strong. He goes to investigate it and feels its coming from the archery club.","index":7,"parentIndex":1,"rating":9.3,"year":2006,"thumb":"/library/metadata/100/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330600,"originallyAvailableAt":"2006-02-17","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":85,"duration":1330600,"bitrate":1303,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3364,"key":"/library/parts/3364/1572946980/file.mkv","duration":1330600,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E07 - Machinations.mkv","size":217675643,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"101","key":"/library/metadata/101","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Discordant Melody","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shinji says things like how he has no intention of fighting and he was just dragged into this war. He asks to make an alliance with Shirou to go after Rin but Shirou refuses. Shinji says because he doesn't know magic other Masters can't detect him so that means Shinji isn't the other Master Rin was detecting, meaning there is a fourth one at the school. Before Shirou leaves Shinji tells Shirou about how one of the Masters has set up base at a temple.Shirou gets home and is yelled at by Saber and Rin, Rin having come over after Shirou didn't come home. Shirou tells them about Shinji and the Master at the temple.Shirou and Rin both agree, against Sabers judgment, that they should not attack the temple yet as they don't know what Servant and it may be a trap.Saber brings up again with Shirou the temple but Shirou insists that they won't be going.","index":8,"parentIndex":1,"rating":9.3,"year":2006,"thumb":"/library/metadata/101/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330600,"originallyAvailableAt":"2006-02-24","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":86,"duration":1330600,"bitrate":1020,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3365,"key":"/library/parts/3365/1572946980/file.mkv","duration":1330600,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E08 - Discordant Melody.mkv","size":170523993,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"102","key":"/library/metadata/102","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Elegance In The Moonlight","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber is eager to go to the temple but Shirō has insisted that they won't be going because it seems too dangerous. Nonetheless, as soon as Shirō falls asleep, Saber heads off by herself to the temple, not only to be confronted by the servant identified as Assassin. Unlike any other servant, Assassin actually reveals his true identity to Saber, as Sasaki Kojirou. Although the talking ends here and the fighting begins but while this is going on Rider sneaks past them and enters the temple to fight some woman. Who is this mysterious woman and was Shinji planning this all along?","index":9,"parentIndex":1,"rating":9.0,"year":2006,"thumb":"/library/metadata/102/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-03-03","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":87,"duration":1330520,"bitrate":1727,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3366,"key":"/library/parts/3366/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E09 - Elegance In The Moonlight.mkv","size":288136086,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"103","key":"/library/metadata/103","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The Calm Interlude","titleSort":"Calm Interlude","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber and Shirou practice for a bit, Saber completely dominating over Shirou and not training how some would think but just a straight out attack between the two of them where Shirou keeps getting hit and slammed to the floor multiple times. Saber comments on how Shirou is doing fairly good and she is amazed by his zeal and things. Thy take a break and Shirou asks Saber what wish she wants granted if she got the Holy Grail.Shirou heads out to buy things for lunch and he runs into Ilya. They talk for a bit about their past and Ilya says where she came from. Shirou tells her that he inherited something precious from him. He says how he didn't receive his fathers Magic Mark but says he is still a master, just a half-assed magician.Shirou gets home, he talks with Rin who says at school Shinji asked her to team up with him. Rin says she rejected him though, saying she was already partnered with Shirou and she trusts him a lot more.Archer says how much of a failure Shirou is and that he would never be able to defeat a Servant. He does however seem to give him some advice saying that, If you cannot defeat someone, imagine something in your head you can defeat them with, for that is all you will be able to do.","index":10,"parentIndex":1,"rating":8.6,"year":2006,"thumb":"/library/metadata/103/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-03-10","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":88,"duration":1330520,"bitrate":1255,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3367,"key":"/library/parts/3367/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E10 - The Calm Interlude.mkv","size":209547794,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"104","key":"/library/metadata/104","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Temple of Blood","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After a mornings training session with Saber, Shirou is then straightaway dragged off by Rin for some more training of her own. While this is going on Shirou receives a phone call from Shinji, asking Shirou to meet him at the school. Because it seemed urgent Shirou heads of to school and is greatly shocked by what he sees. Shinji shows his true colors and says how he wanted to show Rin how he was superior to Shirou and that he would defeat him here. What will happen to Shirou and does he have the will to fight off a Master and his Servant, alone?","index":11,"parentIndex":1,"rating":9.3,"year":2006,"thumb":"/library/metadata/104/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-03-17","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":89,"duration":1330520,"bitrate":1320,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3368,"key":"/library/parts/3368/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E11 - Temple of Blood.mkv","size":220419905,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"105","key":"/library/metadata/105","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Splitting The Sky","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirou is very worried about the well being of the students, staff, and of the school after yesterday's events, he's especially worried about Taiga who seems to be recovering well. Shirou is now determined to put an end to this and plans to go after Shinji before he can make another force field and with Sabers support they head out. However before that, Shirou has some important information to disclose to Rin about Shinji's Servant, Rider about the Noble Phantasm she used.","index":12,"parentIndex":1,"rating":9.3,"year":2006,"thumb":"/library/metadata/105/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-03-24","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":90,"duration":1330520,"bitrate":1721,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3369,"key":"/library/parts/3369/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E12 - Splitting The Sky.mkv","size":287174983,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"106","key":"/library/metadata/106","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Winter Castle","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirou falls asleep and sees a dream of a flashback of Saber's past. We see Saber in plain olden time cloths walking up to a sword in a stone.Saber wakes up and notices Shirou is gone. She talks to Rin and despite Archer's objection they go looking for him, suspecting he has been kidnapped by an enemy.Shirou wakes up in Ilya's house as her captive. Ilya says how she wants Shirou to become hers.","index":13,"parentIndex":1,"rating":9.8,"year":2006,"thumb":"/library/metadata/106/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-03-31","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":91,"duration":1330520,"bitrate":1267,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3370,"key":"/library/parts/3370/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E13 - Winter Castle.mkv","size":211607766,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"107","key":"/library/metadata/107","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The End of the Ideal","titleSort":"End of the Ideal","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Rin, Saber and Archer just outside of Ilya's mansion. They see Ilya walk out so they soon head inside to rescue Shirou.Rin asks Archer to slow Berserker down by himself while the rest of them escape. Archer says fine but asks if it's ok to kick Berserker's ass while doing so. Rin kind of smiles and they run off, leaving Archer to fight Berserker. Before they leave Archer yells out Emiya Shirou. Shirou stops and Archer tells him, Get this straight: You are not one who fights. You're nothing more than one who creates. Throw irrelevant thoughts away. There's only one thing you can do. Master that one thing! Archer then causes part of the ceiling to fall separating them so that Shirou will run away.The fight between Archer and Berserker commences.","index":14,"parentIndex":1,"rating":9.7,"year":2006,"thumb":"/library/metadata/107/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1452580,"originallyAvailableAt":"2006-04-07","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":92,"duration":1452580,"bitrate":1648,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3371,"key":"/library/parts/3371/1572946980/file.mkv","duration":1452580,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E14 - The End of the Ideal.mkv","size":300150336,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"108","key":"/library/metadata/108","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The Twelve Trials","titleSort":"Twelve Trials","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Archer has been defeated by the unbeatable Beserker and now Shirou, Saber and Rin are trying their best to escape the same fate. They are able to find shelter to bide some time, because Shirou has to find a way to replenish Saber's mana while Ilya looks for them. With Archer's sacrifice, Rin is that much more determined to get out of this alive and comes up with an elaborate plan. The beginning of a fight between Saber and Berserker commences.","index":15,"parentIndex":1,"rating":9.8,"year":2006,"thumb":"/library/metadata/108/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330600,"originallyAvailableAt":"2006-04-14","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":93,"duration":1330600,"bitrate":1573,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3372,"key":"/library/parts/3372/1572946980/file.mkv","duration":1330600,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E15 - The Twelve Trials.mkv","size":262550945,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"109","key":"/library/metadata/109","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The Sword of the Promised Victory","titleSort":"Sword of the Promised Victory","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The battle is at the turning point, where Rin is about to be squashed by Beserker and Saber is unable to save her. As a last resort Saber decides to use her Noble Phantasm to defeat Beserker, no matter how it would affect her. Realizing that Saber could disappear from this, Shirou forces her to stop and decides to take matters into his own hands.The advancement of Shirou's character as we find what he is really able to do.","index":16,"parentIndex":1,"rating":9.5,"year":2006,"thumb":"/library/metadata/109/thumb/1595620210","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-04-21","addedAt":1586073970,"updatedAt":1595620210,"chapterSource":"media","Media":[{"id":94,"duration":1330520,"bitrate":1956,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3373,"key":"/library/parts/3373/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E16 - The Sword of the Promised Victory.mkv","size":326221051,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"110","key":"/library/metadata/110","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Mark of the Witch","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirou wakes up after having yet another dream of Saber's past and is clearly shaken up by what happened. That morning, during breakfast, Ilya is introduced by Rin as another person to be staying there for a while and Taiga seems to accept it well. Meanwhile there have been news on even more gas leaks, meaning that the Master at Ryudouji seems to be escalating his plans. While Shirou, Rin and Saber are planning what to do about this, Ilya enters the room with a great deal of information on this topic.","index":17,"parentIndex":1,"rating":9.8,"year":2006,"thumb":"/library/metadata/110/thumb/1595620211","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-04-28","addedAt":1586073970,"updatedAt":1595620211,"chapterSource":"media","Media":[{"id":95,"duration":1330520,"bitrate":1355,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3374,"key":"/library/parts/3374/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E17 - Mark of the Witch.mkv","size":226312080,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"111","key":"/library/metadata/111","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Decisive Battle","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirou, Saber and Rin are at the steps to the temple.Assassin appears, he lets Shirou and Rin go past and fights Saber. Shirou and Rin head past Assassin and past him they see Sakura, in rather odd cloths who is in what seems to be pain as she is glowing red. She is in a pit arena area and as they prepare to go down there they are attacked from behind which Shirou notices and blocks the attack with Archer's swords. Souichirou appears and Shirou tells Rin to go ahead as he fights Souichirou and she goes to rescue Sakura. Meanwhile Saber and Assassin fight continues on. They compliment each other on being one of the best swordsmen they have ever faced and Assassin tells Saber that his identity, Sasaki Kojirou doesn't really exist. He is fabricated from people's minds of being a great swordsman so he is a fictional heroic soul. He says he has no desire for the Holy Grail therefore; his true desire is this, a fight with a worthy opponent.We find out more on the past of Rin & Sakura and how they once were bestfriends. Caster is watching this smiling says she just needs one magician for the sacrifice. Everything seems to be going as she had planned.","index":18,"parentIndex":1,"rating":9.3,"year":2006,"thumb":"/library/metadata/111/thumb/1595620211","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-05-05","addedAt":1586073970,"updatedAt":1595620211,"chapterSource":"media","Media":[{"id":96,"duration":1330520,"bitrate":1735,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3375,"key":"/library/parts/3375/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E18 - Decisive Battle.mkv","size":289417845,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"112","key":"/library/metadata/112","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The Golden King","titleSort":"Golden King","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber's fight with Assassin and Shirou's fight with Souichirou reaches its climax. Souichirou shatters Shirou's blades again, sending him flying down to where Rin and Sakura are and it is upto Saber to defeat Assassin and make it down in time to save everyone. With Saber still affected by Caster's Noble Phantasm Rule Breaker, she isn't able to defeat Caster when all of a sudden their fight is interrupted by an unknown Servant. It seems that Saber is familiar with this Servant, but it turns out he's the eighth Servant in this Holy Grail War.In light of the appearance of the eighth Servant, Saber finally reveals to Shirou the shocking events of the previous Holy Grail War.","index":19,"parentIndex":1,"rating":9.8,"year":2006,"thumb":"/library/metadata/112/thumb/1595620211","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-05-12","addedAt":1586073970,"updatedAt":1595620211,"chapterSource":"media","Media":[{"id":97,"duration":1330520,"bitrate":2482,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3376,"key":"/library/parts/3376/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E19 - The Golden King.mkv","size":413598957,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"113","key":"/library/metadata/113","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Distant Trace of a Dream","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirou takes Saber out on a date to try and convince her not to use the Grail and go back to her own time, but to stay in this time instead.","index":20,"parentIndex":1,"rating":9.5,"year":2006,"thumb":"/library/metadata/113/thumb/1595620211","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330600,"originallyAvailableAt":"2006-05-19","addedAt":1586073970,"updatedAt":1595620211,"chapterSource":"media","Media":[{"id":98,"duration":1330600,"bitrate":1162,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3377,"key":"/library/parts/3377/1572946980/file.mkv","duration":1330600,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E20 - Distant Trace of a Dream.mkv","size":194232501,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"114","key":"/library/metadata/114","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The Star of Creation That Divided Heaven and Earth","titleSort":"Star of Creation That Divided Heaven and Earth","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"With the appearance of the mysterious Archer-class Servant, Saber tells Shirou to escape while keeps him occupied. However Shirou, knowning that Saber couldn't defeat him before, foolishly tries to attack him head on and with the snap of his fingers Shirou is quickly defeated. Will Saber have the strength to defeat him, esepecially now knowing his true identity; owner of all the world's treasures, the King of Heroes of ancient Uruk, Gilgamesh.Kirei Kotomine also seems to play a major part in the Holy Grail War and it's not because he's the mediator.","index":21,"parentIndex":1,"rating":9.5,"year":2006,"thumb":"/library/metadata/114/thumb/1595620211","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330600,"originallyAvailableAt":"2006-05-26","addedAt":1586073970,"updatedAt":1595620211,"chapterSource":"media","Media":[{"id":99,"duration":1330600,"bitrate":1425,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3378,"key":"/library/parts/3378/1572946980/file.mkv","duration":1330600,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E21 - The Star of Creation That Divided Heaven and Earth.mkv","size":237962045,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"115","key":"/library/metadata/115","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Result of a Wish","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber can't seem to get Shirou of her mind but that is short lived when she finds out from Rin that Ilya has a terrible fever and may not last long. Meanwhile Shirou is still missing, having not returned from the night before and Saber knows that there's only one place he could be, the church. It doesn't take long for Saber to notice the wounded Shirou on the floor but she's unable to do anything because she's greeted by Lancer. Saber must decide whether she truly desires the Holy Grail as she's given a means in acquiring it.Kirei Kotomine reveals what really happened at the end of the last Holy Grail War and what will Shirou and Saber do knowing the true meaning of the Holy Grail?","index":22,"parentIndex":1,"rating":9.3,"year":2006,"thumb":"/library/metadata/115/thumb/1595620211","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-06-02","addedAt":1586073970,"updatedAt":1595620211,"chapterSource":"media","Media":[{"id":100,"duration":1330520,"bitrate":1753,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3379,"key":"/library/parts/3379/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E22 - Result of a Wish.mkv","size":292505613,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"116","key":"/library/metadata/116","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"Holy Grail","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After the incident at the church, Saber and Shirou return home only to find Rin on the floor and badly injured. It turns out that Kirei Kotomine attacked her, while Shirou and Saber were occupied and that's not all because he has also taken Ilya and plans to make her the sacrifice for the Holy Grail. Aided with Rin's final advice, they both head to Ryudouji where Kirei is going to summon the Holy Grail. Saber will battle again with Gilgamesh and Shirou will have to leave her and deal with Kirei, who obviously has some sort of personal vendetta against Shirou.The final fight has just begun.","index":23,"parentIndex":1,"rating":9.5,"year":2006,"thumb":"/library/metadata/116/thumb/1595620211","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1330520,"originallyAvailableAt":"2006-06-09","addedAt":1586073970,"updatedAt":1595620211,"chapterSource":"media","Media":[{"id":101,"duration":1330520,"bitrate":1935,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3380,"key":"/library/parts/3380/1572946980/file.mkv","duration":1330520,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E23 - Holy Grail.mkv","size":322739898,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"117","key":"/library/metadata/117","parentRatingKey":"93","grandparentRatingKey":"92","guid":"com.plexapp.agents.thetvdb://79151/1/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://79151/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://79151?lang=en","type":"episode","title":"The All Too Distant Utopia","titleSort":"All Too Distant Utopia","grandparentKey":"/library/metadata/92","parentKey":"/library/metadata/93","grandparentTitle":"Fate/Stay Night","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirou has found himself trapped in the same place Kirei Kotomine trapped Shirou's father. Surrounded by death Shirou must escape this place through will power alone, if he want's to end this Holy Grail War once and for all. Saber is also having trouble defeating the somewhat unbeatable Gilgamesh yet there is hope, with the power of \"Avalon\" The Ever-Distant Utopia.What will truly come about from destroying the Holy Grail? Will things be able to go back to normal?","index":24,"parentIndex":1,"rating":10.0,"year":2006,"thumb":"/library/metadata/117/thumb/1595620211","art":"/library/metadata/92/art/1591408284","parentThumb":"/library/metadata/93/thumb/1591408284","grandparentThumb":"/library/metadata/92/thumb/1591408284","grandparentArt":"/library/metadata/92/art/1591408284","grandparentTheme":"/library/metadata/92/theme/1591408284","duration":1488034,"originallyAvailableAt":"2006-06-16","addedAt":1586073970,"updatedAt":1595620211,"chapterSource":"media","Media":[{"id":102,"duration":1488034,"bitrate":2253,"width":1904,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3381,"key":"/library/parts/3381/1595616140/file.mkv","duration":1488034,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night\\Season 1\\Fate Stay Night - S01E24 - The All Too Distant Utopia.mkv","size":420057961,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Takuya Sato"}]},{"ratingKey":"146","key":"/library/metadata/146","parentRatingKey":"145","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/0/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 00 - Prologue (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 00 - Prologue (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/145","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Specials","contentRating":"TV-MA","summary":"In Fuyuki City, Japan, Rin Tosaka wakes up after having a dream about her last moment with her father Tokiomi. Once she arrives at school, she realizes she is early because the clocks in her home were set forward by an hour. She meets with other people at the school who arrived early, including Ayako Mitsuzuri, the head of the school's archery club; Sakura Matō, a new member of the archery club; Shinji Matō, Sakura's older brother; Taiga Fujimura, one of the schoolteachers; Issei Ryuudou, the student council president; and an unknown red-haired boy fixing a heater for Issei. After school, Rin performs a summoning ritual and summons a Servant of the Archer class, much to her displeasure, as she hoped to summon a Servant of the Saber class. Archer is initially dissatisfied with Rin, who uses one of her Command Seals to order Archer to listen to all of her orders. While the order is worded vaguely and therefore pointless, Archer admits that he now realizes her skill as a mage. The next day, Rin skips school and shows Archer around the city, revealing to him that she has no wish for the Holy Grail, only a desire to win. The following day, Rin senses a magical barrier being set up at school. As night falls, Rin attempts to destroy the barrier, but is then confronted by another Servant, identified as being of the Lancer class, who engages Archer in a sword-fight. As they battle, Archer correctly deduces that Lancer is in fact the ancient Irish hero Cú Chulainn. The battle is witnessed by a student, whom Lancer pursues and mortally wounds before fleeing. Finding the student's body, Rin identifies him as the same red-haired boy who was helping Issei, and decides to use magic to revive him. After leaving, Rin and Archer realize that Lancer's Master will sense that the student has survived and have Lancer finish the job. They head over to the suburbs to save the student, only to be attacked by another Servant, whom Rin identifies as belonging to the Saber class.","index":1,"parentIndex":0,"rating":9.0,"year":2014,"thumb":"/library/metadata/146/thumb/1595620557","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":3038800,"originallyAvailableAt":"2014-10-05","addedAt":1586086024,"updatedAt":1595620557,"chapterSource":"media","Media":[{"id":3309,"duration":3038800,"bitrate":957,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3420,"key":"/library/parts/3420/1595620478/file.mkv","duration":3038800,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Specials\\Fate Stay Night - Unlimited Blade Works - S00E01 - Prologue.mkv","size":407573132,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"120","key":"/library/metadata/120","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 01 - A Winter's Day, a Fateful Night (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 01 - A Winter's Day, a Fateful Night (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The events of the previous episode unfold from a different perspective, as Shirō wards off Lancer's attacks before summoning his own servant, Saber.","index":1,"parentIndex":1,"year":2014,"thumb":"/library/metadata/120/thumb/1595620550","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":2861960,"originallyAvailableAt":"2014-10-12","addedAt":1586086024,"updatedAt":1595620550,"chapterSource":"media","Media":[{"id":103,"duration":2861960,"bitrate":1115,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3395,"key":"/library/parts/3395/1595620434/file.mkv","duration":2861960,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E01 - A Winter Day, A Fateful Night.mkv","size":442545254,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"121","key":"/library/metadata/121","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 02 - The Curtain Rises (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 02 - The Curtain Rises (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Back in Shirō's home, Rin explains that he had been chosen as a Master for the Holy Grail War, then explains the basics behind it. When Shirō is unable to comprehend the situation, Rin decides to take him to see Kirei Kotomine, a priest who is her legal guardian and also the overseer of the Holy Grail War. When they arrive at Kirei's church and meet up with him, Shirō learns that once someone is chosen to fight as a Master, their responsibilities are unavoidable. He then learns about the Holy Grail and the purpose of the Holy Grail War. Then, Shirō learns that there were four Holy Grail Wars before the current one, with the latest one taking place ten years ago. When he asks what happens if a Master with dark intentions wins the Grail, Kirei replies that there can be no action taken against the victor, and that the only way he could prevent such a Master from winning is to win it himself. He then adds that at the conclusion of the previous Holy Grail War, a Master with dark intentions touched the Grail, resulting in the fire that Shirō survived, a revelation which horrifies Shirō. Kirei then reveals that before the unworthy Master appeared, another Master actually won the Grail and held it, but because the Grail hadn't fully materialized at the time due to this Master refusing to fight, it deemed him unworthy to hold it. As a result of all the information he had just learned, Shirō finally accepts his responsibilities as a Master. Regrouping with Saber outside of the church, Shirō declares that he will be her Master, and they agree to fight in the Holy Grail War together. Later, Archer informs Rin that since Shirō is now a proper Master, they should attack, but she responds that she still has a debt to pay him and instead decides to let him and Saber return home. Moments later, they are confronted by the same silver-haired girl Shirō briefly met earlier, who is revealed to also be a Master, and her Servant, which Rin identifies as belonging to the Berserke","index":2,"parentIndex":1,"year":2014,"thumb":"/library/metadata/121/thumb/1595620551","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1583610,"originallyAvailableAt":"2014-10-19","addedAt":1586086024,"updatedAt":1595620551,"chapterSource":"media","Media":[{"id":104,"duration":1583610,"bitrate":824,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3396,"key":"/library/parts/3396/1595620436/file.mkv","duration":1583610,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E02 - The Curtain Rises.mkv","size":206091392,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"122","key":"/library/metadata/122","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 03 - The First Battle (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 03 - The First Battle (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The girl introduces herself as Illyasviel von Einzbern, a name which Rin recognizes. She and Archer evaluate Berserker's strength before Archer moves to a farther position so he could attack Berserker from a distance. Berserker then attacks Saber, who is overwhelmed by his brute strength and agility. Archer and Rin try to provide support for Saber, but Berserker constantly winds up being unaffected by their strikes. When the fight moves away into the suburbs, Rin orders Shirō to run, but he remembers his agreement with Saber and instead follows them. As the fight progresses, Kirei is visited by a mysterious blond, red-eyed man, and they both claim their intentions to witnessing the Holy Grail's materialization in its fullest detail. The fight then moves through a forest and into a local cemetery, while Rin tries to kill Illyasviel, but she counters with several bird-shaped homunculi. Rin is rescued by Archer's attacks. While running back to Saber, Rin runs into Shirō, and they watch as Saber kills Berserker, which then suddenly resurrects and regenerates itself, one of its Noble Phantasms. Archer projects and fires a sword-shaped arrow at Berserker, which engulfs it in a massive explosion, but it fails to affect it. Illyasviel, impressed by Archer's strength, withdraws Berserker and flees. Seconds later, Shirō suddenly begins vomiting blood. ","index":3,"parentIndex":1,"year":2014,"thumb":"/library/metadata/122/thumb/1595620551","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422020,"originallyAvailableAt":"2014-10-26","addedAt":1586086024,"updatedAt":1595620551,"chapterSource":"media","Media":[{"id":105,"duration":1422020,"bitrate":1530,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3397,"key":"/library/parts/3397/1595620436/file.mkv","duration":1422020,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E03 - The First Battle.mkv","size":314813910,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"123","key":"/library/metadata/123","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 04 - Finding the Will to Fight (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 04 - Finding the Will to Fight (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shirō wakes up in his home, uninjured and Rin sitting at his side. She leaves, but not before telling him that when they meet next time, it will be as enemies. Shirō then finds Saber in the dojo, and she reveals that he has self-healing magical capabilities, explaining the absence of the injuries he sustained in the battle with Berserker. Saber then explains the mechanics of the seven Servants and the advantages and disadvantages of knowing a Servant's real-life identity, then asks that she not reveal her identity to him since he is an inexperienced mage, a request he approves of. Shirō and Saber then go to school to deliver lunch to the archery club. There, Saber explores the school and has a tense encounter with Sōichirō Kuzuki, one of the instructors, before they are interrupted by Shirō. Later that day, while still at the school, Shirō is approached by Mitsuzuri, who asks if he will rejoin the archery club before noting he has never smiled in his life. While walking home with Saber, Sakura, and Taiga, he explains that Saber is a friend of Kiritsugu's and will be staying with him temporarily. Sakura is seemingly horrified by the idea, but Taiga approves under the condition that she stay in the home as well during that time. Elsewhere, Rin and Archer investigate an office building purportedly having a gas leak and find it is actually the work of another Servant who is absorbing the life force of the employees inside. They theorize that the Servant responsible is of the Caster class and is likely at Ryuudou Temple. When Rin decides to pursue Caster, Archer notes that she is ignoring Shirō, who she could easily kill to get him out of her way, and asks what will happen if Shirō approaches her again.","index":4,"parentIndex":1,"year":2014,"thumb":"/library/metadata/123/thumb/1595620552","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422060,"originallyAvailableAt":"2014-11-02","addedAt":1586086024,"updatedAt":1595620552,"chapterSource":"media","Media":[{"id":106,"duration":1422060,"bitrate":1011,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3398,"key":"/library/parts/3398/1595620436/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E04 - Finding the Will to Fight.mkv","size":222625720,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"124","key":"/library/metadata/124","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 05 - Dancing After School (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 05 - Dancing After School (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Five years ago, Kiritsugu tells Shirō about how he once wished to become a hero of justice. Shirō promises him that he will fulfill that dream for him, after which Kiritsugu passes away in satisfaction. In the present day, Shirō goes to school alone, despite Saber's insistence that she accompany him. At school, he learns from Issei that Mitsuzuri had gone missing the previous day and that she was last seen arguing with Shinji, who is currently absent, with no one able to contact him. As school ends for the day, Shirō is confronted by Rin, who attacks him despite his protests. After a brief chase, Rin eventually corners him and tries threatening him into handing over his remaining Command Seals, but before she could carry out her threat, they hear a scream. Shirō investigates and finds an unconscious student who had most of her mana absorbed. As Rin treats the student, Shirō is wounded after shielding her from an incoming attack by an unknown female Servant. He then pursues the Servant into the nearby woods, where he is restrained and nearly killed by her, only to be saved by Rin, whose appearance prompts the Servant to flee. Rin treats Shirō's wounds and decides to call off their fight, taking him to her house to evaluate the situation. Then, the two agree to have a truce and track down the Servant and her Master together. The following night, Rin learns of Shirō's magical training, which she is outraged by, as Kiritsugu didn't adhere to the tradition of magecraft by prioritizing himself as a father rather than a mage.","index":5,"parentIndex":1,"year":2014,"thumb":"/library/metadata/124/thumb/1595620553","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422020,"originallyAvailableAt":"2014-11-09","addedAt":1586086024,"updatedAt":1595620553,"chapterSource":"media","Media":[{"id":107,"duration":1422020,"bitrate":1077,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3399,"key":"/library/parts/3399/1595620438/file.mkv","duration":1422020,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E05 - Dancing After School.mkv","size":234219096,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"125","key":"/library/metadata/125","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 06 - Mirage (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 06 - Mirage (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"While walking back home, Shirō senses Archer following him. After a brief conversation, Archer responds that he doesn't have any interest for the Holy Grail. He then explains that Servants are no more than mere tools for their Masters and reveals that he died with no unfulfilled dreams before disappearing. Returning home, Shirō learns from Taiga that Mitsuzuri was found alive without any visible injuries. He then meets up with Saber and tells her of the truce he made with Rin, which she approves of. The next day, at the school library, Shirō and Rin discuss on how to locate the female Servant's Master before Shirō senses a sigil in one of the bookshelves, which Rin disables. They then explore the school grounds and disable other sigils, which they realize were set up for strengthening the magical barrier placed over the school. While preparing to head home, Shirō is confronted by Shinji, who reveals himself as the female Servant's Master and also the one who set up the barrier, also exposing the entire Matō family as a former clan of mages. Shinji then tries to convince Shirō to form an alliance, but he turns the offer down, although he promises to keep quiet about their conversation. The following night, Shirō wakes up and finds himself restrained at Ryuudou Temple. He is approached by a hooded female Servant, identified as Caster, who admits responsibility for a purported series of gas leaks all over Fuyuki, enraging Shirō. Caster then expresses her intention to remove Shirō's Command Seals and transplant them to her own Master, but before she could do so, Archer intervenes and prepares to engage Caster in battle. Meanwhile, Saber senses Shirō's disappearance and heads to Ryuudou Temple, only to be faced by a second Servant, who identifies himself as an Assassin-class Servant and claims to be the Japanese swordsman Sasaki Kojirō. Then, he challenges Saber to a duel.","index":6,"parentIndex":1,"year":2014,"thumb":"/library/metadata/125/thumb/1595620553","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422020,"originallyAvailableAt":"2014-11-16","addedAt":1586086024,"updatedAt":1595620553,"chapterSource":"media","Media":[{"id":108,"duration":1422020,"bitrate":1052,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3400,"key":"/library/parts/3400/1595620438/file.mkv","duration":1422020,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E06 - Mirage.mkv","size":229858307,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"126","key":"/library/metadata/126","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 07 - The Reward for the Fight to the Death (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 07 - The Reward for the Fight to the Death (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber engages Assassin in battle after he threatens the safety of Shirō, and is shocked to find that despite her advantages in strength and agility, she cannot break through his defenses. At Ryuudou Temple, Caster reveals that Assassin is her own Servant, as she is a mage as well. Archer claims that she broke the rules of the Holy Grail War and insults her tactics before engaging her in battle. After a while, Archer manages to critically wound Caster, prompting Assassin to finish his assault prematurely with his Noble Phantasm. When Caster asks Archer why he is not finishing her off, he responds that his main goal was Shirō's safety and he is not a believer in senseless slaughter. This causes Caster to compare Shirō and Archer, claiming that their ideals are so identical that they are \"the same\", before trying to ask them to join her, although both reject the offer. Archer then allows Caster to flee despite the fact that she will continue to kill innocent people. When Shirō protests this decision, Archer counters that doing so will be instrumental in the defeats of not only her, but those of her Master and Berserker. Disgusted by Archer's willingness to allow collateral damage, Shirō criticizes his ideals, and Archer defends them, citing that if Caster were to win the Holy Grail, the damage would extend far beyond Fuyuki. Unable to accept this, Shirō tries going after Caster alone, but is slashed in the back by Archer. He staggers out of Ryuudou Temple and is tended to by Saber, who survived Assassin's Noble Phantasm. Archer continues his assault, but is distracted by Assassin, who is impressed by Saber's power and allows her and Shirō to escape. At the dojo, after commenting on Archer's swordsmanship, Shirō, now unwilling to lose to him again, asks Saber to teach him how to fight with a sword.","index":7,"parentIndex":1,"year":2014,"thumb":"/library/metadata/126/thumb/1595620554","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422060,"originallyAvailableAt":"2014-11-23","addedAt":1586086024,"updatedAt":1595620554,"chapterSource":"media","Media":[{"id":109,"duration":1422060,"bitrate":1455,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3401,"key":"/library/parts/3401/1595620442/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E07 - The Reward for the Fight to the Death.mkv","size":301512878,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"127","key":"/library/metadata/127","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 08 - Winter Days, Where The Heart Is (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 08 - Winter Days, Where The Heart Is (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After having a lesson with Saber on how to use a sword, Shirō notices that he performed better than during his previous lesson. He notes to Saber that he is using Archer's techniques as a basis for his study, which seems to upset Saber. Arriving at school late, Shirō is met by Shinji, who greets him ominously. During lunchtime, Rin reluctantly forces Shirō to eat with her at the school rooftop. She reveals that she learned about Archer's attack on him and was forced to use a Command Seal to prevent him from further attacking him. Shirō asks about the Matō family being a bloodline of mages; Rin responds that while they are, their magical abilities died off with each generation. She then admits that she had recently found out Shinji was a Master, but relented in attacking him because he lacked experience in magic, and that as a result, there is another Master present in the school. Then, Shinji's Servant activates a second, much stronger magical barrier around the school, which absorbs the mana of everyone but Shirō and Rin. The two are attacked by skeletal beings called Golems, and Shirō summons Saber via Command Seal. Saber battles the Golems while he and Rin go to the school's first floor to disable the barrier. After dispatching several Golems, Saber faces off against Shinji's Servant, who is identified as being of the Rider class, and manages to stab her, but Rider is revealed to be an apparition created by Caster, who disappears. Meanwhile, Shirō and Rin find Shinji and the corpse of the real Rider, which dissolves, causing the barrier to dissipate. Shinji refuses to identify the Servant who killed Rider and flees the school. After Shirō, Rin, and Saber assess the situation and deduce that Caster killed Rider, Rin notes Shirō's ability to recognize the conditions of the unconscious students and employees, and he replies that he was used to seeing dead bodies, which confuses Rin.","index":8,"parentIndex":1,"year":2014,"thumb":"/library/metadata/127/thumb/1595620554","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422020,"originallyAvailableAt":"2014-11-30","addedAt":1586086024,"updatedAt":1595620554,"chapterSource":"media","Media":[{"id":110,"duration":1422020,"bitrate":1388,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3402,"key":"/library/parts/3402/1595620434/file.mkv","duration":1422020,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E08 - Winter Days, Where The Heart Is.mkv","size":289488271,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"128","key":"/library/metadata/128","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 09 - The Distance Between Them (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 09 - The Distance Between Them (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Following the events at the school, Shirō allows Saber to sleep next to his room so she could prevent him from being taken by Caster again. Meanwhile, Shinji arrives at Kirei's church and pleads with him to offer him shelter and protection. However, when he finds out he was the first Master to lose his Servant, he blames the loss on Rider, yelling that she was useless as a Servant. Realizing Shinji still has a resolve to fight, Kirei tells him there is one additional Servant available for usage. After clearing Issei of being Caster's Master, Shirō encounters Rin, who is spying on the blond-haired, red-eyed man who visited Kirei at his church; the man had been observing the Matō home for some time. When the man leaves, Rin asks Shirō about what would happen if someone were to be adopted by another family against his or her will, and forced to grow up in their care. While eating dinner, Taiga tells Saber about Shirō's childhood and Kiritsugu, commenting that they seemed to be polar opposites of each other due to their personalities, and also mentions Shirō's wish to become a hero of justice. When Saber asks him why he wanted to become a hero of justice, Shirō vaguely replies that it was because he looked up to them. However, while in his room alone, he concludes he only wanted to follow in Kiritsugu's footsteps, and then remembers Archer's words that his ideals were flawed.","index":9,"parentIndex":1,"year":2014,"thumb":"/library/metadata/128/thumb/1595620555","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1420820,"originallyAvailableAt":"2014-12-07","addedAt":1586086024,"updatedAt":1595620555,"chapterSource":"media","Media":[{"id":111,"duration":1420820,"bitrate":916,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3403,"key":"/library/parts/3403/1595620434/file.mkv","duration":1420820,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E09 - The Distance Between Them.mkv","size":205483509,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"129","key":"/library/metadata/129","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 10 - The Fifth Contractor (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 10 - The Fifth Contractor (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Rin wakes up after having a dream about how Archer became a Servant in the first place. She later discusses Shirō's reliability as an ally with Archer, who suggests Caster would be a more efficient partner for them, which upsets her. At school, Shirō notices Issei talking with Kuzuki and learns from him that Kuzuki lives at Ryuudou Temple with a mysterious woman who is believed to be his fiancée. Rin theorizes from the information that Kuzuki is Caster's Master and plans on confirming them by attacking Kuzuki with a non-lethal magical attack and observe his reaction. The following night, Shirō, Rin, and Saber set up their quarters at an abandoned gas station where Kuzuki usually passes by. When he arrives, Rin fires the magical attack on him, but he is unaffected and Caster arrives for assistance. An outraged Shirō confronts Kuzuki and asks if he knew about Caster's attacks on innocent people; Kuzuki responds that he was unaware but did not care the slightest, revealing himself to be a former killer. Rin then attacks Caster as a distraction while Saber tries to strike Kuzuki, but Kuzuki uses magically-strengthened fists to subdue Saber and Rin, then brutalizes Shirō. In response, he summons Archer's dual swords and uses them to repel Kuzuki's attacks. When Saber and Rin regain consciousness, Kuzuki and Caster flee. Rin asks Shirō how he was able to summon weapons, and he reveals that while he specialized in strengthening magic, he first succeeded at using projection magic. Meanwhile, Shinji meets his new Servant, the blond-haired, red-eyed man, who dismisses his strategy to kill innocent people for their mana and reveals his plan to use the Holy Grail to kill most of the human population in the world.","index":10,"parentIndex":1,"year":2014,"thumb":"/library/metadata/129/thumb/1595620555","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1512120,"originallyAvailableAt":"2014-12-14","addedAt":1586086024,"updatedAt":1595620555,"chapterSource":"media","Media":[{"id":112,"duration":1512120,"bitrate":1290,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3404,"key":"/library/parts/3404/1595620434/file.mkv","duration":1512120,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E10 - The Fifth Contractor.mkv","size":286658696,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"130","key":"/library/metadata/130","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 11 - A Visitor Approaches Lightly (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 11 - A Visitor Approaches Lightly (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After the battle with Caster and Kuzuki, Shirō and Saber return home. Shirō claims he is fine so as not to worry Saber, but is clearly in pain and off-balance as a result of using projection magic. The next day, he goes to school and finds that Kuzuki is absent due to what is claimed to be an illness. After school, Shirō returns home, where Rin suddenly arrives unannounced. The two proceed to formulate a strategy to deal with Caster. However, their only viable plan is a full-frontal attack against Ryuudou Temple. While Rin and Saber agree it is their best shot, they fear that Caster might opt to destroy the entire temple if she is cornered. After dinner, Shirō meets Rin in the courtyard, where she muses that Shirō's house is more open and welcoming than her own, and that perhaps it is better that Shirō did not adopt the lifestyle of a true mage. She then tells Shirō that she became a mage because she personally enjoys studying magic, and asks him what his reasons for studying magic are. Shirō responds that he wants to use magic to help others, which frustrates Rin, who cites that it is not right for him to put the happiness of others above his own. She then tells Shirō that she will be staying at his house for the night. Later that night, Shirō returns to the shed to practice his magic. Saber comes in to check on him, and he tells her how Kiritsugu was a good man and how he wanted to be a hero like him. Archer then arrives and asks Shirō about his symptoms, knowing precisely the side-effects of using projection magic. He tells Shirō that the pain he is feeling is due to activating magic circuits that had long lay dormant. After repairing Shirō's magic circuits and noting that he once went through a similar experience, Archer warns him that his ideals are meaningless and doomed to fail, something Shirō denies.","index":11,"parentIndex":1,"year":2014,"thumb":"/library/metadata/130/thumb/1595620556","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422020,"originallyAvailableAt":"2014-12-21","addedAt":1586086024,"updatedAt":1595620556,"chapterSource":"media","Media":[{"id":113,"duration":1422020,"bitrate":905,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3405,"key":"/library/parts/3405/1595620434/file.mkv","duration":1422020,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E11 - A Visitor Approaches Lightly.mkv","size":203753791,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"131","key":"/library/metadata/131","parentRatingKey":"119","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"[AnimeKaizoku] Fate stay night Unlimited Blade Works - 12 - The Final Decision (1080p BD x265 10bit Dual Audio) [dedsec]","titleSort":"AnimeKaizoku] Fate stay night Unlimited Blade Works - 12 - The Final Decision (1080p BD x265 10bit Dual Audio) [dedsec]","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/119","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 1","contentRating":"TV-MA","summary":"While returning home from a trip in the next town, Shirō, Rin, and Saber find themselves inside a magical barrier, and they are ambushed by Caster and several water Golems. Caster reveals she has taken Taiga hostage and threatens to kill her unless Shirō hands over his magical circuits to her. When Shirō refuses, Caster tells him that she knows about the fire that he survived ten years ago, then claims her knowledge of a method to summon the Holy Grail without any further fighting, which can only be accomplished by Saber's mana. Shirō allows Caster to take his Command Seals in order to rescue Taiga, but an ambivalent Saber engages Caster in battle. Shirō uses a Command Seal to stop Saber, allowing Caster to stab her in the heart with a dagger-like Noble Phantasm called \"Rule Breaker\", which takes Shirō's remaining Command Seals and gives Caster control over Saber. After releasing Taiga, Caster forces Saber to kill Rin, but Shirō is injured while taking the blow. Saber then resists against Caster's magic long enough for Shirō, Rin, and Taiga to escape with assistance from Archer. Regaining consciousness at Rin's house, Shirō finds a jewel. He recognizes it as the same one that had been used on him while Rin revived him after he was stabbed by Lancer during the first battle. Meanwhile, Caster arrives at Kirei's church and demands the location of the Lesser Grail, the vessel for the Holy Grail. When he refuses to disclose it, she has him attacked by Golems. Shirō finds Rin at the top of a skyscraper and tries offering his assistance. However, she tells him that without Saber as his Servant, there is no longer a reason for him to be involved in the Holy Grail War and leaves with Archer. As she leaves, Rin warns him to stay out of the war, otherwise he will die. ","index":12,"parentIndex":1,"year":2014,"thumb":"/library/metadata/131/thumb/1595620556","art":"/library/metadata/118/art/1595639848","parentThumb":"/library/metadata/119/thumb/1595620353","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":2886060,"originallyAvailableAt":"2014-12-28","addedAt":1586086024,"updatedAt":1595620556,"chapterSource":"media","Media":[{"id":114,"duration":2886060,"bitrate":1202,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main 10","Part":[{"id":3406,"key":"/library/parts/3406/1595620436/file.mkv","duration":2886060,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 1\\Fate Stay Night - Unlimited Blade Works - S01E12 - The Final Decision.mkv","size":477390957,"audioProfile":"lc","container":"mkv","has64bitOffsets":false,"hasThumbnail":"1","optimizedForStreaming":false,"videoProfile":"main 10"}]}],"Writer":[{"tag":"Kinoko Nasu, Kristi Reed"}]},{"ratingKey":"3623","key":"/library/metadata/3623","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 1","titleSort":"Time of Departure","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":1,"parentIndex":2,"year":2015,"thumb":"/library/metadata/3623/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1539020,"addedAt":1586121316,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3296,"duration":1539020,"bitrate":1244,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3407,"key":"/library/parts/3407/1595620526/file.mkv","duration":1539020,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E01 - Time of Departure.mkv","size":246007547,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3624","key":"/library/metadata/3624","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 2","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":2,"parentIndex":2,"thumb":"/library/metadata/3624/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1758560,"addedAt":1595620319,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3297,"duration":1758560,"bitrate":1227,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3408,"key":"/library/parts/3408/1595620526/file.mkv","duration":1758560,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E02 - Princess of Colchis.mkv","size":276437589,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3625","key":"/library/metadata/3625","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 3","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":3,"parentIndex":2,"thumb":"/library/metadata/3625/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1446390,"addedAt":1595620319,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3298,"duration":1446390,"bitrate":1909,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3409,"key":"/library/parts/3409/1595620526/file.mkv","duration":1446390,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E03 - Confrontation of Myth.mkv","size":351644071,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3626","key":"/library/metadata/3626","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 4","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":4,"parentIndex":2,"thumb":"/library/metadata/3626/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1641920,"addedAt":1595620319,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3299,"duration":1641920,"bitrate":1054,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3410,"key":"/library/parts/3410/1595620526/file.mkv","duration":1641920,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E04 - Winter Days, the Form Wishes Take.mkv","size":223066500,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3627","key":"/library/metadata/3627","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 5","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":5,"parentIndex":2,"thumb":"/library/metadata/3627/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1421980,"addedAt":1595620319,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3300,"duration":1421980,"bitrate":1699,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3411,"key":"/library/parts/3411/1595620526/file.mkv","duration":1421980,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E05 - The Dark Sword Bares Its Fangs.mkv","size":308568056,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3628","key":"/library/metadata/3628","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 6","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":6,"parentIndex":2,"thumb":"/library/metadata/3628/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1433700,"addedAt":1595620319,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3301,"duration":1433700,"bitrate":2097,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3412,"key":"/library/parts/3412/1595620526/file.mkv","duration":1433700,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E06 - The Beginning of the Circle.mkv","size":382377241,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3629","key":"/library/metadata/3629","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 7","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":7,"parentIndex":2,"thumb":"/library/metadata/3629/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422100,"addedAt":1595620319,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3302,"duration":1422100,"bitrate":1158,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3413,"key":"/library/parts/3413/1595620524/file.mkv","duration":1422100,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E07 - Idealism's End.mkv","size":212346137,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3630","key":"/library/metadata/3630","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 8","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":8,"parentIndex":2,"thumb":"/library/metadata/3630/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422100,"addedAt":1595620319,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3303,"duration":1422100,"bitrate":1733,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3414,"key":"/library/parts/3414/1595620528/file.mkv","duration":1422100,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E08 - Unlimited Blade Works.mkv","size":319222931,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3631","key":"/library/metadata/3631","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 9","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":9,"parentIndex":2,"thumb":"/library/metadata/3631/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1470780,"addedAt":1595620319,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3304,"duration":1470780,"bitrate":1758,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3415,"key":"/library/parts/3415/1595620528/file.mkv","duration":1470780,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E09 - Answer.mkv","size":329832606,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3632","key":"/library/metadata/3632","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 10","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":10,"parentIndex":2,"thumb":"/library/metadata/3632/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422590,"addedAt":1595620320,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3305,"duration":1422590,"bitrate":1056,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3416,"key":"/library/parts/3416/1595620526/file.mkv","duration":1422590,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E10 - Winter Days, A Long Way Home.mkv","size":194271607,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3633","key":"/library/metadata/3633","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 11","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":11,"parentIndex":2,"thumb":"/library/metadata/3633/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422020,"addedAt":1595620320,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3306,"duration":1422020,"bitrate":1672,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3417,"key":"/library/parts/3417/1595620526/file.mkv","duration":1422020,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E11 - Incarnation.mkv","size":303682998,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3634","key":"/library/metadata/3634","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 12","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":12,"parentIndex":2,"thumb":"/library/metadata/3634/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1435460,"addedAt":1595620320,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3307,"duration":1435460,"bitrate":2106,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3418,"key":"/library/parts/3418/1595620526/file.mkv","duration":1435460,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E12 - Unlimited Blade Works - Infinite Creation of Swords.mkv","size":384387187,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3635","key":"/library/metadata/3635","parentRatingKey":"3622","grandparentRatingKey":"118","guid":"com.plexapp.agents.thetvdb://278626/2/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://278626/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://278626?lang=en","type":"episode","title":"Episode 13","grandparentKey":"/library/metadata/118","parentKey":"/library/metadata/3622","grandparentTitle":"Fate/Stay Night: Unlimited Blade Works","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":13,"parentIndex":2,"thumb":"/library/metadata/3635/thumb/1595620674","art":"/library/metadata/118/art/1595639848","grandparentThumb":"/library/metadata/118/thumb/1595639848","grandparentArt":"/library/metadata/118/art/1595639848","grandparentTheme":"/library/metadata/118/theme/1595639848","duration":1422060,"addedAt":1595620320,"updatedAt":1595620674,"chapterSource":"media","Media":[{"id":3308,"duration":1422060,"bitrate":1098,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3419,"key":"/library/parts/3419/1595620528/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Stay Night - Unlimited Blade Works\\Season 2\\Fate Stay Night - Unlimited Blade Works - S02E13 - Epilogue.mkv","size":201752955,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"149","key":"/library/metadata/149","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Summoning of the Heroic Spirits","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Eight years ago in Germany, Kiritsugu Emiya and his wife, Irisviel von Einzbern, welcome the birth of their daughter, Illyasviel. Though Kiritsugu fears he will lead Irisviel to her death with the upcoming Fourth Holy Grail War, Iris assures him that he is a good man who will end his torment and fulfill their ideals. Three years ago, the priest Kirei Kotomine learns that he has been chosen as a participant for the Holy Grail War; his father Risei, the war's moderator on behalf of the Catholic Church, and Tokiomi Tosaka arrange for Kirei to become Tokiomi's pupil in magecraft in order to give Tokiomi an advantage and help Kirei get over the death of his wife. One year ago in Fuyuki City, Kariya Matō visits his childhood friend Aoi Tōsaka and her daughters, Rin and Sakura, but he is shocked to learn Sakura has been adopted by the Matō family as the Matōs want a heir that uses magic and is horrified to discover on what has been done to her. Confronting his father, Zōken, Kariya strikes a deal to become a mage in the upcoming war and win the grail in order to free Sakura and return her to her mother and sister. In the present, at the London Clock Tower, Kayneth Archibald El-Melloi dismisses and humiliates a thesis by one of his students, Waver Velvet, who theorizes anyone can be great mage by hard work and practice other than by their bloodline. Angered by the humiliation, Waver decides to prove his teacher wrong by also joining the Grail War by stealing Kayneth's artifact needed to summon a Servant and heads to Fuyuki City. As Kirei and Kiritsugu learn of each other's skills, they are disturbed by how they cannot know what the other man's goals for the war are. After receiving the scabbard of Excalibur, Iris is now hopeful that they can now summon King Arthur of the Saber class but Kiritsugu worries that Arthur's chivalry will clash with his pragmatic methods. As Kiritsugu, Tokiomi, Kariya and Waver summoned their servants, Kiritsugu and Iris are stunned to see th","index":1,"parentIndex":1,"rating":8.5,"year":2011,"thumb":"/library/metadata/149/thumb/1595621638","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":2873880,"originallyAvailableAt":"2011-10-02","addedAt":1586087382,"updatedAt":1595621638,"chapterSource":"media","Media":[{"id":129,"duration":2873880,"bitrate":929,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3433,"key":"/library/parts/3433/1595621238/file.mkv","duration":2873880,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E01 - Summoning of the Heroic Spirits.mkv","size":344882832,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"150","key":"/library/metadata/150","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"False Start","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Waver has a hard time commanding his servant Rider, who is actually Alexander the Great, as Rider is more interested how the world has changed since his time and wants to return to Macedonia and conquer the world once he wins the War. Rider assures Waver that he is reliable by summoning Gordius Wheel, a magical ox-drawn chariot. In Germany, Kiritsugu is playing with his daughter Ilya while Iris and Saber are watching them. Saber is surprise to see this side of Kiritsugu since she assume he was cold hearted and was upset upon learning she was a woman but Iris tells him what actually upset Kiritsugu was that Saber was forced to become the King of Britain at a young age and accepted her fate. Still, Saber admires Kiritsugu and Iris's wishes to save the world as she also wishes to save Britain when she failed to do at her time. In Fuyuki City, serial killer Ryūnosuke Uryū has murdered a family except a young boy to summon a demon, becoming a Master and summoning the servant Caster. Impressed, Uryū gives Caster the young boy as a sacrifice but Caster let's the boy go. However it is revealed to be a ruse as just when the boy thinks he can escape, Caster viciously kills him by a horrific creature, revealing Caster enjoys giving his victims a moment of hope before horrifically killing them. Uryū is overjoyed to meet someone as sadistic as him and vows to follow Caster anywhere which Caster reveals he use to be called Bluebeard. Upon learning the Seventh and final Master has been chosen, Kirei orders Assassin to kill Tokiomi at his mansion, only to be killed by Tokiomi's servant, Archer.","index":2,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/150/thumb/1595621638","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1504020,"originallyAvailableAt":"2011-10-09","addedAt":1586088858,"updatedAt":1595621638,"chapterSource":"media","Media":[{"id":130,"duration":1504020,"bitrate":1222,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3434,"key":"/library/parts/3434/1595621244/file.mkv","duration":1504020,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E02 - False Start.mkv","size":249876025,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"151","key":"/library/metadata/151","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Land of Winter Trees","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Tokiomi's servant Archer, Gilgamesh, shows dissatisfaction of killing Assassin as it is later revealed at Risei's church where Kirei announces his resignation from the war and granted asylum, that the attack was a ruse to fool the other participants as \"Assassin\" is not one but several dozen people so that Kirei can secretly send the Assassins to scout the others without suspicion. Waver informs Rider of Assassin's demise but the latter is only interested of defeating President Clinton and acquiring his country's military weapons and having a good time. Saber and Iris arrive at Fuyuki City to meet up with Kiritsugu but decides to tour the city after Iris reveals to Saber that this the first time she has ever been abroad. Meanwhile, Kiritsugu meets up with his assistant Maiya Hisau, who informs him the other Masters believe Iris is Saber's master and she has smuggled in the guns they need for the war including his Contender pistol. Kiritsugu fears that he has become too soft due to his daughter but Maiya tells him to focus on their mission and kisses him. As Iris has good time at the beach, Saber detects another servant where they both face the servant at the harbor. The servant Lancer introduces himself and ask for a duel with Saber which both him and Saber prepare themselves.","index":3,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/151/thumb/1595621638","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1475920,"originallyAvailableAt":"2011-10-16","addedAt":1586088858,"updatedAt":1595621638,"chapterSource":"media","Media":[{"id":131,"duration":1475920,"bitrate":1289,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3435,"key":"/library/parts/3435/1595621232/file.mkv","duration":1475920,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E03 - Land of Winter Trees.mkv","size":257264795,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"152","key":"/library/metadata/152","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Blade of the Demonic Spear","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber and Lancer fight for supremacy. After some fierce and defensive fighting from both sides, Lancer's master allows Lancer to use his noble phantasms. Lancer's magic-canceling spear and cursed spear capable to causing unrecoverable wounds catch Saber by surprise. Meanwhile, Kiritsugu is keeping watch over the fight with Maiya. Kiritsugu finds Assassin watching over the battle as well, so he decides not to act rashly. From far away, Rider and his master Waver spot the battle between Saber and Lancer. Against his master's wishes, Rider rides his Gordius Wheel down to the harbor and interrupts the battle. ","index":4,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/152/thumb/1595621638","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1428940,"originallyAvailableAt":"2011-10-23","addedAt":1586088858,"updatedAt":1595621638,"chapterSource":"media","Media":[{"id":132,"duration":1428940,"bitrate":1672,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3436,"key":"/library/parts/3436/1595621232/file.mkv","duration":1428940,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E04 - Blade of the Demonic Spear.mkv","size":318003880,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"153","key":"/library/metadata/153","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"The Vicious Beast Roars","titleSort":"Vicious Beast Roars","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Picking off immediately after the previous episode, Rider introduces himself as Alexander the Great to Lancer and Saber. Lancer's master is revealed to be Waver's teacher, Lord El-Melloi. Amidst the conversation between the masters and servants, Rider reveals that other teams were watching the battle as well - Archer and Berserker both materialise and display their powerful Noble Phantasms in a short but intense clash with each other; Rider deduces Berserker's Noble Phantasm to be one that allows him to \"Turn anything he grabs into his Noble Phantasm\". Before Archer exposes his Noble Phantasm further, Tokiomi orders Archer to withdraw from the battle through the use of a Command Spell, enraging the servant. Berserker loses control and rushes to attack Saber, using a street lamp pole as his Noble Phantasm, but Lancer defends Saber as the duel was between him and Saber. Lord El-Melloi forces Lancer to assist Berserker in killing Saber with a Command Spell, but Rider threatens to side with Saber if El-Melloi does not withdraw. Rider succeeds in incapacitating Berserker and forces both Lancer and Berserker to withdraw. Elsewhere, Caster watches the battle through a crystal ball and identifies Saber as his long-lost love, while Kirei discovers that the church was being watched by a familiar.","index":5,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/153/thumb/1595621638","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1422980,"originallyAvailableAt":"2011-10-30","addedAt":1586088858,"updatedAt":1595621638,"chapterSource":"media","Media":[{"id":133,"duration":1422980,"bitrate":1639,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3437,"key":"/library/parts/3437/1595621232/file.mkv","duration":1422980,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E05 - The Vicious Beast Roars.mkv","size":310877504,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"154","key":"/library/metadata/154","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Night of Stratagems","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Iri and Saber are driving to the Einzbern Castle at the outskirts of Fuyuki until they encounter Caster. Caster believes Saber is Jeanne d'Arc but Saber tell him he has mistaken her and forces him to withdraw, while all three of them were being watched by two Assassins. Returning to his lair, Caster is convinced \"Jeanne\" has lost her memories and tells Uryū they will be performing more sacrifices. At his hotel, El-Melloi scolds Lancer for failing to kill Saber but Lancer is defended by Sola-Ui Nuada-Re Sophia-Ri, El-Melloi's fiance who is maintaining Lancer existences by supplying him with prana, which makes El-Melloi uncomfortable since she has fallen for Lancer due to his magic Love spot. When the hotel is ordered to evacuate, El-Melloi realizes Saber's master has come for them and has prepared a floor filled with traps and defenses. However, Kiritsugu and Maiya have rigged the hotel with explosives and blow it up after confirming all of the civilians have evacuated. Maiya is soon found by Kirei but escapes thanks to Kiritsugu's smoke bomb. When the Assassins inform Kirei, Risei and Tokiomi that Caster and Uryū have been kidnapping and sacrificing children and are the serial killers the news have been talking about, Risei is disgusted by their killings and they are exposing the war so he orders the other Masters to eliminate them. Kirei encounters Archer in his room and asks Kirei what he desires for the Grail which he reply's nothing as he doesn't understand why he was chosen as a Master. Archer convinces Kirei to help him spy on the other Masters and it might help him understand what the other Masters desires.","index":6,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/154/thumb/1595621639","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1475000,"originallyAvailableAt":"2011-11-06","addedAt":1586088858,"updatedAt":1595621639,"chapterSource":"media","Media":[{"id":134,"duration":1475000,"bitrate":1109,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3438,"key":"/library/parts/3438/1595621232/file.mkv","duration":1475000,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E06 - Night of Stratagems.mkv","size":224254487,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"155","key":"/library/metadata/155","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Forest of Demons","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"From his church, Risei informs all of the active Masters that the war is to be put on hold until Caster, who's killings of children are attracting the public, is killed with the reward of another Command Spell. Back in Einzbern Castle, Kiritsugu plans to use the Masters hunt on Caster to attack them despite Saber's protests that they should stop Caster rather than use his obsession for her to lure him. Later, Kiritsugu admits to Iri he doesn't want to do this and would rather run away with her and their daughter Ilya. However, Kiritsugu and Iri detects Caster arriving from the forest with more children to be sacrifice which Iri allows Saber to go after him. As Caster howls his mad, twisted love for \"Jeanne\", Saber is ambushed by Caster's summoned monsters until Lancer intervenes and joins forces with Saber to defeat Caster. As Iri evacuates the castle with Maiya, El-Melloi, who had survived the hotel bombing thanks to his Volumen Hydragyrum, a giant magical blob of mercury, infiltrates the castle to duel Saber's master but instead trips booby traps set up Kiritsugu which El-Melloi's Hydragyrum protecting him. As Kiritsugu evades El-Melloi using his Calico M960, he launches a surprise attack at El-Melloi with his Contender pistol.","index":7,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/155/thumb/1595621639","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1484500,"originallyAvailableAt":"2011-11-13","addedAt":1586088858,"updatedAt":1595621639,"chapterSource":"media","Media":[{"id":135,"duration":1484500,"bitrate":1404,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3439,"key":"/library/parts/3439/1595621234/file.mkv","duration":1484500,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E07 - Forest of Demons.mkv","size":281427797,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"156","key":"/library/metadata/156","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"The Magus Killer","titleSort":"Magus Killer","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Iri and Maiya are about to escape through the woods until Iri detects Kirei coming their way. Instead of evading him, Iri and Maiya decide to confront him in order to protect Kiritsugu. However, Maiya is outsmarted and taken down by Kirei despite her terrain advantage and Iri fails to restrain Kirei with her magic. Meanwhile, Kiritsugu is able to wound El-Melloi with his Contender pistol. Believing the attack was a fluke, El-Melloi vows to increase Hydragyrum's defenses to prevent it from happening again. Elsewhere, Saber and Lancer continue fighting off Caster's endless waves of demonic creatures due to Caster's Noble Phantasm, his grimoire. To damage the grimoire, Saber manages to clear a path long enough for Lancer to pierce Caster's grimoire with Gae Dearg, effectively cutting off his source of mana and instantly destroying his minions. Caster escapes while an enraged El-Melloi, suffering from blood loss hunts down the \"cowardly\" Kiritsugu throughout the castle, which the man himself shows up and shots El-Melloi with his Contender pistol again. Despite preparing for it, Hydragyrum defenses are futile as the Contender's bullets are in fact special anti-magic bullets, causing El-Melloi's Magic Circuits to go berserk and tear him from the inside-out. Lancer arrives to save his unconscious master, while Saber rushes to save Iri from Kirei. As Kirei interrogates Iri about Kiritsugu, an Assassin informs him of Saber's arrival which he leaves but not before stabbing Iri. However, Iri survives thanks to Saber's magical healing scabbard Avalon implanted inside of her while she heals Maiya.","index":8,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/156/thumb/1595621639","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1423020,"originallyAvailableAt":"2011-11-20","addedAt":1586088858,"updatedAt":1595621639,"chapterSource":"media","Media":[{"id":136,"duration":1423020,"bitrate":1560,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3440,"key":"/library/parts/3440/1595621244/file.mkv","duration":1423020,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E08 - The Magus Killer.mkv","size":296832432,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"157","key":"/library/metadata/157","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Master and Servant","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After having a dream of Lancer's past, El-Melloi wakes up with his body tied on a bed. Sola tells El-Melloi that his Magic Circuits were destroyed and he can no longer use magic but she also tells him to give up his Command Spells to her or she will torture him and cut off his arm. Despite Sola becoming his new Master, Lancer refuses to accept her and remains loyal to El-Melloi but Sola manages to make Lancer accept her by convincing him to fight for his old master's honor. Elsewhere, Kiritsugu decides to go hunt El-Melloi down despite Saber and Iri wishes to stop Caster. Meanwhile, Waver and Rider manages to find Caster's lair in the sewers where the former is horrified in seeing the dead bodies of Caster and Uryū victims. As Waver vomits in disgust, Rider saves his life when he kills an Assassin targeting Waver and face off two more Assassins before they escape. Now knowing Assassin is not yet dead, Waver and Rider leaves the Caster's lair but not before destroying it and burning the bodies. With Waver and Rider knowing their secret, Risei orders Kirei to send his Assassins to spy on them.","index":9,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/157/thumb/1595621639","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1576800,"originallyAvailableAt":"2011-11-27","addedAt":1586088858,"updatedAt":1595621639,"chapterSource":"media","Media":[{"id":137,"duration":1576800,"bitrate":1126,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3441,"key":"/library/parts/3441/1595621244/file.mkv","duration":1576800,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E09 - Master and Servant.mkv","size":242197677,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"158","key":"/library/metadata/158","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Rin's Adventure","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Focusing on Tokiomi's daughter Rin, the story tells how Rin was involved in the Fuyuki City Kidnappings. Rin is determine to follow in her father's footsteps as a great mage by learning the art of Crystal Magic. With the Holy Grail War starting soon, Tokiomi tell his wife Aoi and Rin that they have to leave Fuyuki City for their own safety. Rin wants to help her father but accidentally opens a dangerous grimoire until her father saves her. Tokiomi gives Rin a magical compass that detects Mana and warns her that if the compass reacts violently, it means a powerful mage is nearby and she must avoid them. However, in her school, several students including her best friend Kotone have been kidnapped by the infamous Fuyuki City Killer. Wishing to save Kotone, Rin head to Fuyuki City alone to find the culprit using her Mana Compass. Eventually, Rin finds the culprit, Uryū, using a magical bracelet made by Caster, to hypnotize the children to follow him to his hideout. Arriving at his hideout, Rin finds Kotone and several children hypnotized but is found by Uryū. To free the children, Rin destroys Uryū's bracelet by overloading it with Mana, blinding him and freeing the children from his control and escapes. With Kotone and children picked up by the police, Rin heads home only to detect and confronted by one of Caster's monsters but is saved by Kariya. Aoi searches for Rin in Fuyuki City and finds her in a park guarded by Kariya who tells her he will win the Grail to bring back Sakura to her. An Assassin monitors their encounter with Kirei ordering Assassin to continue monitoring Kariya. As Aoi drives Rin home, Rin admits she didn't do much but at least she did something and wants to learn to become a better mage.","index":10,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/158/thumb/1595621639","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1429440,"originallyAvailableAt":"2011-12-04","addedAt":1586088858,"updatedAt":1595621639,"chapterSource":"media","Media":[{"id":138,"duration":1429440,"bitrate":1456,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3442,"key":"/library/parts/3442/1595621244/file.mkv","duration":1429440,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E10 - Rin's Adventure.mkv","size":281513267,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"159","key":"/library/metadata/159","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"The Grail Dialogue","titleSort":"Grail Dialogue","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Rider, accompanied by Waver, unexpectedly arrives at the Einzbern Castle on Gordius Wheel. Greeting Saber and Iri, Rider announces he came to have a drink with Saber. Saber accepts and everyone gathers at the castle's garden, only to be joined by Archer who Rider invited. Archer expresses distaste on the wine Rider brought for them so he brings out a better wine from his collection. As the three discuss Kingship and their wish for the Grail, Saber and Rider have an argument of philosophy over being a King. Saber argues a King should serve for his people and wants to win the Grail to save Britain which she failed in the past but Rider believes it's the people who should serve for their King and was proud on his reign even when Macedonia fell after his death. Furthermore, Rider criticizes Saber for being a protector to her people rather than a King which lead them to resent her and rebel while his Kingly ambitions made his people love him and inspire them to seek their own ambitions. Their talk is soon interrupted when the Assassins arrive and surround them. When they refuse Rider's offer to drink with them, Rider transforms into his armor and summons his Noble Phantasm, the Reality Marble \"Ionian Hetairoi\", the Armies of Macedonia composed of the soldiers who remained loyal to him and became Servants themselves where they outnumbered the Assassins and proceed to decimate them. With their drink over, Rider departs with Waver but not before saying he no longer recognizes Saber as a King with Archer leaving as well before telling Saber she should stick to her beliefs because her suffering amuses him. Iri rushes to Saber, who reveals she once had a knight who left Camelot because he was dissatisfied with her rule which makes Saber question if the Knights of the Round Table felt the same way.","index":11,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/159/thumb/1595621639","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1772800,"originallyAvailableAt":"2011-12-11","addedAt":1586088858,"updatedAt":1595621639,"chapterSource":"media","Media":[{"id":139,"duration":1772800,"bitrate":1233,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3443,"key":"/library/parts/3443/1595621244/file.mkv","duration":1772800,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E11 - The Grail Dialogue.mkv","size":292975191,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"160","key":"/library/metadata/160","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Invitation of the Holy Grail","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Thanks to the information provided by the Assassins due to their sacrifice, Tokiomi and Kirei now know about Rider's Noble Phantasm and decides to let him attack the other servants first before engaging him. With Maiya transporting Iri and Saber to their new headquarters, Kiritsugu reviews his current information about the other contestants whereabouts. At their new headquarters, an old dojo, Saber notices that Iri has not touch anything and asking others to do tasks she normally does which Iri reveals she has become weaker possibly because she is a homunculus but she assures Saber she is fine and ask her to help prepare a defensive spell at the dojo. Returning to his room, Kirei tells Archer that he is no longer a Master due to the Assassins death and his Command Spells gone which will return to the Grail or given to his father the war's moderator. Archer ask Kirei about the favor he ask in spying the other Masters and notices that Kirei has taken an interest with Kariya when he isn't an important threat which Archer concludes what Kirei desires are; he enjoys seeing the pain and suffering of others. After Archer convinces Kirei of his desires, his Command Spells returns which suggest the Grail still has a use for him but since he has no Servant, Archer gives a subtle hint on which Master he should kill.","index":12,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/160/thumb/1595621640","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1710720,"originallyAvailableAt":"2011-12-18","addedAt":1586088858,"updatedAt":1595621640,"chapterSource":"media","Media":[{"id":140,"duration":1710720,"bitrate":984,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3444,"key":"/library/parts/3444/1595621244/file.mkv","duration":1710720,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E12 - Invitation of the Holy Grail.mkv","size":231240162,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"161","key":"/library/metadata/161","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"The Forbidden Banquet","titleSort":"Forbidden Banquet","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Waver has a dream of Rider's past in his search for Oceanus before waking up. Caster and Uryū returns to their lair and are mad to see their \"artwork\" destroyed by the fire. But Uryū soon cheers up Caster by telling him his twisted logic that God, who Caster hates the most for Jeanne's death, is just a spectator who enjoys seeing humans do whatever they want. Impressed by his master idea, Caster plans a \"grand spectacle\" for God. Meanwhile, Waver and Rider go shopping where Waver has second thoughts about being Rider's master. As they head home, Rider learns about Waver's problem but gives him some words encouragement for him to not look down on himself. Suddenly, Waver and Rider detects something at the city's river where Saber and Iri arrive to see Caster turning himself into a giant demonic monster. Realizing the threat he pose, Rider has inform the other contestants and they all agree on a temporary alliance to stop Caster before his monster attacks the city and kill the civilians. With Rider leading the vanguard, Saber joins him to allow Lancer an opening to use his spears to target Caster.","index":13,"parentIndex":1,"rating":10.0,"year":2011,"thumb":"/library/metadata/161/thumb/1595621640","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1614640,"originallyAvailableAt":"2011-12-24","addedAt":1586088858,"updatedAt":1595621640,"chapterSource":"media","Media":[{"id":141,"duration":1614640,"bitrate":1200,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3445,"key":"/library/parts/3445/1595621244/file.mkv","duration":1614640,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E13 - The Forbidden Banquet.mkv","size":261298690,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3649","key":"/library/metadata/3649","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"The Mion River Battle","titleSort":"Mion River Battle","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber, Lancer, and Rider fight to stop Caster's Demon from reaching the shore, however the beast regenerates at an astounding pace, making it difficult to destroy. Kirei and Risei discuss plans to cover-up the incident, while Archer and Tokiomi watch the battle aboard Archer's aircraft, the Vimana. Tokiomi pleads Archer to assist in destroying Caster, but the latter refuses after \"sacrificing\" four of his weapons to damage the beast. A crowd of bystanders begin to gather around the river and a pair of F-15 jets are caught in the battle while patrolling the area. Berserker appears and takes control of one of the jets and engages in aerial combat with Archer's Vimana while the other jet is consumed by Caster's Demon. Kariya confronts Tokiomi on the shore about their family, and is enraged when Tokiomi simply dismisses their family as \"Rabble\". Kirei watches the conversation as Kariya and Tokiomi begin to fight. Elsewhere on the shore, Uryū is shot and killed by Emiya Kiritsugu. Caster senses the death of his master, and vows to fulfill the promise he made to his master. Kiritsugu deduces that Caster's Demon is an immortal being that will regenerate itself if even a small piece of it is left, hence, it must be destroyed in a single, powerful attack. He reveals that Saber possesses one such Noble Phantasm capable of doing so.","index":14,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3649/thumb/1595621641","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1422100,"originallyAvailableAt":"2012-04-07","addedAt":1595621594,"updatedAt":1595621641,"chapterSource":"media","Media":[{"id":3346,"duration":1422100,"bitrate":1427,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3629,"key":"/library/parts/3629/1595621244/file.mkv","duration":1422100,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E14 - The Mion River Battle.mkv","size":269105330,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3650","key":"/library/metadata/3650","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Golden Brilliance","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As Archer and Berserker continue to battle in the sky, Saber and Rider are forced to retreat from Caster's Demon to rethink their strategy. Rider will transport the demon into Ionian Hetairoi where his armies will try to hold it off as long as they can while Saber and Lancer will have to find a way to finally destroy it. Kiritsugu calls and explains to Waver on how they will defeat the demon and tells him to inform Lancer about Saber's Noble Phantasm. Lancer realizes what Kiritsugu means and destroys his Gae Buidhe to allow Saber's wound to heal and fully use her Noble Phantasm. Tokiomi defeats Kariya by shooting a fireball, burning him and falling off from the building where he is later found by Kirei who heals him. As Berserker destroys Archer's Vimana, he now sets his sights on Saber but his jet is destroyed and driven away by Lancer and Archer respectively. With the coast clear, Kiritsugu fires a flare gun to signal to Waver where Rider should transport the demon. With the demon in position, Saber uses her Noble Phantasm, Excalibur to finally destroy Caster and the demon which the former has a vision of Jeanne before his death. With the threat over, Rider and Archer have a discussion on whether Saber's life to become King was either incredible or tragic before both of them leave with Rider hoping to duel Archer in the future and Archer now smitten with Saber.","index":15,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3650/thumb/1595621642","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1421980,"originallyAvailableAt":"2012-04-14","addedAt":1595621594,"updatedAt":1595621642,"chapterSource":"media","Media":[{"id":3347,"duration":1421980,"bitrate":2002,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3630,"key":"/library/parts/3630/1595621244/file.mkv","duration":1421980,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E15 - Golden Brilliance.mkv","size":371199771,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3651","key":"/library/metadata/3651","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"The End of Honor","titleSort":"End of Honor","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kayneth visits Risei and asks for his reward for Lancer helping defeat Caster. Risei agrees to reward Kayneth a Command Seal before Kayneth kills him to ensure the other Masters don't get one as well. However, Sola was kidnapped by Maiya during the battle at Mion River which she also cut off Sola's arm containing her Command Seals. As Kayneth scolds Lancer and mocks his chivalry, Saber and Iri, tipped off by Kiritsugu, arrives at Kayneth's hideout, where Saber wishes to finish her duel with Lancer which he agrees. As Saber and Lancer duel, Kiritsugu confronts Kayneth and having taken Sola hostage, gives Kayneth a magical unbinding contract that he will no longer harm or kill him and Sola if he does one thing for him; use up all of his Command Seals to force Lancer to commit suicide. Desperate to save Sola, Kayneth does so which Lancer curses everyone around him before dying. But because the contract only applies to him, Maiya snipes Kayneth and Sola, killing her instantly. As Saber ends Kayneth's suffering, she finally calls out on Kiritsugu for the terrible and dishonorable things he'll do to win which he retorts there's isn't anything honorable about chivalry and he will do everything to win to ensure his and Iri's wishes to save the world. As Kiritsugu leaves with Maiya, Iri collapses from exhaustion.","index":16,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3651/thumb/1595621642","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1429440,"originallyAvailableAt":"2012-04-21","addedAt":1595621594,"updatedAt":1595621642,"chapterSource":"media","Media":[{"id":3348,"duration":1429440,"bitrate":1082,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3631,"key":"/library/parts/3631/1595621244/file.mkv","duration":1429440,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E16 - The End of Honor.mkv","size":208655513,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3652","key":"/library/metadata/3652","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"The Eighth Contract","titleSort":"Eighth Contract","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kirei discovers Risei's body and informs Tokiomi. Kirei is saddened over his father's death, although Archer suggests that his sadness is due to not having the chance to kill his own father himself. Maiya informs Iri and Saber that Tokiomi wishes to discuss an alliance, and Iri agrees to go to the church to discuss the offer. Before his meeting, Tokiomi visits his wife and Rin, giving his daughter a spell book and some wisdom before leaving. During the meeting between Iri and Tokiomi, Tokiomi suggests a temporary alliance to defeat the other contestants first. Iri agrees, but on the condition that Kirei leaves the city and can no longer be involved in the Grail War. Tokiomi complies. As Saber, Iri and Maiya leave the church, a sickly Iri reveals to Maiya that she is actually the embodiment of the Holy Grail in human form and will die to form the Grail once the war ends. Maiya promises to protect her until that time comes. Meanwhile, Kirei is preparing to leave, but reveals to Archer that his father's dying act was to leave Kirei the remaining Command Seals, restoring Kirei's ability to be a master in the War. He also reveals the secret reason behind the war; the Holy Grail can be activated only by the sacrifice of seven Heroic Spirits. Thus, even a victorious Servant must die - which is why Tokiomi is reluctant to use his command spells, as he needs at least one to command Archer's suicide should they be triumphant. Furthermore, Kirei still wants to explore his dark desires, and Archer yearns for a more stimulating master. Later, Kirei meets with Tokiomi, who gives him guardianship of Rin should anything happen to him, and an Azoth dagger as a symbol of his completed apprenticeship. Kirei then stabs Tokiomi in the back with the dagger, telling him that, just like his own father, both men never really understood him. With Tokiomi dead, Archer and Kirei form a new contract as Master and Servant. ","index":17,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3652/thumb/1595621643","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1499940,"originallyAvailableAt":"2012-04-28","addedAt":1595621594,"updatedAt":1595621643,"chapterSource":"media","Media":[{"id":3349,"duration":1499940,"bitrate":761,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3632,"key":"/library/parts/3632/1595621244/file.mkv","duration":1499940,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E17 - The Eighth Contract.mkv","size":158188814,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3653","key":"/library/metadata/3653","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Distant Memories","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Years ago, a young Kiritsugu lived on an island in the Pacific with his father Noritaka and befriended a local girl named Shirley who called him Kerry. Noritaka was researching on immortality using plants with Shirley as his assistant. Despite being told by the townsfolk to stay away from Noritaka, Shirley is convinced his research will help the world and tells Kiritsugu she hopes he grows up to be great man. But one day, Kiritsugu is told by his father not to leave their home after asking him if he went into his lab. Kiritsugu ignores his father's warnings to search for Shirley only to be find her eating live chickens wildly. Shirley reveals she went into Noritaka's lab and use his immortality formula on herself which turned her into a Dead Apostle vampire who madly craves for blood. Shirley begs Kiritsugu to kill her while she can still have a hold on herself but he is unable to do it which leads her to attacking the townsfolk and turning them into Ghouls. As chaos spread throughout the island, Church Executors and Mages from the Mages Association arrive to stop and exterminate the outbreak and cover up the incident. Kiritsugu is saved from Ghouls when a gun-wielding mercenary named Natalia Kaminski saves him. Natalia explains she is there to eliminate the magus responsible for the outbreak which Kiritsugu realizes is his father. Kiritsugu confronts his father over his work and it's consequences which the latter only shrugs it off as an accident and states his plans to continue his experiments elsewhere. Angered with his father's response, Kiritsugu kills him. Emotionally broken and having nowhere to go, Kiritsugu agrees to escape together with Natalia.","index":18,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3653/thumb/1595621644","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1422100,"originallyAvailableAt":"2012-05-05","addedAt":1595621595,"updatedAt":1595621644,"chapterSource":"media","Media":[{"id":3350,"duration":1422100,"bitrate":1022,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3633,"key":"/library/parts/3633/1595621244/file.mkv","duration":1422100,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E18 - Distant Memories.mkv","size":190547260,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3654","key":"/library/metadata/3654","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Where Justice is Found","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Since the incident, Kiritsugu began living with Natalia who trained him to become a mercenary just like her and travel around the world in various conflicts. Due to his unique magic, Natalia creates special anti-magic bullets from Kiritsugu's ribs. During a mission, Natalia and Kiritsugu are assigned to kill a mage who control bees familiars that turn their victims into ghouls. While Natalia boards the plane that he is in from Paris to New York, Kiritsugu heads to New York to kill the mage's associate. Both Natalia and Kiritsugu successfully eliminated their targets. However, the mage have hidden bees in his body which turns the passengers on board into ghouls. Natalia manages to get into a cockpit safely, but with the plane filled with ghouls, she request Kiritsugu to do something for her. As her plane arrives to New York, Natalia and Kiritsugu have a talk reminiscing the time they spent together and the bond they shared. With her plane within his view, Kiritsugu does what Natalia told him to do; destroy the plane to prevent a ghoul infestation with a Stinger but not before he tells her he was glad to have her as his mother. As her plane crashes, Kiritsugu goes into grief of losing another love one.","index":19,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3654/thumb/1595621645","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1430440,"originallyAvailableAt":"2012-05-12","addedAt":1595621595,"updatedAt":1595621645,"chapterSource":"media","Media":[{"id":3351,"duration":1430440,"bitrate":982,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3634,"key":"/library/parts/3634/1595621244/file.mkv","duration":1430440,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E19 - Where Justice is Found.mkv","size":184444609,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3655","key":"/library/metadata/3655","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Return of the Assassin","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kiritsugu visits an ailing Iri where she gives her husband the scabbard Avalon and asks him that after the war is over, he should bring their daughter Ilya to see and explore Japan. Learning from Maiya that Saber is off to battle Rider, Kiritsugu assigns Maiya to protect his wife while he goes to assassinate Tokiomi. Meanwhile, Waver heads to the forest where he summoned Rider in order to replenish his mana where the latter wishes to battle Saber to set her straight on what it means being a King. Elsewhere, Kariya is communicated by Berserker in his nightmare before waking up to find himself in the Matō estate. In order to heal Kariya, Zōken forces his son to eat the Crest worm that took Sakura's purity. Iri has a talk with Maiya over her past as a child soldier which Iri ask Maiya to live her life after the war and hopes this will be the last Grail War so that Ilya can live a normal life. At the same time, Kiritsugu arrives at the Tosaka mansion only to discover that Tokiomi is dead. Soon, Rider attacks Iri and Maiya's location which Kiritsugu uses his command seal to order Saber to return there where she finds Maiya injured and Iri taken by Rider which she pursues on her motorcycle. As he returns, Kiritsugu cries for a dying Maiya and comforts her in her last moments.","index":20,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3655/thumb/1595621646","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1468660,"originallyAvailableAt":"2012-05-19","addedAt":1595621595,"updatedAt":1595621646,"chapterSource":"media","Media":[{"id":3352,"duration":1468660,"bitrate":888,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3635,"key":"/library/parts/3635/1595621244/file.mkv","duration":1468660,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E20 - Return of the Assassin.mkv","size":178385321,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3656","key":"/library/metadata/3656","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Knight on Two Wheels","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As Saber chases after Rider throughout the city on her motorcycle, Kiritsugu investigates and concludes that Rider was not responsible for attacking Iri and Maiya. Saber finds the real Rider and Waver and concludes that they did not kidnap Iri. The two servants duel which results in the destruction of Riders chariot. Meanwhile, concluding that the Matōs were behind his wife's kidnapping, Kiritsugu tortures Kariya's brother who reveals that Kariya was working with Kirei. It is soon revealed that Kirei made a deal with Kariya to kidnap Iri using Berserker's noble phantasm which allows him to disguise as another hero, in this case Rider, in exchange for two Command Seals (which he used to command Berserker to capture Iri) and a duel with Tokiomi at the church. When Kariya leaves, Kirei orders Zōken, who has been hiding and watching them, to come out. Zōken comments that he and Kirei are the same in enjoying watching Kariya suffer before he is driven away by Kirei. Kariya arrives at the church to duel with Tokiomi only to find him dead. Aoi arrives at the church immediately afterwards and becomes convinced that Kariya is her husbands killer. As Aoi weeps for Tokiomi, she angrily asks Kariya if he is happy now. A confused Kariya attempts to explain the situation and places blame on Tokiomi but Aoi reprimands him stating that he doesn't understand her and that he's never loved. Kariya snaps and strangles Aoi; by the time he comes to his senses, he has killed her. As Kariya stumbles out of the church in despair, Archer and Kirei are shown to have been watching from the balcony, enjoying the tragedy as it unfolded.","index":21,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3656/thumb/1595621647","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1421980,"originallyAvailableAt":"2012-05-26","addedAt":1595621595,"updatedAt":1595621647,"chapterSource":"media","Media":[{"id":3353,"duration":1421980,"bitrate":1362,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3636,"key":"/library/parts/3636/1595621244/file.mkv","duration":1421980,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E21 - Knight on Two Wheels.mkv","size":257479616,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3657","key":"/library/metadata/3657","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"All Evil in This World","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Waver returns to his hideout at the Mackenzie's household. The Mackenzies, whom Waver put a spell on them to made them believe he was their grandson, are actually aware he isn't but they enjoyed his and Rider's company. At Caster's lair, Kirei interrogates Iri about Kiritsugu, believing both of them are similar. However, Iri tells him her husband is nothing like him who is empty as Kiritsugu is fighting for the Grail to wish for a world without conflict. Disappointed, Kirei kills Iri and vows to destroy Kiritsugu's dream. Later that night, Rider and Waver sees magical flares from the theater as a sign for duel with Archer. As Rider summons his horse Bucephalus, Waver decides to use all of his Command Seals to give Rider the power he needs to win and conquer the world as he feels he is no longer worthy to be his Master. Instead, Rider still consider Waver his friend and wants him to ride with him for the battle. Kiritsugu and Saber sees the flares as well, knowing it's a trap to gather all of the contestants at the same area. Having sent the flares, Kirei prepares his fight with Kiritsugu while he sends Berserker to deal with Saber while Archer faces off with Rider. Meanwhile, Iri's soul finds herself inside the Holy Grail.","index":22,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3657/thumb/1595621649","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1429440,"originallyAvailableAt":"2012-06-02","addedAt":1595621595,"updatedAt":1595621649,"chapterSource":"media","Media":[{"id":3354,"duration":1429440,"bitrate":986,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3637,"key":"/library/parts/3637/1595621244/file.mkv","duration":1429440,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E22 - All Evil in This World.mkv","size":191991658,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3658","key":"/library/metadata/3658","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"The Sea at the End of the World","titleSort":"Sea at the End of the World","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As Kiritsugu and Saber arrive at the theater separately, Saber is attacked by Berserker armed with guns in the underground parking lot. Meanwhile, Rider and Waver encounter Archer at the bridge. After having a drink before their duel, Rider asks Archer to join forces to conquer the world and beyond but Archer politely declines. Elsewhere, Saber manages to destroy Berserker's guns but is startled that he knows the exact length of her sword. She ask for his true identity, but when Berserker removes his mask, she is shocked to find out he is Sir Lancelot, one of her trusted knights. At the same time, a dying Kariya begins hallucinating due to his guilt over Aoi. Rider summons Ionian Hetairoi and he and his army charge at Archer. Archer pulls out his sword Ea and uses his Noble Phantasm Enuma Elish to destroy Rider's army and Ionian Hetairoi, which sends them back to the real world. Rider asks Waver if he would like to become his retainer, which he does, so Rider pulls out Waver from his horse and orders him to live so Waver can tell the tale of his final charge. Rider charges at Archer and is slain by Archer's Ea but not before Archer tells Rider that he respects him as his equal. Archer decides to let Waver go after admiring his loyalty to Rider and departs, after which Waver mourns for Rider. Kiritsugu finally encounters Kirei while his wife's body is placed on the theater's stage.","index":23,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3658/thumb/1595621650","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1422060,"originallyAvailableAt":"2012-06-10","addedAt":1595621595,"updatedAt":1595621650,"chapterSource":"media","Media":[{"id":3355,"duration":1422060,"bitrate":1540,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3638,"key":"/library/parts/3638/1595621244/file.mkv","duration":1422060,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E23 - The Sea at the End of the World.mkv","size":289164725,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3659","key":"/library/metadata/3659","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"The Last Command Seal","titleSort":"Last Command Seal","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"With Kiritsugu and Kirei fight with all of their skills, Saber finally kills Lancelot, leading to Kariya's death, where they share one last talk. As both Kiritsugu and Kirei are about to give each other the finishing blow, the Grail's power spreads it's self over them. Kiritsugu finds himself in an illusionary world where the Grail, taking the form of his wife Iri, tells him he is worthy to make a wish for the Grail. However, Kiritsugu is shocked that the Grail is evil when it deconstructs his belief of killing the few for the sakes of many and tells him it cannot save the world and end conflict unless all of humanity must die which it wants to do once it is born onto Earth. The Grail attempts to convince Kiritsugu to make his wish by promising he will be together with his family again by taking the form of both Iri and Ilya, but Kiritsugu kills them as his personal happiness is not worth the lives of the world. Now back in the real world, Kirei tells Kiritsugu it was a waste to refuse the wish and he should have give it to him so he find the meaning of his existence but Kiritsugu kills him. Saber arrives at the stage where the Grail is only to encounter Archer, who tells her she should surrender and be his wife. Kiritsugu arrives but much to both Saber and Archer's shock, he uses all of his Command Seals to force Saber to destroy the Grail using Excalibur.","index":24,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3659/thumb/1595621651","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1513120,"originallyAvailableAt":"2012-06-16","addedAt":1595621595,"updatedAt":1595621651,"chapterSource":"media","Media":[{"id":3356,"duration":1513120,"bitrate":1379,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3639,"key":"/library/parts/3639/1595621244/file.mkv","duration":1513120,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E24 - The Last Command Seal.mkv","size":276362261,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3660","key":"/library/metadata/3660","parentRatingKey":"148","grandparentRatingKey":"147","guid":"com.plexapp.agents.thetvdb://275798/1/25?lang=en","parentGuid":"com.plexapp.agents.thetvdb://275798/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://275798?lang=en","type":"episode","title":"Fate/Zero","grandparentKey":"/library/metadata/147","parentKey":"/library/metadata/148","grandparentTitle":"Fate/Zero","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Saber destroys the Grail along with the theater before disappearing. However, much to Kiritsugu's horror, the Grail spreads its lethal black ooze from the sky, causing death and destruction throughout half the city. With the city in flames, Kirei wakes up, surprise to be alive and to see Gilgamesh(Archer) as well. Gilgamesh reveals the ooze created a body for him and resurrected Kirei as well. Realizing the city's destruction was his wish, Kirei laughs on how abominable he is and wants to repeat it again which Gilgamesh joins him. Mortified of the destruction he seen, Kiritsugu finds joy and hope after rescuing a young boy who survived. A delusional Kariya believes he has save Sakura and reunited her with Rin and Aoi, unaware he has died falling into a pit of Crest worms under Matō estate which Sakura witness coldly. As morning arrives, Waver tells the Mackenzies he would like to stay with them while he travels around the world to find his own path. After presiding over Tokiomi's funeral, Kirei meets Rin and her mother Aoi, who survived but brain damaged, oblivious to what happen to her husband and Sakura, and gives Rin the Azoth dagger. Due to the curse and interference by the Einzberns for his failure, Kiritsugu is unable to reunite with his daughter Ilya so he decides to live in Fuyuki City and adopts the boy he rescued, Shirō. Saber finds herself where she fought her last battle during her life and cries to her knights for failing while she remembers Lancelot final words on how he regretted betraying her by having an affair with her wife Guinevere, which drove him into madness while still proclaiming his loyalty to his King. As she regrets for not understanding her people nor winning the Grail, the sun suddenly shines on her, giving her hope. Five years later, Kiritsugu tells Shirō how he dreamed to be a hero which Shirō promises his father that he will live out his dream for him. As Kiritsugu closes his eyes peacefully, he remembers the question Shirley ask","index":25,"parentIndex":1,"rating":10.0,"year":2012,"thumb":"/library/metadata/3660/thumb/1595621652","art":"/library/metadata/147/art/1595639866","parentThumb":"/library/metadata/148/thumb/1595621630","grandparentThumb":"/library/metadata/147/thumb/1595639866","grandparentArt":"/library/metadata/147/art/1595639866","grandparentTheme":"/library/metadata/147/theme/1595639866","duration":1487500,"originallyAvailableAt":"2012-06-23","addedAt":1595621595,"updatedAt":1595621652,"chapterSource":"media","Media":[{"id":3357,"duration":1487500,"bitrate":1165,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3640,"key":"/library/parts/3640/1595621244/file.mkv","duration":1487500,"file":"D:\\Public\\Media\\Anime\\Fate Zero\\Season 1\\Fate Zero - S01E25 - Fate Zero.mkv","size":225823644,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3494","key":"/library/metadata/3494","parentRatingKey":"3493","grandparentRatingKey":"3492","guid":"com.plexapp.agents.thetvdb://378556/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://378556/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://378556?lang=en","type":"episode","title":"set up/stand up","grandparentKey":"/library/metadata/3492","parentKey":"/library/metadata/3493","grandparentTitle":"The God of High School","parentTitle":"Season 1","contentRating":"TV-14","summary":"\"God of High School\" is an all-styles martial arts tournament for high schoolers from all over Korea. Jin Mori, who lives on his own after parting ways with his grandfather Taejin at a young age, is on his way to the preliminary for his region when he ends up chasing a snatcher. In the midst of his pursuit, he meets Han Daewi and Yoo Mira, two other high schoolers on their way to participate in the preliminary. The only thing on the line is your pride! The only thing you can trust is your fists! Choose any wish, and it will be granted! Such is the power of God! So begins the battle royal featuring the most powerful contenders from all over...","index":1,"parentIndex":1,"year":2020,"thumb":"/library/metadata/3494/thumb/1595257185","art":"/library/metadata/3492/art/1595257186","grandparentThumb":"/library/metadata/3492/thumb/1595257186","grandparentArt":"/library/metadata/3492/art/1595257186","duration":1418064,"originallyAvailableAt":"2020-07-06","addedAt":1594663068,"updatedAt":1595257185,"Media":[{"id":3122,"duration":1418064,"bitrate":8115,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3133,"key":"/library/parts/3133/1594662980/file.mkv","duration":1418064,"file":"D:\\Public\\Media\\Anime\\The God of High School\\Season 1\\The God of High School - S01E01 - set up+stand up.mkv","size":1439108947,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3495","key":"/library/metadata/3495","parentRatingKey":"3493","grandparentRatingKey":"3492","guid":"com.plexapp.agents.thetvdb://378556/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://378556/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://378556?lang=en","type":"episode","title":"renewal/soul","grandparentKey":"/library/metadata/3492","parentKey":"/library/metadata/3493","grandparentTitle":"The God of High School","parentTitle":"Season 1","contentRating":"TV-14","summary":"Mori, Daewi, and Mirahave made it through the first preliminary round. With the next round coming up, the three of them talk about their reasons for entering the tournament. Mira says she's hoping to find a strong man who can become the successor to her late father's Moon Light Sword Style and rebuild her family's dojo. On the day of the tournament, one of the favorites to win the tournament, Gang Manseok, faces off against tai chi user Go Gamdo.","index":2,"parentIndex":1,"year":2020,"thumb":"/library/metadata/3495/thumb/1595257185","art":"/library/metadata/3492/art/1595257186","grandparentThumb":"/library/metadata/3492/thumb/1595257186","grandparentArt":"/library/metadata/3492/art/1595257186","duration":1418111,"originallyAvailableAt":"2020-07-13","addedAt":1594797491,"updatedAt":1595257185,"Media":[{"id":3123,"duration":1418111,"bitrate":8114,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3134,"key":"/library/parts/3134/1594797358/file.mkv","duration":1418111,"file":"D:\\Public\\Media\\Anime\\The God of High School\\Season 1\\The God of High School - S01E02 - renewal+soul.mkv","size":1438919305,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3532","key":"/library/metadata/3532","parentRatingKey":"3493","grandparentRatingKey":"3492","guid":"com.plexapp.agents.thetvdb://378556/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://378556/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://378556?lang=en","type":"episode","title":"wisdom/kingdom","grandparentKey":"/library/metadata/3492","parentKey":"/library/metadata/3493","grandparentTitle":"The God of High School","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":3,"parentIndex":1,"year":2020,"thumb":"/library/metadata/3532/thumb/1595257185","art":"/library/metadata/3492/art/1595257186","grandparentThumb":"/library/metadata/3492/thumb/1595257186","grandparentArt":"/library/metadata/3492/art/1595257186","duration":1418111,"originallyAvailableAt":"2020-07-20","addedAt":1595257168,"updatedAt":1595257185,"Media":[{"id":3155,"duration":1418111,"bitrate":8096,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3204,"key":"/library/parts/3204/1595257038/file.mkv","duration":1418111,"file":"D:\\Public\\Media\\Anime\\The God of High School\\Season 1\\The God of High School - S01E03 - wisdom+kingdom.mkv","size":1435874974,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"176","key":"/library/metadata/176","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"We Can't Make Any Friends","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kodaka Hasegawa, a recently transferred student who has trouble making friends due to his scary appearance, encounters his classmate, Yozora Mikazuki, talking to an imaginary friend. As they both talk about their troubles in making friends, Yozora gets the idea to create a Neighbors Club dedicated to help people make friends. After Kodoka and Yozora post up recruitment posters, another student, Sena Kashiwazaki, comes to join, saying that, despite her popularity, she also wants to make some true friends, though she does not get along well with Yozora. ","index":1,"parentIndex":1,"rating":8.3,"year":2011,"thumb":"/library/metadata/176/thumb/1595639238","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1472084,"originallyAvailableAt":"2011-10-07","addedAt":1586157082,"updatedAt":1595639238,"chapterSource":"media","Media":[{"id":3322,"duration":1472084,"bitrate":1499,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3458,"key":"/library/parts/3458/1595638818/file.mkv","duration":1472084,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E01 - We Can't Make Any Friends.mkv","size":280992286,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"177","key":"/library/metadata/177","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"There's No God in the Electric World","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Yozora decides that the first Neighbors Club activity is to play a co-op Monster RPG to improve their friendship. However, instead of playing co-operatively, Yozora and Sena constantly get in each other's way. The next day, Sena brings a girl game to the clubroom, which she ends up getting really into. ","index":2,"parentIndex":1,"rating":8.5,"year":2011,"thumb":"/library/metadata/177/thumb/1595639238","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1471081,"originallyAvailableAt":"2011-10-14","addedAt":1586157082,"updatedAt":1595639238,"chapterSource":"media","Media":[{"id":3323,"duration":1471081,"bitrate":1625,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3459,"key":"/library/parts/3459/1595638830/file.mkv","duration":1471081,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E02 - There's No God in the Electric World.mkv","size":304497705,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"178","key":"/library/metadata/178","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"There Are No Flags at the Swimming Pool","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After Sena is caught playing an eroge and insists it's not perverted, Yozora has her read out the dialogue aloud to prove otherwise. Meanwhile, Kodaka's little sister, Kobato, feels jealous that Kodaka is spending more time with the Neighbors Club than with her. After encountering a swim-happy character in her game, Sena asks Kodaka to teach her how to swim. After the swimming lesson, Sena gets herself into trouble when she insults some guys hitting on her, forcing Kodaka to help her out. The incident reminds Kodaka of a friend he once had as a child, who taught him a lesson about friendship that Yozora strangely reacts to. ","index":3,"parentIndex":1,"rating":8.5,"year":2011,"thumb":"/library/metadata/178/thumb/1595639238","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1472084,"originallyAvailableAt":"2011-10-21","addedAt":1586157082,"updatedAt":1595639238,"chapterSource":"media","Media":[{"id":3324,"duration":1472084,"bitrate":1638,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3460,"key":"/library/parts/3460/1595638824/file.mkv","duration":1472084,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E03 - There Are No Flags at the Swimming Pool.mkv","size":307290055,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"179","key":"/library/metadata/179","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"Underclassmen Don't Know How to Hold Back","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kodaka meets 10-year-old teacher Maria Takayama, who was tricked by Yozora into becoming the Neighbors Club's advisor. Later, an effeminate-looking boy named Yukimura Kusunoki joins the club so he can study Kodoka and become more manly. Later, Kodoka saves a scientific girl named Rika Shiguma after she collapsed in the science room. Wanting to repay him in a somewhat sexual manner, Rika joins the Neighbors Club, where it is revealed she is also fascinated with curious dirty magazines. ","index":4,"parentIndex":1,"rating":8.0,"year":2011,"thumb":"/library/metadata/179/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1471081,"originallyAvailableAt":"2011-10-28","addedAt":1586157082,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3325,"duration":1471081,"bitrate":1515,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3461,"key":"/library/parts/3461/1595638824/file.mkv","duration":1471081,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E04 - Underclassmen Don't Know How to Hold Back.mkv","size":284378795,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"180","key":"/library/metadata/180","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"Now SAGA is Locked On in Full Battle","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kodaka decides to start making healthy lunches for Maria, which makes Kobato jealous. Later, Rika has everyone try out a beta of a virtual reality RPG, which doesn't quite go as planned. After the game ends in utter defeat, Kodaka is surprised to see Kobato, who immediately clashes with Maria and decides to join the Neighbors Club so she can spend more time with Kodaka. ","index":5,"parentIndex":1,"rating":8.0,"year":2011,"thumb":"/library/metadata/180/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1472021,"originallyAvailableAt":"2011-11-04","addedAt":1586157082,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3326,"duration":1472021,"bitrate":1522,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3462,"key":"/library/parts/3462/1595638824/file.mkv","duration":1472021,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E05 - Now SAGA is Locked On in Full Battle.mkv","size":285603919,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"181","key":"/library/metadata/181","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"The Karaoke Box Doesn't Have Many Customers","titleSort":"Karaoke Box Doesn't Have Many Customers","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As Kodaka has a dream about his childhood friend, who he didn't get to say goodbye to before he moved, the Neighbors Club makes plans to go to a karaoke box. After feeling they are being cheated by the pricing system, Yozora and Sena end up in separate rooms while Kodaka and others share one. After the karaoke, Sena tells Kodaka that her father is interested in meeting him, which makes Yozora feel jealous. ","index":6,"parentIndex":1,"rating":8.0,"year":2011,"thumb":"/library/metadata/181/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1471103,"originallyAvailableAt":"2011-11-11","addedAt":1586157082,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3327,"duration":1471103,"bitrate":1639,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3463,"key":"/library/parts/3463/1595638824/file.mkv","duration":1471103,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E06 - The Karaoke Box Doesn't Have Many Customers.mkv","size":305718720,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"182","key":"/library/metadata/182","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"My Cell Phone Has Few Calls","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As Summer rolls in, Kodaka asks Yukimura to provide Maria with her lunches in his place, though Yukimura misinterprets what qualifies as 'healthy food'. As the group decides to exchange e-mail addresses so they know who's coming into the clubroom over the summer, it is revealed Sena doesn't have a cell phone. She ends up getting the same model as Kodaka's, only to get spammed by a jealous Yozora. ","index":7,"parentIndex":1,"rating":8.0,"year":2011,"thumb":"/library/metadata/182/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1472148,"originallyAvailableAt":"2011-11-18","addedAt":1586157082,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3328,"duration":1472148,"bitrate":1401,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3464,"key":"/library/parts/3464/1595638824/file.mkv","duration":1472148,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E07 - My Cell Phone Has Few Calls.mkv","size":262859815,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"183","key":"/library/metadata/183","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"No School Swimsuits This Time","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"With the air conditioner in Kodaka's house broken, Kobato takes inspiration from an episode of her favourite anime and starts wearing more normal clothes. More suited to the weather, she accompanies Kodaka to the clubroom where she clashes with Maria and finds herself adored by Sena. The club decides to go to the pool but find it crowded with popular people due a half-price offer, which proves to be too much for Yozora and Rika, who head home early. ","index":8,"parentIndex":1,"rating":8.5,"year":2011,"thumb":"/library/metadata/183/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1471103,"originallyAvailableAt":"2011-11-25","addedAt":1586157082,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3329,"duration":1471103,"bitrate":1637,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3465,"key":"/library/parts/3465/1595638830/file.mkv","duration":1471103,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E08 - No School Swimsuits This Time.mkv","size":305617823,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"184","key":"/library/metadata/184","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"The Board Chairman's Memories are Painful","titleSort":"Board Chairman's Memories are Painful","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As Yozora decides to have everyone dress in swimsuits for the day's club activities, Sena suggests that they go on a training camp to her private beach. The next day, Sena invites Kodaka and Kobato to her house to meet her father, Pegasus. After dinner, they are invited to stay the night, although Kodaka is forced to sleep next to Pegasus after he gets drunk. ","index":9,"parentIndex":1,"rating":8.3,"year":2011,"thumb":"/library/metadata/184/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1472084,"originallyAvailableAt":"2011-12-02","addedAt":1586157082,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3330,"duration":1472084,"bitrate":1390,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3466,"key":"/library/parts/3466/1595638830/file.mkv","duration":1472084,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E09 - The Board Chairman's Memories are Painful.mkv","size":260384299,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"185","key":"/library/metadata/185","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"No One Sleeps at Training Camp","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The Neighbours Club reaches Sena's summer house and immediately hit the beach. They spend the weekend playing on the beach and listening to scary story attempts. After Yozora's story scares everyone, Kodaka gets called several times during the night to escort various girls to the bathroom, including Yozora herself. ","index":10,"parentIndex":1,"rating":8.5,"year":2011,"thumb":"/library/metadata/185/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1471081,"originallyAvailableAt":"2011-12-09","addedAt":1586157082,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3331,"duration":1471081,"bitrate":1506,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3467,"key":"/library/parts/3467/1595638830/file.mkv","duration":1471081,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E10 - No One Sleeps at Training Camp.mkv","size":281541802,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"186","key":"/library/metadata/186","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"You See, Girls Wearing Yukata are Extremely Cute","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The club decides to go to a matsuri festival for the purpose of getting takoyaki, which Kodaka is passionate about. While picking out a yukata, Kodaka explains to Sena about why he doesn't dye his hair. After having their fill of food, Yozora and Sena compete with each other at the stalls, before everyone gets together to set off some fireworks. After the last one is set off, Yozora's hair catches on fire, forcing Kodaka throw to a bucket of water on her to put it out. Soaked and humiliated, Yozora leaves and stays away from the club for the last week before school. When the new school term comes, Yozora arrives with her hair cut short, leading Kodaka to finally recognise her as his childhood friend. ","index":11,"parentIndex":1,"rating":8.5,"year":2011,"thumb":"/library/metadata/186/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1472084,"originallyAvailableAt":"2011-12-16","addedAt":1586157082,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3332,"duration":1472084,"bitrate":1453,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3468,"key":"/library/parts/3468/1595638830/file.mkv","duration":1472084,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E11 - You See, Girls Wearing Yukata are Extremely Cute.mkv","size":272642230,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"187","key":"/library/metadata/187","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"We Have Few Friends","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Yozora recalls how she recognised Kodaka as her childhood friend, Taka, the moment he transferred in, but he wasn't able to recognise her, which led her to form the Neighbours Club. Yozora to Kodaka that she originally intended to reveal her true gender to him before she moved but was too embarrassed. She also acts to keep the fact they were childhood friends from the rest of the club and just call her by her regular name. Astounded by her new look, Rika gets Yozora to dress up in a boy's uniform as Kodaka contemplates what'll happen from now on. ","index":12,"parentIndex":1,"rating":8.5,"year":2011,"thumb":"/library/metadata/187/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1471124,"originallyAvailableAt":"2011-12-23","addedAt":1586157082,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3333,"duration":1471124,"bitrate":1525,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3469,"key":"/library/parts/3469/1595638830/file.mkv","duration":1471124,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E12 - We Have Few Friends.mkv","size":286103630,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"3722","key":"/library/metadata/3722","parentRatingKey":"175","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"OVA","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/175","grandparentTitle":"Haganai","parentTitle":"Season 1","contentRating":"TV-MA","summary":"","index":13,"parentIndex":1,"thumb":"/library/metadata/3722/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/175/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1495530,"addedAt":1595639207,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":3417,"duration":1495530,"bitrate":1724,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3762,"key":"/library/parts/3762/1595638878/file.mkv","duration":1495530,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 1\\Haganai - S01E13 - OVA.mkv","size":328541946,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"189","key":"/library/metadata/189","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"My Teen Years SNAFU","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"Yozora and Rika manage to trick Sena into letting them style her hair into a heap, filling it with all sorts of oddities. The next day, Kodaka goes over to Sena's house to study for his exams, where he discovers her room is decorated with pictures of Yozora that she uses for 'grudge purposes'. Kodaka is asked by Pegasus to spend the night, where he expresses his worries that Sena might be getting bullied, to which Kodaka replies that he will protect her. ","index":1,"parentIndex":2,"rating":10.0,"year":2013,"thumb":"/library/metadata/189/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1461876,"originallyAvailableAt":"2013-01-11","addedAt":1586170282,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":166,"duration":1461876,"bitrate":1392,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3446,"key":"/library/parts/3446/1595638950/file.mkv","duration":1461876,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E01 - I Think Something Is Wrong with My Youth.mkv","size":262599683,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"190","key":"/library/metadata/190","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"Homo Game Club","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"Rika, who comes to the clubroom without her glasses, decides she wants to watch an anime based on a homoerotic game, which is immediately met with raised eyebrows by the other clubmembers. Somehow, they are convinced to give it a try and find themselves getting engrossed in the plot though are suddenly surprised by the gay kiss at the end. Despite this, Yozora gives it her approval whilst Sena, annoyed that her gal games are looked down on in comparison, is forced to read another line from it. Later, Kodaka meets Maria's older sister, Kate, who tells him how Maria has changed since joining the Neighbor's Club. Afterwards, Yozora asks Kodaka to 'practise' comparing exam answers. ","index":2,"parentIndex":2,"rating":8.5,"year":2013,"thumb":"/library/metadata/190/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1466047,"originallyAvailableAt":"2013-01-18","addedAt":1586170282,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":167,"duration":1466047,"bitrate":1475,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3447,"key":"/library/parts/3447/1595638950/file.mkv","duration":1466047,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E02 - Homo Game Club.mkv","size":278798548,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"191","key":"/library/metadata/191","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"My Little Sisters Are This Cute","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"Maria shows up at Kodaka's house having run away from home, with Kate asking Kodaka to put up with her for the night, much to the chagrin of Kobato. Later, the club decides to have a post-exam party, where Rika suggests they play the 'King's Game' using randomly selected orders. At the end of the game, Sena draws a lot ordering Kodaka to kiss her, but Yozora objects to it, so Kodaka resorts to restricting it to an indirect kiss instead. Later that night, Kodaka receives a call from his father claiming that he is to be married to Sena. ","index":3,"parentIndex":2,"rating":10.0,"year":2013,"thumb":"/library/metadata/191/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1461876,"originallyAvailableAt":"2013-01-25","addedAt":1586170282,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":168,"duration":1461876,"bitrate":1318,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3448,"key":"/library/parts/3448/1595638950/file.mkv","duration":1461876,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E03 - My Little Sisters Are This Cute.mkv","size":247481501,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"砂山蔵澄"}]},{"ratingKey":"192","key":"/library/metadata/192","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"A Man is Among Them!","titleSort":"Man is Among Them!","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"As Kodaka assumes the topic of the other day was just Pegasus' drunken ramble, the gang decide to go to a theme park together after Sena receives a group ticket. After starting off with a terrifying rollercoaster ride, Kodaka, Sena and Kobato go to watch a stage show of Kobato's favourite show, leaving Sena a little bashful when the staff imply she was Kodaka's husband. After Yozora and Sena end up throwing up after going on the rollercoaster several times in a row, the group go to the baths where it is discovered that Yukimura is, in fact, a girl, much to her disappointment. ","index":4,"parentIndex":2,"rating":8.5,"year":2013,"thumb":"/library/metadata/192/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1460834,"originallyAvailableAt":"2013-02-01","addedAt":1586170282,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":169,"duration":1460834,"bitrate":1552,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3449,"key":"/library/parts/3449/1595638946/file.mkv","duration":1460834,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E04 - A Man is Amongst Them.mkv","size":291036596,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"193","key":"/library/metadata/193","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"That Kind of Play Is Not Allowed... and... My Worldview Is Disturbed When You Are Around","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"After dressing Yukimura up as a butler, Yozora agrees to play a dating sim for girls that Rika brought in. Whilst initially finding the game to be stupid, she takes interest in a delinquent character, though ends up downhearted when she winds up with a bad ending. Later, Rika invents a time machine, which sends Kodaka's conscience back to day he last saw Yozora before he moved years ago. He decides to tell Yozora about the move, only for things to get really weird. As Rika later reveals the time machine is in fact a hypnotic sleep device that allows him to see any dream he wants, the fact he knew Yozora ten years ago is brought to the attention of the club. ","index":5,"parentIndex":2,"rating":10.0,"year":2013,"thumb":"/library/metadata/193/thumb/1595639239","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1461918,"originallyAvailableAt":"2013-02-08","addedAt":1586170282,"updatedAt":1595639239,"chapterSource":"media","Media":[{"id":170,"duration":1461918,"bitrate":1200,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3450,"key":"/library/parts/3450/1595638946/file.mkv","duration":1461918,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E05 - You Can't Do Something Like That! ~My Ideal Reality Gets Screwed Up When I'm With You~.mkv","size":226550361,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"砂山蔵澄"}]},{"ratingKey":"194","key":"/library/metadata/194","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"Unbreakable Strange-Girl","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"Yozora reveals that she and Kodaka were childhood friends, although she plays it off like it doesn't mean very much. Later, the Neighbors Club decides to participate in the school festival, with each member seeing if they have what it takes to become a maid. After dismissing a maid café idea, Yozora considers a fortune telling booth, fooling Sena into believing one of her lies. Sena gets upset when she realises Yozora tricked her, but cheers up when Kobato returns to the clubroom, deciding they should hold a birthday party for her. ","index":6,"parentIndex":2,"rating":8.5,"year":2013,"thumb":"/library/metadata/194/thumb/1595639240","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1460875,"originallyAvailableAt":"2013-02-15","addedAt":1586170282,"updatedAt":1595639240,"chapterSource":"media","Media":[{"id":171,"duration":1460875,"bitrate":1266,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3451,"key":"/library/parts/3451/1595638946/file.mkv","duration":1460875,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E06 - Unbreakable Weird Girl.mkv","size":238531237,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"195","key":"/library/metadata/195","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"He's My Brother, But As Long As There's Love, It Doesn't Matter If He Get More Sisters, Right?","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"Yozora, Sena, Rika and Yukimura go with Kodaka to Nagaya in order to pick out a present for Kobato's birthday, despite wanting to go alone with him. As Kodaka helps Sena out with her shopping first, they talk about whether Kodaka would consider getting a girlfriend and what Sena thought of him and Yozora being past friends. After Kobato's party ends rather well, Maria and Kate show up to join Kodaka and Kobato for sukiyaki, with Maria also bringing Kobato a present. ","index":7,"parentIndex":2,"rating":8.5,"year":2013,"thumb":"/library/metadata/195/thumb/1595639240","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1462293,"originallyAvailableAt":"2013-02-22","addedAt":1586170282,"updatedAt":1595639240,"chapterSource":"media","Media":[{"id":172,"duration":1462293,"bitrate":1237,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3452,"key":"/library/parts/3452/1595638946/file.mkv","duration":1462293,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E07 - As Long as There's Love, It Doesn't Matter If I Get More Sisters, Right.mkv","size":232283533,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"196","key":"/library/metadata/196","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"My Childhood Friend is Too Much of a Battleground","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"As the discussion returns to what to do for the cultural festival, Kobato brings up that her class is doing a movie that she's not keen on playing the lead role in. This gives the Neighbor Club the idea to do a movie themselves. In order to do research for it, Yozora invites Kodaka to go to a movie with her, only to end up watching a particularly steamy film. As they then decide to visit a cat-themed café, Yozora recalls how they once looked after an abandoned kitten who suddenly disappeared one day, leading Yozora to become wary of making bonds with those who may suddenly disappear from your life. To everyone's surprise, Yozora turns in a script worth using, although her plan to cast her and Kodaka as the leads is thwarted when the club decides to put it to a vote, leading to some curious casting. The gang soon take a disliking to Yozora's subsequent alterations to the script, which put some bias towards her and Kodaka's roles.","index":8,"parentIndex":2,"rating":8.5,"year":2013,"thumb":"/library/metadata/196/thumb/1595639240","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1460500,"originallyAvailableAt":"2013-03-01","addedAt":1586170282,"updatedAt":1595639240,"chapterSource":"media","Media":[{"id":173,"duration":1460500,"bitrate":1245,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3453,"key":"/library/parts/3453/1595638950/file.mkv","duration":1460500,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E08 - My Childhood Friends Fight Too Much.mkv","size":234873093,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"砂山蔵澄"}]},{"ratingKey":"197","key":"/library/metadata/197","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"Stray Cats Overheat","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"As the Neighbors Club get their film underway, Kodaka comes across Sena's classmate, Aoi Yusa, who considers Sena her biggest rival and believes Kodaka to be her boyfriend. Later that day, Kodaka comes across Pegasus, who had assumed he and Sena were dating and is shocked to learn that it isn't the case. The next day, Sena explains the confusion came about do to a comment she made about 'making Kobato her little sister', which he assumed pertained to marriage. She then reveals that both their parents had arranged at a young age for her and Kodaka to be engaged, as they had met once when they were really young. Kodaka decides they should just forget about it and keep it a secret from Yozora. However, Maria ends up blabbing about in front of everyone having learnt about it from Kate, which leaves Yozora completely depressed. After being recommended a movie by Kate upon hearing about the movie's plot, Kodaka discovers Yozora had completely plagiarized the script from the movie.","index":9,"parentIndex":2,"rating":8.5,"year":2013,"thumb":"/library/metadata/197/thumb/1595639240","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1461918,"originallyAvailableAt":"2013-03-08","addedAt":1586170282,"updatedAt":1595639240,"chapterSource":"media","Media":[{"id":174,"duration":1461918,"bitrate":1209,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3454,"key":"/library/parts/3454/1595638950/file.mkv","duration":1461918,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E09 - Stray Cats Overheat.mkv","size":227973680,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"砂山蔵澄"}]},{"ratingKey":"198","key":"/library/metadata/198","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"The Sad-Case King and the Stone-Cold Story","titleSort":"Sad-Case King and the Stone-Cold Story","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"After Yozora's plagiarism is brought to light, the club instead decide to go with a script Sena has written. After shooting some footage, Rika brings Kodaka to her prep room, where he sees just how much effort Rika puts into her projects. The next day, the gang head over to Kobato's school festival to watch her film, finding it to be quite impressive. Speaking with Kobato's classmates after the screening, Kodaka learns that Kobato is quite popular, but has trouble getting along with others. He does find relief that, in the clubroom at least, Kobato gets along with Maria. Come the sports festival, Yozora shows a disliking to the student council president, Hinata Hidaka, due to her popularity. Meanwhile, Rika confronts Kodaka about the feelings he should notice but refuses to acknowledge.","index":10,"parentIndex":2,"rating":10.0,"year":2013,"thumb":"/library/metadata/198/thumb/1595639240","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1460875,"originallyAvailableAt":"2013-03-15","addedAt":1586170282,"updatedAt":1595639240,"chapterSource":"media","Media":[{"id":175,"duration":1460875,"bitrate":1434,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3455,"key":"/library/parts/3455/1595638950/file.mkv","duration":1460875,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E10 - The Unfortunate King and the Serious Story.mkv","size":270190473,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"砂山蔵澄"}]},{"ratingKey":"199","key":"/library/metadata/199","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"Dismay of I, the Chicken","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"On the day of the screening, Kodaka finds Rika had passed out with a fever before she could finish the movie. Feeling it isn't right if everyone isn't present to see the movie, Yozora and the others unanimously agree to cancel the screening. After briefly running into Aoi whilst taking down the flyers for the screening, Kodaka goes to the infirmary to visit Rika, who gets him to read a BL book to help her get to sleep. After recovering from her fever, Rika finishes the movie and screens it for the Neighbors Club, with everyone feeling proud of what they've made. Later, Aoi swings by the clubroom to question the club's activities, to which Yozora responds with a thorough explanation, shooting down any query that Aoi brings up. \r\n","index":11,"parentIndex":2,"rating":8.5,"year":2013,"thumb":"/library/metadata/199/thumb/1595639240","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1461835,"originallyAvailableAt":"2013-03-22","addedAt":1586170282,"updatedAt":1595639240,"chapterSource":"media","Media":[{"id":176,"duration":1461835,"bitrate":1205,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3456,"key":"/library/parts/3456/1595638938/file.mkv","duration":1461835,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E11 - I'm a Confused Chicken.mkv","size":227923099,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"200","key":"/library/metadata/200","parentRatingKey":"188","grandparentRatingKey":"174","guid":"com.plexapp.agents.thetvdb://251908/2/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://251908/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://251908?lang=en","type":"episode","title":"I ______ Many Friends","grandparentKey":"/library/metadata/174","parentKey":"/library/metadata/188","grandparentTitle":"Haganai","parentTitle":"Season 2","contentRating":"TV-MA","summary":"Kodaka helps out Aoi, who is behind on her work due to her studying of the Neighbors Club, and is eventually joined by Hinata. Impressed by his work, Hinata offers Kodaka a position on the student council. Kodaka turns down the offer but keeps helping them out with some grunt work whilst continuing to avoid the clubroom. Later on in the week, Kodaka runs into Yukimura, who explains only she and Sena have been regularly visiting the clubroom and also states why she still continues to serve Kodaka. Afterwards, Kodaka is called up to the rooftop by Rika, who starts attacking him with remote controlled steel balls as punishment for fleeing from the club. As Kodaka takes the brunt of Rika's attacks, he admits his weaknesses whilst also getting her to admit what she truly wants; friends. After the fighting calms down, Kodaka asks Rika to become his official friend, to which Rika responds that she and the others have always been friends. ","index":12,"parentIndex":2,"rating":8.5,"year":2013,"thumb":"/library/metadata/200/thumb/1595639240","art":"/library/metadata/174/art/1595639240","parentThumb":"/library/metadata/188/thumb/1595639240","grandparentThumb":"/library/metadata/174/thumb/1595639240","grandparentArt":"/library/metadata/174/art/1595639240","grandparentTheme":"/library/metadata/174/theme/1595639240","duration":1431012,"originallyAvailableAt":"2013-03-29","addedAt":1586170282,"updatedAt":1595639240,"chapterSource":"media","Media":[{"id":177,"duration":1431012,"bitrate":1374,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3457,"key":"/library/parts/3457/1595638950/file.mkv","duration":1431012,"file":"D:\\Public\\Media\\Anime\\Haganai\\Season 2\\Haganai - S02E12 - I Have... Friends.mkv","size":252184657,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"浦畑達彦"}]},{"ratingKey":"203","key":"/library/metadata/203","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Shall We Dance?","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"On the night of a full moon, typical second-year middle school student Naru Sekiya has an encounter with Hana, a blonde girl dressed in a kimono. That was Naru's first exposure to the extraordinary world of yosakoi dance. Hesitant, but wanting to be spectacular, Naru takes her first steps towards something new.","index":1,"parentIndex":1,"year":2014,"thumb":"/library/metadata/203/thumb/1595621980","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-07-08","addedAt":1586141390,"updatedAt":1595621980,"Media":[{"id":178,"duration":1552516,"bitrate":1274,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3591,"key":"/library/parts/3591/1595621622/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E01 - Shall We Dance.mkv","size":240129939,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Kanbe"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"204","key":"/library/metadata/204","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Jealousy Rose","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"Naru and Hana discuss how they can get their school interested in yosakoi. Their classmate Yaya isn't too happy about Naru and Hana becoming so close. A little mistake becomes the beginning of a fight between Naru and Yaya, but…","index":2,"parentIndex":1,"year":2014,"thumb":"/library/metadata/204/thumb/1595621980","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-07-15","addedAt":1586141390,"updatedAt":1595621980,"Media":[{"id":179,"duration":1552516,"bitrate":1054,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3592,"key":"/library/parts/3592/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E02 - Jealousy Rose.mkv","size":198517948,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Kanbe"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"205","key":"/library/metadata/205","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Girls' Style","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"Naru and Hana visit yosakoi shop Masaru, where they learn of the summer Hanairo Yosakoi Festival. Hana is eager to participate through their Yosakoi Club, but to form a club, they need at least four members. As Hana performs all around the school to recruit members, Yaya asks her how she could be so happy.","index":3,"parentIndex":1,"year":2014,"thumb":"/library/metadata/205/thumb/1595621980","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-07-22","addedAt":1586141390,"updatedAt":1595621980,"Media":[{"id":180,"duration":1552516,"bitrate":1175,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3593,"key":"/library/parts/3593/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E03 - Girls' Style.mkv","size":220600316,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kiyoko Sayama"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"206","key":"/library/metadata/206","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Princess/Princess","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"Naru and the gang are forbidden by student council president Machi to use the rooftop. But student council vice president and Naru's childhood friend, Tami, promises to buy them time until they can find a new place for their club activities. Hana tries to get traditional Japanese beauty Tami to join the club, but she has to weigh what she wants to do against her position as a Nishimikado daughter. ","index":4,"parentIndex":1,"year":2014,"thumb":"/library/metadata/206/thumb/1595621980","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-07-29","addedAt":1586141390,"updatedAt":1595621980,"Media":[{"id":181,"duration":1552516,"bitrate":1164,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3594,"key":"/library/parts/3594/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E04 - Princess Princess.mkv","size":218770813,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kiyoko Sayama"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"207","key":"/library/metadata/207","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"First Step","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"With Tami and Yaya having joined, the club finally has four members, and they begin working towards their goal of performing in the Hanairo Yosakoi Festival in the summer. But Naru and the others have never seen real yosakoi, so by Tami's suggestion, they go to the Shounan Yosakoi Festival.","index":5,"parentIndex":1,"year":2014,"thumb":"/library/metadata/207/thumb/1595621981","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-08-05","addedAt":1586141390,"updatedAt":1595621981,"Media":[{"id":182,"duration":1552516,"bitrate":1171,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3595,"key":"/library/parts/3595/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E05 - First Step.mkv","size":219661100,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Hiroyasu Aoki"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"208","key":"/library/metadata/208","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Try, Try, Try!","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"The club prepares for the Hanairo Yosakoi festival: logos, costumes, choreography, music. Meanwhile, Hana discovers a gig at the department store. They plan for the club to perform, but Sally-sensei makes two demands in exchange for permission for the out-of-school activity…","index":6,"parentIndex":1,"year":2014,"thumb":"/library/metadata/208/thumb/1595621981","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-08-12","addedAt":1586141390,"updatedAt":1595621981,"Media":[{"id":183,"duration":1552516,"bitrate":1085,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3596,"key":"/library/parts/3596/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E06 - Try, Try, Try.mkv","size":204337926,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Hiroyuki Shimazu"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"209","key":"/library/metadata/209","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Girl Identity","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"With the department store event coming up, Yaya seems somehow depressed. It seems to have something to do with her band's audition. Yaya is reluctant to talk about it, and when Naru and the gang try to help her out, she accidentally explodes at them.","index":7,"parentIndex":1,"year":2014,"thumb":"/library/metadata/209/thumb/1595621981","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-08-19","addedAt":1586141390,"updatedAt":1595621981,"Media":[{"id":184,"duration":1552516,"bitrate":1179,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3597,"key":"/library/parts/3597/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E07 - Girl Identity.mkv","size":222108655,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kiyoko Sayama"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"210","key":"/library/metadata/210","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Mission Event","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"Naru and Tami start exercising to try and lose weight in time for the event, though they soon learn the extra weight is because of stronger muscles. Meanwhile, Yaya uses her musical know-how to arrange Tami's composition, helping the girls focus on their choreography. On the day of the event, the group discover Sally had accidentally put the CD they need in her personal bag, so she sends her sister, who turns out to be Machi, to bring it to them in time for their performance. As the girls step up on stage to perform, with Machi invited to spectate, Naru starts to panic when the group starts falling off tempo and ends up messing up when she is reminded of a traumatic elementary school event.","index":8,"parentIndex":1,"year":2014,"thumb":"/library/metadata/210/thumb/1595621981","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-08-26","addedAt":1586141390,"updatedAt":1595621981,"Media":[{"id":185,"duration":1552516,"bitrate":1234,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3598,"key":"/library/parts/3598/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E08 - Mission Event.mkv","size":233244525,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"211","key":"/library/metadata/211","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Sister Complex","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"Yaya and the others manage to encourage Naru to finish the performance, but shortly afterwards, Hana collapses. After Hana makes a full recovery after a few days, Naru still feels guilty for letting her fear of an audience ruin the performance, but is encouraged by her friends to keep trying. Later, the group learn from Machi that their club is in danger of being shut down at the end of the term since, as a substitute teacher, Sally can't be an official advisor. As the girls try to think of a way to keep Sally as their advisor, Machi feels hostility towards Sally, who left home when she got tired of trying to live up to her parents' expectations. The next day, as the girls hear rumor that Sally may be quitting as a teacher, Machi assumes she is abandoning them just like she allegedly did with her and badmouthes her. After some stubbornness, Machi eventually learns from Tami that Sally was actually applying to become a full-time teacher, stating that it was Machi who inspired her to become a teacher. Upon hearing this, Machi apologises to Sally, who manages to pass her exam, and contemplates joining the yosakoi club herself.","index":9,"parentIndex":1,"year":2014,"thumb":"/library/metadata/211/thumb/1595621981","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-09-02","addedAt":1586141390,"updatedAt":1595621981,"Media":[{"id":186,"duration":1552516,"bitrate":1199,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3599,"key":"/library/parts/3599/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E09 - Sister Complex.mkv","size":226380286,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Morio Asaka"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"212","key":"/library/metadata/212","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Hot Spring Camp","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"Machi decides to join the yosakoi club, determined to help the group get into shape before the Hanairo Festival. Tami proposes they go on a training camp at her family's hot spring inn, so the group discuss their plans at Hana's house, where they learn she lives with her father after her parents got divorced. After everyone works to update their choreography and routines to include Machi, the girls head to the inn and get straight to practising. Later that night, the girls suddenly learn they've missed the registration date for the festival. Nonetheless, Machi is still determined to spend every waking minute practising so she can catch up with the others, encouraging the others to practise alongside her. Their practise soon attracts the attention of the other inn guests, who give the girls their support. The next day, Sally informs the girls that Masaru has managed to get them into the festival thanks to a team dropping out. Back at school, as Naru manages to come up with a theme for their outfits, Hana gets a call from her mother.","index":10,"parentIndex":1,"year":2014,"thumb":"/library/metadata/212/thumb/1595621981","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-09-09","addedAt":1586141390,"updatedAt":1595621981,"Media":[{"id":187,"duration":1552516,"bitrate":1190,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3600,"key":"/library/parts/3600/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E10 - Hot Spring Camp.mkv","size":223832427,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Hiroyuki Shimazu"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"213","key":"/library/metadata/213","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Smile is Flower","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"After the girls practise by the poolside, Hana reveals her mother has come to Japan, though seems to be hiding the real reason she is so down about it. Later, Yaya comes up with some lyrics for everyone to sing during their performance, encouraging everyone to work hard, while Hana remains unable to tell them what's bothering her. That night, Hana goes over to Naru's house and tells her she will be unable to participate in the festival because she has to return to America with her parents, who are getting back together. With Hana conflicted over choosing between her friends and her family, Naru tells her to seek out her own happiness. Hana leaves the next morning, leaving Naru a letter which she shares with the others. Determined not to let things end like this, Naru and the others rush to the airport in order to see Hana off. After Hana leaves on her flight, leaving Naru her spare naruko, Naru and the others become determined to practise hard for the festival in Hana's place.","index":11,"parentIndex":1,"year":2014,"thumb":"/library/metadata/213/thumb/1595621981","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1552516,"originallyAvailableAt":"2014-09-16","addedAt":1586141390,"updatedAt":1595621981,"Media":[{"id":188,"duration":1552516,"bitrate":1139,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3601,"key":"/library/parts/3601/1595621628/file.mkv","duration":1552516,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E11 - Smile is Flower.mkv","size":215063516,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kotono Watanabe"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"214","key":"/library/metadata/214","parentRatingKey":"202","grandparentRatingKey":"201","guid":"com.plexapp.agents.thetvdb://281948/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://281948/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://281948?lang=en","type":"episode","title":"Hanayamata","grandparentKey":"/library/metadata/201","parentKey":"/library/metadata/202","grandparentTitle":"Hanayamata","parentTitle":"Season 1","summary":"","index":12,"parentIndex":1,"year":2014,"thumb":"/library/metadata/214/thumb/1595621981","art":"/library/metadata/201/art/1595639896","parentThumb":"/library/metadata/202/thumb/1591408301","grandparentThumb":"/library/metadata/201/thumb/1595639896","grandparentArt":"/library/metadata/201/art/1595639896","duration":1537501,"originallyAvailableAt":"2014-09-23","addedAt":1586141390,"updatedAt":1595621981,"Media":[{"id":189,"duration":1537501,"bitrate":1316,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3602,"key":"/library/parts/3602/1595621628/file.mkv","duration":1537501,"file":"D:\\Public\\Media\\Anime\\Hanayamata\\Season 1\\Hanayamata - S01E12 - Hanayamata.mkv","size":246690654,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kiyoko Sayama"},{"tag":"Reiko Yoshida"}]},{"ratingKey":"217","key":"/library/metadata/217","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"I Will Make You Invite Me to a Movie / Kaguya Wants to Be Stopped / Kaguya Wants It","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"Shuchiin Academy is a beacon for talented students with a bright future ahead of them. The vice-president of the student council, Kaguya Shinomiya, and the president, Miyuki Shirogane, are attracted to each other, but they are both too proud to be honest about their feelings. As a result, all they do is think about how to get the other person to confess their love. Six months pass without anything happening, when one day, a pair of tickets to “the movie that turns boys and girls who see it together into a couple” won by the secretary, Chika Fujiwara, triggers the cunning battle of love…\r\n\r\n","index":1,"parentIndex":1,"year":2019,"thumb":"/library/metadata/217/thumb/1595621976","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1591100,"originallyAvailableAt":"2019-01-12","addedAt":1586138494,"updatedAt":1595621976,"chapterSource":"media","Media":[{"id":190,"duration":1591100,"bitrate":1980,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3579,"key":"/library/parts/3579/1586967066/file.mkv","duration":1591100,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E01 - I Will Make You Invite Me to a Movie Kaguya Wants to Be Stopped Kaguya Wants It.mkv","size":419566403,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"218","key":"/library/metadata/218","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Kaguya Wants to Trade / Chika Wants to Go Somewhere / Miyuki Wants to Hide His Ignorance","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"The students at Shuchiin Academy are under the impression that Shirogane is an expert in romance too. But in reality, he has no romantic experience whatsoever when a male student comes to him for advice regarding a crush. In a desperate attempt to cover his lack of experience and to protect his dignity as the Student Council President, he takes on the student’s request and claims, “Leave it to me!” For Kaguya, who has been eavesdropping, this becomes an excellent opportunity for her to find out Shirogane’s views on love. But Shirogane’s advice on love seems very absurd…\r\n\r\n","index":2,"parentIndex":1,"year":2019,"thumb":"/library/metadata/218/thumb/1595621977","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1441120,"originallyAvailableAt":"2019-01-19","addedAt":1586138494,"updatedAt":1595621977,"chapterSource":"media","Media":[{"id":191,"duration":1441120,"bitrate":2570,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3580,"key":"/library/parts/3580/1586967140/file.mkv","duration":1441120,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E02 - Kaguya Wants to Trade Chika Wants to Go Somewhere Miyuki Wants to Hide His Ignorance.mkv","size":483931317,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"219","key":"/library/metadata/219","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Miyuki Shirogane Still Hasn't Done It / Kaguya Wants to Be Figured Out / Kaguya Wants to Walk","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"Fujiwara is startled when she unknowingly flips through the magazine that the principal had confiscated, and comes across a “When was your first time?” survey. The magazine reports that 34% of high school students already have that experience. While Shirogane tries to calm Fujiwara down by affirming that the number is inflated, Kaguya declares, “The percentage sounds accurate to me,” and adds that she’s also already experienced. Shirogane who has never been in a romantic relationship is astounded when he hears this confession. Kaguya seizes the opportunity to attack him with, “Don’t you have a girlfriend?”\r\n\r\n","index":3,"parentIndex":1,"year":2019,"thumb":"/library/metadata/219/thumb/1595621978","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1440960,"originallyAvailableAt":"2019-01-26","addedAt":1586138494,"updatedAt":1595621978,"chapterSource":"media","Media":[{"id":192,"duration":1440960,"bitrate":1563,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3581,"key":"/library/parts/3581/1586967196/file.mkv","duration":1440960,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E03 - Miyuki Shirogane Still Hasn't Done It Kaguya Wants to Be Figured Out Kaguya Wants to Walk.mkv","size":305720743,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"220","key":"/library/metadata/220","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Kaguya Wants Affection / The Student Council Wants It to Be Said / Kaguya Wants Him to Send It / Miyuki Shirogane Wants to Talk","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"Kaguya and Shirogane are somehow roped into cosplaying, when Fujiwara suggests her idea on how to welcome the sister school visiting them from Paris. Deep down, Kaguya does not take this suggestion seriously, but she still tries on the cat ears and sighs out, “meow.” This instance strikes a soft spot of Shirogane, who loves cats. But as adorable as Kaguya looks, Shirogane tries to keep his cool. Meanwhile, Kaguya is just as enchanted when Shirogane also ends up trying on the cat ears. How will today’s battle turn out, as the two fight to cover up their true feelings?\r\n\r\n","index":4,"parentIndex":1,"year":2019,"thumb":"/library/metadata/220/thumb/1595621978","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1441120,"originallyAvailableAt":"2019-02-02","addedAt":1586138494,"updatedAt":1595621978,"chapterSource":"media","Media":[{"id":193,"duration":1441120,"bitrate":1874,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3582,"key":"/library/parts/3582/1586967222/file.mkv","duration":1441120,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E04 - Kaguya Wants Affection The Student Council Wants It to Be Said Kaguya Wants Him to Send It Miyuki Shirogane Wants to Talk.mkv","size":369191255,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"221","key":"/library/metadata/221","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Kaguya Wants to Handle It / Miyuki Shirogane Wants to Show Off / Kaguya Wants to Be Covered","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"Despite his excellence in academics, Shirogane severely lacks in athletic ability. Which is why he has been tirelessly practicing volleyball after school. With only a week left until they begin playing in class, it all seems hopeless as there are no signs of progress and his image as the perfect Student Council President could soon be tarnished. Just as Shirogane starts losing hope, Fujiwara shows up. Swallowing his pride, he pleads her to coach him, and so Shirogane’s days of training under the intense tutelage of Fujiwara begin. Will his volleyball serve improve to the level of an average person in time?\r\n\r\n","index":5,"parentIndex":1,"year":2019,"thumb":"/library/metadata/221/thumb/1595621978","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1441120,"originallyAvailableAt":"2019-02-09","addedAt":1586138494,"updatedAt":1595621978,"chapterSource":"media","Media":[{"id":194,"duration":1441120,"bitrate":1607,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3583,"key":"/library/parts/3583/1586967242/file.mkv","duration":1441120,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E05 - Kaguya Wants to Handle It Miyuki Shirogane Wants to Show Off Kaguya Wants to Be Covered.mkv","size":306594637,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"222","key":"/library/metadata/222","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Yu Ishigami Wants to Live / Chika Fujiwara Wants to Test You / Kaguya Wants to Be Noticed","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"Yu Ishigami is the fourth member of the Student Council. Despite being a first-year, he was scouted by Shirogane for his expertise and was appointed as treasurer. Because he is introverted, Ishigami often goes unnoticed, but he is also the most indispensable member of the council. Suddenly one day, Ishigami comes to Shirogane to request his resignation. No matter how desperately Shirogane tries to persuade him to stay, he seems to have firmly made up his mind. Apparently, the situation is beyond Ishigami’s control, as he begins to tear up and explains that “he’s likely to get killed…”\r\n\r\n","index":6,"parentIndex":1,"year":2019,"thumb":"/library/metadata/222/thumb/1595621978","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1440960,"originallyAvailableAt":"2019-02-16","addedAt":1586138494,"updatedAt":1595621978,"chapterSource":"media","Media":[{"id":195,"duration":1440960,"bitrate":1524,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3584,"key":"/library/parts/3584/1586967262/file.mkv","duration":1440960,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E06 - Yu Ishigami Wants to Live Chika Fujiwara Wants to Test You Kaguya Wants to Be Noticed.mkv","size":306619840,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"223","key":"/library/metadata/223","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Miyuki Shirogane Wants to Work / Kaguya Wants Him to Join In / Kaguya Wants to Control It","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"Kashiwagi’s boyfriend returns, seeking more romantic advice from Shirogane, while Kaguya yet again attempts to eavesdrop on the two. Shirogane’s advice the first time around successfully brought this couple together, but the boyfriend tells Shirogane that he hasn’t been able to hold hands with Kashiwagi after a month of dating. Kaguya is dumbfounded when she hears him ask, “How can I hold hands with her?” but Shirogane is relieved by this simple question that seems manageable even for someone with no experience in romantic relationships. However, Shirogane’s advice seems to once again take an unexpected turn and…\r\n\r\n","index":7,"parentIndex":1,"year":2019,"thumb":"/library/metadata/223/thumb/1595621979","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1441120,"originallyAvailableAt":"2019-02-23","addedAt":1586138494,"updatedAt":1595621979,"chapterSource":"media","Media":[{"id":196,"duration":1441120,"bitrate":1521,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3585,"key":"/library/parts/3585/1586967276/file.mkv","duration":1441120,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E07 - Miyuki Shirogane Wants to Work Kaguya Wants Him to Join In Kaguya Wants to Control It.mkv","size":289628201,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"224","key":"/library/metadata/224","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Kaguya Wants Her to Say It / Miyuki Shirogane Can't Lose / Ishigami Closes His Eyes","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"As final exams approach, the psychological war between Kaguya and Shirogane intensifies within the Student Council Office. Kaguya is an all-around genius with her pride at stake but she has never been able to surpass Shirogane in academics. On the other hand, Shirogane is a genius through hard work, who won’t allow anyone to take his position at the top of the class. In an attempt to get ahead of the other, the two lie through their teeth and it becomes a battle of finesse. At last, it’s the day of finals, but which of them will the goddess of victory smile upon?\r\n\r\n","index":8,"parentIndex":1,"year":2019,"thumb":"/library/metadata/224/thumb/1595621979","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1450122,"originallyAvailableAt":"2019-03-02","addedAt":1586138494,"updatedAt":1595621979,"chapterSource":"media","Media":[{"id":197,"duration":1450122,"bitrate":1699,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3586,"key":"/library/parts/3586/1586967298/file.mkv","duration":1450122,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E08 - Kaguya Wants Her to Say It Miyuki Shirogane Can't Lose Ishigami Closes His Eyes.mkv","size":330041558,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"225","key":"/library/metadata/225","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Kaguya Wants to Give a Gift / Chika Fujiwara Wants to Pay a Visit / About Kaguya Shinomiya, Part 1","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"Kaguya is sick at home, and a teacher has asked Shirogane to deliver her assignments to her house. When Shirogane tells the rest of the council members, Fujiwara excitedly volunteers to go in his stead. According to Fujiwara, Kaguya becomes needy when she is sick. Shirogane’s heart beats fast as he imagines this cute Kaguya, but the entire Student Council couldn’t possibly barge in on Kaguya when she is sick. And so, Fujiwara proposes playing a game of concentration to decide on who will visit Kaguya. Even Ishigami is dragged into what becomes a heated battle!\r\n\r\n","index":9,"parentIndex":1,"year":2019,"thumb":"/library/metadata/225/thumb/1595621979","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1441120,"originallyAvailableAt":"2019-03-09","addedAt":1586138494,"updatedAt":1595621979,"chapterSource":"media","Media":[{"id":198,"duration":1441120,"bitrate":2015,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3587,"key":"/library/parts/3587/1586967308/file.mkv","duration":1441120,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E09 - Kaguya Wants to Give a Gift Chika Fujiwara Wants to Pay a Visit About Kaguya Shinomiya, Part 1.mkv","size":383967526,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"226","key":"/library/metadata/226","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Kaguya Won't Forgive / Kaguya Wants to Forgive / Miyuki Shirogane Wants to Go Somewhere","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"Kaguya and Shirogane have seemingly reconciled after their fight from Shirogane’s visit when Kaguya was sick. However, resentments linger, ready to explode at any moment. Kaguya decides to consult Kashiwagi since she has a boyfriend and tells her that she is “asking for a friend.” Meanwhile, Shirogane asks Ishigami, who watches a lot of romantic comedy, about how to make up with a girl after a fight, but Ishigami ends up getting heated… As Kaguya and Shirogane get advice, the two slowly begin to realize how they truly feel about each other.\r\n\r\n","index":10,"parentIndex":1,"year":2019,"thumb":"/library/metadata/226/thumb/1595621979","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1450140,"originallyAvailableAt":"2019-03-16","addedAt":1586138494,"updatedAt":1595621979,"chapterSource":"media","Media":[{"id":199,"duration":1450140,"bitrate":2035,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3588,"key":"/library/parts/3588/1586967318/file.mkv","duration":1450140,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E10 - Kaguya Won't Forgive Kaguya Wants to Forgive Miyuki Shirogane Wants to Go Somewhere.mkv","size":388775941,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"227","key":"/library/metadata/227","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"Ai Hayasaka Wants to Get Soaked / Chika Fujiwara Really Wants to Eat It / Miyuki Shirogane Wants to See You / I Can't Hear the Fireworks, Part 1","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"Half a month into their summer vacation, Kaguya spends her days moping around, unable to see Shirogane without the Student Council meetings. However, the Student Council members are planning on going to see the fireworks together at the end of the break. Due to her strict upbringing as the daughter of the head of a conglomerate, Kaguya has had no memorable summer experience and has been looking forward to the day she gets to see everyone. That is until…\r\n\r\n","index":11,"parentIndex":1,"year":2019,"thumb":"/library/metadata/227/thumb/1595621979","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1441120,"originallyAvailableAt":"2019-03-23","addedAt":1572868142,"updatedAt":1595621979,"chapterSource":"media","Media":[{"id":200,"duration":1441120,"bitrate":1802,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3589,"key":"/library/parts/3589/1586967328/file.mkv","duration":1441120,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E11 - Ai Hayasaka Wants to Get Soaked Chika Fujiwara Really Wants to Eat It Miyuki Shirogane Wants to See You I Can't Hear the Fireworks, Part 1.mkv","size":363952966,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"228","key":"/library/metadata/228","parentRatingKey":"216","grandparentRatingKey":"215","guid":"com.plexapp.agents.thetvdb://354198/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://354198/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://354198?lang=en","type":"episode","title":"I Can't Hear the Fireworks, Part 2 / Kaguya Doesn't Want to Avoid Him","grandparentKey":"/library/metadata/215","parentKey":"/library/metadata/216","grandparentTitle":"Kaguya-sama: Love is War","parentTitle":"Season 1","contentRating":"TV-14","summary":"After being forced to abandon seeing fireworks with her fellow Student Council members, Kaguya shuts herself up in her dark bedroom. Hayasaka, Kaguya's maid, is worried about her mistress's depressive state. She tries to cheer Kaguya up and when that doesn't work, introduces a plan to sneak out of the family mansion. Kaguya manages to slip past a pair of vigilant butlers and reaches the venue, but the fireworks display is already over. Kaguya is in tears, since she really wanted to see the fireworks with the others, but then she hears a familiar voice: “Then, I'll show them to you.”\r\n\r\n","index":12,"parentIndex":1,"year":2019,"thumb":"/library/metadata/228/thumb/1595621979","art":"/library/metadata/215/art/1591408301","parentThumb":"/library/metadata/216/thumb/1591408301","grandparentThumb":"/library/metadata/215/thumb/1591408301","grandparentArt":"/library/metadata/215/art/1591408301","grandparentTheme":"/library/metadata/215/theme/1591408301","duration":1450140,"originallyAvailableAt":"2019-03-30","addedAt":1586138494,"updatedAt":1595621979,"chapterSource":"media","Media":[{"id":201,"duration":1450140,"bitrate":1544,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3590,"key":"/library/parts/3590/1586967334/file.mkv","duration":1450140,"file":"D:\\Public\\Media\\Anime\\Kaguya-sama - Love is War\\Season 1\\Kaguya-sama - Love is War - S01E12 - I Can't Hear the Fireworks, Part 2 Kaguya Doesn't Want to Avoid Him.mkv","size":302419710,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3662","key":"/library/metadata/3662","parentRatingKey":"3661","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/0/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Digest: Naked Memories by Aikuro Mikisugi","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/3661","grandparentTitle":"Kill la Kill","parentTitle":"Specials","contentRating":"TV-MA","summary":"An bonus episode included in the 9th BD/DVD release.\r\n\r\nA sub only recap of the entire series from the perspective of Aikuro Mikisugi.","index":2,"parentIndex":0,"year":2015,"thumb":"/library/metadata/3662/thumb/1595622334","art":"/library/metadata/229/art/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":533560,"originallyAvailableAt":"2015-06-29","addedAt":1595622314,"updatedAt":1595622334,"Media":[{"id":3358,"duration":533560,"bitrate":2710,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3703,"key":"/library/parts/3703/1572911170/file.mkv","duration":533560,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Specials\\Kill la Kill - S00E02 - Digest - Naked Memories by Aikuro Mikisugi.mkv","size":168918929,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"231","key":"/library/metadata/231","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"If Only I Had Thorns Like a Thistle","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Ryuko Matoi transfers into Honnouji Academy, a high school dominated by its fearsome student council, who wear powerful Goku Uniforms that grant them superhuman abilities. Searching for clues to her father's murder, Ryuko confronts the student council president, Satsuki Kiryuin, saying she is looking for the owner of the other half of a giant scissor blade she wields.","index":1,"parentIndex":1,"rating":9.8,"year":2013,"thumb":"/library/metadata/231/thumb/1595622334","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468301,"originallyAvailableAt":"2013-10-04","addedAt":1586137058,"updatedAt":1595622334,"chapterSource":"media","Media":[{"id":202,"duration":1468301,"bitrate":1732,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3555,"key":"/library/parts/3555/1595622062/file.mkv","duration":1468301,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E01 - If Only I Had Thorns Like a Thistle.mkv","size":319182597,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kazuki Nakashima"}]},{"ratingKey":"232","key":"/library/metadata/232","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"So Sexy She Might Pass Out","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Weakened by her battle, Ryuko flees Honnouji Academy before collapsing in the street. Rescued, she's given food and shelter for night, and upon returning to the Academy faces off against Omiko Hakodate, the Girls' Tennis Club Captain, to repay the favor.","index":2,"parentIndex":1,"rating":9.4,"year":2013,"thumb":"/library/metadata/232/thumb/1595622334","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468111,"originallyAvailableAt":"2013-10-11","addedAt":1586137058,"updatedAt":1595622334,"chapterSource":"media","Media":[{"id":203,"duration":1468111,"bitrate":1351,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3556,"key":"/library/parts/3556/1595622062/file.mkv","duration":1468111,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E02 - So Sexy She Might Pass Out.mkv","size":249134863,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kazuki Nakashima"}]},{"ratingKey":"233","key":"/library/metadata/233","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Junketsu","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Having kept her end of the bargain, Ryuko demands answers from her homeroom teacher, Aikuro Mikisugi, and learns the secret behind the power of Senketsu and the Goku Uniforms. Meanwhile, Satsuki Kiryuin returns home to claim a power of her own. ","index":3,"parentIndex":1,"rating":9.6,"year":2013,"thumb":"/library/metadata/233/thumb/1595622334","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468155,"originallyAvailableAt":"2013-10-18","addedAt":1586137058,"updatedAt":1595622334,"chapterSource":"media","Media":[{"id":204,"duration":1468155,"bitrate":1563,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3557,"key":"/library/parts/3557/1595622062/file.mkv","duration":1468155,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E03 - Junketsu.mkv","size":288383574,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kazuki Nakashima"}]},{"ratingKey":"234","key":"/library/metadata/234","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Dawn of a Miserable Morning","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"While Senketsu is laundered, Ryuko is faced with \"No-Late Day\", a school event where students must navigate a trap-filled obstacle course and reach school on time, or else they will be expelled. She and Mako make their way across the perilous course, along with an injured girl named Maiko Ogure, while Mako's family attempt to deliver Senketsu to Ryuko. After hijacking an armored bus, the girls manage to make it to the school grounds with 15 minutes left. However, Maiko is revealed to be a member of the disciplinary committee, who steals Senketsu and puts it on herself in a bid to overthrow Satsuki. However, she is immobilized by the freshly washed Senketsu's starchiness, allowing Ryuko to retrieve him. With five minutes remaining, Maiko sets off one more trap to send Ryuko and Mako back to the start of the course. They two fortunately reach class on time using an express cable car, while Maiko is expelled for her treachery. ","index":4,"parentIndex":1,"rating":9.6,"year":2013,"thumb":"/library/metadata/234/thumb/1595622334","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2013-10-25","addedAt":1586137058,"updatedAt":1595622334,"chapterSource":"media","Media":[{"id":205,"duration":1468017,"bitrate":1394,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3558,"key":"/library/parts/3558/1595622062/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E04 - Dawn of a Miserable Morning.mkv","size":257287194,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Hiromi Wakabayashi"},{"tag":"Kazuki Nakashima"}]},{"ratingKey":"235","key":"/library/metadata/235","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Trigger","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"A mysterious sniper named Tsumugu Kinagase attempts to assassinate Ryuko, but is interrupted by the gardening club, who he manages to defeat. After dealing with the biology club, Ryuko is attacked by Tsumugu, who pins her down and attempts to force her to strip, but is forced to retreat when he is interrupted by Aikuro. As Aikuro and Tsumugu talk later that night, Tsumugu explains that the Kamui could prove a great threat if left alone. The next day, Ryuko confronts Tsumugu, who attacks her with needles that drain power from Goku Uniforms and Kamui, whilst they both come under attack by the gardening, rakugo and hyakunin-isshu clubs. With the clubs wiped out and Ryuko backed into a corner, Senketsu gives himself up to protect Ryuko, but Mako stands up to Tsumugu and returns Senketsu to Ryuko. As Tsumugu comes to understand the bond between Ryuko and Senketsu, they are confronted by one of the four elites, Nonon Jakuzure, but manage to escape. ","index":5,"parentIndex":1,"rating":9.0,"year":2013,"thumb":"/library/metadata/235/thumb/1595622334","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2013-11-01","addedAt":1586137058,"updatedAt":1595622334,"chapterSource":"media","Media":[{"id":206,"duration":1468017,"bitrate":1079,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3559,"key":"/library/parts/3559/1595622062/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E05 - Trigger.mkv","size":199308658,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Hiroshi Seko"}]},{"ratingKey":"236","key":"/library/metadata/236","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Don't Toy With Me on a Whim","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After learning of his connection with Tsumugu, Ryuko tries to press Aikuro for more information, but does not get much outside of his organization's name, Nudist Beach. Meanwhile, another of the Elite Four, Uzu Sanageyama, gets permission from Satsuki to fight against Ryuko himself. The next day, Uzu challenges Ryuko, facing against her in his Three-Star Goku Uniform, Blade Regalia. He has the advantage due to his fast eyesight reading all of Ryuko's moves, but Ryuko overcomes this by using a part of her uniform to block Uzu's vision, allowing her to defeat him and destroy his uniform. Not wanting to give up, Uzu undergoes a drastic operation to sew his eyes shut, and challenges Ryuko again, this time using his other senses to predict her moves and completely overwhelm her. However, before Uzu can deliver the final blow, his Goku Uniform overheats due to him being more powerful than it can handle, giving Ryuko the opportunity to escape. ","index":6,"parentIndex":1,"rating":9.5,"year":2013,"thumb":"/library/metadata/236/thumb/1595622334","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2013-11-08","addedAt":1586137058,"updatedAt":1595622334,"chapterSource":"media","Media":[{"id":207,"duration":1468017,"bitrate":1726,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3560,"key":"/library/parts/3560/1595622062/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E06 - Don't Toy With Me on a Whim.mkv","size":318842170,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kazuki Nakashima"}]},{"ratingKey":"237","key":"/library/metadata/237","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"A Loser I Can't Hate","titleSort":"Loser I Can't Hate","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Hearing about how many students have been starting their own clubs in order to become eligible to get better uniforms, and thus better living rights, Ryuko decides to start her own Fight Club, assigning Mako as the club president to handle all the paperwork and meetings. As Ryuko increases the club's reputation by defeating other club presidents, Mako manages to earn a One-Star Goku Uniform, upgrading the Mankanshoku family to a better apartment. Mako's determination to preserve her family's newfound happiness moves the family up to an even more luxurious lifestyle. However, as Mako becomes more serious about her duties as club president and the other family members indulge in their wealth, Ryuko starts to feel lonely as the family finds less time to spend together. Just as Ryuko decides to resign from the Fight Club, Satsuki gives Mako a Two-Star Goku Uniform, telling her to defeat Ryuko if she wants to keep her life of luxury. Ryuko decides to take the brunt of Mako's attacks, which leads to Mako eventually realizing the error of her ways, deciding to disband the Fight Club and return to her life in the slums. Meanwhile, Satuski reveals that by using Ryuko to purge the weaker clubs, she will restructure the student council by holding a reprisal general election. ","index":7,"parentIndex":1,"rating":9.3,"year":2013,"thumb":"/library/metadata/237/thumb/1595622334","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2013-11-15","addedAt":1586137058,"updatedAt":1595622334,"chapterSource":"media","Media":[{"id":208,"duration":1468017,"bitrate":1346,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3561,"key":"/library/parts/3561/1595622062/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E07 - A Loser I Can't Hate.mkv","size":248530311,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kazuki Nakashima"}]},{"ratingKey":"238","key":"/library/metadata/238","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"I'll Wipe My Own Tears","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Satsuki announces her new election system in which students must survive a seven-day battle against each other in order to stand out on top and earn Goku Uniforms, sending the entire school into a state of emergency. Meanwhile, Ryuko takes Mako to the ruins of her old house, where she tells her about the circumstances surrounding her father's death. Finding no further clues in the basement where she found Senketsu, Ryuko and Mako head home, only for their scooter to run out of gas. They end up encountering the disciplinary committee chair and one of the Elite Four, Ira Gamagoori, who, having just attained his driving license and is taking the week off, offers to take them to a gas station. During their drive, they are attacked by the automotive and airsoft clubs, who are targeting Ira's Three-Star Goku Uniform, Shackle Regalia. Recalling how he first met Satsuki, Ira unleashes his uniform, which uses the power of masochism to evolve into Scourge Regalia and lay waste to his opponents. After a week passes, Honnouji's strongest assemble for the Sudden Death Runoff Election, with only Ryuko and the Elite Four making their way to the top. There, Satsuki challenges Ryuko to defeat each of the Elite Four in exchange for details concerning her father's death, her first opponent being Ira. ","index":8,"parentIndex":1,"rating":9.3,"year":2013,"thumb":"/library/metadata/238/thumb/1595622334","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2013-11-22","addedAt":1586137058,"updatedAt":1595622334,"chapterSource":"media","Media":[{"id":209,"duration":1468017,"bitrate":1348,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3562,"key":"/library/parts/3562/1595622070/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E08 - I'll Wipe My Own Tears.mkv","size":248897922,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kazuki Nakashima"}]},{"ratingKey":"239","key":"/library/metadata/239","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"A Once in a Lifetime Chance","titleSort":"Once in a Lifetime Chance","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As Ryuko awaits the time for her battle against Ira, Aikuro asks her to drop out of the match, warning that she is not ready to face the Elite Four, to which she naturally declines. The battle soon begins, with Ira activating his Shackle Regalia, attacking himself in order to provide the power needed to transform into Scourge Regalia. Ryuko soon learns that the Shackle Regalia also serves as an armor protecting its life fibers. This pushes Ryuko into a corner, as she is unable to damage the Shackle Regalia without powering up the Scourge Regalia form. Undeterred, Ryuko keeps on attacking, forcing Ira to bring out Scourge Regalia's full power, attempting to forcefully mold Ryuko into a model student. However, Senketsu sets a plan into motion by pulling Ryuko out of her synchronized mode, allow her to use Senketsu's fangs to break into Ira's uniform and destroy it from the inside using a new form, Senketsu Senjin (鮮血閃刃?, Senketsu Blade Flash), winning the match. With Ira defeated, Ryuko prepares to face up against her next opponent, Houka Inumuta. ","index":9,"parentIndex":1,"rating":9.5,"year":2013,"thumb":"/library/metadata/239/thumb/1595622334","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2013-11-29","addedAt":1586137058,"updatedAt":1595622334,"chapterSource":"media","Media":[{"id":210,"duration":1468017,"bitrate":1689,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3563,"key":"/library/parts/3563/1595622070/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E09 - A Once in a Lifetime Chance.mkv","size":311378937,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"240","key":"/library/metadata/240","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"I Want to Know More About You","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Houka uses his Three-Star Goku Uniform, Probe Regalia, to analyze Ryuko's fighting abilities and anticipate her movements. When Ryuko counteracts this by fighting haphazardly, Houka resorts to cloaking himself and fighting her while invisible. Ryuko counters again by expanding and draping Senketsu's eye across the battle arena, leaving him unable to evade. Unwilling to lose the data he has gathered on Senketsu during their fight, Houka forfeits the match before Ryuko can destroy his uniform. Nonon steps up to battle Ryuko next with her Three-Star Goku Uniform, Symphony Regalia, a large aircraft that attacks her with sound vibrations. Nonon attempts to eliminate Ryuko by destroying the battle arena, but Ryuko activates a new aerial form, Senketsu Shippu, to remain in the match. Troubled by how quickly Senketsu has been evolving, Aikuro contacts Tsumugu and tells him to assume a worst-case scenario. ","index":10,"parentIndex":1,"rating":9.5,"year":2013,"thumb":"/library/metadata/240/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2013-12-06","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":211,"duration":1468017,"bitrate":1659,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3564,"key":"/library/parts/3564/1595622070/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E10 - I Want to Know More About You.mkv","size":305912240,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"241","key":"/library/metadata/241","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"I'm Not Your Cute Woman","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Ryuko tries to take advantage of her flight and go straight for Satsuki, but Nonon fiercely stands in her way until Ryuko destroys her airship with her own missile. However, Nonon puts on an encore performance unleashing her uniform's second form, Da Capo, using its music to disrupt Ryuko's communication with Senketsu. Ryuko counters this by manipulating Nonon's sound waves to match her own, before sending it back against Nonon and defeat her. Meanwhile, Tsumugu delivers a peculiar bullet to Aikuro, who is prepared to use it on Ryuko should the need arise. Just as Ryuko and Uzu are about to begin their match, a mysterious girl named Nui Harime appears between them, instantly pulling apart Uzu's uniform by breaking its Banshi, the Life Fiber that gives it its form. Nui then pulls out a purple scissor blade and reveals she was the one who killed Isshin, sending Ryuko into a fury. ","index":11,"parentIndex":1,"rating":9.8,"year":2013,"thumb":"/library/metadata/241/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2013-12-13","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":212,"duration":1468017,"bitrate":1565,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3565,"key":"/library/parts/3565/1595622070/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E11 - I'm Not Your Cute Woman.mkv","size":288600241,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"242","key":"/library/metadata/242","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Spit Your Sadness Away","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As Ryuko angrily goes into a furious attack, Nui tells her how she killed Isshin with the Scissor Blades he himself created and stealing one of its blades, but not before having her left eye slashed in the process. The boiling blood of Ryuko's rage has an adverse effect on Senketsu, causing him to go berserk and consume her, resulting in a monstrous form. As Mako and her family head towards the scene in order to save Ryuko from dying of blood loss, Tsumugu tries to draw away Nui to give Aikuro the opportunity to use an adhesive bullet on Ryuko. Satsuki dons her Kamui in order to put a stop to Ryuko, but it is Mako who manages to slap Ryuko to her senses and bring her back to her normal self, saving her life. A few days later, as Ryuko is recovering from her battle, Satsuki reveals that she was the one who ordered Nui to steal the sword scissors from Isshin, before announcing that Ryuko's battles with the Elite Four have helped her perfect the Goku Uniforms so that they can take over every school that opposes them. ","index":12,"parentIndex":1,"rating":9.8,"year":2013,"thumb":"/library/metadata/242/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2013-12-20","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":213,"duration":1468017,"bitrate":1794,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3566,"key":"/library/parts/3566/1595622070/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E12 - Spit Your Sadness Away.mkv","size":330421402,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"243","key":"/library/metadata/243","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Crazy for You","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Satsuki prepares a raid on Osaka, Kyoto, and Kobe, issuing students with new Goku Uniforms created based on the data from Ryuko's battles. Meanwhile, Ryuko continues to sulk over losing control of Senketsu and is unwilling to wear him. She is approached by the suspended student and former Newspaper Club member Shinjiro Nagita, who pleads her to join the fight against Satsuki's war efforts, but she refuses. The next day, Mako gets roped into the raid trip for distributing Shinjiro's underground newspaper. Encouraged by Senketsu, Ryuko puts him on to help Shinjiro, who reveals himself to be a disguised Nui, having done so to trick Ryuko into donning Senketsu again. Unable to fight at her full strength out of fear of losing control again, Ryuko is defeated by Nui and Senketsu is torn to pieces. After Satsuki forces Nui to retreat, she takes all but one of Senketsu's scraps so that they may be distributed to suitable hosts to provide combat data during the raid trip. ","index":13,"parentIndex":1,"rating":9.5,"year":2014,"thumb":"/library/metadata/243/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2014-01-10","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":214,"duration":1468017,"bitrate":1115,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3567,"key":"/library/parts/3567/1595622070/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E13 - Crazy for You.mkv","size":205879809,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"244","key":"/library/metadata/244","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Ride Like the Wind","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Awakening in Aikuro's hideout, Ryuko discovers Senketsu's consciousness still lives in the scarf that she managed to hold onto. After learning what had happened to his other pieces, Ryuko heads towards the Kansai region, where Satsuki has begun her raid operation. As the Elite Four attack the main schools in the tri-city area, Ryuko interrupts each of their raids and recovers the scraps that had been given to some of the students to increase their power before heading to her next destination, eventually reuniting with Mako in Osaka. With nearly all of Senketsu's pieces gathered, Ryuko prepares to face Satsuki, who possesses the glove that makes up the final piece. ","index":14,"parentIndex":1,"rating":9.0,"year":2014,"thumb":"/library/metadata/244/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2014-01-17","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":215,"duration":1468017,"bitrate":1632,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3568,"key":"/library/parts/3568/1595622070/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E14 - Ride Like the Wind.mkv","size":301054770,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"245","key":"/library/metadata/245","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Don't Stop Me Now","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Satsuki confronts the money hungry boss of Osaka, Kaneo Takarada, who fights against her using his Dotonbori Robo suit. However, he is thwarted by the arrival of the Elite Four and their new Three-Star Goku Uniforms, before being promptly defeated by Uzu. Ryuko soon arrives on the scene to face against Satsuki, soon supported by the arrival of Aikuro, Tsumugu, and the Nudist Beach organization. While Nudist Beach fight against the Elite Four, Ryuko decides to use her own skin as a replacement for the glove so she can transform with Senketsu, allowing her to recover the glove from Satsuki. As Ryuko is disarmed of her scissor, Ryuko uses Senketsu to snatch Satsuki's sword from her, bringing the match to a stalemate. Ryuko coerces Satsuki into withdrawing her troops as opposed to simply killing each other, though Satsuki does fulfill her objective of destroying Nudist Beach's base. As Satsuki and her troops depart, Aikuro agrees to tell Ryuko everything she needs to know. ","index":15,"parentIndex":1,"rating":9.3,"year":2014,"thumb":"/library/metadata/245/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1467917,"originallyAvailableAt":"2014-01-24","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":216,"duration":1467917,"bitrate":1623,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3569,"key":"/library/parts/3569/1595622076/file.mkv","duration":1467917,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E15 - Don't Stop Me Now.mkv","size":298933099,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"246","key":"/library/metadata/246","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"The Girl Can't Help It","titleSort":"Girl Can't Help It","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Satsuki returns to her mansion to recover from her battle with Ryuko. Impressed by her daughter's prowess with Junketsu, Ragyo shows Satsuki a chamber in their mansion containing the original Life Fiber, a parasitic extraterrestrial that produces other fibers to feed on mankind. She then instructs Satsuki to organize a school festival as the final step in her plan to distribute COVERS, an army of Life Fiber clothing, across the world. Meanwhile, Aikuro and Tsumugu guide Ryuko and Mako to an undamaged section of their underground base. Aikuro reveals that Life Fibers are what induced humanity's evolution into Homo sapiens and the instinct to wear clothes. He further explains that Isshin, who founded Nudist Beach, created Senketsu for Ryuko to wear and fight the Kiryuins when she came of age, as she displays a high resistance to Life Fibers. Ryuko becomes outraged that Nudist Beach sees Senketsu as little more than a weapon and takes him off, refusing to let him kill his own kind. Deeming them of no more worth, Tsumugu prepares to kill Ryuko and Senketsu. ","index":16,"parentIndex":1,"rating":9.0,"year":2014,"thumb":"/library/metadata/246/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2014-01-31","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":217,"duration":1468017,"bitrate":1053,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3570,"key":"/library/parts/3570/1595622076/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E16 - The Girl Can't Help It.mkv","size":195123010,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"247","key":"/library/metadata/247","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Tell Me Why","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After the fight between Ryuko and Tsumugu is dissolved thanks to Mako and Senketsu, Aikuro explains to her how Tsumugu's sister, Kinue, died in an experiment involving Life Fibers. Meanwhile, Honnoji Academy makes preparations for a Cultural and Sports Grand Festival to celebrate Ragyo visiting the school.","index":17,"parentIndex":1,"rating":9.7,"year":2014,"thumb":"/library/metadata/247/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2014-02-07","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":218,"duration":1468017,"bitrate":1172,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3571,"key":"/library/parts/3571/1595622076/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E17 - Tell Me Why.mkv","size":216440306,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"248","key":"/library/metadata/248","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Into the Night","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"After freeing all the trapped students and citizens from the Life Fibers, the Elite Four fight against Nui while Mako helps with the evacuation.Meanwhile, Satsuki reveals how Ragyo had used her in Life Fiber experiments, along with her newborn sister, who was discarded by Ragyo when the experiment allegedly failed. However, Ragyo, who is able to heal her injuries, breaks free and takes control of the students, turning them into her personal army.","index":18,"parentIndex":1,"rating":9.7,"year":2014,"thumb":"/library/metadata/248/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2014-02-14","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":219,"duration":1468017,"bitrate":1772,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3572,"key":"/library/parts/3572/1595622076/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E18 - Into the Night.mkv","size":326349655,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"249","key":"/library/metadata/249","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Raindrops Keep Falling on My Head","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"As the Covers start to kidnap citizens, including Mako, using their life force to power themselves, Satsuki triggers an explosion to allow Ryuko to escape. One month later, the Elite Four have joined up with Nudist Beach to fight against the Covers as they take over Japan, while Ryuko has remained in a coma since the battle. Meanwhile, Satsuki has been held captive by Ragyo, who explains that her father, Soichiro, had faked his own death and disguised himself as Isshin in order to raise Ryuko and prepare his revenge against her.","index":19,"parentIndex":1,"rating":9.7,"year":2014,"thumb":"/library/metadata/249/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2014-02-21","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":220,"duration":1468017,"bitrate":1519,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3573,"key":"/library/parts/3573/1595622076/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E19 - Raindrops Keep Falling on My Head.mkv","size":280056434,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"250","key":"/library/metadata/250","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Far from the Madding Crowd","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Paper clones of Ragyo and Nui appear before Ryuko, coaxing her into travelling to Honnouji Academy to confront them. Rejecting any help from the others, Ryuko heads off on her own. After hacking into Honnouji's security cameras and finding Satsuki's location, the Elite Four notice from Satsuki's actions that she is planning something. Their resolve renewed, they, along with the Mankanshokus and the rest of Nudist Beach, set forth on Aikuro's Naked Taiyoumaru warship and head towards Honnouji Academy to join the fight.","index":20,"parentIndex":1,"rating":9.3,"year":2014,"thumb":"/library/metadata/250/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2014-02-28","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":221,"duration":1468017,"bitrate":1304,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3574,"key":"/library/parts/3574/1595622076/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E20 - Far from the Madding Crowd.mkv","size":240465026,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"251","key":"/library/metadata/251","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Incomplete","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Satsuki and Senketsu begin their fight against Ryuko to try and bring her back to her senses, but they soon find themselves overwhelmed. The Elite Four soon join the battle, distracting Ryuko so that Ira can use his device to try and remove Junketsu. However, they are interrupted by Nui, who reveals that she has stitched Junketsu to Ryuko's Life Fibers, and forcibly removing it will kill her.","index":21,"parentIndex":1,"rating":9.7,"year":2014,"thumb":"/library/metadata/251/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2014-03-07","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":222,"duration":1468017,"bitrate":1461,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3575,"key":"/library/parts/3575/1595622076/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E21 - Incomplete.mkv","size":269471132,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"252","key":"/library/metadata/252","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Tell Me How You Feel","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Ryuko reunites with Senketsu and fights against Nui, recovering both Scissor Blades and using them to destroy Nui's arms. Nui is rescued by Ragyo's secretary Rei Hououmaru, while the Elite Four and Nudist Beach take advantage of the Covers used for her escape to recover their allies and Life Fibers.","index":22,"parentIndex":1,"rating":9.8,"year":2014,"thumb":"/library/metadata/252/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1467917,"originallyAvailableAt":"2014-03-14","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":223,"duration":1467917,"bitrate":1344,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3576,"key":"/library/parts/3576/1595622076/file.mkv","duration":1467917,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E22 - Tell Me How You Feel.mkv","size":247905815,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"253","key":"/library/metadata/253","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Imitation Gold","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Ryuko and Satsuki arrive at the original Life Fiber to confront Ragyo, who now wields her own set of blades which prove resilient to their weapons. As the original Life Fiber turns it attack towards the ship, the Elite Four don new Goku Uniforms to assist Mako.","index":23,"parentIndex":1,"rating":9.8,"year":2014,"thumb":"/library/metadata/253/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1468017,"originallyAvailableAt":"2014-03-21","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":224,"duration":1468017,"bitrate":1620,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3577,"key":"/library/parts/3577/1595622076/file.mkv","duration":1468017,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E23 - Imitation Gold.mkv","size":298501207,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"254","key":"/library/metadata/254","parentRatingKey":"230","grandparentRatingKey":"229","guid":"com.plexapp.agents.thetvdb://272074/1/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272074/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272074?lang=en","type":"episode","title":"Past the Infinite Darkness","grandparentKey":"/library/metadata/229","parentKey":"/library/metadata/230","grandparentTitle":"Kill la Kill","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Ragyo uses her Shinra-Koketsu's Absolute Domination ability to negate the effects of everyone's Kamui and Goku Uniforms before reviving the original Life Fiber. Ragyo attempts to fuse everyone into the original Life Fiber, but Senketsu, who is immune to Ragyo's ability as he, like Ryuko, is neither human nor clothing, manages to knock Rei out of Shinra-Koketsu, negating its Absolute Domination ability and restoring everyone's power. This allows the Elite Four and Nudist Beach to destroy the satellite uplink while Ryuko and Satsuki deal a critical blow to Ragyo. However, Nui fuses herself with the original Life Fiber and combines with Ragyo, allowing her to launch into space so she can activate the satellite directly, where she begins her plan to convert the world into a Life Fiber coccoon. After promising to go on a date with Mako when she returns, Ryuko absorbs the combined power of Senketsu, Junketsu, and the Goku Uniforms to form Senketsu Kisaragi, launching into space and fight Ragyo, willingly taking her attacks to provide Senketsu with the power needed to absorb Ragyo's Absolute Domination ability and eliminate all of the Life Fibers, allowing humans to be humans. After Ragyo ends her own life, Senketsu uses the last of his strength and sacrifices himself to return Ryuko safely to Earth, where she reunites with her friends and family. With the world now free to wear what clothes they want, Ryuko goes on her date with Mako and Satsuki, keeping the memory of Senketsu in her heart. ","index":24,"parentIndex":1,"rating":9.8,"year":2014,"thumb":"/library/metadata/254/thumb/1595622335","art":"/library/metadata/229/art/1595622335","parentThumb":"/library/metadata/230/thumb/1595622335","grandparentThumb":"/library/metadata/229/thumb/1595622335","grandparentArt":"/library/metadata/229/art/1595622335","grandparentTheme":"/library/metadata/229/theme/1595622335","duration":1453090,"originallyAvailableAt":"2014-03-28","addedAt":1586137058,"updatedAt":1595622335,"chapterSource":"media","Media":[{"id":225,"duration":1453090,"bitrate":1858,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3578,"key":"/library/parts/3578/1595622076/file.mkv","duration":1453090,"file":"D:\\Public\\Media\\Anime\\Kill la Kill\\Season 1\\Kill la Kill - S01E24 - Past the Infinite Darkness.mkv","size":338662807,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"3555","key":"/library/metadata/3555","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"You Will Be Mine, Hero. I Refuse!","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"For 15 years, a war has raged between the humans and demons. The human's greatest warrior, Hero, heads to the castle of the Demon King, leader of the demons to end the war. To his surprise, the \"Demon King\" is in fact a woman and she has been waiting to meet Hero in person and wishes to talk with him instead. As they talk, she reveals the war has actually benefited both sides as their races have put aside their differences to fight against a common enemy and improved the economy. However, it has allowed the powerful and corrupt to abuse the weak particularly how the poorer Human Southern kingdoms must continue fighting the demons in exchange for food and financial aid from the rich Central kingdoms. Furthermore, no matter which side wins or if the war suddenly ends without compensating those employed because of the war, it will lead to a massive civil war much to Hero's horror. But the Demon King has a plan to bring prosperity and a lasting peace for both their races and wants his help. Convinced, Hero agrees where both of them pledge their lives to each other. ","index":1,"parentIndex":1,"rating":10.0,"viewCount":1,"lastViewedAt":1595488561,"year":2013,"thumb":"/library/metadata/3555/thumb/1595621621","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421020,"originallyAvailableAt":"2013-01-05","addedAt":1586134718,"updatedAt":1595621621,"chapterSource":"media","Media":[{"id":3334,"duration":1421020,"bitrate":1305,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3543,"key":"/library/parts/3543/1595567540/file.mkv","duration":1421020,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E01 - You Will Be Mine, Hero. I Refuse.mkv","size":236713594,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3556","key":"/library/metadata/3556","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"Please Make Us Human","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"The Demon King’s plan is met with heavy resistance from uneducated humans. The Hero gets to witness and the darker side of the Head Maid and questions the validity of the grand plan.","index":2,"parentIndex":1,"rating":10.0,"viewCount":1,"lastViewedAt":1595490690,"year":2013,"thumb":"/library/metadata/3556/thumb/1595621623","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421140,"originallyAvailableAt":"2013-01-12","addedAt":1586134718,"updatedAt":1595621623,"chapterSource":"media","Media":[{"id":3335,"duration":1421140,"bitrate":1005,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3544,"key":"/library/parts/3544/1595567548/file.mkv","duration":1421140,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E02 - Please Make Us Human.mkv","size":183464348,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3557","key":"/library/metadata/3557","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"Where Have You Been?","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"With the first harvests coming in and things settled in the village, the Demon King visits a convent for the next step in her plan. But the nun she meets there has a past with the Hero, and isn't happy to see them together at all.","index":3,"parentIndex":1,"rating":10.0,"viewCount":1,"lastViewedAt":1595663070,"year":2013,"thumb":"/library/metadata/3557/thumb/1595621623","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421020,"originallyAvailableAt":"2013-01-19","addedAt":1586134718,"updatedAt":1595621623,"chapterSource":"media","Media":[{"id":3336,"duration":1421020,"bitrate":981,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3545,"key":"/library/parts/3545/1595567186/file.mkv","duration":1421020,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E03 - Where Have You Been.mkv","size":178409901,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3558","key":"/library/metadata/3558","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"If That Happens, I'll Take a Bite Out of the Hero!","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"Several months had passed since Hero's departure and Female Knight moved to the villa to teach swordsmanship to the Crimson Scholar's students. A member of the Trade Alliance, Young Merchant, pays a visit to Crimson Scholar and she introduces to him another crop then unknown in the Human Realm, corn, claiming that it will help boost mankind's food production even further. Before leaving, he proposes to Crimson Scholar much to her embarassment. With half a year since Hero left to the Demon Realm, the Queen's anxiety increases, unaware that he has made use of his teleportation skill to return regularly to the villa behind her back, a fact only known by Chief Maid, to whom he confesses that he refrains to meet her out of his drive to become useful to her. Meanwhile, the southern nations are assembling a huge naval force to recapture Aurora Island, the only territory in the human world in possession of the Demon Army. ","index":4,"parentIndex":1,"rating":10.0,"viewOffset":130698,"lastViewedAt":1595721337,"year":2013,"thumb":"/library/metadata/3558/thumb/1595621624","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1420900,"originallyAvailableAt":"2013-01-26","addedAt":1586134718,"updatedAt":1595621624,"chapterSource":"media","Media":[{"id":3337,"duration":1420900,"bitrate":924,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3546,"key":"/library/parts/3546/1595567558/file.mkv","duration":1420900,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E04 - If That Happens, I'll Take a Bite Out of the Hero.mkv","size":169106629,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3559","key":"/library/metadata/3559","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"You smell good, Demon King. And I feel safe in your arms, Hero.","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"At Gateway City, a huge city in the Demon Realm occupied by the Humans, Hero, addressing himself as Black Knight, saves a Demon barmaid from being harassed from Crusaders and learns from her how most of the Human army have mistreated the Demons since occupying the city except those who guard the Eastern Fortress. Meanwhile, the expeditionary fleet sent to recapture Aurora Island is a disaster no thanks to their incompetent commander the White Night King when Demon Krakens destroy most of the fleet with only a few survivors, including the Winter Prince, whose father is killed saving the White Night King. Back in the Southern Nations, most of the Southern leaders are disgusted with White Night King, who refuses to take responsibility for his failures and tries to blame it on the late Winter King. Viewed with distrust by White Night King due to Crimson Scholar, the Church and the Alliance helping the Winter Kingdom, the Winter Prince assumes his father's throne, becoming the new Winter King and summons Female Knight to command a second expedition to recapture Aurora Island. As Female Knight prepares to depart, Scholar confesses her true identity to her and wants to be her friend. To her surprise, Female Knight already knew since Hero told her the truth before and accepts the Queen's friendship. The New Year Festival arrives and after one year apart, Hero and Demon Queen finally reunite. After the two have a dance by themselves, Hero reveals to her that he has a plan to liberate Gateway City in one month and learns from her that she also intends to help the Humans retake Aurora Island. Hero then leaves again, promising to meet her next time in the battlefield. ","index":5,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/3559/thumb/1595621624","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421100,"originallyAvailableAt":"2013-02-02","addedAt":1586134718,"updatedAt":1595621624,"chapterSource":"media","Media":[{"id":3338,"duration":1421100,"bitrate":961,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3547,"key":"/library/parts/3547/1595567566/file.mkv","duration":1421100,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E05 - You smell good, Demon King. And I feel safe in your arms, Hero.mkv","size":175658468,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3560","key":"/library/metadata/3560","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"Welcome Back, Hero! Yeah, Old Man. I'm Back!","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"The Crimson Scholar offers plans to the Winter Kingdom to capture Aurora Island. Hero liberates Gateway City by terrifying the nobles to an extent which makes them flee the city. The commander flees after selecting the new commander of the city, of which this new commander decides to make Gateway City a new government that allows humans and demons to live together. The Crimson Scholar unfolds the plan to create an artificial land bridge linking the Winter Kingdom and Aurora Island. After capturing the beachhead, they learn that the Ice General is currently awaiting to be besieged, with an army of 8,000. However, the Winter Kingdom only has an army of 12,000; when normally three times the amount, 24,000, is necessary to successfully siege a castle. However, Hero arrives with a grand army of 9,000 of the best soldiers the Humans have. These soldiers are actually those who had fled the Gateway City, led by the previous commander of Gateway City to aid the Winter Kingdom. Due to this, the Ice General immediately launches his entire army to attack Winter Kingdom, but is soon defeated. The Winter Kingdom has now captured Aurora Island. While the kingdom is celebrating, Hero is welcomed back to the Winter Kingdom by Rou Yumihei, whom he refers to as old man.","index":6,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/3560/thumb/1595621625","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421020,"originallyAvailableAt":"2013-02-09","addedAt":1586134718,"updatedAt":1595621625,"chapterSource":"media","Media":[{"id":3339,"duration":1421020,"bitrate":1098,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3548,"key":"/library/parts/3548/1595567572/file.mkv","duration":1421020,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E06 - Welcome Back, Hero! Yeah, Old Man. I'm Back.mkv","size":199919938,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3561","key":"/library/metadata/3561","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"I'll Be Back Soon, We'll See Each Other Soon","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"As the second summer arrives, the Winter Kingdom has improved significantly with the Crimson Scholar sending one of her students, the Merchant Youngster to help the Winter King. After training with Female Knight and tasting Younger Sister Maid's carbonated drink, the Hero heads back to Gateway City as the Black Knight to attend a festival. While feasting with the Eastern Fortress General, the Fire Dragon Princess, daughter of the Archduke Fire Dragon, arrives much to Hero's chargin as the Princess considers herself as the Black Knight's wife. Realizing time is running out for her, the Scholar brings Hero along with Elder Sister Maid, whom has become her apprentice, to the Iron Nation to show a new invention that will improve the education of the humans, the Printing press. During one night when both the Queen and Female Knight sleep together with Hero, the Queen reveals to Female Knight that she will be going back to the Demon Realm to maintain her rule and go on a ritual that will renew her right to rule and ask her to protect Hero. Before she and Chief Maid head back to the Demon Realm, the Queen gives Elder Sister Maid a magical ring that will change her appearance to look like her so she can attend meetings in her place. Meanwhile, the Crusader Commander is sentence to death for cowardice and abandoning Gateway City but is rescued by the White Kingdom. Bitter over the Winter Kingdom's success, the White King and the Commander joins forces to devise a plot against them. ","index":7,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/3561/thumb/1595621626","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421100,"originallyAvailableAt":"2013-02-16","addedAt":1586134718,"updatedAt":1595621626,"chapterSource":"media","Media":[{"id":3340,"duration":1421100,"bitrate":919,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3549,"key":"/library/parts/3549/1595567580/file.mkv","duration":1421100,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E07 - I'll Be Back Soon, We'll See Each Other Soon.mkv","size":168167053,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3562","key":"/library/metadata/3562","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"Take This Sword, My Lord","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"Young Merchant pays a visit to the Crimson Scholar's villa and by her instructions, Elder Sister Maid tries to impersonate her with the magical ring, but is unable to deceive him. Hero then intervenes and takes him to the Demon realm where he shows him that the now liberated Gateway City became a thriving metropolis inhabited and ruled by humans and demons alike and have the Fire Dragon Princess hold a banquet to them, where he offers him the right to explore the commerce in the city in exchange to help in his and Demon King's efforts. Meanwhile, the Queen has a short meeting with Female Magician at the Royal Library, before entering into the ritual chambers, instructing Head Maid to kill her should she loses her sanity in the process. Back at the villa, Female Knight offers herself to be properly knighted by Hero in a sign of offering him her eternal loyalty, to which he reluctantly accepts. The Winter King is visited by a representative of the church who orders him to hand over Crimson Scholar, who was branded as a heretic and her teachings blasphemous by the newly elected Pope himself, and he rushes to the villa with Archer to warn the others. To protect the Winter Kingdom from further problems, Hero comes up with a plan, by having Elder Sister Maid, disguised as the Scholar, handed over to the church just to be rescued by Hero in a later occasion. ","index":8,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/3562/thumb/1595621626","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421060,"originallyAvailableAt":"2013-02-23","addedAt":1586134718,"updatedAt":1595621626,"chapterSource":"media","Media":[{"id":3341,"duration":1421060,"bitrate":929,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3550,"key":"/library/parts/3550/1595567586/file.mkv","duration":1421060,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E08 - Take This Sword, My Lord.mkv","size":169922337,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3563","key":"/library/metadata/3563","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"Because, I am Human","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"Young Merchant learns from his sources that the Central church and Central nations concocted the heresy charges against Crimson Scholar as her work was helping the South being free from Central's influence. Taking action, he has one of Scholar's students, the Noble Youngster, help in his plans. Meanwhile, an Emissary of the church arrives to take Scholar into custody, unaware that she is in fact Elder Sister Maid in disguise. Before a huge crowd, she is accused of heresy, chained and tortured, as Hero awaits for the opportunity to rescue her, but just when Elder Sister Maid is given the chance to speak, she tells everyone she was once a serf. She tells her story of how she lost most of her family during her days of serfdom and until thanks to their deity, the Spirit of Light, she was saved upon offered a chance to rise and stand as a proper human. She tells the crowd the Spirit gave humans the freedom to choose their own fate and no one has the right take it away from them, and allowing anyone to do that makes them insects. Angered, the Emissary orders the crowd to stone her but the crowd, inspired by her words, stone him and his entourage. One of Emissary's guards attempts to execute Elder Sister Maid but is saved by the Winter King, who puts the Scholar under his country's protection and orders the Emissary to leave with Female Knight also calling him and the Central church corrupt and declares Scholar a Saint. The Emissary flees and vows the Winter Kingdom will pay for their heresy. Meanwhile, a blue skinned demon has visions of Elder Sister Maid which disturbs him while a mysterious entity laments on what is happening right now. ","index":9,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/3563/thumb/1595621627","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1420980,"originallyAvailableAt":"2013-03-02","addedAt":1586134718,"updatedAt":1595621627,"chapterSource":"media","Media":[{"id":3342,"duration":1420980,"bitrate":1094,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3551,"key":"/library/parts/3551/1595567594/file.mkv","duration":1420980,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E09 - Because, I am Human.mkv","size":199166686,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3564","key":"/library/metadata/3564","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"So now their plans are finally coming to fruition?","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"The Southern kingdoms join forces to defy the Central nations by ending serfdom and lower taxes to encourage people to immigrate to the South and the Lakeside Convent separates from the Central Church to form the True Church of the Light Spirit with pamphlets and bards spreading their message. Meanwhile, Young Merchant begins buying wheat from the Central nobles with futures contracts which causes food prices to rise as part of his plans. Fearing their food supplies will run out if Central continues importing their food, the South enacts trade tariffs and taxes on exports. Meanwhile in Gateway city, Fire Dragon Princess informs East Fortress General that the Blue Demon clan are up to something while she later meets with Young Merchant in the Human Realm to buy salt as the demons are running out of salt. As Central declares war on the South due to their trade restrictions, Hero asks the Winter King to buy time before the battle begins as he tries to find a way to prevent needless bloodshed between both sides. ","index":10,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/3564/thumb/1595621628","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421060,"originallyAvailableAt":"2013-03-16","addedAt":1586134718,"updatedAt":1595621628,"chapterSource":"media","Media":[{"id":3343,"duration":1421060,"bitrate":988,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3552,"key":"/library/parts/3552/1595567612/file.mkv","duration":1421060,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E10 - So now their plans are finally coming to fruition.mkv","size":180413107,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3565","key":"/library/metadata/3565","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"You're just destroying and killing, without creating anything.","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"As Young Merchant and Fire Dragon Princess learns that Central intends to install a new currency to prevent inflation, Winter King and Hero are informed an army lead by the Blue Demon clan has emerged from the portal to the Demon Realm and intends to attack from the south. Hero departs to confront the Blue Demon clan alone, allowing the Southern Alliance to focus on the incoming invasion from the north and much to his surprise, he reunites with Female Magician on the way there. Meanwhile in the Demon Realm, the Queen emerges from the chamber possessed by the spirits of the ancient Demon Kings and Chief Maid manages to push her back inside, despite having her right arm cut off by her. Young Merchant, accompanied by Fire Dragon Princess exposes to Merchant Youngster his intention to have the Southern Nations establish their own currency and extend the Merchant Alliance trade with the Demon Realm. In the occasion, Fire Dragon Princess reveals her true self to him, and that she is an envoy of the Demons of Gateway City. The White Night Cavalry led by the Crusader Commander launches a surprise attack to the East of the Iron Kingdom in retaliation for their serfs leaving the country for the Winter, Ice and Iron nations. However, the attack fails thanks the advanced tactics Warrior Youngster learned from Crimson Scholar and Female Knight. Upon learning of the situation, Female Magician instructs Hero to destroy the magic portal linking both realms after she drives away the entire Blue Demon army by having all of them teleported away at once. Passing through the hole created by the explosion, Hero arrives at the Demon Realm and realizes that both Realms are actually located in the same world, like two sides of a coin. As Female Knight moves on with her plan to have the local peasants offer spoiled fodder to sicken the Central Army's horses and hinder their plans, Hero finally reaches the Queen, just to be attacked by her possessed self. ","index":11,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/3565/thumb/1595621629","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421060,"originallyAvailableAt":"2013-03-23","addedAt":1586134718,"updatedAt":1595621629,"chapterSource":"media","Media":[{"id":3344,"duration":1421060,"bitrate":1591,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3553,"key":"/library/parts/3553/1595567630/file.mkv","duration":1421060,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E11 - You're just destroying and killing, without creating anything.mkv","size":287589517,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3566","key":"/library/metadata/3566","parentRatingKey":"3554","grandparentRatingKey":"3553","guid":"com.plexapp.agents.thetvdb://264056/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://264056/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://264056?lang=en","type":"episode","title":"I'm back, My Hero. You sleep too much, my Demon King.","grandparentKey":"/library/metadata/3553","parentKey":"/library/metadata/3554","grandparentTitle":"Maoyu: Archenemy & Hero","parentTitle":"Season 1","summary":"Hero and the Queen are finally reunited after she manages to keep the ancient spirits at bay and regain control of her body. Female Magician appears before the Winter King and delivers him instructions from Crimson Scholar to develop a vaccine for Smallpox and reveals that reveals herself as a demon. Crimson Commander invades the press building and attacks kill Elder Sister Maid, believing that she is Crimson Scholar, but she is rescued by Warrior Youngster who confronts the invader and have him fall to his death. After restoring Chief Maid's arm, Hero explains the situation to the Queen. Meanwhile at the surface, with their horses sick, the Central Army is stationed with their leaders arguing about the yet unclaimed spoils of the war, until a mercenary force makes the first move. Female Knight leads the battle to quickly defeat the mercenaries, and with the arrival of winter, the Central Army is forced to retreat. Back at the Central Nations, it is revealed that the Azure Demons, together with the Central Kings and the Church and are the true conspirators responsible for the war, prepare for resuming the conflict, now armed with firearms, whose design they stole from one of Crimson Scholar's collaborators in the Iron Nation. Back at the Demon World, Demon Queen and Black Knight appear before the Demons and the Queen summons a meeting with the other Demon leaders, which they see as a sign that the war with the humans will continue, much to her sadness. While Young Merchant discuss with the Southern Kings about opening trade with the Demons, Hero and the Queen return to their villa and reunite with their friends. ","index":12,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/3566/thumb/1595621630","art":"/library/metadata/3553/art/1595554391","parentThumb":"/library/metadata/3554/thumb/1595639740","grandparentThumb":"/library/metadata/3553/thumb/1595554391","grandparentArt":"/library/metadata/3553/art/1595554391","grandparentTheme":"/library/metadata/3553/theme/1595554391","duration":1421100,"originallyAvailableAt":"2013-03-29","addedAt":1586134718,"updatedAt":1595621630,"chapterSource":"media","Media":[{"id":3345,"duration":1421100,"bitrate":1178,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3554,"key":"/library/parts/3554/1595567626/file.mkv","duration":1421100,"file":"D:\\Public\\Media\\Anime\\Maoyuu Maou Yuusha\\Season 1\\Maoyuu Maou Yuusha - S01E12 - I'm back, My Hero. You sleep too much, my Demon King.mkv","size":214080262,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"271","key":"/library/metadata/271","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Self-Proclaimed Psychic: Reigen Arataka ~And Mob~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"Psychics fight with supernatural phenomena that cannot be explained by science. Reigen Arataka that runs the Spirits and Such Consultation office is one of those psychics... well, a fake one. His only hope is a super dull middle-schooler named Kageyama Shigeo, a.k.a. Mob. 27% towards Mob's explosion.","index":1,"parentIndex":1,"year":2016,"thumb":"/library/metadata/271/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451971,"originallyAvailableAt":"2016-07-12","addedAt":1586132760,"updatedAt":1595622604,"chapterSource":"media","Media":[{"id":238,"duration":1451971,"bitrate":1827,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3483,"key":"/library/parts/3483/1595622286/file.mkv","duration":1451971,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E01 - Self-Proclaimed Psychic - Reigen Arataka ~And Mob~.mkv","size":334639176,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"272","key":"/library/metadata/272","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Doubts about Youth ~The Telepathy Club Appears~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"The Telepathy Club is told that they are going to be shut down by the student council due to lack of members. It was then that one of the members, Inukawa, thought of possibly getting Mob to join. However, Mob gets a call from Reigen about taking care of an incident at Highso Girls' Academy...","index":2,"parentIndex":1,"year":2016,"thumb":"/library/metadata/272/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451121,"originallyAvailableAt":"2016-07-19","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":239,"duration":1451121,"bitrate":1951,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3484,"key":"/library/parts/3484/1595622286/file.mkv","duration":1451121,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E02 - Doubts about Youth ~The Telepathy Club Appears~.mkv","size":357071519,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"273","key":"/library/metadata/273","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"An Invitation to a Meeting ~Simply Put, I Just Want to be Popular~","titleSort":"Invitation to a Meeting ~Simply Put, I Just Want to be Popular~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"It's great that Mob joined the Body Improvement Club, but he suddenly faints as he's running along the riverside. His wish is to get stronger and to be able to get closer to his beloved Tsubomi-chan. One day, as Mob is feeling troubled, a woman with a strange mask approaches him... Progress toward Mob's explosion: 20%","index":3,"parentIndex":1,"year":2016,"thumb":"/library/metadata/273/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452140,"originallyAvailableAt":"2016-07-26","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":240,"duration":1452140,"bitrate":1876,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3485,"key":"/library/parts/3485/1595622286/file.mkv","duration":1452140,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E03 - An Invitation to a Meeting ~Simply Put, I Just Want to be Popular~.mkv","size":342530986,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"274","key":"/library/metadata/274","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Idiots Only Event ~Kin~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"After the incident with the religious organization (LOL), the evil spirit, Dimple, keeps following Mob around. Also, because of the incident, Mezato Ichi from the school paper starts following around Mob, as well. Then one day, another student joins the Body Improvement Club. Progress Towards Mob's Explosion: 45%","index":4,"parentIndex":1,"year":2016,"thumb":"/library/metadata/274/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451124,"originallyAvailableAt":"2016-08-02","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":241,"duration":1451124,"bitrate":1893,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3486,"key":"/library/parts/3486/1595622286/file.mkv","duration":1451124,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E04 - Idiots Only Event ~Kin~.mkv","size":346505919,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"275","key":"/library/metadata/275","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"OCHIMUSHA ~Psychic Powers and Me~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"Mob is challenged to a one-on-one fight with Black Vinegar Middle School's shadow leader, Hanazawa Teruki, otherwise known as Teru. Mob doesn't use his powers but Teru goes all out on him, destroying everything around him. Teru continues to unleash his incredible power when Mob suddenly remembers a tragedy that happened between him and Ritsu...","index":5,"parentIndex":1,"year":2016,"thumb":"/library/metadata/275/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452141,"originallyAvailableAt":"2016-08-09","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":242,"duration":1452141,"bitrate":1426,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3487,"key":"/library/parts/3487/1595622286/file.mkv","duration":1452141,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E05 - OCHIMUSHA ~Psychic Powers and Me~.mkv","size":260779878,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"276","key":"/library/metadata/276","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Discord ~To Become One~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"Peaceful days return after Mob's fight with Teru. As usual, Reigen continues to trick people as a fake psychic, and the president of the Telepathy Club, Kurata Tome, drags Mob around to find other espers. Then one day, a mysterious man talks to Mob's younger brother, Ritsu...","index":6,"parentIndex":1,"year":2016,"thumb":"/library/metadata/276/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451129,"originallyAvailableAt":"2016-08-16","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":243,"duration":1451129,"bitrate":1881,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3488,"key":"/library/parts/3488/1595622286/file.mkv","duration":1451129,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E06 - Discord ~To Become One~.mkv","size":344242592,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"277","key":"/library/metadata/277","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Exaltation ~I've Obtained Loss~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"Salt Middle School undergoes deep cleaning lead by the student council president, Kamuro, and one thug after another gets targeted. Meanwhile, the story about Mob defeating the shadow leader at Black Vinegar Middle School starts to get embellished and takes on a life of it's own, and Mob gets to be known as \"White T Poison.\" All of the gang leaders from the other schools start to gather at Salt Middle School to confront White T Poison. Also, Ritsu awakens to his dormant psychic powers, and Dimple manages to convince Ritsu to pair with him to become stronger than his brother. Ritsu finally gets to experience those powers for himself, but...","index":7,"parentIndex":1,"year":2016,"thumb":"/library/metadata/277/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452140,"originallyAvailableAt":"2016-08-23","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":244,"duration":1452140,"bitrate":1696,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3489,"key":"/library/parts/3489/1595622286/file.mkv","duration":1452140,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E07 - Exaltation ~I've Obtained Loss~.mkv","size":311194094,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"278","key":"/library/metadata/278","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"The Older Brother Bows ~Destructive Intent~","titleSort":"Older Brother Bows ~Destructive Intent~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"After defeating all of the gang leaders from the surrounding schools, Ritsu feels omnipotent. And then, he's confronted by none other than his older brother, Mob. Mob knew that Ritsu had wanted psychic powers for a while, so he congratulates him. However Ritsu doesn't greet his brother with kindness. Meanwhile, a mysterious man watches the brothers from a distance. He easily manages to grab Ritsu, and tries to drag him off. Mob activates his powers in order to save his brother, but...","index":8,"parentIndex":1,"year":2016,"thumb":"/library/metadata/278/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451165,"originallyAvailableAt":"2016-08-30","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":245,"duration":1451165,"bitrate":1721,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3490,"key":"/library/parts/3490/1595622286/file.mkv","duration":1451165,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E08 - The Older Brother Bows ~Destructive Intent~.mkv","size":313834301,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"279","key":"/library/metadata/279","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Claw ~7th Division~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"Ritsu and the others get abducted by a mysterious man named Koyama, and get taken to the secret organization Claw's 7th Division. Claw is an organization who is trying to lead the world to a better future by taking it over. One of Claw's assassins, Terada goes after Mob and Teru, but they overpower him and get him to tell them...","index":9,"parentIndex":1,"year":2016,"thumb":"/library/metadata/279/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452135,"originallyAvailableAt":"2016-09-06","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":246,"duration":1452135,"bitrate":1654,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3491,"key":"/library/parts/3491/1595622286/file.mkv","duration":1452135,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E09 - Claw ~7th Division~.mkv","size":302317358,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"280","key":"/library/metadata/280","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"The Heinous Aura ~Mastermind~","titleSort":"Heinous Aura ~Mastermind~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"Mob and Teru infiltrate the Claw's 7th Division to save Ritsu. Meanwhile, Ritsu tries to escape with the other esper kids and they run into the upper echelon and leader of the 7th Division. Teru and Dimple run into trouble after a strenuous battle, and the boss from Claw finally shows himself...","index":10,"parentIndex":1,"year":2016,"thumb":"/library/metadata/280/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1453129,"originallyAvailableAt":"2016-09-13","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":247,"duration":1453129,"bitrate":1890,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3492,"key":"/library/parts/3492/1595622286/file.mkv","duration":1453129,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E10 - The Heinous Aura ~Mastermind~.mkv","size":344991711,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"281","key":"/library/metadata/281","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Master ~Leader~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"Mob, Ritsu, and Teru are trapped in a room where they can't use their powers. And then, someone rather unexpected shows up in front of them: Mob's master and self-proclaimed psychic, Reigen.","index":11,"parentIndex":1,"year":2016,"thumb":"/library/metadata/281/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452273,"originallyAvailableAt":"2016-09-20","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":248,"duration":1452273,"bitrate":1988,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3493,"key":"/library/parts/3493/1595622286/file.mkv","duration":1452273,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E11 - Master ~Leader~.mkv","size":363393254,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"282","key":"/library/metadata/282","parentRatingKey":"270","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Mob and Reigen ~A Giant Tsuchinoko Appears~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/270","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 1","contentRating":"TV-14","summary":"Mob is finally pushed to his limit when he has to face Sakurai, Muraki, Matsuo and Ishiguro of the upper echelon. But then, he comes to a rather surprising decision... ","index":12,"parentIndex":1,"year":2016,"thumb":"/library/metadata/282/thumb/1595622605","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/270/thumb/1591408341","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452882,"originallyAvailableAt":"2016-09-27","addedAt":1586132760,"updatedAt":1595622605,"chapterSource":"media","Media":[{"id":249,"duration":1452882,"bitrate":1905,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3494,"key":"/library/parts/3494/1595622286/file.mkv","duration":1452882,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 1\\Mob Psycho 100 - S01E12 - Mob and Reigen ~A Giant Tsuchinoko Appears~.mkv","size":348157501,"container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}]},{"ratingKey":"284","key":"/library/metadata/284","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Ripped Apart ~Someone Is Watching~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"Reigen recieved a phone call at his office, the Spirits and Such Consultation Office. The client asked him to find out what the black shadow that kept destroying his fields actually was. Meanwhile, back at Salt Middle School, Kamuro announces that he's going to resign from the position of student council president. Elections to decide a new studnet council president are going to be held and Mezato convinces Mob to run as a candidate, but...","index":1,"parentIndex":2,"year":2019,"thumb":"/library/metadata/284/thumb/1595622603","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452292,"originallyAvailableAt":"2019-01-07","addedAt":1586148394,"updatedAt":1595622603,"Media":[{"id":250,"duration":1452292,"bitrate":1990,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"rext","Part":[{"id":3470,"key":"/library/parts/3470/1595622352/file.mkv","duration":1452292,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E01 - Ripped Apart ~Someone Is Watching~.mkv","size":362337023,"container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"285","key":"/library/metadata/285","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Urban Legends ~Encountering Rumors~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"Because of the lack of clients visiting or calling his office, Reigen decides to take his business on the road. They go to Cuticle City where there seems to be various urban legend sightings. They immediately get a request to deal with something called the Dragger. With the help of a local psychic they happened to meet named Shinra Banshomaru they go to take care of the Dragger as well as the other urban legends that plague the city.","index":2,"parentIndex":2,"year":2019,"thumb":"/library/metadata/285/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452297,"originallyAvailableAt":"2019-01-14","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":251,"duration":1452297,"bitrate":2521,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"rext","Part":[{"id":3471,"key":"/library/parts/3471/1595622352/file.mkv","duration":1452297,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E02 - Urban Legends ~Encountering Rumors~.mkv","size":458699133,"container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"286","key":"/library/metadata/286","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"One Danger After Another ~Degeneration~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"Reigen sets up an official homepage for his Spirits and Such Consultation Office and he immediately starts to get jobs left and right, including a middle-aged man asking Reigen to curse someone and a woman who's being haunted by a ghost. As he was listening to their problems, Mob realizes something. Why do people treat humans and spirits so differently? Meanwhile, Reigen gets another request from a group of college students that want to take a photo at a haunted location, but...","index":3,"parentIndex":2,"year":2019,"thumb":"/library/metadata/286/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451309,"originallyAvailableAt":"2019-01-21","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":252,"duration":1451309,"bitrate":1393,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"rext","Part":[{"id":3472,"key":"/library/parts/3472/1595622352/file.mkv","duration":1451309,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E03 - One Danger After Another ~Degeneration~.mkv","size":253884576,"container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"287","key":"/library/metadata/287","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Inside ~Evil Spirit~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"Reigen and Mob receive a new job. This time, their client is a wealthy man named Asagiri Masashi. He's not just rich, but super rich, so Reigen and Mob head to his mansion only to find other self-proclaimed psychics there as well. One of the psychics there happens to include the president of the Rising Sun Spiritual Union, Jodo Kirin. The job is apparently to exorcise the evil spirit that is apparently possessing his daughter, Minori.","index":4,"parentIndex":2,"year":2019,"thumb":"/library/metadata/287/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452293,"originallyAvailableAt":"2019-01-28","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":253,"duration":1452293,"bitrate":1980,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"rext","Part":[{"id":3473,"key":"/library/parts/3473/1595622352/file.mkv","duration":1452293,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E04 - Inside ~Evil Spirit~.mkv","size":360591210,"container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"288","key":"/library/metadata/288","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Discord ~Choices~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"Mob gets trapped inside a parallel world created by Mogami Keiji. Minori ends up transferring to his class, and Mob becomes the target of bullying. He can't ask anyone for help, and his negative emotions start to build inside. The truth behind the tragedy that Mogami went through when he was alive comes to light. Meanwhile, Reigen and the others were waiting for Mob to regain consciousness back at the Asagiri mansion. Dimple attempts to save Mob by infiltrating Minori's body.","index":5,"parentIndex":2,"year":2019,"thumb":"/library/metadata/288/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451305,"originallyAvailableAt":"2019-02-04","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":254,"duration":1451305,"bitrate":1906,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"rext","Part":[{"id":3474,"key":"/library/parts/3474/1595622352/file.mkv","duration":1451305,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E05 - Discord ~Choices~.mkv","size":346840267,"container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"289","key":"/library/metadata/289","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Poor, Lonely, Whitey","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"After hanging out with the Body Improvement Club and Telepathy Club more, Mob starts to feel joy like he'd never felt before. One day while he's having fun with them, he gets a call from Reigen, spoiling his fun. Mob asks Reigen to stop summoning him so suddenly, and Reigen just handles the situation in his usual overbearing manner. And because of something very minor, a gap forms between them. Reigen is forced to go on jobs without Mob, forcing him to reexamine himself.","index":6,"parentIndex":2,"year":2019,"thumb":"/library/metadata/289/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452297,"originallyAvailableAt":"2019-02-11","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":255,"duration":1452297,"bitrate":1667,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"rext","Part":[{"id":3475,"key":"/library/parts/3475/1595622352/file.mkv","duration":1452297,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E06 - Poor, Lonely, Whitey.mkv","size":303856434,"container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"290","key":"/library/metadata/290","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Cornered ~True Identity~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"After splitting up with Mob, Reigen starts doing a lot of the jobs on his own. He then gets an offer to appear on a TV program. Reigen is ecstatic and accepts the offer, but this was all a trap set by Jodo Kirin, the president of the Rising Sun Spiritual Union. Jodo corners him during the live filming of the show and the fact that Reigen is a fraud comes to light. Reigen gets bashed from all sides and ends up having to hold a press conference...","index":7,"parentIndex":2,"year":2019,"thumb":"/library/metadata/290/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451313,"originallyAvailableAt":"2019-02-18","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":256,"duration":1451313,"bitrate":2027,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"rext","Part":[{"id":3476,"key":"/library/parts/3476/1595622352/file.mkv","duration":1451313,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E07 - Cornered ~True Identity~.mkv","size":368860053,"container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"291","key":"/library/metadata/291","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Even Then ~Continue Forward~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"The day for the annual marathon and Salt Middle School was drawing nearer. Mob proclaims that if he places in the top 10 he'll tell Tsubomi how he feels about her. Everyone around him cheers Mob on and he starts training hard every day until the day of the event. Meanwhile, Tsubomi and her friend Miki go to Reigen's Spirits and Such Consultation Office with a request. Ritsu happened to be at the office, helping out in Mob's absence, but he hears Tsubomi say something rather surprising.\r\n","index":8,"parentIndex":2,"year":2019,"thumb":"/library/metadata/291/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452308,"originallyAvailableAt":"2019-02-25","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":257,"duration":1452308,"bitrate":1898,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"rext","Part":[{"id":3477,"key":"/library/parts/3477/1595622352/file.mkv","duration":1452308,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E08 - Even Then ~Continue Forward~.mkv","size":345675908,"container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"292","key":"/library/metadata/292","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Show Me What You've Got ~Band Together~ ","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"","index":9,"parentIndex":2,"year":2019,"thumb":"/library/metadata/292/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451299,"originallyAvailableAt":"2019-03-04","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":258,"duration":1451299,"bitrate":2051,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"rext","Part":[{"id":3478,"key":"/library/parts/3478/1595622352/file.mkv","duration":1451299,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E09 - Show Me What You've Got ~Band Together~.mkv","size":373184778,"container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"293","key":"/library/metadata/293","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Collision ~Power Type~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"The boss of the Claw, Suzuki Toichiro barricades himself into Seasoning City Culture Tower after declaring war on the world. After instantly getting rid of the police barriers, they make their next move. Meanwhile, back at the hideout, Reigen and the others were making their move, as well. The former members of the 7th Division and the Awakening Lab head to the tower under Reigen's instruction. Sho and Ritsu also make their move to stop Suzuki's plans.","index":10,"parentIndex":2,"year":2019,"thumb":"/library/metadata/293/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452290,"originallyAvailableAt":"2019-03-11","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":259,"duration":1452290,"bitrate":2188,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"rext","Part":[{"id":3479,"key":"/library/parts/3479/1595622352/file.mkv","duration":1452290,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E10 - Collision ~Power Type~.mkv","size":398286716,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"294","key":"/library/metadata/294","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Guidance ~Psychic Sensor~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"","index":11,"parentIndex":2,"year":2019,"thumb":"/library/metadata/294/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451289,"originallyAvailableAt":"2019-03-18","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":260,"duration":1451289,"bitrate":2354,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"rext","Part":[{"id":3480,"key":"/library/parts/3480/1595622352/file.mkv","duration":1451289,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E11 - Guidance ~Psychic Sensor~.mkv","size":428008205,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"295","key":"/library/metadata/295","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Battle for Social Rehabilitation ~Friendship~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"","index":12,"parentIndex":2,"year":2019,"thumb":"/library/metadata/295/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1452290,"originallyAvailableAt":"2019-03-25","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":261,"duration":1452290,"bitrate":2193,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"rext","Part":[{"id":3481,"key":"/library/parts/3481/1595622352/file.mkv","duration":1452290,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E12 - Battle for Social Rehabilitation ~Friendship~.mkv","size":399108647,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"296","key":"/library/metadata/296","parentRatingKey":"283","grandparentRatingKey":"269","guid":"com.plexapp.agents.thetvdb://307375/2/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://307375/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://307375?lang=en","type":"episode","title":"Boss Fight ~The Final Light~","grandparentKey":"/library/metadata/269","parentKey":"/library/metadata/283","grandparentTitle":"Mob Psycho 100","parentTitle":"Season 2","contentRating":"TV-14","summary":"The conclusion of the final fight and the start and reinvigoration of numerous relationships.","index":13,"parentIndex":2,"year":2019,"thumb":"/library/metadata/296/thumb/1595622604","art":"/library/metadata/269/art/1591408343","parentThumb":"/library/metadata/283/thumb/1591408343","grandparentThumb":"/library/metadata/269/thumb/1591408343","grandparentArt":"/library/metadata/269/art/1591408343","grandparentTheme":"/library/metadata/269/theme/1591408343","duration":1451289,"originallyAvailableAt":"2019-04-01","addedAt":1586148394,"updatedAt":1595622604,"Media":[{"id":262,"duration":1451289,"bitrate":2174,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"rext","Part":[{"id":3482,"key":"/library/parts/3482/1595622352/file.mkv","duration":1451289,"file":"D:\\Public\\Media\\Anime\\Mob Psycho 100\\Season 2\\Mob Psycho 100 - S02E13 - Boss Fight ~The Final Light~.mkv","size":395406335,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"rext"}]}]},{"ratingKey":"3502","key":"/library/metadata/3502","parentRatingKey":"3501","grandparentRatingKey":"3500","guid":"com.plexapp.agents.thetvdb://267435/3/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://267435/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://267435?lang=en","type":"episode","title":"In Due Time, the Seasons Change and the Snow Melts","grandparentKey":"/library/metadata/3500","parentKey":"/library/metadata/3501","grandparentTitle":"My Teen Romantic Comedy SNAFU","parentTitle":"Season 3","contentRating":"TV-14","summary":"After Yukino announced that she was ready to name her request to the Service Club, a long silence followed… but that silence is about to broken.","index":1,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3502/thumb/1595527784","art":"/library/metadata/3500/art/1595527786","parentThumb":"/library/metadata/3501/thumb/1595527786","grandparentThumb":"/library/metadata/3500/thumb/1595527786","grandparentArt":"/library/metadata/3500/art/1595527786","grandparentTheme":"/library/metadata/3500/theme/1595527786","duration":1461114,"originallyAvailableAt":"2020-07-10","addedAt":1594877170,"updatedAt":1595527784,"Media":[{"id":3126,"duration":1461114,"bitrate":3435,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3137,"key":"/library/parts/3137/1594877042/file.mkv","duration":1461114,"file":"D:\\Public\\Media\\Anime\\My Teen Romantic Comedy SNAFU\\Season 3\\My Teen Romantic Comedy SNAFU - S03E01 - In Due Time, the Seasons Change and the Snow Melts.mkv","size":627976014,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3503","key":"/library/metadata/3503","parentRatingKey":"3501","grandparentRatingKey":"3500","guid":"com.plexapp.agents.thetvdb://267435/3/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://267435/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://267435?lang=en","type":"episode","title":"That Key Was Never Handled Until Today","grandparentKey":"/library/metadata/3500","parentKey":"/library/metadata/3501","grandparentTitle":"My Teen Romantic Comedy SNAFU","parentTitle":"Season 3","contentRating":"TV-14","summary":"Isshiki approaches the Service Club with and interesting proposition, but Yukino would like to handle this time-sensitive challenge on her own.","index":2,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3503/thumb/1595527785","art":"/library/metadata/3500/art/1595527786","parentThumb":"/library/metadata/3501/thumb/1595527786","grandparentThumb":"/library/metadata/3500/thumb/1595527786","grandparentArt":"/library/metadata/3500/art/1595527786","grandparentTheme":"/library/metadata/3500/theme/1595527786","duration":1461069,"originallyAvailableAt":"2020-07-17","addedAt":1594923381,"updatedAt":1595527785,"Media":[{"id":3127,"duration":1461069,"bitrate":8121,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3138,"key":"/library/parts/3138/1594923272/file.mkv","duration":1461069,"file":"D:\\Public\\Media\\Anime\\My Teen Romantic Comedy SNAFU\\Season 3\\My Teen Romantic Comedy SNAFU - S03E02 - That Key Was Never Handled Until Today.mkv","size":1483727325,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3552","key":"/library/metadata/3552","parentRatingKey":"3501","grandparentRatingKey":"3500","guid":"com.plexapp.agents.thetvdb://267435/3/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://267435/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://267435?lang=en","type":"episode","title":"Iroha Isshiki is the Strongest Junior, as Expected","grandparentKey":"/library/metadata/3500","parentKey":"/library/metadata/3501","grandparentTitle":"My Teen Romantic Comedy SNAFU","parentTitle":"Season 3","contentRating":"TV-14","summary":"What is a prom, exactly? Yukino and Iroha have a plan to show both Hachiman and the student body the answer to that question… with Yui’s help, of course!","index":3,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3552/thumb/1595527786","art":"/library/metadata/3500/art/1595527786","parentThumb":"/library/metadata/3501/thumb/1595527786","grandparentThumb":"/library/metadata/3500/thumb/1595527786","grandparentArt":"/library/metadata/3500/art/1595527786","grandparentTheme":"/library/metadata/3500/theme/1595527786","duration":1461162,"originallyAvailableAt":"2020-07-24","addedAt":1595527763,"updatedAt":1595527786,"Media":[{"id":3175,"duration":1461162,"bitrate":8120,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3224,"key":"/library/parts/3224/1595527648/file.mkv","duration":1461162,"file":"D:\\Public\\Media\\Anime\\My Teen Romantic Comedy SNAFU\\Season 3\\My Teen Romantic Comedy SNAFU - S03E03 - Iroha Isshiki is the Strongest Junior, as Expected.mkv","size":1483567929,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"299","key":"/library/metadata/299","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Between the Land and Sea","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Former students of Nami Junior High School, Hikari Sakishima, Chisaki Hiradaira, Kaname Isaki, and Manaka Mukaido are forced to attend a school on land called Mihama Junior High School. Hikari's short temper towards Manaka leads to a series of events that culminate in her being caught by Tsumugu Kihara, the son of a fisherman, who also attends Mihama Junior High. On their first day while all four are introducing themselves, they are met with disgust for being sea people and Hikari bites back just as harshly. This is an early sign showing the rift between the land and sea people descendants of a sacrifice (Ofunehiki) to the sea god. After school Manaka and Hikari visit Uroko-sama, the sea god messenger. Manaka brings an offering and after Uroko-sama tries to seduce her, she hits him in the face and is cursed with a fish growing out of her knee the next day. After class, some of Manaka's classmates start to invasively question her whereupon she hits her knee attempting to escape causing a fart sound. Her classmates laugh as she runs away into the forest in embarrassment. Lost, Manaka collapses due to being out of the water for too long and her ena, skin that allows them to live in the sea, begins to dry and flake off. Hikari and the others go looking for her. Luckily Manaka is found by Tsumugu who brings her to his house to rehydrate her. Once awake, she immediately becomes embarrassed as Tsumugu has just seen the fish on her knee. To her surprise he thinks it and her ena are beautiful. Later that evening after searching all day, Hikari meets up with Manaka and Tsumugu and misunderstanding his role, tries to pick a fight with Tsumugu. Manaka intervenes, and Hikari angry at how she was comfortable around another guy, pulls her into the sea with him. ","index":1,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/299/thumb/1595622851","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1422171,"originallyAvailableAt":"2013-10-03","addedAt":1586131998,"updatedAt":1595622851,"Media":[{"id":263,"duration":1422171,"bitrate":912,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3603,"key":"/library/parts/3603/1595622612/file.mkv","duration":1422171,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E01 - Between the Land and Sea.mkv","size":159086751,"container":"mkv","videoProfile":"high"}]}],"Writer":[{"tag":"Okada Mari"}]},{"ratingKey":"300","key":"/library/metadata/300","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Cold Skin","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Manaka attempts to instigate another curse when her cursed fish departs to keep Tsumugu happy. Angry about Manaka's acts toward Tsumugu, Hikari verbally lashes out against her during school while Manaka attempts to balance her friendship with Hikari and her relationship with Tsumugu. Tsumugu, Manaka, Hikari, Chisaki, and Kaname all volunteer to make the offering for the Ofunehiki wherein they discuss Shioshishio and Tsumugu. As Manaka, Hikari, Chisaki, and Kaname leave for the day, they spot Akari kissing a man as she is dropped off at the pier. With relationships between sea people and land people on their mind, the four contemplate their individual concerns on the matter. The next day, Chisaki discovers Tsumugu is making a watering hole but wishes Tsumugu wasn't so nice. At Uroko's, Manaka begs to be cursed again being interrupted as elder men of the village dragged Akari to Uroko's place since due to her being involved with someone from the surface. Hikari and Manaka can only watch on as Tomori takes Akari to Uroko. ","index":2,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/300/thumb/1595622852","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421229,"originallyAvailableAt":"2013-10-10","addedAt":1586131998,"updatedAt":1595622852,"Media":[{"id":264,"duration":1421229,"bitrate":792,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3604,"key":"/library/parts/3604/1595622616/file.mkv","duration":1421229,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E02 - Cold Skin.mkv","size":137438466,"container":"mkv","videoProfile":"high"}]}],"Writer":[{"tag":"Okada Mari"}]},{"ratingKey":"301","key":"/library/metadata/301","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Legend of the Sea","titleSort":"Legend of the Sea","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"As Akari is scolded by her father for disobeying the village's rules, Hikari reminisces about how she always took care of him after their mother's death, and is later informed by Akari that she decided to break up with her boyfriend. The next day, Hikari decides to confront the man and follows him up to Tsumugu's house where he is stopped by Tsumugu's grandfather, who explains to them that aside from the bad mood with the inhabitants of the surface, people from the village are not allowed to marry those from outside as their children will be born without ena. The children become unable to survive underwater and thus the former inhabitants are forced to leave Shioshishio to raise them. During so, Hikari discovers that Tsumugu's grandfather also came from the village. On the next day, Hikari stops being hostile to Tsumugu and he becomes friends with the rest of the group after they finally complete the Ofunehiki together. Knowing how much she is suffering with their separation, Hikari decides to make amends with Akari's boyfriend, but is stopped by the two girls who fought him before and one of them reveals that said man is her father. ","index":3,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/301/thumb/1595622852","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421226,"originallyAvailableAt":"2013-10-17","addedAt":1586131998,"updatedAt":1595622852,"Media":[{"id":265,"duration":1421226,"bitrate":743,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3605,"key":"/library/parts/3605/1595622616/file.mkv","duration":1421226,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E03 - The Legend of the Sea.mkv","size":128482074,"container":"mkv","videoProfile":"high"}]}],"Writer":[{"tag":"Okada Mari"}]},{"ratingKey":"302","key":"/library/metadata/302","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Because We're Friends","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Miuna and her friend Sayu ask Hikari to come up with a plan to break apart Akari and her father Itaru for good but he declines, claiming that he despises underhand schemes. In home economics class, Manaka decides to have some of her classmates taste the dish she made with her friends in an attempt to befriend them too, but they shove her away dropping it on the ground and cause a commotion in class. The boys refuse to apologize and when Hikari learns that someone destroyed the Ofunehiki, he blames them for it while the real culprit, Sayu confesses that she did it to get back at Hikari for refusing to help them. Remembering Hikari's words Miuna reprimands her friend for it and while returning home, Hikari and Manaka rescue Itaru from drowning after he borrowed some diving gear to see Akari at the village and they discover that Miuna's deceased mother was from Shioshishio. Meanwhile, Akari reveals to Uroko that she was friends with Miuna and her family and after her mother died, she decided to take care of her and her father in her place, but with Miuna's rejection, she decided to give up on it. After learning from Sayu that she was the one who destroyed the Ofunehiki, Hikari apologizes to the boys that he wrongly accused and Manaka stands up for him, which makes Chisaki sad as once again Manaka helps Hikari while she could do nothing for him. ","index":4,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/302/thumb/1595622852","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421018,"originallyAvailableAt":"2013-10-24","addedAt":1586131998,"updatedAt":1595622852,"Media":[{"id":266,"duration":1421018,"bitrate":720,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3606,"key":"/library/parts/3606/1595622616/file.mkv","duration":1421018,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E04 - Because We're Friends.mkv","size":124646624,"container":"mkv","videoProfile":"high"}]}],"Writer":[{"tag":"Okada Mari"}]},{"ratingKey":"303","key":"/library/metadata/303","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Hey, Sea Slug","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Still depressed with what happened, Chisaki does not join her friends on their way to school and when she finally leaves, she meets Tsumugu. Chisaki then confesses to Tsumugu that she likes Hikari unaware that Manaka, who returned to pick her up, was hearing them. Meanwhile, Akari breaks up for good with Itaru, claiming that she would never replace Miuna's mother in her heart. However, Akari learns later that Miuna diappeared and after warning Hikari about it, he and his friends manage to find her. Claiming to his sister that they will take care of her for the night, Hikari and co. have dinner with Miuna and after the others leave home, Miuna confesses to Hikari that she always liked Akari, but rejects her out of fear of one day losing her just like it happened with her mother and Hikari manages to cheer her up. In the next day, a worried Akari finds Hikari and Miuna sleeping peacefully beside each other and reconciles with her. ","index":5,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/303/thumb/1595622852","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421298,"originallyAvailableAt":"2013-10-31","addedAt":1586131998,"updatedAt":1595622852,"Media":[{"id":267,"duration":1421298,"bitrate":709,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3607,"key":"/library/parts/3607/1595622616/file.mkv","duration":1421298,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E05 - Hey, Sea Slug.mkv","size":123039609,"container":"mkv","videoProfile":"high"}]}],"Writer":[{"tag":"Okada Mari"}]},{"ratingKey":"304","key":"/library/metadata/304","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Beyond Tomoebi","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"The children are taking swim classes and the boys get hyped upon Chisaki's body. Hikari and Tsumugu decide to have a small competition but Hikari ends up crushing his toenail and Manaka rushes in quickly to assist him, leaving Chisaki once again ashamed as once again Manaka stood up to him ahead of her, to the point of refusing to help taking him to the infirmary and Hikari gets frustrated not only for hurting himself, but for realizing that Tsumugu can swim faster than him at the surface. After classes, the children join togerther to rebuild the Ofunehiki, joined later by Miuna, Sayu and hte rest of the class. However, Chisaki leaves earlier and Manaka fails to cheer her up, as she is still troubled by her feelings. On her way back home, Manaka meets Tsumugu and reminisces about the day when she and her friends failed to witness the Tomoebi, a rare underwater natural phenomenon because it took to long for her to join them. Back at Shioshishio, Manaka witness the Tomoebi starting again and manages to call Chisaki to watch it with her, and taking Tsumugu's advice, she speaks her mind without hesitating to reconcile with her, but regretting that they could not watch it together with the boys, unaware that Hikari and Kaname are watching it too while overhearing them. ","index":6,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/304/thumb/1595622852","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1422046,"originallyAvailableAt":"2013-11-07","addedAt":1586131998,"updatedAt":1595622852,"Media":[{"id":268,"duration":1422046,"bitrate":923,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3608,"key":"/library/parts/3608/1595622616/file.mkv","duration":1422046,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E06 - Beyond Tomoebi.mkv","size":160993735,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"305","key":"/library/metadata/305","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Boatdrift Ceremony Shakes","titleSort":"Boatdrift Ceremony Shakes","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Assisted by their friends, the children manage to rebuild the Ofunehiki. However, the real festival will not be held as the fishermen and the men from Shioshishio are at odds with each other. After helping the others to collect signatures for a petition to hold the festival again, Hikari fails to convince his father Tomori to comply but he ends up taking part in the reunion between both parts arranged by him. Despite being impressed at first with the Ofunehiki, it does not take long for both sides to reiginite their old feuds and start fighting, a situation that gets even more hectic when Akari and Itaru enter the room together. After the failed meeting, Tomori attempts to once again persuade her to break up with Itaru but she had made her decision and prepares herself to leave her house in Shioshishio. Hikari decides to leave with her as well but Uroko uses his powers in attempt to stop them until Tomori asks him to let them go. ","index":7,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/305/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421229,"originallyAvailableAt":"2013-11-14","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":269,"duration":1421229,"bitrate":829,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3609,"key":"/library/parts/3609/1595622616/file.mkv","duration":1421229,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E07 - The Boatdrift Ceremony Shakes.mkv","size":143287466,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"306","key":"/library/metadata/306","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Beyond the Wavering Feelings","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Hikari and Akari move to Itaru's house and after dinner, Itaru reaffirms his intention to have Akari's father and the rest of Shioshishio acknowledge their union. Miuna asks Hikari to help her look for a present to Akari and he calls the rest of his friends to accompany them to the city. At the train station, they encounter Tsumugu who later leads them around the city. They check stores around the city for an affordable necklace for Akari. In one of the stores, Chisaki and Hikari get left behind since the elevator was full. Chisaki uses this moment to discuss with Hikari his feelings for Manaka. Hikari claims that if Manaka chooses to be with Tsumugu, he will respect that. After choosing the present she intends to buy, Miuna asks her father for some extra money just to later discover that the necklace in question is sold out. Hikari and the ohters decides to help her search for some shells to craft a similar necklace instead. When Miuna finally gives the necklace to Akari, it starts snowing and Hikari recognizes that it is in fact saline snow, a phenomenon that supposedly only occurs underwater. ","index":8,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/306/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1422171,"originallyAvailableAt":"2013-11-21","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":270,"duration":1422171,"bitrate":730,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3610,"key":"/library/parts/3610/1595622616/file.mkv","duration":1422171,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E08 - Beyond the Wavering Feelings.mkv","size":126723478,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"307","key":"/library/metadata/307","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Unknown Warmth","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"The adults of Shioshishio are assembled by Uroko who reveals that a catastrophe is coming. Meanwhile the students continue their preparations for the upcoming festival when Chisaki feels ill and Tsumugu takes her to the sea to restore her Ena. In the occasion, Tsumugu asks her if she has given up on Hikari and she decides to go home instead. Kaname accompanies her and they arrive at the village just to be recieved by the adults carrying blue lanterns. Manaka follows soon after and when she arrives home, she is infomed that from then on it is forbidden to return to the surface. In the next day Hikari learns that all of his friends from Shioshishio are abscent from school and he returns to the village to find out why. Manaka informs him that they are forbidden to leave the village as a calamity is impending and expresses her will to support him. Despite knowing that Manaka only views him as a friend, Hikari does not resist the urge to embrace her and he flees after a surprised Manaka shoves him away. ","index":9,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/307/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421837,"originallyAvailableAt":"2013-11-28","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":271,"duration":1421837,"bitrate":790,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3611,"key":"/library/parts/3611/1595622616/file.mkv","duration":1421837,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E09 - Unknown Warmth.mkv","size":137259002,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"308","key":"/library/metadata/308","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Saltflake Snow Falls and Falls","titleSort":"Saltflake Snow Falls and Falls","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Hikari is informed that according to Uroko, the Sea God's power is weakening and thus the saltflake snow will keep falling and cooling the world until it freezes, possibly killing all humans in the surface in the process until his powers renew and the world is restored to its former self. To avoid this fate, the people undersea will enter into hibernation and the villagers will gather for a banquet on friday, entering into a fasting period after that until the hibernation begins. Believing that the only way to please the Sea God and prevent this catastrophe is to perform the Ofunehiki, Hikari convinces Uroko to let him and his friends go to school until the time for their hibernation and they revew their effort to make it happen. During the banquet, Manaka is distraught upon the current situation and when she finally finds a sea slug with a red belly, she makes a wish for it. In the next day, Kaname approaches Chisaki and confesses his feelings for her.","index":10,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/308/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421879,"originallyAvailableAt":"2013-12-05","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":272,"duration":1421879,"bitrate":708,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3612,"key":"/library/parts/3612/1595622616/file.mkv","duration":1421879,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E10 - The Saltflake Snow Falls and Falls.mkv","size":122164661,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"309","key":"/library/metadata/309","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Changing Times","titleSort":"Changing Times","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"After Kaname's confession, he and Chisaki accompany their friends to school as if nothing had happened. After their fast begins, the people of Shioshishio's Ena gets thicker in preparation for their hibernation, thus the children need to ressuply it with water more frequently while on surface. Fearing that they might never see their friends again after their sleep begins, Hikari and the others start eating again to delay the process. Meanwhile, Akari and Itaru make plans for their marriage while the fishermen asks Hikari to help them perform the Ofunehiki to please the Sea God and stop the cold. However, Iroko claims that their efforts at that point are futile but Hikari insists that they must do something. Assisted by the rest of the city, the children make their preparations for the ritual, but apparently it will happen in the same day the sea dwellers will start their hibernation. However, Akari asks the others to have her replace the offering, claiming that after pleasing the sea god she will return to marry Itaru with his blessing. After the others agree with her request, Chisaki, following Kaname's example decides to confess her feelings for Hikari as well. ","index":11,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/309/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1420976,"originallyAvailableAt":"2013-12-12","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":273,"duration":1420976,"bitrate":779,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3613,"key":"/library/parts/3613/1595622616/file.mkv","duration":1420976,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E11 - The Changing Times.mkv","size":135078789,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"310","key":"/library/metadata/310","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"I Want to be Kind","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"As preparations are made for both the Ofunehiki and Akari's wedding, Tsumugu accompanies Manaka and Chisaki to the city to choose her wedding dress when Tsumugu has a brief encounter with his mother and he seems displeased upon seeing her. Meanwhile, Akari has a short meeting with her father and expresses her will to have with Itaru and Miuna the same happiness he provided to his children after his wife passed away. Back to Shioshishio, Hikari and his friends learn that those younger then them are already entering into hibernation and despite their efforts to delay the process, it is a question of time for the same to happen to them as well. Once reliving some of their memories from their old school, Kaname asks Hikari about his feelings for Manaka in front of the girls, and he finally confesses to her. A surprised Manaka runs away and Hikari chases after her, but Chisaki stops him for a while, and after confessing her feelings for him as well, she asks him to go after her. While running away from the village, Manaka ends up trapped again into Tsumugu's fishing net and she meets him. ","index":12,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/310/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1422046,"originallyAvailableAt":"2013-12-19","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":274,"duration":1422046,"bitrate":809,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3614,"key":"/library/parts/3614/1595622616/file.mkv","duration":1422046,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E12 - I Want to be Kind.mkv","size":140764494,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"311","key":"/library/metadata/311","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Unreachable Fingertips","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"After a brief talk with Tsumugu, Manaka returns home and meets Hikari. In the occasion, Hikari reaffirms his feelings for her and she claims that have something important to tell him after the Ofunehiki. On the day of the ceremony, the rest of Shioshihsio is about to hibernate when Hikari and his friends help in the fishermen take Akari to the sea god as planned when Iroko lights the way for them. Suddenly, the boats are surrouded by whirlpools and both Akari and Tsumugu fall at the sea and are pulled down. While Chisaki and Kaname dive to rescue Tsumugu, Manaka rescues Akari and decides to offer herself instead. Hikari rescues his sister but fails to save Manaka as well. Meanwhile the boat carrying Kaname, Chisaki and Tsumugu makes a fast maneuver to avoid a pillar falling onto them, but Kaname falls in the occasion and his fate is uncertain, while a strange barrier covers the entire Shioshishio. ","index":13,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/311/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1422004,"originallyAvailableAt":"2013-12-26","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":275,"duration":1422004,"bitrate":1040,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3615,"key":"/library/parts/3615/1595622616/file.mkv","duration":1422004,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E13 - Unreachable Fingertips.mkv","size":182685146,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"312","key":"/library/metadata/312","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Promised Day","titleSort":"Promised Day","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Five years later, the sea over Shioshishio is frozen and the surface enters into a continued winter. Chisaki pays a visit to Tsumugu's grandfather Isamu at the hospital before returning to meet Akari and her son, Akira. In the occasion, they reminisce about how Miuna cheered Akari up after she had found out that she was pregnant and was too worried about Hikari and the others to be happy with it. Meanwhile at the school, the students are informed that a Tomoebi will occur over the sea and they decide to have a party at the shore when Miuna is warned by Sayu that one of their classmates intends to confess to her in the occasion. It is also revealed that after being shut out from home, Chisaki is taken in at Tsumugu's house by Isamu and they live together until Isamu gets hospitalized and Tsumugu leaves to study oceanography at the college in order to learn more about the situation at the sea villages and their connection with the climate changes at the rest of the world. During the Tomoebi, Miuna is asked out by her friend, but she declines, claiming that she likes someone else, when a strange light appears and Tsumugu, who is studying the phenomena with his teacher, meets Miuna at the place where the light appeared and they find a naked Hikari, who did not get older at all since that day. ","index":14,"parentIndex":1,"rating":8.0,"year":2014,"thumb":"/library/metadata/312/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1422088,"originallyAvailableAt":"2014-01-09","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":276,"duration":1422088,"bitrate":622,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3616,"key":"/library/parts/3616/1595622616/file.mkv","duration":1422088,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E14 - The Promised Day.mkv","size":107705531,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"313","key":"/library/metadata/313","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Protector of Smiles","titleSort":"Protector of Smiles","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Chisaki learns of Hikari's return but refrains from meeting him. Meanwhile, Hikari is still recovering from his hibernation when he meets some of his old friends and the fishermen association presents him with the same flag he used during the Ofunehiki. Still refusing to meet Hikari, Chisaki confesses to Tsumugu that she is afraid of how Hikari will react upon seeing her. However, Hikari dives into the sea and attempts to return to Shioshishio but the sea currents drive him away. Before he makes another attempt, Tsumugu appears and confronts him for not going to meet Chisaki and hears from him that he is too scared with how much things changed while he was asleep. While returning home, Hikari hears a song and learns that the song is played everyday for the residents of Shioshishio who are still asleep and following the sound, he encounters Chisaki and the two finally meet again. ","index":15,"parentIndex":1,"year":2014,"thumb":"/library/metadata/313/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1422046,"originallyAvailableAt":"2014-01-16","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":277,"duration":1422046,"bitrate":724,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3617,"key":"/library/parts/3617/1595622616/file.mkv","duration":1422046,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E15 - The Protector of Smiles.mkv","size":125843658,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"314","key":"/library/metadata/314","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Whispers of the Faraway Waves","titleSort":"Whispers of the Faraway Waves","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Hikari goes back to school with Miuna and Sayu. The next day, while Akira has rubella, Sayu accompanies Miuna and Hikari to the city to choose Hikari's school uniform when Miuna and Sayu have a discussion where Sayu admits to be jealous that good things only happen to Miuna. The two girls separate and Hikari, after attending at the end of the argument, decides to stay with Sayu. He and Shun are driving Sayu home when Hikari stops the car and go to the place where he is sure to find Miuna, which is the same place where he saved her five years ago. He finds Miuna and after a boom dolly collapse just in front of the two, Miuna falls into the water. Surprisingly, Miuna ends up breathing under water and swims looking at the bottom of the sea, until she sees Hikari swimming towards her. When they are out of the water, Miuna meets Sayu who was worried and apologizes to her. That day Kaname wakes up. ","index":16,"parentIndex":1,"year":2014,"thumb":"/library/metadata/314/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421101,"originallyAvailableAt":"2014-01-23","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":278,"duration":1421101,"bitrate":727,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3618,"key":"/library/parts/3618/1595622616/file.mkv","duration":1421101,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E16 - The Whispers of the Faraway Waves.mkv","size":125785492,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"315","key":"/library/metadata/315","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Sick Two","titleSort":"Sick Two","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Naked Kaname appears at the surface asking a man for information. Upon learning of Kaname's awakening, Hikari and the others reunite with him. After being examined, Kaname moves to Tsumugu's house and becomes unconfortable with how Chisaki and Tsumugu got closer. In the next day, Sayu, still having feelings for Kaname, is anxious about meeting him again, but when they meet by accident after school, she flees in tears when he fails to recognize her immediately. After overhearing Hikari talking with Kaname, claiming that he can't change anymore until he reunites with Manaka, Miuna has a fallout with Sayu, who decided to discard her feelings for Kaname for the sake of moving on with her life, but soon after, Sayu meets Kaname again and learns that he indeed recognizes her, much to her joy. Later that night, Hikari, Kaname and Miuna are informed that Tsumugu and Professor Mihashi found a weak point in the sea current surrounding Shioshishio, and in the next day, the three dive there in an attempt to return to the sea village, following the same sound Miuna heard when her Ena first activated. ","index":17,"parentIndex":1,"year":2014,"thumb":"/library/metadata/315/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421018,"originallyAvailableAt":"2014-01-30","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":279,"duration":1421018,"bitrate":686,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3619,"key":"/library/parts/3619/1595622616/file.mkv","duration":1421018,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E17 - The Sick Two.mkv","size":118508199,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"316","key":"/library/metadata/316","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Shioshishiio","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"By following Miuna's directions, the three finally arrive at Shioshishio, now covered in snow and with its residents still asleep. Anxious about meeting Manaka once more, Hikari decides to return home and pay a visit to his father first, while Kaname leaves to check on his house as well. While waiting for them to return, Miuna hears the sound once more and is guided to the sea children's old school, where he sees glimpses of how Hikari and the others' days there used to be. Soon after, Uroko appears before her, questioning the girl if looking for Manaka is what she truly wants, disappearing after Kaname and Hikari appear looking for her. Miuna then hears the sound again and they follow it to a secret, unknown trench where all the previous Ojoshis are deposited, where they find Manaka, who is still asleep. However, Miuna realizes that the sound is coming from Manaka's Ena, which is coming off, putting her life at risk, and Hikari decides to take her to the surface. The whole place colapses as the three leave Shioshishio taking the unconscious Manaka with them. ","index":18,"parentIndex":1,"year":2014,"thumb":"/library/metadata/316/thumb/1595622853","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421293,"originallyAvailableAt":"2014-02-06","addedAt":1586131998,"updatedAt":1595622853,"Media":[{"id":280,"duration":1421293,"bitrate":744,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3620,"key":"/library/parts/3620/1595622616/file.mkv","duration":1421293,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E18 - Shioshishiio.mkv","size":130236223,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"317","key":"/library/metadata/317","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Lost, Lost Little...","titleSort":"Lost, Lost Little...","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"After some examination, it is confirmed that although still asleep, Manaka is in good health and should wake up soon. Watching Miuna next to Hikari while talking with the uncounscious Manaka, Chisaki realizes that Miuna also likes him as well. Some time later, while tending to Isamu, Chisaki hears from him a part of the Ofunehiki legend she never had heard before. Back at Tsumugu's house, Kaname questions him about what he intends to do with the data obtained regarding Miuna and the others and learns that he and his professor must show results tot he scientific community to ensure that their research on Shioshishio will keep being funded. Later that night, Chisaki has some wine with Tsumugu and while she is asleep, both Tsumugu and Kaname express to each other their feelings for Chisaki. In the next day, Chisaki attempts to return to Shioshishio by herself but is dragged by the currents until Hikari appears to help. As they arrive at the village, Chisaki reveals to Hikari that according to Isamu, the young woman who offered herself to the Sea God could not forget the loved one she left behind at the surface and in the end, the god let her go, for a price. Certain that this must be related to Manaka having lost her Ena, Hikari decides to look for Uroko and confront him about it on a later occasion, and he leaves to return back to the surface with Chisaki, who realizes that she is still in love with him. However, one week passes, and Manaka is yet to awaken. ","index":19,"parentIndex":1,"year":2014,"thumb":"/library/metadata/317/thumb/1595622854","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421336,"originallyAvailableAt":"2014-02-13","addedAt":1586131998,"updatedAt":1595622854,"Media":[{"id":281,"duration":1421336,"bitrate":650,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3621,"key":"/library/parts/3621/1595622616/file.mkv","duration":1421336,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E19 - The Lost, Lost Little.mkv","size":112415892,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"318","key":"/library/metadata/318","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Sleeping Princess","titleSort":"Sleeping Princess","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"With no signs of Manaka awakening, Hikari keeps searching for Uroko with Kaname and Chisaki's help with no success. Miuna, who decided to not help with their search, is worried about Hikari and reprimands him when he reveals his intention to stop going to school while looking for a way to help Manaka, creating a divide between them. In the next day, while discussing with Sayu about it, Miuna starts wondering if deep inside she does not wish for Manaka to awaken out of her feelings for Hikari. Later at home, while mistaking Miuna for Manaka, a feverish Hikari collapses and in the next day, Miuna feigns to have a fever as well in order to stay at home and take care of him. In the occasion, Tsumugu calls her asking her help with his research, but realizing that she is crying, he rushes to meet her in person. In the occasion, Tsumugu reveals that just like her, he was afraid of Hikari and Kaname's return out of his feelings for Chisaki, but in the end, he got happy with their reunion. Wondering if she will have such feeling regarding Manaka, Miuna returns home, and while she has a serious discussion with Hikari, Manaka awakens to stop their fight, much to their shock and awe. ","index":20,"parentIndex":1,"year":2014,"thumb":"/library/metadata/318/thumb/1595622854","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421252,"originallyAvailableAt":"2014-02-20","addedAt":1586131998,"updatedAt":1595622854,"Media":[{"id":282,"duration":1421252,"bitrate":591,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3622,"key":"/library/parts/3622/1595622616/file.mkv","duration":1421252,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E20 - The Sleeping Princess.mkv","size":101674135,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"319","key":"/library/metadata/319","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Messenger from the Bottom of the Sea","titleSort":"Messenger from the Bottom of the Sea","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Hikari and his friends are surprised with Manaka, who, just woken up, acting as if nothing changed, without a single Ena remains on her. Meanwhile Miuna, who left her home earlier, accompanied by Sayu is soaking her feet in the water at school since she mysteriously got Ena and feels hard at breathing just like sea people. Sayu asked her if Miuna isn't happy with Manaka woken up. Miuna stated she is happy but she feels somewhat different than she imagined. While Manaka is playing with salt flake snow with Chisaki, Hikari and Kaname discuss about how Manaka stay the same. Kaname says it probably because her friends are there for her, and because of Hikari himself. Hikari stated that Manaka doesn't remember about what happened before she went hibernating but does remember some voice called out of her, not sure if they're telling her to \"giving something\" or \"she'll given something\". They later go to school rooftop and meet Miuna and Sayu, discussing about study. Chisaki feels left out since she's the only one who already went through it, goes to hospital and meets Tsumugu and his grandfather. At hospital, Tsumugu says he'll back to city at the end of the month. He promised he will come as soon as he can, calling, and always giving Chisaki a news immadiately. Chisaki jumps to a conclusion that Tsumugu is lonely, while Tsumugu worries about Chisaki being left out and lonely. Chisaki says she fine since her friends are all there and she will busy with Manaka. Hikari and Miuna's family have dinner and invite Sayu, Kaname, and Manaka; Chisaki and Tsumugu, however, declined the invitation. Early next morning, Tsumugu runs over to Hikari's home and reveals a live fishhead protruding from his left arm-similar to that on Manaka's knee in the first episode-and reveals that Uroko must have cursed him. Hikari gleefully takes this to mean that Uroko must be nearby. ","index":21,"parentIndex":1,"year":2014,"thumb":"/library/metadata/319/thumb/1595622854","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421424,"originallyAvailableAt":"2014-02-27","addedAt":1586131998,"updatedAt":1595622854,"Media":[{"id":283,"duration":1421424,"bitrate":683,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3623,"key":"/library/parts/3623/1595622616/file.mkv","duration":1421424,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E21 - The Messenger from the Bottom of the Sea.mkv","size":117804404,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"320","key":"/library/metadata/320","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Something Lost","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Hikari and his friends start searching for Uroko without success. Meanwhile, the temperature arround the country starts dropping rapidly and it starts snowing even in the most remote areas and because of it, Professor Mihashi is called back to the university. Tsumugu decides to stay for a little more, claiming that he must countinue their research, but later reveals to Kaname that his true intent is to stay near Chisaki for a while. Meanwhile, Hikari realizes that Manaka had lost her memories from several situations they had experienced together, including the time when he confessed his feelings to her. Some time later, Hikari and Miuna finally meet Uroko at a nearby shrine and he explains to them that just as they suspected, Manaka had become an Ojoshi for the Sea God herself, and it helped delay the cooling of the planet, which started accelerating again when she was taken back to the surface. He also reveals that just like Manaka, the original Ojoshi could not discard her feelings for the loved one she left behind and the Sea God allowed her to return, but it took away her memories of love instead. A desperate Hikari then realizes that at her current state, his feelings for Manaka will never reach her at all. ","index":22,"parentIndex":1,"year":2014,"thumb":"/library/metadata/320/thumb/1595622854","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1422088,"originallyAvailableAt":"2014-03-06","addedAt":1586131998,"updatedAt":1595622854,"Media":[{"id":284,"duration":1422088,"bitrate":813,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3624,"key":"/library/parts/3624/1595622616/file.mkv","duration":1422088,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E22 - Something Lost.mkv","size":141309376,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"321","key":"/library/metadata/321","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Who Do These Feelings Belong To?","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Still distraught with Uroko's revelations, Hikari is approached by Miuna who suggests him to confide what they just learned to the others, including Manaka, but he disagrees. After Miuna persuades him to at least reveal the truth to their friends, they gather them at Tsumugu's house. Kaname and Chisaki claim that Manaka's condition maybe could not be a bad thing at all, but Sayu lashes out at them for considering such thing. After their meeting, Sayu reveals to Miuna that she could only move on with her life thanks to her feelings for Kaname, unrequited or not, thus she could not agree at all with the idea of losing them. On their way back home, Hikari and Miuna meet Manaka and they find a white rock that according to them, is the same one produced by red-bellied seaslugs. Believing that the rock is a sign that Manaka's wish to the seaslug five years before was granted, Hikari gives it to her, although she can't remember what was her wish, and Hikari then realizes that such wish had something to do with her lost memories of love. In the next day, while making a pendant for Manaka using the rock, Miuna learns from Sayu that she intends to finally confess her feelings for Kaname. At the shore, certain that Manaka's feelings of love are for Tsumugu, Hikari asks him to hang out with her in order to have her lost memories and feelings return, but he refuses much to his anger, and when a passing by Chisaki watches Hikari attacking him because of it, she rushes to help. Tsumugu, efortlessly evading Hikari's attacks, reveals that he in fact loves Chisaki, who flees to the sea after hearing it, and when Tsumugu dives after her, his body also gains Ena just like Miuna's and the cursed fish at his arm swims out, guiding him to catch up to her at Shioshishio. In the occasion, Tsumugu reveals to Chisaki that he always liked her way before the day of the Ofunehiki five years earlier. ","index":23,"parentIndex":1,"year":2014,"thumb":"/library/metadata/321/thumb/1595622854","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421418,"originallyAvailableAt":"2014-03-13","addedAt":1586131998,"updatedAt":1595622854,"Media":[{"id":285,"duration":1421418,"bitrate":740,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3625,"key":"/library/parts/3625/1595622616/file.mkv","duration":1421418,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E23 - Who Do These Feelings Belong To.mkv","size":127802629,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"322","key":"/library/metadata/322","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Detritus","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"Chisaki rejects Tsumugu and flees back to the surface. Returning home, she meets Kaname, who realizes that she is indeed in love with Tsumugu and encourages her to be honest with her feelings, but she claims that by doing so would betray the feelings she had for Hikari all this time. Later at night, Akira shows to Manaka a letter in which he declares that he loves her and she can't shake the sadness of not being able to remember what love is. In the following day, Chisaki asks Isamu how the story of the Ojoshi ends and he reveals that the Ojoshi did not reunite with her lover as he died by drowning in the sea while attempting to chase after her. Meanwhile, Tsumugu drags Hikari and Kaname to meet Uroko and reveals that when his Ena awakened, he felt the feelings of several being surrounding him and certain that Manaka's feelings are mixed between them, he has the idea of holding another Ofunehiki, using Manaka's stone as part of the Ojoshi doll representing her feelings in an attempt to please the sea god and return Manaka's true feelings to her. Much to their surprise, Uroko agrees with his plan and the residents, including Hikari and the others' old classmates from the past, gather to make preparations for it. When Chisaki reveals her intentions to become the Ojoshi for the festival, Tsumugu reprimands her for it, and Kaname overhears them. Realizing that, Sayu chases after Kaname and lashes at him for not being honest with his true feelings and confessing her own feelings for him in the occasion. Moved by her words, Kaname thanks her and claims that at least his view of her changed. As the festival approaches, Hikari declares to Manaka that he has something important to tell her after it. ","index":24,"parentIndex":1,"year":2014,"thumb":"/library/metadata/322/thumb/1595622854","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421418,"originallyAvailableAt":"2014-03-20","addedAt":1586131998,"updatedAt":1595622854,"Media":[{"id":286,"duration":1421418,"bitrate":680,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3626,"key":"/library/parts/3626/1595622616/file.mkv","duration":1421418,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E24 - Detritus.mkv","size":117458329,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"323","key":"/library/metadata/323","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/25?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"Love is Like the Sea","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"On the eve of the festival, Akira steals the pendant with Manaka's stone and accidentally drops it in the sea. Miuna dives in to catch the pendant and has a glimpse of a conversation between Manaka and Tsumugu five years before, in which she confesses her feelings for Hikari. When asked by her about why he never told anyone about it, Tsumugu replies that he was doing so by Manaka's request. Later at night, Hikari is confronted by Miuna about his true feelings for Manaka and he confesses that he has always loved her, while Tsumugu, encouraged by Kaname, tries to get Chisaki to admit she has feelings for him, which she doesn't deny. The next day, the festival begins. Carrying the holy flame entrusted to them by Uroko, Hikari and his friends traverse the frozen sea until a storm comes, just like in the last Ofunehiki. Manaka falls in the sea but is unable to breathe underwater thanks to her lack of Ena. Miuna swims in after her and her own Ena transfers itself to Manaka. While watching this scene with Hikari and Chisaki, Tsumugu reveals to Hikari that Miuna and Manaka's Ena are connected because of their feelings for Hikari. Miuna then shoves Manaka away and dives deeper to become the Ojoshi herself and calm the water god. A desperate Hikari chases after Miuna in order to bring her back, but is stopped by a barrier which forms around her as she lays in the grave of the Ojoshi. ","index":25,"parentIndex":1,"year":2014,"thumb":"/library/metadata/323/thumb/1595622854","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1421796,"originallyAvailableAt":"2014-03-27","addedAt":1586131998,"updatedAt":1595622854,"Media":[{"id":287,"duration":1421796,"bitrate":907,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3627,"key":"/library/parts/3627/1595622616/file.mkv","duration":1421796,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E25 - Love is Like the Sea.mkv","size":158405745,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"324","key":"/library/metadata/324","parentRatingKey":"298","grandparentRatingKey":"297","guid":"com.plexapp.agents.thetvdb://272073/1/26?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272073/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272073?lang=en","type":"episode","title":"The Color of the Sea. The Color of the Earth. The Color of the Wind. The Color of Your Heart. Your Color.","titleSort":"Color of the Sea. The Color of the Earth. The Color of the Wind. The Color of Your Heart. Your Color.","grandparentKey":"/library/metadata/297","parentKey":"/library/metadata/298","grandparentTitle":"Nagi-Asu: A Lull in the Sea","parentTitle":"Season 1","summary":"In order to save Manaka, Miuna is swallowed up by the whirpool that Ojoshi-sama made and is covered in Ena that wraps around her like a cocoon. Hikari and Tsumugu go to save her but are held back by the powers of a god.","index":26,"parentIndex":1,"year":2014,"thumb":"/library/metadata/324/thumb/1595622854","art":"/library/metadata/297/art/1591408342","parentThumb":"/library/metadata/298/thumb/1591408342","grandparentThumb":"/library/metadata/297/thumb/1591408342","grandparentArt":"/library/metadata/297/art/1591408342","grandparentTheme":"/library/metadata/297/theme/1591408342","duration":1405418,"originallyAvailableAt":"2014-04-03","addedAt":1586131998,"updatedAt":1595622854,"Media":[{"id":288,"duration":1405418,"bitrate":1142,"width":1280,"height":720,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"vorbis","videoCodec":"h264","videoResolution":"720","container":"mkv","videoFrameRate":"24p","videoProfile":"high","Part":[{"id":3628,"key":"/library/parts/3628/1595622616/file.mkv","duration":1405418,"file":"D:\\Public\\Media\\Anime\\Nagi-Asu - A Lull in the Sea\\Season 1\\Nagi-Asu - A Lull in the Sea - S01E26 - The Color of the Sea. The Color of the Earth. The Color of the Wind. The Color of Your Heart. Your Color.mkv","size":197596184,"container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3602","key":"/library/metadata/3602","parentRatingKey":"3601","grandparentRatingKey":"325","guid":"com.plexapp.agents.thetvdb://81797/1/927?lang=en","parentGuid":"local://3601","grandparentGuid":"com.plexapp.agents.thetvdb://81797?lang=en","type":"episode","title":"Episode 36","titleSort":"Pandemonium! The Monster Snake, Shogun Orochi!","grandparentKey":"/library/metadata/325","parentKey":"/library/metadata/3601","grandparentTitle":"One Piece","parentTitle":"Season 21","contentRating":"TV-Y7","summary":"","index":36,"parentIndex":21,"viewCount":1,"lastViewedAt":1594872605,"year":2020,"thumb":"/library/metadata/3602/thumb/1595581610","art":"/library/metadata/325/art/1595560386","grandparentThumb":"/library/metadata/325/thumb/1595560386","grandparentArt":"/library/metadata/325/art/1595560386","grandparentTheme":"/library/metadata/325/theme/1595560386","duration":1430720,"addedAt":1587177682,"updatedAt":1595581610,"Media":[{"id":3217,"duration":1430720,"bitrate":8093,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3266,"key":"/library/parts/3266/1587177682/file.mkv","duration":1430720,"file":"D:\\Public\\Media\\Anime\\One Piece\\Season 21\\One Piece - S21E36 - Pandemonium! The Monster Snake, Shogun Orochi!.mkv","size":1448050288,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3603","key":"/library/metadata/3603","parentRatingKey":"3601","grandparentRatingKey":"325","guid":"com.plexapp.agents.thetvdb://81797/1/928?lang=en","parentGuid":"local://3601","grandparentGuid":"com.plexapp.agents.thetvdb://81797?lang=en","type":"episode","title":"Episode 37","titleSort":"Flower Falls! The Final Moment of the Most Beautiful Woman in the Land of Wano!","grandparentKey":"/library/metadata/325","parentKey":"/library/metadata/3601","grandparentTitle":"One Piece","parentTitle":"Season 21","contentRating":"TV-Y7","summary":"","index":37,"parentIndex":21,"viewCount":1,"lastViewedAt":1594872809,"year":2020,"thumb":"/library/metadata/3603/thumb/1595581619","art":"/library/metadata/325/art/1595560386","grandparentThumb":"/library/metadata/325/thumb/1595560386","grandparentArt":"/library/metadata/325/art/1595560386","grandparentTheme":"/library/metadata/325/theme/1595560386","duration":1430720,"addedAt":1587169056,"updatedAt":1595581619,"Media":[{"id":3218,"duration":1430720,"bitrate":8088,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3267,"key":"/library/parts/3267/1587169056/file.mkv","duration":1430720,"file":"D:\\Public\\Media\\Anime\\One Piece\\Season 21\\One Piece - S21E37 - The Flower Falls! The Final Moment of the Most Beautiful Woman in the Land of Wano!.mkv","size":1447072099,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3604","key":"/library/metadata/3604","parentRatingKey":"3601","grandparentRatingKey":"325","guid":"com.plexapp.agents.thetvdb://81797/1/929?lang=en","parentGuid":"local://3601","grandparentGuid":"com.plexapp.agents.thetvdb://81797?lang=en","type":"episode","title":"Episode 38","titleSort":"Bond Between Prisoners! Luffy and Old Man Hyo!","grandparentKey":"/library/metadata/325","parentKey":"/library/metadata/3601","grandparentTitle":"One Piece","parentTitle":"Season 21","contentRating":"TV-Y7","summary":"","index":38,"parentIndex":21,"viewCount":1,"lastViewedAt":1594873463,"year":2020,"thumb":"/library/metadata/3604/thumb/1595581627","art":"/library/metadata/325/art/1595560386","grandparentThumb":"/library/metadata/325/thumb/1595560386","grandparentArt":"/library/metadata/325/art/1595560386","grandparentTheme":"/library/metadata/325/theme/1595560386","duration":1430720,"addedAt":1587282394,"updatedAt":1595581627,"Media":[{"id":3219,"duration":1430720,"bitrate":8115,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3268,"key":"/library/parts/3268/1587282394/file.mkv","duration":1430720,"file":"D:\\Public\\Media\\Anime\\One Piece\\Season 21\\One Piece - S21E38 - The Bond Between Prisoners! Luffy and Old Man Hyo!.mkv","size":1451871917,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3605","key":"/library/metadata/3605","parentRatingKey":"3601","grandparentRatingKey":"325","guid":"com.plexapp.agents.thetvdb://81797/1/930?lang=en","parentGuid":"local://3601","grandparentGuid":"com.plexapp.agents.thetvdb://81797?lang=en","type":"episode","title":"Episode 39","titleSort":"Lead Performer! Queen the Plague Emerges!","grandparentKey":"/library/metadata/325","parentKey":"/library/metadata/3601","grandparentTitle":"One Piece","parentTitle":"Season 21","contentRating":"TV-Y7","summary":"","index":39,"parentIndex":21,"viewCount":1,"lastViewedAt":1594874761,"year":2020,"thumb":"/library/metadata/3605/thumb/1595581635","art":"/library/metadata/325/art/1595560386","grandparentThumb":"/library/metadata/325/thumb/1595560386","grandparentArt":"/library/metadata/325/art/1595560386","grandparentTheme":"/library/metadata/325/theme/1595560386","duration":1430836,"addedAt":1593564528,"updatedAt":1595581635,"Media":[{"id":3220,"duration":1430836,"bitrate":8119,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3269,"key":"/library/parts/3269/1593312048/file.mkv","duration":1430836,"file":"D:\\Public\\Media\\Anime\\One Piece\\Season 21\\One Piece - S21E39 - A Lead Performer! Queen the Plague Emerges!.mkv","size":1452791084,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3606","key":"/library/metadata/3606","parentRatingKey":"3601","grandparentRatingKey":"325","guid":"com.plexapp.agents.thetvdb://81797/1/931?lang=en","parentGuid":"local://3601","grandparentGuid":"com.plexapp.agents.thetvdb://81797?lang=en","type":"episode","title":"Episode 40","titleSort":"Climb up! Luffy's Desperate Escape!","grandparentKey":"/library/metadata/325","parentKey":"/library/metadata/3601","grandparentTitle":"One Piece","parentTitle":"Season 21","contentRating":"TV-Y7","summary":"","index":40,"parentIndex":21,"viewCount":1,"lastViewedAt":1594876261,"year":2020,"thumb":"/library/metadata/3606/thumb/1595581649","art":"/library/metadata/325/art/1595560386","grandparentThumb":"/library/metadata/325/thumb/1595560386","grandparentArt":"/library/metadata/325/art/1595560386","grandparentTheme":"/library/metadata/325/theme/1595560386","duration":1430790,"addedAt":1594265752,"updatedAt":1595581649,"Media":[{"id":3221,"duration":1430790,"bitrate":8115,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3270,"key":"/library/parts/3270/1593915970/file.mkv","duration":1430790,"file":"D:\\Public\\Media\\Anime\\One Piece\\Season 21\\One Piece - S21E40 - Climb up! Luffy's Desperate Escape!.mkv","size":1451731115,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3607","key":"/library/metadata/3607","parentRatingKey":"3601","grandparentRatingKey":"325","guid":"com.plexapp.agents.thetvdb://81797/1/932?lang=en","parentGuid":"local://3601","grandparentGuid":"com.plexapp.agents.thetvdb://81797?lang=en","type":"episode","title":"Episode 41","titleSort":"Dead or Alive! Queen's Sumo Inferno!","grandparentKey":"/library/metadata/325","parentKey":"/library/metadata/3601","grandparentTitle":"One Piece","parentTitle":"Season 21","contentRating":"TV-Y7","summary":"","index":41,"parentIndex":21,"viewCount":1,"lastViewedAt":1594877505,"year":2020,"thumb":"/library/metadata/3607/thumb/1595581662","art":"/library/metadata/325/art/1595560386","grandparentThumb":"/library/metadata/325/thumb/1595560386","grandparentArt":"/library/metadata/325/art/1595560386","grandparentTheme":"/library/metadata/325/theme/1595560386","duration":1430720,"addedAt":1594575726,"updatedAt":1595581662,"Media":[{"id":3222,"duration":1430720,"bitrate":8084,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3271,"key":"/library/parts/3271/1594521056/file.mkv","duration":1430720,"file":"D:\\Public\\Media\\Anime\\One Piece\\Season 21\\One Piece - S21E41 - Dead or Alive! Queen's Sumo Inferno!.mkv","size":1446272831,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3608","key":"/library/metadata/3608","parentRatingKey":"3601","grandparentRatingKey":"325","guid":"com.plexapp.agents.thetvdb://81797/1/933?lang=en","parentGuid":"local://3601","grandparentGuid":"com.plexapp.agents.thetvdb://81797?lang=en","type":"episode","title":"Episode 42","titleSort":"2020-07-19","grandparentKey":"/library/metadata/325","parentKey":"/library/metadata/3601","grandparentTitle":"One Piece","parentTitle":"Season 21","contentRating":"TV-Y7","summary":"","index":42,"parentIndex":21,"viewCount":1,"lastViewedAt":1595133226,"year":2020,"thumb":"/library/metadata/3608/thumb/1595581676","art":"/library/metadata/325/art/1595560386","grandparentThumb":"/library/metadata/325/thumb/1595560386","grandparentArt":"/library/metadata/325/art/1595560386","grandparentTheme":"/library/metadata/325/theme/1595560386","duration":1430720,"addedAt":1595126228,"updatedAt":1595581676,"Media":[{"id":3223,"duration":1430720,"bitrate":8122,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3272,"key":"/library/parts/3272/1595126132/file.mkv","duration":1430720,"file":"D:\\Public\\Media\\Anime\\One Piece\\Season 21\\One Piece - S21E42 - Gyukimaru! Zoro Fights a Duel on Bandit's Bridge.mkv","size":1453168819,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3486","key":"/library/metadata/3486","parentRatingKey":"3485","grandparentRatingKey":"3484","guid":"com.plexapp.agents.thetvdb://305089/2/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://305089/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://305089?lang=en","type":"episode","title":"Each One's Promise","grandparentKey":"/library/metadata/3484","parentKey":"/library/metadata/3485","grandparentTitle":"Re:ZERO -Starting Life in Another World-","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":1,"parentIndex":2,"year":2020,"thumb":"/library/metadata/3486/thumb/1595606104","art":"/library/metadata/3484/art/1595639936","parentThumb":"/library/metadata/3485/thumb/1595606105","grandparentThumb":"/library/metadata/3484/thumb/1595639936","grandparentArt":"/library/metadata/3484/art/1595639936","grandparentTheme":"/library/metadata/3484/theme/1595639936","duration":1720109,"originallyAvailableAt":"2020-07-08","addedAt":1594301477,"updatedAt":1595606104,"Media":[{"id":3117,"duration":1720109,"bitrate":1440,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3128,"key":"/library/parts/3128/1594266584/file.mkv","duration":1720109,"file":"D:\\Public\\Media\\Anime\\Re-ZERO -Starting Life in Another World-\\Season 2\\Re-ZERO -Starting Life in Another World- - S02E01 - TBA.mkv","size":310416422,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3496","key":"/library/metadata/3496","parentRatingKey":"3485","grandparentRatingKey":"3484","guid":"com.plexapp.agents.thetvdb://305089/2/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://305089/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://305089?lang=en","type":"episode","title":"The Next Location","titleSort":"Next Location","grandparentKey":"/library/metadata/3484","parentKey":"/library/metadata/3485","grandparentTitle":"Re:ZERO -Starting Life in Another World-","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":2,"parentIndex":2,"year":2020,"thumb":"/library/metadata/3496/thumb/1595606104","art":"/library/metadata/3484/art/1595639936","parentThumb":"/library/metadata/3485/thumb/1595606105","grandparentThumb":"/library/metadata/3484/thumb/1595639936","grandparentArt":"/library/metadata/3484/art/1595639936","grandparentTheme":"/library/metadata/3484/theme/1595639936","duration":1540109,"originallyAvailableAt":"2020-07-15","addedAt":1594824806,"updatedAt":1595606104,"Media":[{"id":3124,"duration":1540109,"bitrate":8108,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3135,"key":"/library/parts/3135/1594824736/file.mkv","duration":1540109,"file":"D:\\Public\\Media\\Anime\\Re-ZERO -Starting Life in Another World-\\Season 2\\Re-ZERO -Starting Life in Another World- - S02E02 - Episode 2.mkv","size":1561539182,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3617","key":"/library/metadata/3617","parentRatingKey":"3485","grandparentRatingKey":"3484","guid":"com.plexapp.agents.thetvdb://305089/2/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://305089/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://305089?lang=en","type":"episode","title":"The Long-Awaited Reunion","titleSort":"Long-Awaited Reunion","grandparentKey":"/library/metadata/3484","parentKey":"/library/metadata/3485","grandparentTitle":"Re:ZERO -Starting Life in Another World-","parentTitle":"Season 2","contentRating":"TV-MA","summary":"","index":3,"parentIndex":2,"year":2020,"thumb":"/library/metadata/3617/thumb/1595606104","art":"/library/metadata/3484/art/1595639936","parentThumb":"/library/metadata/3485/thumb/1595606105","grandparentThumb":"/library/metadata/3484/thumb/1595639936","grandparentArt":"/library/metadata/3484/art/1595639936","grandparentTheme":"/library/metadata/3484/theme/1595639936","duration":1537000,"originallyAvailableAt":"2020-07-22","addedAt":1595606090,"updatedAt":1595606104,"Media":[{"id":3242,"duration":1537000,"bitrate":8085,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3291,"key":"/library/parts/3291/1595606000/file.mkv","duration":1537000,"file":"D:\\Public\\Media\\Anime\\Re-ZERO -Starting Life in Another World-\\Season 2\\Re-ZERO -Starting Life in Another World- - S02E03 - The Long-Awaited Reunion.mkv","size":1553921005,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"384","key":"/library/metadata/384","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"The Shield Hero","titleSort":"Shield Hero","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"College student Iwatani Naofumi is reading a book titled \"The Records of the Four Cardinal Weapons\" in the library when he is suddenly summoned to another world and told he has to save the world as the Shield Hero, one of the Four Cardinal Heroes. And one morning, he finds all his money and equipment gone.","index":1,"parentIndex":1,"year":2019,"thumb":"/library/metadata/384/thumb/1595621656","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":2745016,"originallyAvailableAt":"2019-01-09","addedAt":1586049248,"updatedAt":1595621656,"Media":[{"id":340,"duration":2745016,"bitrate":1659,"width":1916,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3654,"key":"/library/parts/3654/1586049248/file.m4v","duration":2745016,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E01 - The Shield Hero.m4v","size":571783660,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"385","key":"/library/metadata/385","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"The Slave Girl","titleSort":"Slave Girl","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Naofumi follows the slave merchant to his store, where he looks for a partner to act as his sword. But all he has the money to buy is a diseased demi-human girl named Raphtalia, whom he then forces into an incredibly harsh battle.","index":2,"parentIndex":1,"year":2019,"thumb":"/library/metadata/385/thumb/1595621656","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1419983,"originallyAvailableAt":"2019-01-16","addedAt":1586049248,"updatedAt":1595621656,"Media":[{"id":341,"duration":1419983,"bitrate":2167,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3655,"key":"/library/parts/3655/1586049248/file.m4v","duration":1419983,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E02 - The Slave Girl.m4v","size":385901487,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"386","key":"/library/metadata/386","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Wave of Catastrophe","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Naofumi has obtained a whole load of abilities and skills, and his teamwork with Raphtalia is reaching perfection, too. To prepare for the incoming Wave, he upgrades their equipment and heads to the dragon hourglass to find out exactly when it will arrive. But there, he runs into Motoyasu and the other heroes once again.","index":3,"parentIndex":1,"year":2019,"thumb":"/library/metadata/386/thumb/1595621656","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420025,"originallyAvailableAt":"2019-01-23","addedAt":1586049248,"updatedAt":1595621656,"Media":[{"id":342,"duration":1420025,"bitrate":2593,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3656,"key":"/library/parts/3656/1586049248/file.m4v","duration":1420025,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E03 - Wave of Catastrophe.m4v","size":461559614,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"387","key":"/library/metadata/387","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Lullaby at Dawn","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"The Wave is gone, but Naofumi's relief is short-lived as Motoyasu challenges him to a duel in the middle of the celebratory banquet held in Melromarc Castle. Motoyasu insists that owning a slave is unbecoming for a hero and that Naofumi free Raphtalia at once.","index":4,"parentIndex":1,"year":2019,"thumb":"/library/metadata/387/thumb/1595621656","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420025,"originallyAvailableAt":"2019-01-30","addedAt":1586049248,"updatedAt":1595621656,"Media":[{"id":343,"duration":1420025,"bitrate":2067,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3657,"key":"/library/parts/3657/1586049248/file.m4v","duration":1420025,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E04 - Lullaby at Dawn.m4v","size":368095762,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"388","key":"/library/metadata/388","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Filo","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"After Aultcray reluctantly offers Naofumi a paltry reward, he heads to the slave merchant to redo the slave crest as per Raphtalia's wishes. He also buys a monster egg there, which hatches a few days later and gives him a new party member. Meanwhile, Myne shows up in Lute Village, where they're staying.","index":5,"parentIndex":1,"year":2019,"thumb":"/library/metadata/388/thumb/1595621657","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420066,"originallyAvailableAt":"2019-02-06","addedAt":1586049248,"updatedAt":1595621657,"Media":[{"id":344,"duration":1420066,"bitrate":2315,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3658,"key":"/library/parts/3658/1586049248/file.m4v","duration":1420066,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E05 - Filo.m4v","size":412266644,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"389","key":"/library/metadata/389","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"A New Comrade","titleSort":"New Comrade","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"The mysterious girl that showed up out of nowhere was actually Filo. She's a filolial queen with an advanced transformation ability, and she can even take human form thanks to it. However, her clothes get ripped every time she transforms, meaning Naofumi has to get her some magic clothes if he doesn't want to go broke. The party leaves on a new adventure to gather the materials required.","index":6,"parentIndex":1,"year":2019,"thumb":"/library/metadata/389/thumb/1595621657","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420108,"originallyAvailableAt":"2019-02-13","addedAt":1586049248,"updatedAt":1595621657,"Media":[{"id":345,"duration":1420108,"bitrate":2287,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3659,"key":"/library/parts/3659/1586049248/file.m4v","duration":1420108,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E06 - A New Comrade.m4v","size":407289398,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"390","key":"/library/metadata/390","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"The Savior of the Heavenly Fowl","titleSort":"Savior of the Heavenly Fowl","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"After hearing of a village that's in immediate need of herbicide, Naofumi and his party head there to do business. The village has been overrun by plants that have turned into monsters, and its residents were forced to abandon it. These plants can even take root in humans, and apparently Motoyasu is the one who released them into the wild.","index":7,"parentIndex":1,"year":2019,"thumb":"/library/metadata/390/thumb/1595621657","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1419983,"originallyAvailableAt":"2019-02-20","addedAt":1586049248,"updatedAt":1595621657,"Media":[{"id":346,"duration":1419983,"bitrate":2292,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3660,"key":"/library/parts/3660/1586049248/file.m4v","duration":1419983,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E07 - The Savior of the Heavenly Fowl.m4v","size":408028267,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"391","key":"/library/metadata/391","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Curse Shield","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"After hearing of a village in the East that's being ravaged by an epidemic, Naofumi and his party head there to deliver medicine. The epidemic was caused by the corpse of a dragon that had been killed a month before and left there to rot. Naofumi's party accepts a job request to clean the corpse and head to the mountains where it lies.","index":8,"parentIndex":1,"year":2019,"thumb":"/library/metadata/391/thumb/1595621657","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420132,"originallyAvailableAt":"2019-02-27","addedAt":1586049248,"updatedAt":1595621657,"Media":[{"id":347,"duration":1420132,"bitrate":2859,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3661,"key":"/library/parts/3661/1586049248/file.m4v","duration":1420132,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E08 - Curse Shield.m4v","size":508914394,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"392","key":"/library/metadata/392","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Melty","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"In the Eastern village, Naofumi meets a girl named Melty. She instantly becomes friends with Filo and then requests to accompany the party on their journey. It seems she got separated from her guards. They travel together for a while, but when they reach the capital, they find...","index":9,"parentIndex":1,"year":2019,"thumb":"/library/metadata/392/thumb/1595621658","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420039,"originallyAvailableAt":"2019-03-06","addedAt":1586049248,"updatedAt":1595621658,"Media":[{"id":348,"duration":1420039,"bitrate":2117,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3662,"key":"/library/parts/3662/1586049248/file.m4v","duration":1420039,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E09 - Melty.m4v","size":377286500,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"393","key":"/library/metadata/393","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"In the Midst of Turmoil","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"After refusing to hear Melty out, Naofumi switches to planning for the next Wave. When a bunch of young soldiers ask to join his party, he agrees, but on a certain condition. At the same time, he also tries to upgrade Raphtalia's class after she hits the level cap, but all he receives is harassment.","index":10,"parentIndex":1,"year":2019,"thumb":"/library/metadata/393/thumb/1595621658","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420039,"originallyAvailableAt":"2019-03-13","addedAt":1586049248,"updatedAt":1595621658,"Media":[{"id":349,"duration":1420039,"bitrate":1823,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3663,"key":"/library/parts/3663/1586049248/file.m4v","duration":1420039,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E10 - In the Midst of Turmoil.m4v","size":325010965,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"394","key":"/library/metadata/394","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Catastrophe Returns","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Naofumi faces another Wave, this time in a remote village. With the help of the soldiers who volunteered to join him, he's able to secure the safety of the villagers, but the Wave shows no signs of letting up. He heads to fight with the other heroes, only to find a giant ghost ship floating in the sky.","index":11,"parentIndex":1,"year":2019,"thumb":"/library/metadata/394/thumb/1595621658","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420132,"originallyAvailableAt":"2019-03-20","addedAt":1586049248,"updatedAt":1595621658,"Media":[{"id":350,"duration":1420132,"bitrate":3035,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3664,"key":"/library/parts/3664/1586049248/file.m4v","duration":1420132,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E11 - Catastrophe Returns.m4v","size":540274848,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"395","key":"/library/metadata/395","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"The Raven Invader","titleSort":"Raven Invader","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"A mysterious woman showed up out of nowhere and destroyed the second Soul Eater in a single blow. She then proclaimed the start of the \"true battle of the wave\" and blew away the other three heroes when they attacked her. With Naofumi's party proving ineffective as well, he decided to use the Rage Shield one more time.","index":12,"parentIndex":1,"year":2019,"thumb":"/library/metadata/395/thumb/1595621658","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420132,"originallyAvailableAt":"2019-03-27","addedAt":1586049248,"updatedAt":1595621658,"Media":[{"id":351,"duration":1420132,"bitrate":2580,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3665,"key":"/library/parts/3665/1586049248/file.m4v","duration":1420132,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E12 - The Raven Invader.m4v","size":459439653,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"396","key":"/library/metadata/396","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"The Devil of the Shield","titleSort":"Devil of the Shield","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Naofumi foils the attempt to take Melty's life and fights off the royal knights, but he's then framed for abducting Melty and killing several knights, so the party is forced to go on the run. With security tightened and checkpoints everywhere, the party receives a further blow that only makes things even worse.","index":13,"parentIndex":1,"year":2019,"thumb":"/library/metadata/396/thumb/1595621658","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420132,"originallyAvailableAt":"2019-04-03","addedAt":1586049248,"updatedAt":1595621658,"Media":[{"id":352,"duration":1420132,"bitrate":1851,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3666,"key":"/library/parts/3666/1586049248/file.m4v","duration":1420132,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E13 - The Devil of the Shield.m4v","size":330108437,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"397","key":"/library/metadata/397","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Everlasting Memory","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Due to Myne recklessly starting a forest fire, Naofumi and his party are forced to flee to a village at the base of the mountain. However, it won't be easy to break through the knights' net. Melty suggests going to a noble she knows for help, and it just so happens that Raphtalia's past is linked to his domain.","index":14,"parentIndex":1,"year":2019,"thumb":"/library/metadata/397/thumb/1595621658","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420085,"originallyAvailableAt":"2019-04-10","addedAt":1586049248,"updatedAt":1595621658,"Media":[{"id":353,"duration":1420085,"bitrate":1662,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3667,"key":"/library/parts/3667/1586049248/file.m4v","duration":1420085,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E14 - Everlasting Memory.m4v","size":296381737,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"398","key":"/library/metadata/398","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Raphtalia","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Raphtalia corners Idol with vengeance in her eyes, her bloodthirsty blade reaching for his throat. Naofumi's words bring her back to her senses momentarily, but when Idol attacks her once again...","index":15,"parentIndex":1,"year":2019,"thumb":"/library/metadata/398/thumb/1595621659","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420132,"originallyAvailableAt":"2019-04-17","addedAt":1586049248,"updatedAt":1595621659,"Media":[{"id":354,"duration":1420132,"bitrate":1652,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3668,"key":"/library/parts/3668/1586049248/file.m4v","duration":1420132,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E15 - Raphtalia.m4v","size":294684154,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"399","key":"/library/metadata/399","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Filolial Queen","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"As Naofumi and his party try to get the weakened kids to safety, Tyrant attacks them. Once Naofumi realizes that he's actually after Filo, he hatches a plan to lure him outside the city, but they can't even put a scratch on its massive body.","index":16,"parentIndex":1,"year":2019,"thumb":"/library/metadata/399/thumb/1595621659","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420066,"originallyAvailableAt":"2019-04-24","addedAt":1586049248,"updatedAt":1595621659,"Media":[{"id":355,"duration":1420066,"bitrate":1979,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3669,"key":"/library/parts/3669/1586049248/file.m4v","duration":1420066,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E16 - Filolial Queen.m4v","size":352595833,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"400","key":"/library/metadata/400","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"A Promise Made","titleSort":"Promise Made","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Fitoria tells Naofumi that she'll kill all Four Cardinal Heroes if they don't get back on the same page. She even takes Melty hostage, but Naofumi continues to refuse. Understanding where he's coming from, Fitoria instead proposes a one-on-one duel with Filo.","index":17,"parentIndex":1,"year":2019,"thumb":"/library/metadata/400/thumb/1595621659","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420025,"originallyAvailableAt":"2019-05-01","addedAt":1586049248,"updatedAt":1595621659,"Media":[{"id":356,"duration":1420025,"bitrate":2192,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3670,"key":"/library/parts/3670/1586049248/file.m4v","duration":1420025,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E17 - A Promise Made.m4v","size":390353594,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"401","key":"/library/metadata/401","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"A Conspiracy Linked","titleSort":"Conspiracy Linked","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Naofumi decides to go straight up to the checkpost in order to talk it out with the other heroes. But there, he finds the one guy least likely to listen to him, Motoyasu, who attacks Naofumi without bothering to listen to what he has to say. Why could Motoyasu be so intent on killing Naofumi, more than ever before?","index":18,"parentIndex":1,"year":2019,"thumb":"/library/metadata/401/thumb/1595621659","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420066,"originallyAvailableAt":"2019-05-08","addedAt":1586049248,"updatedAt":1595621659,"Media":[{"id":357,"duration":1420066,"bitrate":3203,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3671,"key":"/library/parts/3671/1586049248/file.m4v","duration":1420066,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E18 - A Conspiracy Linked.m4v","size":569841245,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"402","key":"/library/metadata/402","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"The Four Cardinal Heroes","titleSort":"Four Cardinal Heroes","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"The Pope holds in his hands the ultimate weapon, which possesses the properties of all four cardinal weapons. Faced with its attack skill, \"Judgment,\" and its powerful defensive force field, Naofumi and gang are rendered helpless. As the crisis worsens, Motoyasu, who is now in line to be punished as a \"fake\" hero, makes a surprising decision.","index":19,"parentIndex":1,"year":2019,"thumb":"/library/metadata/402/thumb/1595621660","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420108,"originallyAvailableAt":"2019-05-15","addedAt":1586049248,"updatedAt":1595621660,"Media":[{"id":358,"duration":1420108,"bitrate":2364,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3672,"key":"/library/parts/3672/1586049248/file.m4v","duration":1420108,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E19 - The Four Cardinal Heroes.m4v","size":420956575,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"403","key":"/library/metadata/403","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Battle of Good and Evil","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Naofumi and gang stay on the attack despite being trapped in the Pope's Great Cathedral, but its sacred subspace nullifies his Curse Shield, leaving them one step short. Naofumi turns to another, newly unlocked Curse Shield, but the dragon's wrath threatens to swallow his mind whole.","index":20,"parentIndex":1,"year":2019,"thumb":"/library/metadata/403/thumb/1595621660","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420025,"originallyAvailableAt":"2019-05-22","addedAt":1586049248,"updatedAt":1595621660,"Media":[{"id":359,"duration":1420025,"bitrate":3484,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3673,"key":"/library/parts/3673/1586049248/file.m4v","duration":1420025,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E20 - Battle of Good and Evil.m4v","size":619760820,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"404","key":"/library/metadata/404","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Naofumi’s Triumphant Return","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"After Naofumi survives thanks to Mirelia's help, she comes to visit him and tells him the truth behind the summoning of the heroes and the discrimination against the Shield Hero. She also promises to clear his name, and holds a trial for Aultcray and Myne's crimes.","index":21,"parentIndex":1,"year":2019,"thumb":"/library/metadata/404/thumb/1595621660","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420108,"originallyAvailableAt":"2019-05-29","addedAt":1586049248,"updatedAt":1595621660,"Media":[{"id":360,"duration":1420108,"bitrate":1632,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3674,"key":"/library/parts/3674/1586049248/file.m4v","duration":1420108,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E21 - Naofumi's Triumphant Return.m4v","size":291038401,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"405","key":"/library/metadata/405","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Four Heroes Council","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"After being unable to for so long, Naofumi finally gets to upgrade his party's classes. He then takes part in a meeting of the Four Cardinal Heroes, held under the guise of a celebratory banquet. There, he learns of the existence of a bonus stage, with increased XP earnings. Meanwhile, Raphtalia gets into a fight at the party.","index":22,"parentIndex":1,"year":2019,"thumb":"/library/metadata/405/thumb/1595621660","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420109,"originallyAvailableAt":"2019-06-05","addedAt":1586049248,"updatedAt":1595621660,"Media":[{"id":361,"duration":1420109,"bitrate":1762,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3675,"key":"/library/parts/3675/1586049248/file.m4v","duration":1420109,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E22 - Four Heroes Council.m4v","size":314015247,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"406","key":"/library/metadata/406","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Cal Mira Archipelago","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"On the ship to Cal Mira, Naofumi once again runs into L'arc, who keeps throwing him off. However, the strange man's friendly nature shines through, and Naofumi quickly takes a liking to him. After having a fun time grinding levels and a lively meal, Naofumi feels happy and fulfilled for the first time in this world.","index":23,"parentIndex":1,"year":2019,"thumb":"/library/metadata/406/thumb/1595621660","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420066,"originallyAvailableAt":"2019-06-12","addedAt":1586049248,"updatedAt":1595621660,"Media":[{"id":362,"duration":1420066,"bitrate":2090,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3676,"key":"/library/parts/3676/1586049248/file.m4v","duration":1420066,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E23 - Cal Mira Archipelago.m4v","size":372357338,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"407","key":"/library/metadata/407","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"Guardians of Another World","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"Melromarc brings a large fleet to fight the Wave out at sea. While the queen takes charge and leads the operation well, the other three heroes prove useless yet again, leaving Naofumi to do it all alone. Later, he gets help from L'arc and Therese to fend off the monsters, but then...","index":24,"parentIndex":1,"year":2019,"thumb":"/library/metadata/407/thumb/1595621661","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420025,"originallyAvailableAt":"2019-06-19","addedAt":1586049248,"updatedAt":1595621661,"Media":[{"id":363,"duration":1420025,"bitrate":3004,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3677,"key":"/library/parts/3677/1586049248/file.m4v","duration":1420025,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E24 - Guardians of Another World.m4v","size":534510611,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"408","key":"/library/metadata/408","parentRatingKey":"383","grandparentRatingKey":"382","guid":"com.plexapp.agents.thetvdb://353712/1/25?lang=en","parentGuid":"com.plexapp.agents.thetvdb://353712/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://353712?lang=en","type":"episode","title":"The Rising of the Shield Hero","titleSort":"Rising of the Shield Hero","grandparentKey":"/library/metadata/382","parentKey":"/library/metadata/383","grandparentTitle":"The Rising of the Shield Hero","parentTitle":"Season 1","contentRating":"TV-14","summary":"It turns out that Glass, like L'arc, is also a hero from other world. Naofumi barely fights off their combo attacks and then corners Glass in a one-on-one battle, but is then faced with an all-important question: does he truly wish to protect this world?","index":25,"parentIndex":1,"year":2019,"thumb":"/library/metadata/408/thumb/1595621661","art":"/library/metadata/382/art/1591408361","parentThumb":"/library/metadata/383/thumb/1591408361","grandparentThumb":"/library/metadata/382/thumb/1591408361","grandparentArt":"/library/metadata/382/art/1591408361","grandparentTheme":"/library/metadata/382/theme/1591408361","duration":1420025,"originallyAvailableAt":"2019-06-26","addedAt":1586049248,"updatedAt":1595621661,"Media":[{"id":364,"duration":1420025,"bitrate":2507,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3678,"key":"/library/parts/3678/1586049248/file.m4v","duration":1420025,"file":"D:\\Public\\Media\\Anime\\The Rising of the Shield Hero\\Season 1\\The Rising of the Shield Hero - S01E25 - The Rising of the Shield Hero.m4v","size":446190361,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}]},{"ratingKey":"411","key":"/library/metadata/411","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Seven Deadly Sins","titleSort":"Seven Deadly Sins","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"The third princess of the Kingdom of Liones, Elizabeth, finds Meliodas, who is the owner of the Boar Hat bar and is also one of the Seven Deadly Sins. With her identity exposed, she is pursued by Twigo whom Meliodas quickly defeats. The princess joins him on his journey to find the other Deadly Sins in order to defeat the Holy Knights, who have orchestrated a coup d'état and have overthrown the king.","index":1,"parentIndex":1,"year":2014,"thumb":"/library/metadata/411/thumb/1595626707","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2014-10-05","addedAt":1586128894,"updatedAt":1595626707,"chapterSource":"media","Media":[{"id":365,"duration":1469160,"bitrate":1369,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3495,"key":"/library/parts/3495/1595623168/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E01 - The Seven Deadly Sins.mkv","size":253045964,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"412","key":"/library/metadata/412","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Sword of the Holy Knight","titleSort":"Sword of the Holy Knight","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Gilthunder, thus preventing the village from making the Bernia ale, which was their prime source of income. After innumerable unsuccessful attempts of the villagers to remove the sword with which the source was blocked, Meliodas easily removes the object. A celebration is held at the Boar Hat, and Meliodas was hailed as a savior by Bernia's villagers. Gilthunder, wanting to confirm whether the removal of his sword was an accident, threw a spear imbued with his power toward the town. Meliodas, however, easily stops and throws the spear back, destroying Fort Solgales.","index":2,"parentIndex":1,"year":2014,"thumb":"/library/metadata/412/thumb/1595626707","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2014-10-12","addedAt":1586128894,"updatedAt":1595626707,"chapterSource":"media","Media":[{"id":366,"duration":1470160,"bitrate":1369,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3496,"key":"/library/parts/3496/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E02 - The Sword of the Holy Knight.mkv","size":253545425,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"413","key":"/library/metadata/413","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Sin of the Sleeping Forest","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Meliodas, Hawk and Elizabeth travel to the Forest of White Dreams that even Holy Knights avoid. There, the Prankster Imps that inhabit the Forest of White Dreams attempt to confuse them by impersonating Hawk and Elizabeth in order to lead them away. After defeating them, they follow them and find the Serpent's Sin of Envy, Diane sleeping in the forest. Gilthunder suddenly arrives and binds all of them with his lightning magic. Meliodas battles Gilthunder, purposely allows the Holy Knight to slash him, and under the pretense of dying due to the grave wound, acquires information about the whereabouts of two members of the Seven Deadly Sins, King and Ban, as his apparent last wish.","index":3,"parentIndex":1,"year":2014,"thumb":"/library/metadata/413/thumb/1595626707","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2014-10-19","addedAt":1586128894,"updatedAt":1595626707,"chapterSource":"media","Media":[{"id":367,"duration":1470160,"bitrate":1372,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3497,"key":"/library/parts/3497/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E03 - Sin of the Sleeping Forest.mkv","size":260584431,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"414","key":"/library/metadata/414","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"A Young Girl's Dream","titleSort":"Young Girl's Dream","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Having discovered the whereabouts of Ban and King, Diane throws Gilthunder out of the forest, and Meliodas, Hawk and Elizabeth, now joined by Diane, head toward the Baste Dungeon, where Ban is imprisoned. They later arrive at Dalmary Town where Meliodas is treated by Dana. Diane and Elizabeth begin to argue and discuss about the aspects in which they envy each other. They are suddenly attacked by the Holy Knight Friesia, who tries to destroy the entire town along with the Deadly Sins, but Diane quickly destroys all of her insects. Concurrently, Ban escapes from his cell in the Baste Dungeon, and is stopped by Jericho, who tries to subdue him. Dana unexpectedly reveals that the medicine Meliodas drank was a deadly poison as Golgius appears out of the blue. ","index":4,"parentIndex":1,"year":2014,"thumb":"/library/metadata/414/thumb/1595626707","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469489,"originallyAvailableAt":"2014-10-26","addedAt":1586128894,"updatedAt":1595626707,"chapterSource":"media","Media":[{"id":368,"duration":1469489,"bitrate":1191,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3498,"key":"/library/parts/3498/1595623176/file.mkv","duration":1469489,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E04 - A Young Girl's Dream.mkv","size":220995842,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"415","key":"/library/metadata/415","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Even if You Were to Die","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Golgius appears and attempts to take Elizabeth and Meliodas' sword back to Liones. Whilst attempting to take the sword, Meliodas awakens, with no effect of the poison showing, proceeding to blast an aura that causes Golgius to make a hasty retreat. Meliodas and Elizabeth set off to Baste Dungeon afterwards, however, they are stopped by a confused Diane, who after hearing the sound of a bell, attacks the group. They try to run away from the berserk Diane, involving a pair of shepherds along the way, however Meliodas soon succumbs to the same bell, and begins to fight Diane. Meanwhile in Baste Dungeon, Ban is shown wandering around after having dealt with Jericho. It is not long before he is found by Jude of the Weird Fangs, who promptly stabs Ban in the chest. ","index":5,"parentIndex":1,"year":2014,"thumb":"/library/metadata/415/thumb/1595626707","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469159,"originallyAvailableAt":"2014-11-02","addedAt":1586128894,"updatedAt":1595626707,"chapterSource":"media","Media":[{"id":369,"duration":1469159,"bitrate":1299,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3499,"key":"/library/parts/3499/1595623176/file.mkv","duration":1469159,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E05 - Even if You Were to Die.mkv","size":240382043,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"416","key":"/library/metadata/416","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Ballad of the Beginning","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Meliodas and Diane are still fighting each other; Elizabeth shouts for them to snap out of it, and for a few moments they do, until the sound of the bell once again spurs them to fight each other again. The Holy Knight Friesia comes in, threatening the life of the shepherds, however Elizabeth steps in to protect one of them, heavily injuring herself in the process. It is then revealed that one of the young shepherds is actually Ruin, and that he has been fooling them all this time. As Elizabeth gets beaten up by Ruin, she manages to knock off the bell that is causing the hallucinations; Ruin goes to punish Elizabeth further for doing so, but Meliodas quickly comes to her aid, thus beginning Meliodas' battle with Ruin, whilst Diane faces off against Friesia. Both defeat their respective opponents, and the team continues their trek to Baste Dungeon. Elsewhere, despite having been pierced in the chest, Ban is able to overpower Jude, and takes him out. Meliodas and co. finally enter Baste Dungeon, although it is all a trap as Golgius locks them in with the Eternal Seal Spell. However, the reunion between Ban and Meliodas caused so much destruction that it completely destroyed the structure and disregarded the spell. Later that evening, the gang enjoys a meal courtesy of Dana, but an omen in the sky foretells of great disaster to befall Britannia soon. In Liones, it is revealed that King is alive and well, but he is working with Gilthunder. ","index":6,"parentIndex":1,"year":2014,"thumb":"/library/metadata/416/thumb/1595626707","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2014-11-09","addedAt":1586128894,"updatedAt":1595626707,"chapterSource":"media","Media":[{"id":370,"duration":1470160,"bitrate":1320,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3500,"key":"/library/parts/3500/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E06 - Ballad of the Beginning.mkv","size":244492710,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"417","key":"/library/metadata/417","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Touching Reunion","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Meliodas picks the ggroup's next destination to be the rumored location of the King, the Capital of the Dead.","index":7,"parentIndex":1,"year":2014,"thumb":"/library/metadata/417/thumb/1595626707","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2014-11-16","addedAt":1586128894,"updatedAt":1595626707,"chapterSource":"media","Media":[{"id":371,"duration":1470160,"bitrate":1050,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3501,"key":"/library/parts/3501/1595623162/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E07 - Touching Reunion.mkv","size":194882743,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"418","key":"/library/metadata/418","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Dreadful Pursuer","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"King has a final confrontation with Ban, finishing him off with Ban being frozen, with Elaine making an appearance, never showing herself to King. A holy knight Guila battles it out against Meliodas, Diane and Elizabeth. Ban continues his flashbacks with Elaine and the Fairy forest, at the foutain of youth.","index":8,"parentIndex":1,"year":2014,"thumb":"/library/metadata/418/thumb/1595626707","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469159,"originallyAvailableAt":"2014-11-23","addedAt":1586128894,"updatedAt":1595626707,"chapterSource":"media","Media":[{"id":372,"duration":1469159,"bitrate":1002,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3502,"key":"/library/parts/3502/1595623176/file.mkv","duration":1469159,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E08 - Dreadful Pursuer.mkv","size":185858166,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"419","key":"/library/metadata/419","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Black Pulsation","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"The battle with the King comes to a close as he overpowers Guila with Chastiefol. Their time in the Capital of the Dead now over, Ban and Elaine have one more close moment, before being bid a farewell by Ellen and Luigi, who are revealed to have been ghosts this entire time...","index":9,"parentIndex":1,"year":2014,"thumb":"/library/metadata/419/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2014-11-30","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":373,"duration":1470160,"bitrate":1068,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3503,"key":"/library/parts/3503/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E09 - Black Pulsation.mkv","size":198278654,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"420","key":"/library/metadata/420","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Fight Festival","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"The Byzel fighting festival commences! After the initial brawl only leaves 8 people standing. The three first rounds unravel with some interesting displays of power and a few surprises.","index":10,"parentIndex":1,"year":2014,"thumb":"/library/metadata/420/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2014-12-07","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":374,"duration":1470160,"bitrate":1187,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3504,"key":"/library/parts/3504/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E10 - Fight Festival.mkv","size":220736272,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"421","key":"/library/metadata/421","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"A Long-Standing Feeling","titleSort":"Long-Standing Feeling","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"It's Meriodas vs. Ban in a a fight that shakes the ground beneath their feet. The semifinal rounds end up with the sins gaining one new friend and remembering an old one. Everything is ready for the final match while a storm starts brewing in the horizon. ","index":11,"parentIndex":1,"year":2014,"thumb":"/library/metadata/421/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2014-12-14","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":375,"duration":1470160,"bitrate":1315,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3505,"key":"/library/parts/3505/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E11 - A Long-Standing Feeling.mkv","size":249482953,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"422","key":"/library/metadata/422","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Terrifying Cannon","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"The final round draws to a close. The Holy Knights descend upon the sins giving them some new powers and improved equipment. The Deadly Sins are pushed against the ropes.","index":12,"parentIndex":1,"year":2014,"thumb":"/library/metadata/422/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2014-12-21","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":376,"duration":1470160,"bitrate":1331,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3506,"key":"/library/parts/3506/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E12 - Terrifying Cannon.mkv","size":247791734,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"423","key":"/library/metadata/423","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Apostle of Destruction","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Meliodas is freed and the power of the Captain sin makes its debut. Possessed by a strange darkness, Meliodas assaults both enemies and allies until he clashes against Hellbram, the two of them fight mercilessly.","index":13,"parentIndex":1,"year":2014,"thumb":"/library/metadata/423/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2014-12-28","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":377,"duration":1470160,"bitrate":1319,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3507,"key":"/library/parts/3507/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E13 - Apostle of Destruction.mkv","size":244588892,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"424","key":"/library/metadata/424","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Person Who Reads Books","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"News of an armored giant walking around the mountains reach the holy knights and they quickly send an assassination squad to deal with it. In the meantime, Meliodas's group also finds out about the mysterious giant. The holy knight team, the sins, and the giant clash in three-way battle with a very interesting outcome…","index":14,"parentIndex":1,"year":2015,"thumb":"/library/metadata/424/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2015-01-18","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":378,"duration":1470160,"bitrate":1141,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3508,"key":"/library/parts/3508/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E14 - Person Who Reads Books.mkv","size":211059937,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"425","key":"/library/metadata/425","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Unholy Knight","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"The sins confront a strange demonic being. Meliodas is about to deal the final blow when he loses heart and stops attacking. In the meantime, Elisabeth discovers some facts about Meliodas's past. In the end, Elizabeth rushes to the battleground and her words give Meliodas the courage to fight to his full potential. When the sins inspect the dead body of the monster they find out it was some kind of hybrid between human and demon. ","index":15,"parentIndex":1,"year":2015,"thumb":"/library/metadata/425/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1470160,"originallyAvailableAt":"2015-01-25","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":379,"duration":1470160,"bitrate":1239,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3509,"key":"/library/parts/3509/1595623176/file.mkv","duration":1470160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E15 - Unholy Knight.mkv","size":229070756,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"426","key":"/library/metadata/426","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Driven Legends","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Hendriksen and Hellbram make their first attempt to bring back the demon clan using the handle of Meliodas's sword, but the experiment fails and they appear to be missing one ingredient. Far away from there, Meliodas's group is taking a break from all the fighting… ","index":16,"parentIndex":1,"year":2015,"thumb":"/library/metadata/426/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1455139,"originallyAvailableAt":"2015-02-01","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":380,"duration":1455139,"bitrate":1082,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3510,"key":"/library/parts/3510/1595623176/file.mkv","duration":1455139,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E16 - Driven Legends.mkv","size":198216289,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"427","key":"/library/metadata/427","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The First Victim","titleSort":"First Victim","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Hendriksen and some of his guards welcome Arthur and his companion, a short person covered with a cloak. Meanwhile King finds a way to transport Diane and him to the city of Liones. ","index":17,"parentIndex":1,"year":2015,"thumb":"/library/metadata/427/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1455139,"originallyAvailableAt":"2015-02-08","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":381,"duration":1455139,"bitrate":1213,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3511,"key":"/library/parts/3511/1595623176/file.mkv","duration":1455139,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E17 - The First Victim.mkv","size":222796112,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"428","key":"/library/metadata/428","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Even the Life is Changed","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"After a fight starts, Howzer and Guila combine their powers to protect Diane and Guila's little brother from the combined forces of Githunder, Helbram, Dreyfus, and Jericho. ","index":18,"parentIndex":1,"year":2015,"thumb":"/library/metadata/428/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1455140,"originallyAvailableAt":"2015-02-15","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":382,"duration":1455140,"bitrate":1199,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3512,"key":"/library/parts/3512/1595623176/file.mkv","duration":1455140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E18 - Even the Life is Changed.mkv","size":219420914,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"429","key":"/library/metadata/429","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Fairy King Waiting in Vain","titleSort":"Fairy King Waiting in Vain","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"The King reminisces over some old memories of a time Diane and King spent together when Diane was still a giant child. Back to the present, King fights Hellbram, while in a different location Hendriksen fights Arthur.","index":19,"parentIndex":1,"year":2015,"thumb":"/library/metadata/429/thumb/1595626708","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1455139,"originallyAvailableAt":"2015-02-22","addedAt":1586128894,"updatedAt":1595626708,"chapterSource":"media","Media":[{"id":383,"duration":1455139,"bitrate":1129,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3513,"key":"/library/parts/3513/1595623176/file.mkv","duration":1455139,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E19 - The Fairy King Waiting in Vain.mkv","size":206905382,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"430","key":"/library/metadata/430","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Spell of Courage","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Gilthunder arrives to support Hendriksen against Meliodas, Arthur tries to keep Hendriksen busy while Meliodas fights Gilthunder, but has to withdraw leading to a three way fight...","index":20,"parentIndex":1,"year":2015,"thumb":"/library/metadata/430/thumb/1595626709","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1455139,"originallyAvailableAt":"2015-03-01","addedAt":1586128894,"updatedAt":1595626709,"chapterSource":"media","Media":[{"id":384,"duration":1455139,"bitrate":1518,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3514,"key":"/library/parts/3514/1595623176/file.mkv","duration":1455139,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E20 - Spell of Courage.mkv","size":277653172,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"431","key":"/library/metadata/431","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Now, Approaching Threat Towards There","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Ban explores the catacombs under the city. Merlin and the other sins go to the chamber where the king Baltra and Elizabeth are being held captive. Dreyfus has a confession.","index":21,"parentIndex":1,"year":2015,"thumb":"/library/metadata/431/thumb/1595626709","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1455139,"originallyAvailableAt":"2015-03-08","addedAt":1586128894,"updatedAt":1595626709,"chapterSource":"media","Media":[{"id":385,"duration":1455139,"bitrate":1088,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3515,"key":"/library/parts/3515/1595623176/file.mkv","duration":1455139,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E21 - Now, Approaching Threat Towards There.mkv","size":199276556,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"432","key":"/library/metadata/432","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Things I Can Do For You","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Ban attempts to kill Meliodas, but is stopped by Hawk. Meliodas and the sins corner Hendriksen and prepare to take him down. ","index":22,"parentIndex":1,"year":2015,"thumb":"/library/metadata/432/thumb/1595626709","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1455140,"originallyAvailableAt":"2015-03-15","addedAt":1586128894,"updatedAt":1595626709,"chapterSource":"media","Media":[{"id":386,"duration":1455140,"bitrate":1407,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3516,"key":"/library/parts/3516/1595623176/file.mkv","duration":1455140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E22 - Things I Can Do For You.mkv","size":257262933,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"433","key":"/library/metadata/433","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Despair Coming","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"Hendriksen turns into an incredibly powerful monster. As Hendriksen overpowers both the sins and the holy knights only Meliodas is still standing...","index":23,"parentIndex":1,"year":2015,"thumb":"/library/metadata/433/thumb/1595626709","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1455140,"originallyAvailableAt":"2015-03-22","addedAt":1586128894,"updatedAt":1595626709,"chapterSource":"media","Media":[{"id":387,"duration":1455140,"bitrate":1318,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3517,"key":"/library/parts/3517/1595623176/file.mkv","duration":1455140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E23 - Despair Coming.mkv","size":241090440,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"434","key":"/library/metadata/434","parentRatingKey":"410","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/1/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Heroes","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/410","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 1","contentRating":"TV-14","summary":"The group combines forces to defeat Hendriksen while Meliodas uses his ultimate technique. Following Hendriksen’s defeat, the citizens of Liones saw a strange bird-like creature flying north. The sins and Elizabeth leave for their next adventure!","index":24,"parentIndex":1,"year":2015,"thumb":"/library/metadata/434/thumb/1595626709","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/410/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1439120,"originallyAvailableAt":"2015-03-29","addedAt":1586128894,"updatedAt":1595626709,"chapterSource":"media","Media":[{"id":388,"duration":1439120,"bitrate":1377,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3518,"key":"/library/parts/3518/1595623176/file.mkv","duration":1439120,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 1\\The Seven Deadly Sins - S01E24 - Heroes.mkv","size":249388747,"audioProfile":"lc","container":"mkv","hasThumbnail":"1","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shōtarō Suga"}]},{"ratingKey":"3698","key":"/library/metadata/3698","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Revival of the Demon Clan","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"After the defeat of demonized Hendrickson, The Seven Deadly Sins are commended for their bravery and courage by King Bartra. However, just before the ceremony, Ban and King leave. Earlier, Ban had told Meliodas that he is quitting the Seven Deadly Sins. As Ban leaves the Boar Hat Bar, King sees him and asks where he is going. Ban tells King that he wants to go to the Fairy King Forest. King then accompanies Ban on his journey. Meanwhile, it is reveals that Hendrickson has survived the assault from the Sins and he is shocked upon seeing Dreyfus alive. Dreyfus then summons the Commandments, ten demonized warriors who intend to destroy the Sins. ","index":1,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3698/thumb/1595626709","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-01-13","addedAt":1595626665,"updatedAt":1595626709,"chapterSource":"media","Media":[{"id":3392,"duration":1469160,"bitrate":1529,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3737,"key":"/library/parts/3737/1595626198/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E01 - Revival of the Demon Clan.mkv","size":282505534,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Jōji Furuta"}]},{"ratingKey":"3699","key":"/library/metadata/3699","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Existence and Proof","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"The Ten Commandments are in the process of recovering their magical powers and fly to the Kingdom of Edinburgh in the east. Meanwhile, Jericho is discovered following Ban and King on the journey to the Fairy King's Forest. In the forest, the fairy people call King a traitor because he left the Fairy King's Forest 700 years ago, his absence allowing the forest to be almost entirely destroyed, while Ban is called the new Fairy King because he planted the last Sacred Tree seed that Elaine entrusted to him. Diane and Elizabeth admit to each other their love for King and Meliodas respectively. Meanwhile Gowther, believing he needs to experience love, alters Guila's memories so she forgets Zeal is her brother and thinks Gowther is her boyfriend, while Zeal, who Gowther considers a barrier between himself and Guila, loses his entire memory. Gowthers manipulation of their memory enrages Diane and she attacks him without hesitation. ","index":2,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3699/thumb/1595626710","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-01-20","addedAt":1595626665,"updatedAt":1595626710,"chapterSource":"media","Media":[{"id":3393,"duration":1469160,"bitrate":1540,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3738,"key":"/library/parts/3738/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E02 - Existence and Proof.mkv","size":284601406,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Chika Nagaoka"}]},{"ratingKey":"3700","key":"/library/metadata/3700","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Sacred Treasure Lostvayne","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Diane defeats Gowther. The Ten Commandments discover the remains of a magical explosion and conclude it was caused by Meliodas. Gowther restores Guila’s memories. Merlin temporarily returns Gowther to his original form, a 6 inch tall wooden doll, and gives him to Slader for safekeeping. Sensing a magical disturbance Merlin transports the Boar Hat to Camelot which is being attacked by a giant Golem which Meliodas recognises as Albion, a magical weapon created by the Demon Clan, which awoke after it sensed the return of the Commandments. Meliodas breaks the sword he received from Liz so Merlin gives him back his sacred treasure, the sword Lostvayne, which she had retrieved from the pawn shop he sold it to. With Lostvayne returned Meliodas destroys the golem instantly. In the Fairy Kings Forest King and Jericho are surprised when the trees begin growing rapidly, which they realise is due to Ban feeding the forest with his blood which contains water from the Fountain of Youth, something the other fairies reveal he does every few years in honour of Elaine’s memory. The forest is suddenly attacked by another Albion Golem. ","index":3,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3700/thumb/1595626710","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-01-27","addedAt":1595626666,"updatedAt":1595626710,"chapterSource":"media","Media":[{"id":3394,"duration":1469160,"bitrate":1672,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3739,"key":"/library/parts/3739/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E03 - Sacred Treasure Lostvayne.mkv","size":308500773,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Susumu Nishizawa"}]},{"ratingKey":"3701","key":"/library/metadata/3701","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Ten Commandments on the Move","titleSort":"Ten Commandments on the Move","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"As the Golem begins destroying the forest King battles to protect the new Sacred Tree. Gerheade, the traditional servant of all past fairy kings, refuses to acknowledge Ban as king of the Fairies. She is surprised when Ban agrees with her, as he never wanted to be king. But, rather than let him leave the forest, she attacks him, knowing that he would risk himself to protect Elaine’s body and traps him, intending to use him as the new Fountain of Youth. King fails to stop the Golem and is injured while the Sacred Tree is destroyed for a second time. Gerheade prevents King from attacking the Golem while the other fairies rush to fight it, sacrificing themselves so King can escape, for as long as King is alive the forest will always grow again. King, however, refuses to flee, gaining strength from his desire to protect the forest, fairies, and even Ban he succeeds in transforming Chastiefol into its True Spirit Spear form and destroys the Golem. Back in Camelot as they recover from destroying the Golem they are attacked by Galand, one of the Ten Commandments, who is at least several times stronger than Meliodas. ","index":4,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3701/thumb/1595626711","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-02-03","addedAt":1595626666,"updatedAt":1595626711,"chapterSource":"media","Media":[{"id":3395,"duration":1469160,"bitrate":1820,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3740,"key":"/library/parts/3740/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E04 - The Ten Commandments on the Move.mkv","size":335739336,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Kōichi Hatsumi"}]},{"ratingKey":"3702","key":"/library/metadata/3702","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Overwhelming Violence","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Merlin notices that Galand’s magical abilities are still sealed away, giving hope they can defeat him. Ban uses his blood to restore the Sacred Tree and to heal King. Ban threatens to kill Gerheade if she ever tries to harm Elaine’s body again and then departs with Jericho, refusing King’s request to re-join the Sins. Galand easily overpowers both Meliodas and Diane. Merlin attempts to trick him with a lie, but Galand, who is the Commandment of Truth, cannot be lied to and Merlin is turned to stone. Meliodas is forced to unleash his demonic power. The other nine commandments realise that the magical energy once abundant in the earth has been absorbed into the souls of living beings, and by absorbing human souls; they can recover their magic. Despite his increase in power, Meliodas is killed by Galand, Slader is impaled, Diane is wounded and Merlin’s statue is smashed. Galand departs, sparing Arthur, Elizabeth and Hawke. Gowther arrives in his human form. Gilthunder comes across a village where a Red Demon is harvesting souls for the Commandments. He destroys the demon, returning the souls to their humans. Before they can celebrate the village is attacked by a Grey Demon. Hendrickson suddenly appears to help Gilthunder defeat the Grey Demon. ","index":5,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3702/thumb/1595626711","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-02-10","addedAt":1595626666,"updatedAt":1595626711,"chapterSource":"media","Media":[{"id":3396,"duration":1469160,"bitrate":1928,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3741,"key":"/library/parts/3741/1595626194/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E05 - Overwhelming Violence.mkv","size":355453731,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Toshiyuki Fujisawa"}]},{"ratingKey":"3703","key":"/library/metadata/3703","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Great Holy Knight Atones For His Sins","titleSort":"Great Holy Knight Atones For His Sins","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Hendrickson reveals that Dreyfus is still alive. Hendrickson defeats the grey demon using a druid spell previously used by Gilthunder’s father, Zaratras. Hendrickson reveals that 10 years ago he and Dreyfus investigated the destroyed country of Danafor. They encountered a demon named Flaudrin who possessed Hendrickson. Unwilling to kill Hendrickson’s body, Dreyfus was forced to allow Flaudrin to live inside Hendrickson and eventually to murder Zaratras and frame the Sins as revenge against Meliodas who had defeated him 16 years ago when Flaudrin destroyed Danafor and murdered Meliodas’ lover, Liz. Meliodas awakens in Camelot with everyone healed except for Merlin. Gowther had tampered with Galand’s memory so he believed he killed everybody. Merlin, who had transferred her soul into her sacred treasure, the magical crystal Aldan, explains that all the Sins combined have a combat level of 22,000, while Galand by himself had a level of 26,000. This means if the Commandments succeed in regaining their magic their combined combat level will be over 300,000. Meliodas decides to locate the final Sin, Escanor, the Lion’s Sin of Pride. King arrives wanting to see Diane, only to find Diane has amnesia and no longer remembers who anybody is, including King. ","index":6,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3703/thumb/1595626712","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-02-17","addedAt":1595626666,"updatedAt":1595626712,"chapterSource":"media","Media":[{"id":3397,"duration":1469160,"bitrate":1224,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3742,"key":"/library/parts/3742/1595626194/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E06 - The Great Holy Knight Atones For His Sins.mkv","size":226337089,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Susumu Nishizawa"}]},{"ratingKey":"3704","key":"/library/metadata/3704","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Where Memories Lead","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Diane’s memory continues to disappear, suggesting her memories are being tampered with. Diane disappears and Gowther admits that after his fight with Diane over erasing Guila’s memories, he decided to erase Diane’s memories as part of an experiment. He fails to understand why everyone is upset with him. King throws him through a wall. The sins suspect Diane may be heading back to the giants village, Megadoza. A flashback to 16 years ago shows Diane with fellow warrior giants Matrona and Dolores. Dolores is scared of war and wants to leave Megadoza but is too afraid of humans. Diane encounters Meliodas for the first time and realises people exist who are friendly to giants. Diane rushes to tell Dolores but finds she has been killed after being sent on a dangerous mission by Matrona. Diane realises she wants more from life than constant war despite Matrona planning to train her to become chief. Matrona and Diane are hired by Holy Knight Gyannon to fight a war. However Gyannon betrays them, intending to kill Matrona and gain fame. Matrona kills Gyannon but is wounded by a poisoned spear. She urges Diane to keep growing stronger then dies in her arms. ","index":7,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3704/thumb/1595626712","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-02-24","addedAt":1595626666,"updatedAt":1595626712,"chapterSource":"media","Media":[{"id":3398,"duration":1469160,"bitrate":1373,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3743,"key":"/library/parts/3743/1595626194/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E07 - Where Memories Lead.mkv","size":253583660,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shunsuke Ishikawa"}]},{"ratingKey":"3705","key":"/library/metadata/3705","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Druids' Holy Land","titleSort":"Druids' Holy Land","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Merlin senses that the Commandments are close to Diane. Diane believes Matrona has only just died and is rushing back to Megadoza to tell her people, not realising 16 years have passed. Galand and fellow Commandment Monspeet come across Diane. As Monspeet is about to drain the magic from Diane she is saved by another giant resembling Matrona who knocks Diane unconscious and hides from the Commandments. Monspeet senses what he thinks is Meliodas and fires a powerful spell at him from hundreds of miles away. However the spell is swallowed by Hawks Mom, negating its power and shocking everybody who had no idea she could do that. The giant escapes with Diane but is now injured. Merlin reveals that many years ago she took most of Meliodas power as a precaution against him losing control and hid it in Istar, the Land of Druids, but now decides he needs it back. They reach Istar and meet the Druid leaders, twin sisters Jenna and Zaneri. Meliodas must pass a trial to regain his power. As Meliodas begins the trial he suddenly awakens in the past in Danafor before it was destroyed. He is greeted by Liz, who died years ago. ","index":8,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3705/thumb/1595626713","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-03-03","addedAt":1595626666,"updatedAt":1595626713,"chapterSource":"media","Media":[{"id":3399,"duration":1469160,"bitrate":1577,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3744,"key":"/library/parts/3744/1595626204/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E08 - The Druids' Holy Land.mkv","size":291105165,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Tomoya Tanaka"}]},{"ratingKey":"3706","key":"/library/metadata/3706","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Promise with the Loved One","titleSort":"Promise with the Loved One","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Ban and Jericho are searching for methods to revive the dead and are pointed to Ravens, the city of thieves, where a dead body was supposedly revived. As Meliodas undergoes his trial Elizabeth is given a trial to make a flower grow from a dead seed with healing magic. Meliodas is forced to relive happy memories of Liz and of the day she died, hundreds of thousands of times in the hope he learns to control his emotions. If he does not, the emotional strain on his heart will kill him. King and the others realize Hendrickson has been nearby the whole time, training with Gilthunder and his knights, and is human again. Rather than control his emotions Meliodas instead resolves to never again let a friend die like Liz and passes the trial. In Ravens Ban encounters a were-fox accused of raising the dead, though the fox insists itis untrue before collapsing. Ban recalls that as a child he was imprisoned for theft and met a man named Zhivago who offered to help him escape. ","index":9,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3706/thumb/1595626713","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1468120,"originallyAvailableAt":"2018-03-10","addedAt":1595626666,"updatedAt":1595626713,"chapterSource":"media","Media":[{"id":3400,"duration":1468120,"bitrate":1404,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3745,"key":"/library/parts/3745/1595626208/file.mkv","duration":1468120,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E09 - The Promise with the Loved One.mkv","size":259196245,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Jōji Furuta"}]},{"ratingKey":"3707","key":"/library/metadata/3707","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"What We Lacked","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Hendrickson tells the Sins he is ready to accept whatever his punishment is, just as soon as they defeat the Commandments. In Ravens Ban remembers the second time he met Zhivago. Ban had been kidnapped by slavers but Zhivago saved him and taught him how to steal. Eventually Ban attempted a burglary by himself but was caught. The were fox, who is revealed to be Zhivago, was forced to choose between saving Therion, his were fox son, from hunters, or to save Ban. He chose to save Therion, who ended up being killed anyway, and he spent 30 years believing Ban also died. Ban reveals who he is and does not blame Zhivago for leaving him. Hendrickson, the knights and the other Sins are made to enter the training cave. Gilthunder and Howzer fight a dragon together. Gowther and Arthur battle a golem suit of armour. King enters the cave with Meliodas, who asks King to understand that Hendrickson did what he did because of Fraudrin, who Meliodas reveals is one of the Ten Commandments. King confronts Meliodas about being a member of the Demon Clan and questions whether Meliodas is even on their side before attacking him. ","index":10,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3707/thumb/1595626714","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-03-17","addedAt":1595626666,"updatedAt":1595626714,"chapterSource":"media","Media":[{"id":3401,"duration":1469160,"bitrate":1461,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3746,"key":"/library/parts/3746/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E10 - What We Lacked.mkv","size":269979521,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Shinobu Yoshioka"}]},{"ratingKey":"3708","key":"/library/metadata/3708","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Father and Son","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Meliodas and King continue to fight each other. Ban talks to Zhivago and Jericho about his immortality and Elaine who he is determined to resurrect. Elsewhere in a cemetery a dead body digs its way out of its grave. Ban admits to his greatest regret, that he once tried to kill Meliodas in exchange for Elaine’s resurrection, and he hates himself even though Meliodas forgave him. Zhivago urges Ban to reconcile with Meliodas and tell him his real feelings. Zhivago then dies peacefully. King accuses Meliodas of being the Commandments secret ally. Meliodas questions whether King is a king at all, as the previous fairy kings had prominent wings, whereas King has none. The fairy twins stop them fighting before they can hurt each other. Meliodas promises to reveal the truth, eventually, so King decides to continue watching him. As they leave King senses sudden pain on his back. Meliodas regains his old power and has Merlin teleport him to the Commandments. He is challenged by Galand but with his power returned Meliodas easily beats him. He then gives the Commandments a warning, if they restart the war they lost 3000 years ago, Meliodas and the Sins will crush them. ","index":11,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3708/thumb/1595626714","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-03-24","addedAt":1595626666,"updatedAt":1595626714,"chapterSource":"media","Media":[{"id":3402,"duration":1469160,"bitrate":1168,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3747,"key":"/library/parts/3747/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E11 - Father and Son.mkv","size":216025229,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Susumu Nishizawa"}]},{"ratingKey":"3709","key":"/library/metadata/3709","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Where Love is Found","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"The Commandments spread out to towns and cities across the country to recover their magic. Meliodas plans to defeat the Commandments one at a time rather than together. Everyone completes their training except for Elizabeth who fails to make the dead seed grow. Jenna and Zaneri, who has an unrequited love for Meliodas, discuss how Elizabeth is the reincarnation of Liz, Meliodas’ deceased lover, and how Zaneri sabotaged Elizabeth’s training to try and separate Meliodas from her so he would never realise who she really is. Meliodas announces they still need to find Escanor, the Lion's Sin of Pride, who is supposedly even stronger than Meliodas. The resurrection of the dead is revealed to be the work of Melascula, the Commandment of Faith, who is resurrecting and corrupting dead souls to form an army. One of the souls she summons is Elaine, who also returns to life corrupted, and she immediately starts searching for Ban. King senses Elaine’s revival and rushes to the forest, refusing Meliodas’ help as he still does not trust him. As Ban and Jericho bury Zhivago they are attacked by a corpse, which Ban easily destroys. Elaine appears and reunites with Ban and they kiss passionately. ","index":12,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3709/thumb/1595626714","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-03-31","addedAt":1595626666,"updatedAt":1595626714,"chapterSource":"media","Media":[{"id":3403,"duration":1469160,"bitrate":1363,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3748,"key":"/library/parts/3748/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E12 - Where Love is Found.mkv","size":251915997,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3710","key":"/library/metadata/3710","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Farewell, My Beloved Thief","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"A revived but possessed Elaine attacks her lover, Ban, as Melascula and Galand of the Ten Commandments emerge to destroy those in their path.","index":13,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3710/thumb/1595626715","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-04-14","addedAt":1595626666,"updatedAt":1595626715,"chapterSource":"media","Media":[{"id":3404,"duration":1469160,"bitrate":1506,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3749,"key":"/library/parts/3749/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E13 - Farewell, My Beloved Thief.mkv","size":277775241,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3711","key":"/library/metadata/3711","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Master of the Sun","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Jericho carries severely injured Ban and Elaine on her back while escaping from Galand and Melascula before stumbling into a bar deep inside a cave.","index":14,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3711/thumb/1595626715","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-04-21","addedAt":1595626667,"updatedAt":1595626715,"chapterSource":"media","Media":[{"id":3405,"duration":1469160,"bitrate":1442,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3750,"key":"/library/parts/3750/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E14 - Master of the Sun.mkv","size":265880532,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3712","key":"/library/metadata/3712","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"A Horrifying Confession","titleSort":"Horrifying Confession","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Gloxinia and Drole of the Ten Commandments lure strong fighters to Vaizel by offering to grant any wish to the winner of their Great Fight Festival.","index":15,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3712/thumb/1595626716","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-04-28","addedAt":1595626667,"updatedAt":1595626716,"chapterSource":"media","Media":[{"id":3406,"duration":1469160,"bitrate":1382,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3751,"key":"/library/parts/3751/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E15 - A Horrifying Confession.mkv","size":254899130,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3713","key":"/library/metadata/3713","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Death Trap Labyrinth","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"An elaborate trap-laded deadly maze constructed by Drole begins to weed out the weaker challengers that have gathered for the Great Fight Festival.","index":16,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3713/thumb/1595626716","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1469160,"originallyAvailableAt":"2018-05-05","addedAt":1595626667,"updatedAt":1595626716,"chapterSource":"media","Media":[{"id":3407,"duration":1469160,"bitrate":1362,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3752,"key":"/library/parts/3752/1595626208/file.mkv","duration":1469160,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E16 - Death Trap Labyrinth.mkv","size":251323235,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3714","key":"/library/metadata/3714","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Legendary Figures","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"The surviving challengers of the Great Fight Festival are split into pairs and made to face each other in a tag team battle.","index":17,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3714/thumb/1595626717","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1454140,"originallyAvailableAt":"2018-05-12","addedAt":1595626667,"updatedAt":1595626717,"chapterSource":"media","Media":[{"id":3408,"duration":1454140,"bitrate":1246,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3753,"key":"/library/parts/3753/1595626208/file.mkv","duration":1454140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E17 - Legendary Figures.mkv","size":227685273,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3715","key":"/library/metadata/3715","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"For Whom Does That Light Shine","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"King and Diane continue their battle against opponents summoned by Gloxinia and Drole. Escanor refuses to fight against his fellow ally Gowther.","index":18,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3715/thumb/1595626717","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1454140,"originallyAvailableAt":"2018-05-19","addedAt":1595626667,"updatedAt":1595626717,"chapterSource":"media","Media":[{"id":3409,"duration":1454140,"bitrate":1320,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3754,"key":"/library/parts/3754/1595626208/file.mkv","duration":1454140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E18 - For Whom Does That Light Shine.mkv","size":240813593,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3716","key":"/library/metadata/3716","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Meliodas vs. The Ten Commandments","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"As Escanor's battle with Gowther comes to a dramatic end, Meliodas must now face the remaining Ten Commandments in an all-out battle.","index":19,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3716/thumb/1595626717","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1454140,"originallyAvailableAt":"2018-05-26","addedAt":1595626667,"updatedAt":1595626717,"chapterSource":"media","Media":[{"id":3410,"duration":1454140,"bitrate":1370,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3755,"key":"/library/parts/3755/1595626208/file.mkv","duration":1454140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E19 - Meliodas vs. The Ten Commandments.mkv","size":250030537,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3717","key":"/library/metadata/3717","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"In Search of Hope","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"With Meliodas rendered powerless, Ban asks to be transported back so he can aid him in his fight against Estarossa and the other Ten Commandments.","index":20,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3717/thumb/1595626718","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1454140,"originallyAvailableAt":"2018-06-02","addedAt":1595626667,"updatedAt":1595626718,"chapterSource":"media","Media":[{"id":3411,"duration":1454140,"bitrate":1381,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3756,"key":"/library/parts/3756/1595626208/file.mkv","duration":1454140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E20 - In Search of Hope.mkv","size":251870174,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3718","key":"/library/metadata/3718","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Certain Warmth","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"While caring for Meliodas, Elizabeth encounters a former Great Holy Knight thought to have perished long ago by the hands of Dreyfus and Hendrickson.","index":21,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3718/thumb/1595626719","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1454140,"originallyAvailableAt":"2018-06-09","addedAt":1595626667,"updatedAt":1595626719,"chapterSource":"media","Media":[{"id":3412,"duration":1454140,"bitrate":1221,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3757,"key":"/library/parts/3757/1595626208/file.mkv","duration":1454140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E21 - Certain Warmth.mkv","size":223316816,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3719","key":"/library/metadata/3719","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Return of the Sins","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"With Ban and the Holy Knights paralyzed by Estarossa’s powers, Escanor shows up to thwart the fall of Liones at the hands of the Ten Commandments.","index":22,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3719/thumb/1595626719","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1454140,"originallyAvailableAt":"2018-06-16","addedAt":1595626667,"updatedAt":1595626719,"chapterSource":"media","Media":[{"id":3413,"duration":1454140,"bitrate":2059,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3758,"key":"/library/parts/3758/1595626208/file.mkv","duration":1454140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E22 - Return of the Sins.mkv","size":375152872,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3720","key":"/library/metadata/3720","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Hero Rises!","titleSort":"Hero Rises!","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"As the situation inside Liones Castle becomes even more dire, Merlin, freed from Galand's Commandment of Truth, reappears in her former form.","index":23,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3720/thumb/1595626719","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1544220,"originallyAvailableAt":"2018-06-23","addedAt":1595626667,"updatedAt":1595626719,"chapterSource":"media","Media":[{"id":3414,"duration":1544220,"bitrate":1610,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3759,"key":"/library/parts/3759/1595626208/file.mkv","duration":1544220,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E23 - The Hero Rises!.mkv","size":311716619,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3721","key":"/library/metadata/3721","parentRatingKey":"3697","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/2/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"As Long As You Are Here","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3697","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 2","contentRating":"TV-14","summary":"Determined to kill his former leader for betraying their clan 3,000 years ago, Fraudrin takes on a newly resurrected darker, more powerful Meliodas.","index":24,"parentIndex":2,"year":2018,"thumb":"/library/metadata/3721/thumb/1595626720","art":"/library/metadata/409/art/1595639950","parentThumb":"/library/metadata/3697/thumb/1595626722","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1454140,"originallyAvailableAt":"2018-06-30","addedAt":1595626667,"updatedAt":1595626720,"chapterSource":"media","Media":[{"id":3415,"duration":1454140,"bitrate":1257,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3760,"key":"/library/parts/3760/1595626208/file.mkv","duration":1454140,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 2\\The Seven Deadly Sins - S02E24 - As Long As You Are Here.mkv","size":229586991,"container":"mkv","videoProfile":"main 10"}]}],"Writer":[{"tag":"Mamoru Sasaki"}]},{"ratingKey":"3673","key":"/library/metadata/3673","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Light That Disperses Darkness","titleSort":"Light That Disperses Darkness","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":1,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3673/thumb/1595626720","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1450020,"originallyAvailableAt":"2019-10-09","addedAt":1595623639,"updatedAt":1595626720,"chapterSource":"media","Media":[{"id":3367,"duration":1450020,"bitrate":1637,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3712,"key":"/library/parts/3712/1585803040/file.mkv","duration":1450020,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E01 - The Light That Disperses Darkness.mkv","size":302443353,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3674","key":"/library/metadata/3674","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Memories of the Holy War","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":2,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3674/thumb/1595626720","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449940,"originallyAvailableAt":"2019-10-16","addedAt":1595623639,"updatedAt":1595626720,"chapterSource":"media","Media":[{"id":3368,"duration":1449940,"bitrate":1637,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3713,"key":"/library/parts/3713/1585803072/file.mkv","duration":1449940,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E02 - Memories of the Holy War.mkv","size":302576386,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3675","key":"/library/metadata/3675","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Those Without Light","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":3,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3675/thumb/1595626720","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449980,"originallyAvailableAt":"2019-10-23","addedAt":1595623639,"updatedAt":1595626720,"chapterSource":"media","Media":[{"id":3369,"duration":1449980,"bitrate":1271,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3714,"key":"/library/parts/3714/1585803106/file.mkv","duration":1449980,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E03 - Those Without Light.mkv","size":236258947,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3676","key":"/library/metadata/3676","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Ten Commandments vs. The Four Archangels","titleSort":"Ten Commandments vs. The Four Archangels","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":4,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3676/thumb/1595626720","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449940,"originallyAvailableAt":"2019-10-30","addedAt":1595623639,"updatedAt":1595626720,"chapterSource":"media","Media":[{"id":3370,"duration":1449940,"bitrate":1556,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3715,"key":"/library/parts/3715/1585803140/file.mkv","duration":1449940,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E04 - The Ten Commandments vs. The Four Archangels.mkv","size":287843720,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3677","key":"/library/metadata/3677","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Emotional Maelstrom","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":5,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3677/thumb/1595626720","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449940,"originallyAvailableAt":"2019-11-06","addedAt":1595623639,"updatedAt":1595626720,"chapterSource":"media","Media":[{"id":3371,"duration":1449940,"bitrate":1362,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3716,"key":"/library/parts/3716/1585803182/file.mkv","duration":1449940,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E05 - Emotional Maelstrom.mkv","size":252636152,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3678","key":"/library/metadata/3678","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"We Call That Love","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":6,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3678/thumb/1595626720","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449979,"originallyAvailableAt":"2019-11-13","addedAt":1595623639,"updatedAt":1595626720,"chapterSource":"media","Media":[{"id":3372,"duration":1449979,"bitrate":1275,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3717,"key":"/library/parts/3717/1585803220/file.mkv","duration":1449979,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E06 - We Call That Love.mkv","size":236507877,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3679","key":"/library/metadata/3679","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Deadly Sins Unite","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":7,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3679/thumb/1595626720","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449979,"originallyAvailableAt":"2019-11-20","addedAt":1595623639,"updatedAt":1595626720,"chapterSource":"media","Media":[{"id":3373,"duration":1449979,"bitrate":1321,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3718,"key":"/library/parts/3718/1585803266/file.mkv","duration":1449979,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E07 - Deadly Sins Unite.mkv","size":244709004,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3680","key":"/library/metadata/3680","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Doll Seeks Love","titleSort":"Doll Seeks Love","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":8,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3680/thumb/1595626720","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449939,"originallyAvailableAt":"2019-11-27","addedAt":1595623639,"updatedAt":1595626720,"chapterSource":"media","Media":[{"id":3374,"duration":1449939,"bitrate":1137,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3719,"key":"/library/parts/3719/1585803296/file.mkv","duration":1449939,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E08 - The Doll Seeks Love.mkv","size":211957712,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3681","key":"/library/metadata/3681","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Cursed Lovers","titleSort":"Cursed Lovers","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":9,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3681/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449980,"originallyAvailableAt":"2019-12-04","addedAt":1595623639,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3375,"duration":1449980,"bitrate":1171,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3720,"key":"/library/parts/3720/1585803334/file.mkv","duration":1449980,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E09 - The Cursed Lovers.mkv","size":217490597,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3682","key":"/library/metadata/3682","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"That Is Our Way of Life","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":10,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3682/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449939,"originallyAvailableAt":"2019-12-11","addedAt":1595623639,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3376,"duration":1449939,"bitrate":1793,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3721,"key":"/library/parts/3721/1585803396/file.mkv","duration":1449939,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E10 - That Is Our Way of Life.mkv","size":330891059,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3683","key":"/library/metadata/3683","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Hateful Cannot Rest","titleSort":"Hateful Cannot Rest","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":11,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3683/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1450000,"originallyAvailableAt":"2019-12-18","addedAt":1595623640,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3377,"duration":1450000,"bitrate":1389,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3722,"key":"/library/parts/3722/1585803438/file.mkv","duration":1450000,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E11 - The Hateful Cannot Rest.mkv","size":257302989,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3684","key":"/library/metadata/3684","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Love is a Maiden's Power","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"Trapped in Melascula's magic, Meliodas breaks the magic at the cost of his emotions. Out of cocoon comes a very different Meliodas who will be confronted by the mightiest of the sin.\r\n","index":12,"parentIndex":3,"year":2019,"thumb":"/library/metadata/3684/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449920,"originallyAvailableAt":"2019-12-25","addedAt":1595623640,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3378,"duration":1449920,"bitrate":1621,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3723,"key":"/library/parts/3723/1585803482/file.mkv","duration":1449920,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E12 - Love is a Maiden's Power.mkv","size":299216499,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3685","key":"/library/metadata/3685","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Almighty vs. the Greatest Evil","titleSort":"Almighty vs. the Greatest Evil","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"As things have escalated quickly this will be the final showdown among the strongest to prove who is better WRATH or PRIDE...\r\n","index":13,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3685/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449960,"originallyAvailableAt":"2020-01-08","addedAt":1595623640,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3379,"duration":1449960,"bitrate":1501,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3724,"key":"/library/parts/3724/1585803502/file.mkv","duration":1449960,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E13 - The Almighty vs. the Greatest Evil.mkv","size":277961408,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3686","key":"/library/metadata/3686","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"A New Threat","titleSort":"New Threat","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":14,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3686/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449960,"originallyAvailableAt":"2020-01-15","addedAt":1595623640,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3380,"duration":1449960,"bitrate":1292,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3725,"key":"/library/parts/3725/1585803508/file.mkv","duration":1449960,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E14 - A New Threat.mkv","size":240060271,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3687","key":"/library/metadata/3687","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"To Our Captain","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":15,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3687/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449980,"originallyAvailableAt":"2020-01-22","addedAt":1595623640,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3381,"duration":1449980,"bitrate":1501,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3726,"key":"/library/parts/3726/1585803528/file.mkv","duration":1449980,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E15 - To Our Captain.mkv","size":277883160,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3688","key":"/library/metadata/3688","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Seven Deadly Sins End","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":16,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3688/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1450000,"originallyAvailableAt":"2020-01-29","addedAt":1595623640,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3382,"duration":1450000,"bitrate":1314,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3727,"key":"/library/parts/3727/1585803642/file.mkv","duration":1450000,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E16 - Seven Deadly Sins End.mkv","size":243399863,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3689","key":"/library/metadata/3689","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Our Choices","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":17,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3689/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449980,"originallyAvailableAt":"2020-02-05","addedAt":1595623640,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3383,"duration":1449980,"bitrate":1652,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3728,"key":"/library/parts/3728/1585803792/file.mkv","duration":1449980,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E17 - Our Choices.mkv","size":305236155,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3690","key":"/library/metadata/3690","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"March of the Saints","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":18,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3690/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1450000,"originallyAvailableAt":"2020-02-12","addedAt":1595623640,"updatedAt":1595626721,"chapterSource":"media","Media":[{"id":3384,"duration":1450000,"bitrate":1319,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3729,"key":"/library/parts/3729/1585803816/file.mkv","duration":1450000,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E18 - March of the Saints.mkv","size":244981189,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3691","key":"/library/metadata/3691","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The Holy War Accord","titleSort":"Holy War Accord","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":19,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3691/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1450001,"originallyAvailableAt":"2020-02-19","addedAt":1595623640,"updatedAt":1595626721,"Media":[{"id":3385,"duration":1450001,"bitrate":1355,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3730,"key":"/library/parts/3730/1585803820/file.mkv","duration":1450001,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E19 - The Holy War Accord.mkv","size":246240465,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3692","key":"/library/metadata/3692","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Child of Hope","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":20,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3692/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1449961,"originallyAvailableAt":"2020-02-26","addedAt":1595623640,"updatedAt":1595626721,"Media":[{"id":3386,"duration":1449961,"bitrate":1621,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3731,"key":"/library/parts/3731/1585803828/file.mkv","duration":1449961,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E20 - Child of Hope.mkv","size":294349911,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3693","key":"/library/metadata/3693","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Beginning of the Holy War","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":21,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3693/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1450001,"originallyAvailableAt":"2020-03-04","addedAt":1595623640,"updatedAt":1595626721,"Media":[{"id":3387,"duration":1450001,"bitrate":1602,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3732,"key":"/library/parts/3732/1585803854/file.mkv","duration":1450001,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E21 - Beginning of the Holy War.mkv","size":291036946,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3694","key":"/library/metadata/3694","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"War-torn Britannia","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":22,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3694/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1450001,"originallyAvailableAt":"2020-03-11","addedAt":1595623640,"updatedAt":1595626721,"Media":[{"id":3388,"duration":1450001,"bitrate":1783,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3733,"key":"/library/parts/3733/1585803864/file.mkv","duration":1450001,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E22 - War-torn Britannia.mkv","size":323694394,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3695","key":"/library/metadata/3695","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"The One Twisted by Darkness","titleSort":"One Twisted by Darkness","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":23,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3695/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1450001,"originallyAvailableAt":"2020-03-18","addedAt":1595623640,"updatedAt":1595626721,"Media":[{"id":3389,"duration":1450001,"bitrate":2057,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3734,"key":"/library/parts/3734/1585803872/file.mkv","duration":1450001,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E23 - The One Twisted by Darkness.mkv","size":373434170,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3696","key":"/library/metadata/3696","parentRatingKey":"3672","grandparentRatingKey":"409","guid":"com.plexapp.agents.thetvdb://284131/3/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://284131/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://284131?lang=en","type":"episode","title":"Rampaging Love","grandparentKey":"/library/metadata/409","parentKey":"/library/metadata/3672","grandparentTitle":"The Seven Deadly Sins","parentTitle":"Season 3","contentRating":"TV-14","summary":"","index":24,"parentIndex":3,"year":2020,"thumb":"/library/metadata/3696/thumb/1595626721","art":"/library/metadata/409/art/1595639950","grandparentThumb":"/library/metadata/409/thumb/1595639950","grandparentArt":"/library/metadata/409/art/1595639950","grandparentTheme":"/library/metadata/409/theme/1595639950","duration":1420081,"originallyAvailableAt":"2020-03-25","addedAt":1595623641,"updatedAt":1595626721,"Media":[{"id":3390,"duration":1420081,"bitrate":1828,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main 10","Part":[{"id":3735,"key":"/library/parts/3735/1585803894/file.mkv","duration":1420081,"file":"D:\\Public\\Media\\Anime\\The Seven Deadly Sins\\Season 3\\The Seven Deadly Sins - S03E24 - Rampaging Love.mkv","size":324996568,"container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"3664","key":"/library/metadata/3664","parentRatingKey":"3663","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/0/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Swords - Shaman of Shadow I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/3663","grandparentTitle":"Strike the Blood","parentTitle":"Specials","contentRating":"TV-MA","summary":"","index":3,"parentIndex":0,"year":2016,"thumb":"/library/metadata/3664/thumb/1595623234","art":"/library/metadata/330/art/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1532100,"originallyAvailableAt":"2016-11-23","addedAt":1595623211,"updatedAt":1595623234,"chapterSource":"media","Media":[{"id":3359,"duration":1532100,"bitrate":984,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3704,"key":"/library/parts/3704/1572854820/file.mkv","duration":1532100,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Specials\\Strike the Blood - S00E03 - Swords - Shaman of Shadow I.mkv","size":190142468,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"3665","key":"/library/metadata/3665","parentRatingKey":"3663","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/0/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Swords - Shaman of Shadow II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/3663","grandparentTitle":"Strike the Blood","parentTitle":"Specials","contentRating":"TV-MA","summary":"","index":4,"parentIndex":0,"year":2016,"thumb":"/library/metadata/3665/thumb/1595623235","art":"/library/metadata/330/art/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1512060,"originallyAvailableAt":"2016-11-23","addedAt":1595623211,"updatedAt":1595623235,"chapterSource":"media","Media":[{"id":3360,"duration":1512060,"bitrate":979,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3705,"key":"/library/parts/3705/1572854820/file.mkv","duration":1512060,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Specials\\Strike the Blood - S00E04 - Swords - Shaman of Shadow II.mkv","size":185743150,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"3666","key":"/library/metadata/3666","parentRatingKey":"3663","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/0/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Swords - Shaman of Shadow III","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/3663","grandparentTitle":"Strike the Blood","parentTitle":"Specials","contentRating":"TV-MA","summary":"","index":5,"parentIndex":0,"year":2016,"thumb":"/library/metadata/3666/thumb/1595623235","art":"/library/metadata/330/art/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1649700,"originallyAvailableAt":"2016-12-23","addedAt":1595623211,"updatedAt":1595623235,"chapterSource":"media","Media":[{"id":3361,"duration":1649700,"bitrate":1038,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3706,"key":"/library/parts/3706/1572854820/file.mkv","duration":1649700,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Specials\\Strike the Blood - S00E05 - Swords - Shaman of Shadow III.mkv","size":214963589,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"3667","key":"/library/metadata/3667","parentRatingKey":"3663","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/0/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The 4th Primogenitor on the Run I","titleSort":"4th Primogenitor on the Run I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/3663","grandparentTitle":"Strike the Blood","parentTitle":"Specials","contentRating":"TV-MA","summary":"","index":6,"parentIndex":0,"year":2016,"thumb":"/library/metadata/3667/thumb/1595623236","art":"/library/metadata/330/art/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1450500,"originallyAvailableAt":"2016-12-23","addedAt":1595623211,"updatedAt":1595623236,"chapterSource":"media","Media":[{"id":3362,"duration":1450500,"bitrate":845,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3707,"key":"/library/parts/3707/1572854820/file.mkv","duration":1450500,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Specials\\Strike the Blood - S00E06 - The 4th Primogenitor on the Run I.mkv","size":155097547,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"3668","key":"/library/metadata/3668","parentRatingKey":"3663","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/0/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The 4th Primogenitor on the Run II","titleSort":"4th Primogenitor on the Run II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/3663","grandparentTitle":"Strike the Blood","parentTitle":"Specials","contentRating":"TV-MA","summary":"","index":7,"parentIndex":0,"year":2017,"thumb":"/library/metadata/3668/thumb/1595623236","art":"/library/metadata/330/art/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1545600,"originallyAvailableAt":"2017-03-29","addedAt":1595623211,"updatedAt":1595623236,"chapterSource":"media","Media":[{"id":3363,"duration":1545600,"bitrate":1119,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3708,"key":"/library/parts/3708/1572854820/file.mkv","duration":1545600,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Specials\\Strike the Blood - S00E07 - The 4th Primogenitor on the Run II.mkv","size":223318190,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"3669","key":"/library/metadata/3669","parentRatingKey":"3663","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/0/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Knight of Sinful God I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/3663","grandparentTitle":"Strike the Blood","parentTitle":"Specials","contentRating":"TV-MA","summary":"","index":8,"parentIndex":0,"year":2017,"thumb":"/library/metadata/3669/thumb/1595623236","art":"/library/metadata/330/art/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1492560,"originallyAvailableAt":"2017-03-29","addedAt":1595623211,"updatedAt":1595623236,"chapterSource":"media","Media":[{"id":3364,"duration":1492560,"bitrate":922,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3709,"key":"/library/parts/3709/1572854820/file.mkv","duration":1492560,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Specials\\Strike the Blood - S00E08 - Knight of Sinful God I.mkv","size":173554274,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"3670","key":"/library/metadata/3670","parentRatingKey":"3663","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/0/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Knight of Sinful God II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/3663","grandparentTitle":"Strike the Blood","parentTitle":"Specials","contentRating":"TV-MA","summary":"","index":9,"parentIndex":0,"year":2017,"thumb":"/library/metadata/3670/thumb/1595623237","art":"/library/metadata/330/art/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1548600,"originallyAvailableAt":"2017-05-24","addedAt":1595623212,"updatedAt":1595623237,"chapterSource":"media","Media":[{"id":3365,"duration":1548600,"bitrate":1038,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3710,"key":"/library/parts/3710/1572854820/file.mkv","duration":1548600,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Specials\\Strike the Blood - S00E09 - Knight of Sinful God II.mkv","size":203012204,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"3671","key":"/library/metadata/3671","parentRatingKey":"3663","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/0/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Knight of Sinful God III","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/3663","grandparentTitle":"Strike the Blood","parentTitle":"Specials","contentRating":"TV-MA","summary":"","index":10,"parentIndex":0,"year":2017,"thumb":"/library/metadata/3671/thumb/1595623237","art":"/library/metadata/330/art/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1585620,"originallyAvailableAt":"2017-05-24","addedAt":1595623212,"updatedAt":1595623237,"chapterSource":"media","Media":[{"id":3366,"duration":1585620,"bitrate":1066,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3711,"key":"/library/parts/3711/1572854820/file.mkv","duration":1585620,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Specials\\Strike the Blood - S00E10 - Knight of Sinful God III.mkv","size":214065967,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"332","key":"/library/metadata/332","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The Right Arm of the Saint I","titleSort":"Right Arm of the Saint I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Itogami Island is a manmade island in the middle of the Pacific Ocean where summer never ends. A high school student at Saikai Academy, Akatsuki Kojou, is on his way home from studying with his classmates, Aiba Asagi and Yaze Motoki, when he notices a girl in the Saikai Academy middle school uniform following him.","index":1,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/332/thumb/1595623237","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1419974,"originallyAvailableAt":"2013-10-04","addedAt":1586126646,"updatedAt":1595623237,"chapterSource":"media","Media":[{"id":292,"duration":1419974,"bitrate":1160,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3519,"key":"/library/parts/3519/1572854626/file.mkv","duration":1419974,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E01 - The Right Arm of the Saint I.mkv","size":206848665,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"333","key":"/library/metadata/333","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The Right Arm of the Saint II","titleSort":"Right Arm of the Saint II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Yukina moves into the room next to Kojou's. When Kojou sees that she only has a bare minimum of furniture and necessities, he takes her to a hardware store. Kojou's younger sister Nagisa also insists on hosting a welcome party for Yukina, adding up to a very lively day.","index":2,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/333/thumb/1595623237","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420057,"originallyAvailableAt":"2013-10-11","addedAt":1586126646,"updatedAt":1595623237,"chapterSource":"media","Media":[{"id":293,"duration":1420057,"bitrate":1194,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3520,"key":"/library/parts/3520/1572854626/file.mkv","duration":1420057,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E02 - The Right Arm of the Saint II.mkv","size":213367952,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"334","key":"/library/metadata/334","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The Right Arm of the Saint III","titleSort":"Right Arm of the Saint III","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The morning after the battle against the Combat Deacon and his homunculus, the town is left in ruins. Yukina had been shocked to see how vastly Kojou's power exceeded that of the Familiar, but now she learns that Kojou can't even control his own Familiars. Kojou and Yukina pursue the escaped Eustach and Astarte to an abandoned laboratory, where another intense battle awaits them...","index":3,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/334/thumb/1595623237","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420057,"originallyAvailableAt":"2013-10-18","addedAt":1586126646,"updatedAt":1595623237,"chapterSource":"media","Media":[{"id":294,"duration":1420057,"bitrate":1071,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3521,"key":"/library/parts/3521/1572854626/file.mkv","duration":1420057,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E03 - The Right Arm of the Saint III.mkv","size":191733435,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"335","key":"/library/metadata/335","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The Right Arm of the Saint IV","titleSort":"Right Arm of the Saint IV","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Eustach and Astarte continue their assault, finally launching an attack on the central support of the manmade island. When Kojou learns that Asagi is trapped inside, he's eager to save her, but his inability to control his own Familiars holds him in place. Unable to see him go on like this, Yukina makes a suggestion he never expected...","index":4,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/335/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420057,"originallyAvailableAt":"2013-10-25","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":295,"duration":1420057,"bitrate":1258,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3522,"key":"/library/parts/3522/1572854626/file.mkv","duration":1420057,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E04 - The Right Arm of the Saint IV.mkv","size":224823501,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"336","key":"/library/metadata/336","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"From the Warlord's Empire I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"It's nearly time for the Saikai Academy ball sports tournament, and Yukina and Nagisa are all fired up to act as cheerleaders! And thanks to the workings of Motoki and Rin, Kojou and Asagi are paired up to participate in the badminton doubles match for their class. Meanwhile, Natsuki is occupied with the capture of some therianthropes that have appeared in the warehouse district, and someone is targeting the Fourth Progenitor again...","index":5,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/336/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1419974,"originallyAvailableAt":"2013-11-01","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":296,"duration":1419974,"bitrate":978,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3523,"key":"/library/parts/3523/1572854626/file.mkv","duration":1419974,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E05 - From the Warlord's Empire I.mkv","size":175230186,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"337","key":"/library/metadata/337","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"From the Warlord's Empire II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kojou and Yukina meet Dimitrie Vatler, a nobleman who shows an abnormal degree of affection toward the Fourth Progenitor, and Kirasaka Sayaka, Yukina's old friend also under the employ of the Lion King Organization. When Vatler proposes that Kojou capture some terrorists hiding out on Itogami Island and Yukina volunteers to take care of them instead, Vatler challenges Yukina to test her suitability for the task. And, though Sayaka has always been a friend of Yukina's since childhood, her behavior starts to change...","index":6,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/337/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2013-11-08","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":297,"duration":1420020,"bitrate":976,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3524,"key":"/library/parts/3524/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E06 - From the Warlord's Empire II.mkv","size":174525961,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"338","key":"/library/metadata/338","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"From the Warlord's Empire III","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"In her excessive defense of Yukina, Sayaka launches an attack on Kojou, but he can't control his powers. Yukina's arrival prevents the situation from growing dire, but Yukina leaves them both on the school roof to think about what they've done.","index":7,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/338/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2013-11-15","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":298,"duration":1420020,"bitrate":1156,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3525,"key":"/library/parts/3525/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E07 - From the Warlord's Empire III.mkv","size":206559773,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"339","key":"/library/metadata/339","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"From the Warlord's Empire IV","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"While Kojo and Sayaka have trouble with the Nalakuvera, Yukina engages Gardos in combat. Yukina manages to slice of Gardos's arm, but she loses Gardos who had Asagi and Nagisa captive. Meanwhile, Sayaka offers her blood to Kojo. After Kojo bites Sayaka's neck, he summons a new familiar, a unicorn. Yukina joins Kojo and Sayaka in battle. She notices Sayaka is wearing Kojo's jacket. Yukina informs the two that Asagi had started program that will deactivate the Nalakuvera's system. With the help of Asagi's program, Yukina and the others defeat the Nalakuvera. The third leader of the Lion King organization gives a letter to Vatler.","index":8,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/339/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420057,"originallyAvailableAt":"2013-11-22","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":299,"duration":1420057,"bitrate":1320,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3526,"key":"/library/parts/3526/1572854626/file.mkv","duration":1420057,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E08 - From the Warlord's Empire IV.mkv","size":235530398,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"340","key":"/library/metadata/340","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The Amphisbaena I","titleSort":"Amphisbaena I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Elsewhere, a blonde woman with a spear engages in battle with a mage. Then, mysterious being with angel-like wings appear. Next day, Kojo recalls his kiss with Asagi. In class, Asagi asks Kojo to let her paint a portrait of him. When Kojo won't dress up, Asagi undresses to make Kojo comfortable. While Asagi takes picture of Kojo, Kojo takes pictures of her. Afterwards, Asagi wonders what secrets Kojo is hiding.\r\nMeanwhile, Kojo finds his sister with a young man. He and Yukina follow Nagisa to the rooftop. Kojo thought the two were doing something indecent. It turns out that Nagisa and her friend were looking after a cat. Then, Kojo and the others meet a new girl, Kanase Kanon. Kanase leads Kojo and Yukina to a church overrun by cats.\r\nMeanwhile, Natsuki, Motoki, and Vatler talk about the injuries on a young girl.","index":9,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/340/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2013-11-29","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":300,"duration":1420020,"bitrate":878,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3527,"key":"/library/parts/3527/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E09 - The Amphisbaena I.mkv","size":157384862,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"341","key":"/library/metadata/341","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The Amphisbaena II","titleSort":"Amphisbaena II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kojou and Yukina prepare to ambush The Possession Mask, the group responsible for the attacks around Itogami Island... but one of the Possession Mask members they see is Kanase Kanon.","index":10,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/341/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420099,"originallyAvailableAt":"2013-12-06","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":301,"duration":1420099,"bitrate":1116,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3528,"key":"/library/parts/3528/1572854626/file.mkv","duration":1420099,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E10 - The Amphisbaena II.mkv","size":199448317,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"342","key":"/library/metadata/342","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The Amphisbaena III","titleSort":"Amphisbaena III","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"The deserted island turns out to be a research facility owned by Magus Craft where Kanon's father, Kensei, conducts research. Kojou and Yukina are attacked by a vanguard force, but the one to save them from danger is Princess La Folia of Aldeigia, a young woman with deep connections to both Kanon and Kojou.","index":11,"parentIndex":1,"rating":10.0,"year":2013,"thumb":"/library/metadata/342/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2013-12-13","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":302,"duration":1420020,"bitrate":1098,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3529,"key":"/library/parts/3529/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E11 - The Amphisbaena III.mkv","size":196255326,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"343","key":"/library/metadata/343","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"The Amphisbaena IV","titleSort":"Amphisbaena IV","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"When Kojou is disabled in the battle with Kanon, Yukina retreats with him behind La Folia's barrier. Both Yukina and La Folia share their blood with Kojou to aid in his recovery and the awakening of a new power. They have no choice but to rush to Kanon's rescue as her ego slips beyond control and she loses her grip on her humanity.","index":12,"parentIndex":1,"rating":9.0,"year":2013,"thumb":"/library/metadata/343/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420057,"originallyAvailableAt":"2013-12-20","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":303,"duration":1420057,"bitrate":1145,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3530,"key":"/library/parts/3530/1572854626/file.mkv","duration":1420057,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E12 - The Amphisbaena IV.mkv","size":204642797,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"344","key":"/library/metadata/344","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Labyrinth of the Blue Witch I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Itogami Island's tourist industry flourishes as the season of the annual Halloween Fest draws near. Kojou reunites with his childhood friend Tokoyogi Yuuma for the first time in four years, but Yukina and Asagi are not pleased to see the intimate friendship she shares with him. Meanwhile, when the Meyer Sisters suddenly appear at the Keystone Gate, the \"witch of the void,\" Natsuki, finds herself in danger...","index":13,"parentIndex":1,"rating":10.0,"year":2014,"thumb":"/library/metadata/344/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1242129,"originallyAvailableAt":"2014-01-10","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":304,"duration":1242129,"bitrate":772,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3531,"key":"/library/parts/3531/1572854626/file.mkv","duration":1242129,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E13 - Labyrinth of the Blue Witch I.mkv","size":120903269,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"345","key":"/library/metadata/345","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Labyrinth of the Blue Witch II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Still stuck in Yuuma's body after the mind switch, Kojou rushes to see Yukina and the other girls. At first they're unsure whether to believe him, but after an explanation, Kojou and Yukina try to locate Yuuma in Kojou's body as they draw closer to unraveling the mystery of the witch of the void.","index":14,"parentIndex":1,"year":2014,"thumb":"/library/metadata/345/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2014-01-17","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":305,"duration":1420020,"bitrate":878,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3532,"key":"/library/parts/3532/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E14 - Labyrinth of the Blue Witch II.mkv","size":156705601,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"346","key":"/library/metadata/346","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Labyrinth of the Blue Witch III","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Yuuma's goal was to use the Fourth Progenitor's magic power to free her mother from the prison barrier. In accordance with her plans, the prison barrier appears above the ocean's surface near Itogami Island.","index":15,"parentIndex":1,"year":2014,"thumb":"/library/metadata/346/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420057,"originallyAvailableAt":"2014-01-24","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":306,"duration":1420057,"bitrate":973,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3533,"key":"/library/parts/3533/1572854626/file.mkv","duration":1420057,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E15 - Labyrinth of the Blue Witch III.mkv","size":173316029,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"347","key":"/library/metadata/347","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Fiesta for the Observers I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kojou comes out of the battle with his own body back, but both Yuuma and Natsuki have fallen. The true prison barrier has been revealed along with Yuuma's mother, Tokoyogi Aya, and the other magic criminals who were incarcerated within.","index":16,"parentIndex":1,"year":2014,"thumb":"/library/metadata/347/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2014-01-31","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":307,"duration":1420020,"bitrate":873,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3534,"key":"/library/parts/3534/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E16 - Fiesta for the Observers I.mkv","size":155543750,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"348","key":"/library/metadata/348","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Fiesta for the Observers II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kojou and company search for Natsuki, whose spiritual powers were stolen by Aya's grimoire and is now missing. Just ... ","index":17,"parentIndex":1,"year":2014,"thumb":"/library/metadata/348/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2014-02-07","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":308,"duration":1420020,"bitrate":952,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3535,"key":"/library/parts/3535/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E17 - Fiesta for the Observers II.mkv","size":169633873,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"349","key":"/library/metadata/349","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Fiesta for the Observers III","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Kojou and Asagi take Sana on board Vatler's boat, the Oceanus Grave II, to protect her from danger. But Kojou's relief is short-lived as he is soon accosted by Vatler's beautiful young maids, and his stimulation is pushed very close to the limit when he ends up sharing a bath with Asagi...","index":18,"parentIndex":1,"year":2014,"thumb":"/library/metadata/349/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420057,"originallyAvailableAt":"2014-02-14","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":309,"duration":1420057,"bitrate":867,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3536,"key":"/library/parts/3536/1572854626/file.mkv","duration":1420057,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E18 - Fiesta for the Observers III.mkv","size":154651254,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"350","key":"/library/metadata/350","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Fiesta for the Observers IV","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Through Sana, Yukina sees a memory of Natsuki and Aya ten years ago, and then dreams of a happier world she shares with Kojou, Sayaka, and their friends.","index":19,"parentIndex":1,"year":2014,"thumb":"/library/metadata/350/thumb/1595623238","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2014-02-21","addedAt":1586126646,"updatedAt":1595623238,"chapterSource":"media","Media":[{"id":310,"duration":1420020,"bitrate":906,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3537,"key":"/library/parts/3537/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E19 - Fiesta for the Observers IV.mkv","size":161618009,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"351","key":"/library/metadata/351","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Return of the Alchemist I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Yukina and the other middle school girls are preparing to embark on Saikai Academy's traditional training camp. Yukina is worried about leaving Kojou as she has been released from her observer duties for the trip's duration, but Kojou tells her with a smile to go enjoy her time off.","index":20,"parentIndex":1,"year":2014,"thumb":"/library/metadata/351/thumb/1595623239","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2014-02-28","addedAt":1586126646,"updatedAt":1595623239,"chapterSource":"media","Media":[{"id":311,"duration":1420020,"bitrate":884,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3538,"key":"/library/parts/3538/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E20 - Return of the Alchemist I.mkv","size":158022589,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"352","key":"/library/metadata/352","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Return of the Alchemist II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Asagi has been caught up in Kou's attack. Kojou and Yukina rush to save her, deciding to take her to Mimori's lab for treatment... but when they stop at Kojou's place on the way, another personality takes over Asagi's body.","index":21,"parentIndex":1,"year":2014,"thumb":"/library/metadata/352/thumb/1595623239","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2014-03-07","addedAt":1586126646,"updatedAt":1595623239,"chapterSource":"media","Media":[{"id":312,"duration":1420020,"bitrate":1102,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3539,"key":"/library/parts/3539/1572854626/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E21 - Return of the Alchemist II.mkv","size":196264423,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"353","key":"/library/metadata/353","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Return of the Alchemist III","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"In his quest to resurrect Wiseman, Amatsuka has finally launched an attack on the ferry carrying Yukina and her classmates. Kanon, believing the others will be safe if she's gone, confronts Amatsuka and tells the sad story of what happened at the monastery five years ago.","index":22,"parentIndex":1,"year":2014,"thumb":"/library/metadata/353/thumb/1595623239","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420057,"originallyAvailableAt":"2014-03-14","addedAt":1586126646,"updatedAt":1595623239,"chapterSource":"media","Media":[{"id":313,"duration":1420057,"bitrate":1223,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3540,"key":"/library/parts/3540/1572854626/file.mkv","duration":1420057,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E22 - Return of the Alchemist III.mkv","size":217704788,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"354","key":"/library/metadata/354","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Empire of the Dawn I","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"\"Goodbye, Himeragi...\" After hearing Kojou say this to her in a dream, Yukina begins to contemplate her future and the coming of the day when she may have to leave Kojou's side.","index":23,"parentIndex":1,"year":2014,"thumb":"/library/metadata/354/thumb/1595623239","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420020,"originallyAvailableAt":"2014-03-21","addedAt":1586126646,"updatedAt":1595623239,"chapterSource":"media","Media":[{"id":314,"duration":1420020,"bitrate":1021,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3541,"key":"/library/parts/3541/1572854628/file.mkv","duration":1420020,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E23 - Empire of the Dawn I.mkv","size":181814550,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"355","key":"/library/metadata/355","parentRatingKey":"331","grandparentRatingKey":"330","guid":"com.plexapp.agents.thetvdb://272129/1/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://272129/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://272129?lang=en","type":"episode","title":"Empire of the Dawn II","grandparentKey":"/library/metadata/330","parentKey":"/library/metadata/331","grandparentTitle":"Strike the Blood","parentTitle":"Season 1","contentRating":"TV-MA","summary":"Shortly after Yukina lost the use of Schneesturm Wolfin and received an order to return to the Lion King Organization, Itogami Island begins to fall apart under attacks from a magical beast that consumes dragon veins","index":24,"parentIndex":1,"year":2014,"thumb":"/library/metadata/355/thumb/1595623239","art":"/library/metadata/330/art/1595623239","parentThumb":"/library/metadata/331/thumb/1595623239","grandparentThumb":"/library/metadata/330/thumb/1595623239","grandparentArt":"/library/metadata/330/art/1595623239","duration":1420099,"originallyAvailableAt":"2014-03-28","addedAt":1586126646,"updatedAt":1595623239,"chapterSource":"media","Media":[{"id":315,"duration":1420099,"bitrate":1184,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"opus","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","videoProfile":"main","Part":[{"id":3542,"key":"/library/parts/3542/1572854628/file.mkv","duration":1420099,"file":"D:\\Public\\Media\\Anime\\Strike the Blood\\Season 1\\Strike the Blood - S01E24 - Empire of the Dawn II.mkv","size":211148534,"container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"358","key":"/library/metadata/358","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Underworld","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito, along with his childhood friend, Eugeo, has been tasked with cutting down a colossal tree called the Gigas Cedar. They’re swinging their ax when their friend Alice arrives with lunch. As they eat, the three friends decide to go to a fabled cave.","index":1,"parentIndex":3,"rating":10.0,"year":2018,"thumb":"/library/metadata/358/thumb/1595621661","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":2860939,"originallyAvailableAt":"2018-10-07","addedAt":1586054510,"updatedAt":1595621661,"chapterSource":"media","Media":[{"id":316,"duration":2860939,"bitrate":2565,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3679,"key":"/library/parts/3679/1586054510/file.m4v","duration":2860939,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E01 - Underworld.m4v","size":919572343,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Manabu Ono"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"359","key":"/library/metadata/359","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"The Demon Tree","titleSort":"Demon Tree","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito wakes up to find himself inside a mysterious world evoking a fantasy game. His memory fuzzy, he tries to log out, but is unable to return to the real world. After wandering aimlessly, he finds himself underneath a colossal tree.","index":2,"parentIndex":3,"year":2018,"thumb":"/library/metadata/359/thumb/1595621661","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1420759,"originallyAvailableAt":"2018-10-14","addedAt":1586054514,"updatedAt":1595621661,"chapterSource":"media","Media":[{"id":317,"duration":1420759,"bitrate":2100,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3680,"key":"/library/parts/3680/1586054514/file.m4v","duration":1420759,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E02 - The Demon Tree.m4v","size":374055242,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Takashi Sakuma"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"360","key":"/library/metadata/360","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"The End Mountains","titleSort":"End Mountains","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito makes up his mind to journey to Centoria. Since he'll need Eugeo's help, he also decides to fell the Gigas Cedar. Meanwhile, Alice's little sister, Selka is worried about Eugeo, and opens up to Kirito about her concerns.","index":3,"parentIndex":3,"year":2018,"thumb":"/library/metadata/360/thumb/1595621661","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1420709,"originallyAvailableAt":"2018-10-21","addedAt":1586054514,"updatedAt":1595621661,"chapterSource":"media","Media":[{"id":318,"duration":1420709,"bitrate":2164,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3681,"key":"/library/parts/3681/1586054514/file.m4v","duration":1420709,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E03 - The End Mountains.m4v","size":385468492,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Kō Nekota"},{"tag":"Shunsuke Ishikawa"}]},{"ratingKey":"361","key":"/library/metadata/361","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Departure","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito and Eugeo realize Selka has taken off to the End Mountains alone, and decide to chase after her. As they enter the cave, they encounter goblins, presumably from the Dark Territory, and must engage in a battle.","index":4,"parentIndex":3,"year":2018,"thumb":"/library/metadata/361/thumb/1595621662","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1422309,"originallyAvailableAt":"2018-10-28","addedAt":1586054514,"updatedAt":1595621662,"chapterSource":"media","Media":[{"id":319,"duration":1422309,"bitrate":2584,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3682,"key":"/library/parts/3682/1586054514/file.m4v","duration":1422309,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E04 - Departure.m4v","size":460637306,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Kō Nekota"},{"tag":"Susumu Nishizawa"}]},{"ratingKey":"362","key":"/library/metadata/362","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Ocean Turtle","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"In the real world, Kazuto Kirigaya lies unconscious. At Kikuoka’s request, Kazuto is moved to a well-equipped hospital, but when Asuna and Suguha try to visit, they’re turned away. Suspicious, Asuna and the others split up to find out more about Rath.","index":5,"parentIndex":3,"year":2018,"thumb":"/library/metadata/362/thumb/1595621662","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1420053,"originallyAvailableAt":"2018-11-04","addedAt":1586054514,"updatedAt":1595621662,"chapterSource":"media","Media":[{"id":320,"duration":1420053,"bitrate":1941,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3683,"key":"/library/parts/3683/1586054514/file.m4v","duration":1420053,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E05 - Ocean Turtle.m4v","size":345676282,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Risako Yoshida"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"363","key":"/library/metadata/363","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Project Alicization","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Asuna infiltrates Rath, the research lab in the Ocean Turtle, where she relentlessly grills Kikuoka about Kazuto’s whereabouts. Kikuoka reveals that behind the development of the Soul Translator is a mind-blowing objective of epic scale.","index":6,"parentIndex":3,"year":2018,"thumb":"/library/metadata/363/thumb/1595621662","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1422359,"originallyAvailableAt":"2018-11-11","addedAt":1586054514,"updatedAt":1595621662,"chapterSource":"media","Media":[{"id":321,"duration":1422359,"bitrate":2176,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3684,"key":"/library/parts/3684/1586054514/file.m4v","duration":1422359,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E06 - Project Alicization.m4v","size":388089824,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Takashi Sakuma"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"364","key":"/library/metadata/364","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Swordcraft Academy","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Two years have gone by since Kirito and Eugeo left Rulid Village. In the capital city, Centoria, both boys have attained their goal of being admitted to the North Centoria Imperial Swordcraft Academy.","index":7,"parentIndex":3,"year":2018,"thumb":"/library/metadata/364/thumb/1595621662","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1420879,"originallyAvailableAt":"2018-11-18","addedAt":1586054514,"updatedAt":1595621662,"chapterSource":"media","Media":[{"id":322,"duration":1420879,"bitrate":2275,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3685,"key":"/library/parts/3685/1586054514/file.m4v","duration":1420879,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E07 - Swordcraft Academy.m4v","size":405263476,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Kō Nekota"},{"tag":"Shunsuke Ishikawa"}]},{"ratingKey":"365","key":"/library/metadata/365","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Swordsman's Pride","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito finds himself in a duel against the Elite Disciple Volo Levantein, using real swords. As the curious crowd looks on, Kirito is encouraged by Sortiliena, and the duel begins.","index":8,"parentIndex":3,"year":2018,"thumb":"/library/metadata/365/thumb/1595621662","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1420459,"originallyAvailableAt":"2018-11-25","addedAt":1586054514,"updatedAt":1595621662,"chapterSource":"media","Media":[{"id":323,"duration":1420459,"bitrate":2369,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3686,"key":"/library/parts/3686/1586054514/file.m4v","duration":1420459,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E08 - Swordsman's Pride.m4v","size":421763889,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Ken Ōtsuka"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"366","key":"/library/metadata/366","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Nobleman's Responsibilities","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Now an Elite Disciple along with Kirito, Eugeo struggles with the question of what he should infuse in his sword so he can become stronger. When he’s taunted by First-Seat Elite Disciple Raios and Second-Seat Humbert, Eugeo decides to accept Humbert’s request for a duel.","index":9,"parentIndex":3,"year":2018,"thumb":"/library/metadata/366/thumb/1595621662","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1422449,"originallyAvailableAt":"2018-12-02","addedAt":1586054514,"updatedAt":1595621662,"chapterSource":"media","Media":[{"id":324,"duration":1422449,"bitrate":1654,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3687,"key":"/library/parts/3687/1586054514/file.m4v","duration":1422449,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E09 - Nobleman's Responsibilities.m4v","size":295322252,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Keiichi Sasajima"},{"tag":"Munemasa Nakamoto"}]},{"ratingKey":"367","key":"/library/metadata/367","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Taboo Index","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Ronie and Tiese are late getting to the dorm. Kirito rushes out in search of them, but no sooner has he gone than Frenica appears. She tells Eugeo about how she's suffered at Humbert's hands, and that Tiese and Ronie went to confront him about it.","index":10,"parentIndex":3,"year":2018,"thumb":"/library/metadata/367/thumb/1595621662","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1424497,"originallyAvailableAt":"2018-12-09","addedAt":1586054514,"updatedAt":1595621662,"chapterSource":"media","Media":[{"id":325,"duration":1424497,"bitrate":2449,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3688,"key":"/library/parts/3688/1586054514/file.m4v","duration":1424497,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E10 - Taboo Index.m4v","size":437251368,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Masakazu Ohara"},{"tag":"Munemasa Nakamoto"}]},{"ratingKey":"368","key":"/library/metadata/368","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Central Cathedral","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito and Eugeo are now considered criminals for having violated the Taboo Index and are thrown into the underground prison in the Central Cathedral. Meanwhile, on the Ocean Turtle in the real world, Asuna is watching over Kazuto as he's being treated.","index":11,"parentIndex":3,"year":2018,"thumb":"/library/metadata/368/thumb/1595621663","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1422049,"originallyAvailableAt":"2018-12-16","addedAt":1586054514,"updatedAt":1595621663,"chapterSource":"media","Media":[{"id":326,"duration":1422049,"bitrate":2030,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3689,"key":"/library/parts/3689/1586054514/file.m4v","duration":1422049,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E11 - Central Cathedral.m4v","size":361936850,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Hiroki Hirano"},{"tag":"Munemasa Nakamoto"}]},{"ratingKey":"369","key":"/library/metadata/369","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"The Sage of the Library","titleSort":"Sage of the Library","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito and Eugeo escape from their cell, only to find their way blocked by Eldrie Synthesis Thirty-One, under orders from Alice to lie in wait for them. Kirito and Eugeo struggle against him until Eugeo realizes that he’s seen Eldrie somewhere before.","index":12,"parentIndex":3,"year":2018,"thumb":"/library/metadata/369/thumb/1595621663","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1421259,"originallyAvailableAt":"2018-12-23","addedAt":1586054514,"updatedAt":1595621663,"chapterSource":"media","Media":[{"id":327,"duration":1421259,"bitrate":2440,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3690,"key":"/library/parts/3690/1586054514/file.m4v","duration":1421259,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E12 - The Sage of the Library.m4v","size":434604371,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Munemasa Nakamoto"},{"tag":"Takashi Sakuma"}]},{"ratingKey":"370","key":"/library/metadata/370","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Ruler and Mediator","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito and Eugeo have been rescued by the young girl, Cardinal, who has secluded herself inside the Central Cathedral’s Great Library. Cardinal explains to Kirito how the Axiom Church and the Taboo Index came to be, starting with Administrator’s past.","index":13,"parentIndex":3,"year":2019,"thumb":"/library/metadata/370/thumb/1595621663","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1421259,"originallyAvailableAt":"2019-01-06","addedAt":1586054514,"updatedAt":1595621663,"chapterSource":"media","Media":[{"id":328,"duration":1421259,"bitrate":2176,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3691,"key":"/library/parts/3691/1586054514/file.m4v","duration":1421259,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E13 - Ruler and Mediator.m4v","size":387701621,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Munemasa Nakamoto"},{"tag":"Takashi Sakuma"}]},{"ratingKey":"371","key":"/library/metadata/371","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"The Crimson Knight","titleSort":"Crimson Knight","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"After being entrusted with the fate of the world by Cardinal, Kirito and Eugeo head to the top floor of the Central Cathedral. They find their confiscated swords, only to be attacked by the bow-wielding Integrity Knight Deusolbert Synthesis Seven.","index":14,"parentIndex":3,"year":2019,"thumb":"/library/metadata/371/thumb/1595621663","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1421379,"originallyAvailableAt":"2019-01-13","addedAt":1586054514,"updatedAt":1595621663,"chapterSource":"media","Media":[{"id":329,"duration":1421379,"bitrate":3145,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3692,"key":"/library/parts/3692/1586054514/file.m4v","duration":1421379,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E14 - The Crimson Knight.m4v","size":560010468,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Munemasa Nakamoto"},{"tag":"Shunsuke Ishikawa"}]},{"ratingKey":"372","key":"/library/metadata/372","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"The Relentless Knight","titleSort":"Relentless Knight","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito and Eugeo are on their way up the stairs of the Central Cathedral when they encounter two girls named Linel and Fizel. As they stand, wondering what two children are doing there, they let their guard down and...","index":15,"parentIndex":3,"year":2019,"thumb":"/library/metadata/372/thumb/1595621663","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1420095,"originallyAvailableAt":"2019-01-20","addedAt":1586054514,"updatedAt":1595621663,"chapterSource":"media","Media":[{"id":330,"duration":1420095,"bitrate":2964,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3693,"key":"/library/parts/3693/1586054514/file.m4v","duration":1420095,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E15 - The Relentless Knight.m4v","size":527271551,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Hirotaka Tokuda"},{"tag":"Munemasa Nakamoto"}]},{"ratingKey":"373","key":"/library/metadata/373","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"The Osmanthus Knight","titleSort":"Osmanthus Knight","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Though riddled with wounds, Kirito manages to activate his Perfect Weapon Control art. Continuing on their way to the top floor of the Central Cathedral, Kirito and Eugeo find themselves standing before a strange-looking floating platform.","index":16,"parentIndex":3,"year":2019,"thumb":"/library/metadata/373/thumb/1595621663","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1422049,"originallyAvailableAt":"2019-01-27","addedAt":1586054514,"updatedAt":1595621663,"chapterSource":"media","Media":[{"id":331,"duration":1422049,"bitrate":3020,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3694,"key":"/library/parts/3694/1586054514/file.m4v","duration":1422049,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E16 - The Osmanthus Knight.m4v","size":538039640,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Kengo Matsumoto"},{"tag":"Munemasa Nakamoto"}]},{"ratingKey":"374","key":"/library/metadata/374","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/17?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Truce","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"When Kirito and Alice both unleash the Perfect Weapon Control art in the Cloudtop Garden, the impact rips a hole into the seemingly impregnable Central Cathedral wall, which sends them both flying outside.","index":17,"parentIndex":3,"year":2019,"thumb":"/library/metadata/374/thumb/1595621663","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1422079,"originallyAvailableAt":"2019-02-03","addedAt":1586054514,"updatedAt":1595621663,"chapterSource":"media","Media":[{"id":332,"duration":1422079,"bitrate":2182,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3695,"key":"/library/parts/3695/1586054514/file.m4v","duration":1422079,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E17 - Truce.m4v","size":388995053,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Keiichi Sasajima"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"375","key":"/library/metadata/375","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/18?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"The Legendary Hero","titleSort":"Legendary Hero","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Eugeo reaches the ninetieth floor of the Central Cathedral, which turns out to be a vast bathing area. The perplexed Eugeo encounters Bercouli Synthesis One soaking in the bath. Meanwhile, Kirito and Alice are still climbing the Central Cathedral wall.","index":18,"parentIndex":3,"year":2019,"thumb":"/library/metadata/375/thumb/1595621663","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1420839,"originallyAvailableAt":"2019-02-10","addedAt":1586054514,"updatedAt":1595621663,"chapterSource":"media","Media":[{"id":333,"duration":1420839,"bitrate":2763,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3696,"key":"/library/parts/3696/1586054514/file.m4v","duration":1420839,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E18 - The Legendary Hero.m4v","size":491842518,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Ken Takahashi"},{"tag":"Manabu Ono"}]},{"ratingKey":"376","key":"/library/metadata/376","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/19?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"The Seal of the Right Eye","titleSort":"Seal of the Right Eye","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Seeing Alice’s reaction when he mentioned the name Selka, Kirito decides to tell her the truth about the Integrity Knights. Meanwhile, after being knocked unconscious during his battle with Bercouli, Eugeo awakes on the top floor of the cathedral.\r\n","index":19,"parentIndex":3,"year":2019,"thumb":"/library/metadata/376/thumb/1595621663","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1421089,"originallyAvailableAt":"2019-02-24","addedAt":1586054516,"updatedAt":1595621663,"chapterSource":"media","Media":[{"id":334,"duration":1421089,"bitrate":1926,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3697,"key":"/library/parts/3697/1586054516/file.m4v","duration":1421089,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E19 - The Seal of the Right Eye.m4v","size":343209422,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Shunsuke Ishikawa"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"377","key":"/library/metadata/377","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/20?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Synthesis","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Kirito and Alice reach the communal bath on the nintieth floor. There, they find the Integrity Knight Commander, Bercouli, who's been turned to stone by Chudelkin. Alice breaks down in tears upon seeing her mentor's tragic plight, but then...","index":20,"parentIndex":3,"year":2019,"thumb":"/library/metadata/377/thumb/1595621664","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1421429,"originallyAvailableAt":"2019-03-03","addedAt":1586054516,"updatedAt":1595621664,"chapterSource":"media","Media":[{"id":335,"duration":1421429,"bitrate":2140,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3698,"key":"/library/parts/3698/1586054516/file.m4v","duration":1421429,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E20 - Synthesis.m4v","size":381351034,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Takashi Sakuma"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"378","key":"/library/metadata/378","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/21?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"The 32nd Knight","titleSort":"32nd Knight","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Standing in Kirito and Alice's way is Eugeo, who's undergone the Synthesis Ritual and become an Integrity Knight. Kirito is rattled, until Alice admonishes him into resolving to fight Eugeo with everything he's got.","index":21,"parentIndex":3,"year":2019,"thumb":"/library/metadata/378/thumb/1595621664","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1421129,"originallyAvailableAt":"2019-03-10","addedAt":1586054516,"updatedAt":1595621664,"chapterSource":"media","Media":[{"id":336,"duration":1421129,"bitrate":3025,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3699,"key":"/library/parts/3699/1586054516/file.m4v","duration":1421129,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E21 - The 32nd Knight.m4v","size":538566118,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Shunsuke Nakashige"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"379","key":"/library/metadata/379","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/22?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Titan of the Sword","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"On the top floor of the Central Cathedral, Kirito, Eugeo, and Alice finally face Administrator. But Chudelkin uses the sacred arts to transform himself into a giant clown and attacks.","index":22,"parentIndex":3,"year":2019,"thumb":"/library/metadata/379/thumb/1595621664","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1421219,"originallyAvailableAt":"2019-03-17","addedAt":1586054516,"updatedAt":1595621664,"chapterSource":"media","Media":[{"id":337,"duration":1421219,"bitrate":3018,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3700,"key":"/library/parts/3700/1586054516/file.m4v","duration":1421219,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E22 - Titan of the Sword.m4v","size":537342325,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Ken Ōtsuka"},{"tag":"Munemasa Nakamoto"}]},{"ratingKey":"380","key":"/library/metadata/380","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/23?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"Administrator","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Cardinal appears on the top floor of Central Cathedral for a showdown with her bitter foe of the last two hundred years. She moves to achieve her objective of deleting Administrator, only to see the fallen sword golem rise up again.","index":23,"parentIndex":3,"year":2019,"thumb":"/library/metadata/380/thumb/1595621664","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1420909,"originallyAvailableAt":"2019-03-24","addedAt":1586054516,"updatedAt":1595621664,"chapterSource":"media","Media":[{"id":338,"duration":1420909,"bitrate":3343,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3701,"key":"/library/parts/3701/1586054516/file.m4v","duration":1420909,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E23 - Administrator.m4v","size":594894621,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Masakazu Obara"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"381","key":"/library/metadata/381","parentRatingKey":"357","grandparentRatingKey":"356","guid":"com.plexapp.agents.thetvdb://259640/3/24?lang=en","parentGuid":"com.plexapp.agents.thetvdb://259640/3?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://259640?lang=en","type":"episode","title":"My Hero","grandparentKey":"/library/metadata/356","parentKey":"/library/metadata/357","grandparentTitle":"Sword Art Online","parentTitle":"Season 3","contentRating":"TV-14","summary":"Carrying the hopes of Cardinal, Eugeo, and Alice in his heart, Kirito stands yet again and visualizes the Black Swordsman, the top player who cleared SAO. For the sake of everyone he’s encountered in this world, Kirito, faces off with Administrator.","index":24,"parentIndex":3,"year":2019,"thumb":"/library/metadata/381/thumb/1595621664","art":"/library/metadata/356/art/1595639911","parentThumb":"/library/metadata/357/thumb/1591408388","grandparentThumb":"/library/metadata/356/thumb/1595639911","grandparentArt":"/library/metadata/356/art/1595639911","grandparentTheme":"/library/metadata/356/theme/1595639911","duration":1420010,"originallyAvailableAt":"2019-03-31","addedAt":1586054514,"updatedAt":1595621664,"chapterSource":"media","Media":[{"id":339,"duration":1420010,"bitrate":3014,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3702,"key":"/library/parts/3702/1586054514/file.m4v","duration":1420010,"file":"D:\\Public\\Media\\Anime\\Sword Art Online\\Season 3\\Sword Art Online - S03E24 - My Hero.m4v","size":536234542,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Manabu Ono"},{"tag":"Yukito Kizawa"}]},{"ratingKey":"3398","key":"/library/metadata/3398","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"BALL","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"She wanted to see the stars. He wanted to be with her. What do you desire that you would give your life for? Only those with the strength to survive can acquire that which they seek at the top of the tower.","index":1,"parentIndex":1,"viewCount":1,"lastViewedAt":1592287134,"year":2020,"thumb":"/library/metadata/3398/thumb/1593564546","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1524181,"originallyAvailableAt":"2020-04-02","addedAt":1592287078,"updatedAt":1593564546,"Media":[{"id":3015,"duration":1524181,"bitrate":8766,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3015,"key":"/library/parts/3015/1591473446/file.mkv","duration":1524181,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E01 - BALL.mkv","size":1672284309,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3399","key":"/library/metadata/3399","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"3/400 (Three Four-Hundredths)","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"Bam overcomes Headon's test and ascends to the second level of the tower. \"The Black March\" Bam received from Yuri catches the attention of Khun, who toys with him. Together they aim for the top, but...","index":2,"parentIndex":1,"viewCount":1,"lastViewedAt":1592287137,"year":2020,"thumb":"/library/metadata/3399/thumb/1593564547","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434157,"originallyAvailableAt":"2020-04-09","addedAt":1592287079,"updatedAt":1593564547,"Media":[{"id":3016,"duration":1434157,"bitrate":8099,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3016,"key":"/library/parts/3016/1591469554/file.mkv","duration":1434157,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E02 - 3+400 (Three Four-Hundredths).mkv","size":1452698590,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"437","key":"/library/metadata/437","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"The Correct Door","titleSort":"Correct Door","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"When Test Director Hansung Yu announces the subject of the test, Rak throws a tantrum, and Bam calms him. Meanwhile, the gears in Khun's head alone are turning. Second by second, time moves forward. What will they do?","index":3,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435818,"year":2020,"thumb":"/library/metadata/437/thumb/1593564547","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434295,"originallyAvailableAt":"2020-04-16","addedAt":1587180602,"updatedAt":1593564547,"Media":[{"id":389,"duration":1434295,"bitrate":8126,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3017,"key":"/library/parts/3017/1587180602/file.mkv","duration":1434295,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E03 - The Correct Door.mkv","size":1457587994,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"438","key":"/library/metadata/438","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"The Green April","titleSort":"Green April","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"At the end of the first round of the Crown Game, Anaak, wielder of the ever-changing sword \"The Green April,\" sits upon the throne. Bam, Khun, and Rak wait for the right moment to participate. Will they survive until the end of this bonus game?","index":4,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435822,"year":2020,"thumb":"/library/metadata/438/thumb/1593564547","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434203,"originallyAvailableAt":"2020-04-23","addedAt":1587608356,"updatedAt":1593564547,"Media":[{"id":390,"duration":1434203,"bitrate":8122,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3018,"key":"/library/parts/3018/1587608356/file.mkv","duration":1434203,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E04 - Episode 4.mkv","size":1456655633,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"439","key":"/library/metadata/439","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"The Crown’s Fate","titleSort":"Crown’s Fate","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"Bam's team defends the crown from the looming Regulars. As they charge into battle one after alone, Bam is distracted by a lone girl. The Regulars attack Bam, but...","index":5,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435825,"year":2020,"thumb":"/library/metadata/439/thumb/1593564547","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434249,"originallyAvailableAt":"2020-04-30","addedAt":1588191326,"updatedAt":1593564547,"Media":[{"id":391,"duration":1434249,"bitrate":8117,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3019,"key":"/library/parts/3019/1588191326/file.mkv","duration":1434249,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E05 - Episode 5.mkv","size":1455960120,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"440","key":"/library/metadata/440","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"Position Selection","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"What will Khun do after meeting Rachel? The position selection begins, and despite struggling with their assignments, the examinees grow closer. Meanwhile, someone watches them and ruminates from afar... ","index":6,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435828,"year":2020,"thumb":"/library/metadata/440/thumb/1593564547","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434295,"originallyAvailableAt":"2020-05-07","addedAt":1588827154,"updatedAt":1593564547,"Media":[{"id":392,"duration":1434295,"bitrate":8121,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3020,"key":"/library/parts/3020/1588827154/file.mkv","duration":1434295,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E06 - Position Selection.mkv","size":1456587951,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"441","key":"/library/metadata/441","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"Lunch and Tag","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"Several days have passed since Anaak and Endorsi's feud came to a total stop. As the next \"Tag\" test is about to begin, dark clouds begin gathering around Bam again.","index":7,"parentIndex":1,"viewCount":3,"lastViewedAt":1591435970,"year":2020,"thumb":"/library/metadata/441/thumb/1593564547","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434203,"originallyAvailableAt":"2020-05-14","addedAt":1589400880,"updatedAt":1593564547,"Media":[{"id":393,"duration":1434203,"bitrate":8114,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3021,"key":"/library/parts/3021/1589400880/file.mkv","duration":1434203,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E07 - Lunch and Tag.mkv","size":1455285499,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"442","key":"/library/metadata/442","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"Khun’s Strategy","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"Team A is awed by the overwhelming power of the Ranker. As the Regulars are attacked one after another in the dark, will Anaak make it to the exit? What is Khun's next plan?","index":8,"parentIndex":1,"viewCount":1,"lastViewedAt":1594530923,"year":2020,"thumb":"/library/metadata/442/thumb/1593564547","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434179,"originallyAvailableAt":"2020-05-21","addedAt":1590105000,"updatedAt":1593564547,"Media":[{"id":394,"duration":1434179,"bitrate":8093,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3022,"key":"/library/parts/3022/1590105000/file.mkv","duration":1434179,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E08 - Khun’s Strategy.mkv","size":1451535374,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"443","key":"/library/metadata/443","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"The One-Horned Ogre","titleSort":"One-Horned Ogre","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"\"My plan worked.\" With this declaration, Endorsi kicks her own teammate. What was the true intention of her plan to gather all the Fishermen in one location and see how the Ranker would act?","index":9,"parentIndex":1,"viewCount":1,"lastViewedAt":1594532289,"year":2020,"thumb":"/library/metadata/443/thumb/1593564547","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434295,"originallyAvailableAt":"2020-05-28","addedAt":1590617708,"updatedAt":1593564547,"Media":[{"id":395,"duration":1434295,"bitrate":8081,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3023,"key":"/library/parts/3023/1590617708/file.mkv","duration":1434295,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E09 - The One-Horned Ogre.mkv","size":1449444892,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3400","key":"/library/metadata/3400","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"Beyond the Sadness","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"Rachel suffers a grave wound. How will she feel about reuniting with Bam? As their various thoughts and intentions jumble together, each one reaches their own decision in order to move forward. What waits for them beyond their sadness?","index":10,"parentIndex":1,"viewCount":1,"lastViewedAt":1594533645,"year":2020,"thumb":"/library/metadata/3400/thumb/1593564547","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434179,"originallyAvailableAt":"2020-06-04","addedAt":1592287079,"updatedAt":1593564547,"Media":[{"id":3017,"duration":1434179,"bitrate":8101,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3024,"key":"/library/parts/3024/1591467932/file.mkv","duration":1434179,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E10 - Beyond the Sadness.mkv","size":1452884708,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3401","key":"/library/metadata/3401","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"Underwater Hunt (Part One)","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"Another test is held to reach the top of the tower. Much has been lost and important things have been gained in order to climb the tower. Accept it all and move forward in the direction your feelings lead you.","index":11,"parentIndex":1,"viewCount":1,"lastViewedAt":1594535910,"year":2020,"thumb":"/library/metadata/3401/thumb/1594534542","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434179,"originallyAvailableAt":"2020-06-11","addedAt":1592287079,"updatedAt":1594534542,"Media":[{"id":3118,"duration":1434179,"bitrate":8118,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3129,"key":"/library/parts/3129/1594534472/file.mkv","duration":1434179,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E11 - Underwater Hunt (Part One).mkv","size":1456088470,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3480","key":"/library/metadata/3480","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"Underwater Hunt (Part Two)","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"All manner of thoughts and intentions intersect at the chaotic final testing ground. While tossed about by a giant plot, the combatants boldly race across the battlefield. As the test reaches its climax, what resolve will Bam show to Rachel?","index":12,"parentIndex":1,"viewCount":1,"lastViewedAt":1594537487,"year":2020,"thumb":"/library/metadata/3480/thumb/1593564549","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434249,"originallyAvailableAt":"2020-06-18","addedAt":1593564528,"updatedAt":1593564549,"Media":[{"id":3113,"duration":1434249,"bitrate":8096,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3120,"key":"/library/parts/3120/1592406000/file.mkv","duration":1434249,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E12 - Underwater Hunt (Part Two).mkv","size":1452031505,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3481","key":"/library/metadata/3481","parentRatingKey":"436","grandparentRatingKey":"435","guid":"com.plexapp.agents.thetvdb://376729/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://376729/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://376729?lang=en","type":"episode","title":"Episode 13","grandparentKey":"/library/metadata/435","parentKey":"/library/metadata/436","grandparentTitle":"Tower of God","parentTitle":"Season 1","contentRating":"TV-PG","summary":"","index":13,"parentIndex":1,"viewCount":1,"lastViewedAt":1594538941,"year":2020,"thumb":"/library/metadata/3481/thumb/1593564549","art":"/library/metadata/435/art/1593564549","grandparentThumb":"/library/metadata/435/thumb/1593564549","grandparentArt":"/library/metadata/435/art/1593564549","grandparentTheme":"/library/metadata/435/theme/1593564549","duration":1434203,"originallyAvailableAt":"2020-06-25","addedAt":1593564528,"updatedAt":1593564549,"Media":[{"id":3114,"duration":1434203,"bitrate":8043,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3121,"key":"/library/parts/3121/1593564018/file.mkv","duration":1434203,"file":"D:\\Public\\Media\\Anime\\Tower of God\\Season 1\\Tower of God - S01E13 - Tower of God.mkv","size":1442574086,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3499","key":"/library/metadata/3499","parentRatingKey":"3498","grandparentRatingKey":"3497","guid":"com.plexapp.agents.thetvdb://381406/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://381406/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://381406?lang=en","type":"episode","title":"Uzaki-chan Wants to Hang Out!","grandparentKey":"/library/metadata/3497","parentKey":"/library/metadata/3498","grandparentTitle":"Uzaki-chan Wants to Hang Out!","parentTitle":"Season 1","contentRating":"TV-14","summary":"College junior Shinichi Sakurai just wants to be alone, but loudmouthed sophomore Hana Uzaki sees it as her mission to keep him from being lonely.","index":1,"parentIndex":1,"year":2020,"thumb":"/library/metadata/3499/thumb/1595639809","art":"/library/metadata/3497/art/1595639810","grandparentThumb":"/library/metadata/3497/thumb/1595639810","grandparentArt":"/library/metadata/3497/art/1595639810","duration":1430015,"originallyAvailableAt":"2020-07-10","addedAt":1594872483,"updatedAt":1595639809,"Media":[{"id":3125,"duration":1430015,"bitrate":1867,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":3136,"key":"/library/parts/3136/1594872372/file.mkv","duration":1430015,"file":"D:\\Public\\Media\\Anime\\Uzaki-chan Wants to Hang Out!\\Season 1\\Uzaki-chan Wants to Hang Out! - S01E01 - Uzaki-chan Wants to Hang Out!.mkv","size":334339800,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"3504","key":"/library/metadata/3504","parentRatingKey":"3498","grandparentRatingKey":"3497","guid":"com.plexapp.agents.thetvdb://381406/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://381406/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://381406?lang=en","type":"episode","title":"The Café Owner Wants a Glimpse","titleSort":"Cafe Owner Wants a Glimpse","grandparentKey":"/library/metadata/3497","parentKey":"/library/metadata/3498","grandparentTitle":"Uzaki-chan Wants to Hang Out!","parentTitle":"Season 1","contentRating":"TV-14","summary":"Uzaki visits the café where Sakurai works, much to his dismay. An encounter with a cat goes horribly awry. Sakurai eats lunch with an actual friend.","index":2,"parentIndex":1,"year":2020,"thumb":"/library/metadata/3504/thumb/1595639810","art":"/library/metadata/3497/art/1595639810","grandparentThumb":"/library/metadata/3497/thumb/1595639810","grandparentArt":"/library/metadata/3497/art/1595639810","duration":1430058,"originallyAvailableAt":"2020-07-17","addedAt":1594994372,"updatedAt":1595639810,"Media":[{"id":3128,"duration":1430058,"bitrate":7820,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3139,"key":"/library/parts/3139/1594994300/file.mkv","duration":1430058,"file":"D:\\Public\\Media\\Anime\\Uzaki-chan Wants to Hang Out!\\Season 1\\Uzaki-chan Wants to Hang Out! - S01E02 - The Café Owner Wants a Glimpse.mkv","size":1398573871,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3618","key":"/library/metadata/3618","parentRatingKey":"3498","grandparentRatingKey":"3497","guid":"com.plexapp.agents.thetvdb://381406/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://381406/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://381406?lang=en","type":"episode","title":"Episode 3","grandparentKey":"/library/metadata/3497","parentKey":"/library/metadata/3498","grandparentTitle":"Uzaki-chan Wants to Hang Out!","parentTitle":"Season 1","contentRating":"TV-14","summary":"","index":3,"parentIndex":1,"year":2020,"thumb":"/library/metadata/3618/thumb/1595639810","art":"/library/metadata/3497/art/1595639810","grandparentThumb":"/library/metadata/3497/thumb/1595639810","grandparentArt":"/library/metadata/3497/art/1595639810","duration":1430016,"originallyAvailableAt":"2020-07-24","addedAt":1595607171,"updatedAt":1595639810,"Media":[{"id":3243,"duration":1430016,"bitrate":7809,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3292,"key":"/library/parts/3292/1595607108/file.mkv","duration":1430016,"file":"D:\\Public\\Media\\Anime\\Uzaki-chan Wants to Hang Out!\\Season 1\\Uzaki-chan Wants to Hang Out! - S01E03 - The Asai Family Wants to Look Out for Us!.mkv","size":1396596947,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"460","key":"/library/metadata/460","parentRatingKey":"459","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/0/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/0?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#14 \"Surely, Someday You Will Understand \"Love\"\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/459","grandparentTitle":"Violet Evergarden","parentTitle":"Specials","contentRating":"TV-14","summary":"Violet is hired by Irma, a famous opera singer, to write a letter for her for a soldier missing in action. However, Irma's requests for the letter are both vague and complex, making it difficult for Violet to write a letter that can satisfy her despite numerous rewrites.","index":1,"parentIndex":0,"viewCount":1,"lastViewedAt":1591435979,"year":2018,"thumb":"/library/metadata/460/thumb/1591408543","art":"/library/metadata/444/art/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":2053989,"originallyAvailableAt":"2018-07-04","addedAt":1586052480,"updatedAt":1591408543,"chapterSource":"media","Media":[{"id":409,"duration":2053989,"bitrate":1377,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":409,"key":"/library/parts/409/1586052480/file.m4v","duration":2053989,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Specials\\Violet Evergarden - S00E01 - 'The Day You Understand Love Will Surely Come'.m4v","size":355329044,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"446","key":"/library/metadata/446","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#01 \"I Love You\" and Auto Memory Dolls\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"Hodgins retrieves Violet from the hospital, as Major Gilbert asked him to look out for her. After they meet Gilbert's relatives, he offers her a job.","index":1,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435979,"year":2018,"thumb":"/library/metadata/446/thumb/1595621652","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1420023,"originallyAvailableAt":"2018-01-11","addedAt":1586052480,"updatedAt":1595621652,"chapterSource":"media","Media":[{"id":396,"duration":1420023,"bitrate":1881,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3641,"key":"/library/parts/3641/1586052480/file.m4v","duration":1420023,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E01 - 'I Love You' and The Auto Memory Doll.m4v","size":335001300,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"447","key":"/library/metadata/447","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#02 \"Never Coming Back\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"Violet tries to adjust to her new job: she needs to learn typing, and her coworkers question whether she has the right demeanor for letter writing.","index":2,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435979,"year":2018,"thumb":"/library/metadata/447/thumb/1595621653","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1510071,"originallyAvailableAt":"2018-01-18","addedAt":1586052480,"updatedAt":1595621653,"chapterSource":"media","Media":[{"id":397,"duration":1510071,"bitrate":1462,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3642,"key":"/library/parts/3642/1586052480/file.m4v","duration":1510071,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E02 - 'Not Coming Back'.m4v","size":277188774,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"448","key":"/library/metadata/448","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#03 \"May You Be an Exemplary Auto Memory Doll\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"Violet enrolls in a Doll training course. Her classmate Luculia befriends her, though she has her own problems with her war veteran brother.","index":3,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435979,"year":2018,"thumb":"/library/metadata/448/thumb/1595621653","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1423276,"originallyAvailableAt":"2018-01-25","addedAt":1586052480,"updatedAt":1595621653,"chapterSource":"media","Media":[{"id":398,"duration":1423276,"bitrate":1521,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3643,"key":"/library/parts/3643/1586052480/file.m4v","duration":1423276,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E03 - 'May You Be an Exemplary Auto Memory Doll'.m4v","size":271673693,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"449","key":"/library/metadata/449","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#04 \"You Won't be a Tool, but a Person Worthy of that Name\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"When Iris goes to her home village on an assignment, Violet accompanies her. Iris's birthday party sparks a disagreement with her family.","index":4,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435979,"year":2018,"thumb":"/library/metadata/449/thumb/1595621653","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1420064,"originallyAvailableAt":"2018-02-01","addedAt":1586052480,"updatedAt":1595621653,"chapterSource":"media","Media":[{"id":399,"duration":1420064,"bitrate":1779,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3644,"key":"/library/parts/3644/1586052480/file.m4v","duration":1420064,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E04 - 'Don't Be a Tool, Become Someone That Matches With Their Name'.m4v","size":317027623,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"450","key":"/library/metadata/450","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#05 \"You Write Letters That Bring People Together?\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"Princess Charlotte is to have a public correspondence with her betrothed, and Violet is entrusted with writing the letters on her highness’s behalf.","index":5,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435979,"year":2018,"thumb":"/library/metadata/450/thumb/1595621654","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1507277,"originallyAvailableAt":"2018-02-08","addedAt":1586052480,"updatedAt":1595621654,"chapterSource":"media","Media":[{"id":400,"duration":1507277,"bitrate":1543,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3645,"key":"/library/parts/3645/1586052480/file.m4v","duration":1507277,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E05 - 'You Write Letters That Bring People Together'.m4v","size":291895128,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"451","key":"/library/metadata/451","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#06 \"Somewhere, Under a Starry Sky\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"Violet travels to the country of Astrea to work with transcribers copying damaged manuscripts. Her partner Leon has a past not unlike hers.","index":6,"parentIndex":1,"rating":9.0,"viewCount":1,"lastViewedAt":1591435979,"year":2018,"thumb":"/library/metadata/451/thumb/1595621655","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1420064,"originallyAvailableAt":"2018-02-15","addedAt":1586052480,"updatedAt":1595621655,"chapterSource":"media","Media":[{"id":401,"duration":1420064,"bitrate":1392,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3646,"key":"/library/parts/3646/1586052480/file.m4v","duration":1420064,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E06 - 'Somewhere Under the Starry Sky'.m4v","size":248278838,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"452","key":"/library/metadata/452","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#07 「     」","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"A playwright with writer's block and a tragic past summons Violet to the country of Genetrix to help him finish a script. They both learn about grief.","index":7,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435979,"year":2018,"thumb":"/library/metadata/452/thumb/1595621655","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1420023,"originallyAvailableAt":"2018-02-22","addedAt":1586052480,"updatedAt":1595621655,"chapterSource":"media","Media":[{"id":402,"duration":1420023,"bitrate":1637,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3647,"key":"/library/parts/3647/1586052480/file.m4v","duration":1420023,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E07 - '        '.m4v","size":291696284,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"453","key":"/library/metadata/453","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"Episode 08","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"Violet learns that Major Gilbert is listed as missing in action, but his family members think he is dead. Unable to cope, she remembers the war.","index":8,"parentIndex":1,"rating":7.0,"viewCount":1,"lastViewedAt":1591435979,"year":2018,"thumb":"/library/metadata/453/thumb/1595621655","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1421524,"originallyAvailableAt":"2018-03-01","addedAt":1586052480,"updatedAt":1595621655,"chapterSource":"media","Media":[{"id":403,"duration":1421524,"bitrate":1679,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3648,"key":"/library/parts/3648/1586052480/file.m4v","duration":1421524,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E08 -.m4v","size":299569822,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"454","key":"/library/metadata/454","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#09 \"Violet Evergarden\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"Heartbroken, Violet withdraws from her job and questions whether she even has the right to be an Auto Memory Doll. Then, she receives a letter.","index":9,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435980,"year":2018,"thumb":"/library/metadata/454/thumb/1595621655","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1420023,"originallyAvailableAt":"2018-03-08","addedAt":1586052480,"updatedAt":1595621655,"chapterSource":"media","Media":[{"id":404,"duration":1420023,"bitrate":1184,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3649,"key":"/library/parts/3649/1586052480/file.m4v","duration":1420023,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E09 - 'Violet Evergarden'.m4v","size":211393209,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"455","key":"/library/metadata/455","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#10 \"A Loved One Will Always Watch Over You\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"Violet travels to a countryside mansion to write letters for a war widow, but her young daughter Ann resents her presence.","index":10,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435980,"year":2018,"thumb":"/library/metadata/455/thumb/1595621655","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1595865,"originallyAvailableAt":"2018-03-15","addedAt":1586052480,"updatedAt":1595621655,"chapterSource":"media","Media":[{"id":405,"duration":1595865,"bitrate":1486,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3650,"key":"/library/parts/3650/1586052480/file.m4v","duration":1595865,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E10 - 'A Loved One Will Always Watch Over You'.m4v","size":297798334,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"456","key":"/library/metadata/456","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#11 \"I Don't Want Anybody Else to Die\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"Against Hodgins' wishes, Violet takes a job from a soldier at a military base in Ctrigall, a former enemy nation now engulfed in civil war.","index":11,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435980,"year":2018,"thumb":"/library/metadata/456/thumb/1595621655","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1419981,"originallyAvailableAt":"2018-03-22","addedAt":1586052480,"updatedAt":1595621655,"chapterSource":"media","Media":[{"id":406,"duration":1419981,"bitrate":1764,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3651,"key":"/library/parts/3651/1586052480/file.m4v","duration":1419981,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E11 - 'I Don't Want Anybody Else to Die'.m4v","size":314184880,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]}]}} 2020-07-25 16:55:41.260 Verbose/PlexDataProvider: Insert Episode: Boruto and Tento / Boruto: Naruto Next Generations 2020-07-25 16:55:41.261 Verbose/PlexDataProvider: Insert Episode: Developing One's Medical Ninjutsu / Boruto: Naruto Next Generations 2020-07-25 16:55:41.261 Verbose/PlexDataProvider: Insert Episode: Harmony in Gold / Boruto: Naruto Next Generations 2020-07-25 16:55:41.262 Verbose/PlexDataProvider: Insert Episode: Himawari's Ninja Trial Session!! / Boruto: Naruto Next Generations 2020-07-25 16:55:41.262 Verbose/PlexDataProvider: Insert Episode: Mitsuki's Rainy Day / Boruto: Naruto Next Generations 2020-07-25 16:55:41.263 Verbose/PlexDataProvider: Insert Episode: I Can't Stay in My Slim Form / Boruto: Naruto Next Generations 2020-07-25 16:55:41.264 Verbose/PlexDataProvider: Insert Episode: Traces of "Kara" / Boruto: Naruto Next Generations 2020-07-25 16:55:41.265 Verbose/PlexDataProvider: Insert Episode: While I Wait For You / Brynhildr in the Darkness 2020-07-25 16:55:41.265 Verbose/PlexDataProvider: Insert Episode: Witches / Brynhildr in the Darkness 2020-07-25 16:55:41.265 Verbose/PlexDataProvider: Insert Episode: Death Suppressants / Brynhildr in the Darkness 2020-07-25 16:55:41.266 Verbose/PlexDataProvider: Insert Episode: Lost Memories / Brynhildr in the Darkness 2020-07-25 16:55:41.266 Verbose/PlexDataProvider: Insert Episode: Astronomical Observation / Brynhildr in the Darkness 2020-07-25 16:55:41.266 Verbose/PlexDataProvider: Insert Episode: The Reason For Her Smile / Brynhildr in the Darkness 2020-07-25 16:55:41.267 Verbose/PlexDataProvider: Insert Episode: Fragments of Hope / Brynhildr in the Darkness 2020-07-25 16:55:41.267 Verbose/PlexDataProvider: Insert Episode: The Clue That Was Left / Brynhildr in the Darkness 2020-07-25 16:55:41.268 Verbose/PlexDataProvider: Insert Episode: Fake Memories / Brynhildr in the Darkness 2020-07-25 16:55:41.268 Verbose/PlexDataProvider: Insert Episode: Proof She's Alive / Brynhildr in the Darkness 2020-07-25 16:55:41.268 Verbose/PlexDataProvider: Insert Episode: A Sudden Reunion / Brynhildr in the Darkness 2020-07-25 16:55:41.268 Verbose/PlexDataProvider: Insert Episode: Hexenjagd / Brynhildr in the Darkness 2020-07-25 16:55:41.268 Verbose/PlexDataProvider: Insert Episode: Things to Protect / Brynhildr in the Darkness 2020-07-25 16:55:41.269 Verbose/PlexDataProvider: Insert Episode: Start / Btooom! 2020-07-25 16:55:41.269 Verbose/PlexDataProvider: Insert Episode: The Bloodstained High School Girl / Btooom! 2020-07-25 16:55:41.269 Verbose/PlexDataProvider: Insert Episode: Survival / Btooom! 2020-07-25 16:55:41.270 Verbose/PlexDataProvider: Insert Episode: Best in the World / Btooom! 2020-07-25 16:55:41.271 Verbose/PlexDataProvider: Insert Episode: Attack / Btooom! 2020-07-25 16:55:41.271 Verbose/PlexDataProvider: Insert Episode: Night of Sacrifice / Btooom! 2020-07-25 16:55:41.271 Verbose/PlexDataProvider: Insert Episode: Virtual Bride / Btooom! 2020-07-25 16:55:41.271 Verbose/PlexDataProvider: Insert Episode: White Ghost / Btooom! 2020-07-25 16:55:41.271 Verbose/PlexDataProvider: Insert Episode: The Strongest Player / Btooom! 2020-07-25 16:55:41.272 Verbose/PlexDataProvider: Insert Episode: High Level / Btooom! 2020-07-25 16:55:41.272 Verbose/PlexDataProvider: Insert Episode: Revival / Btooom! 2020-07-25 16:55:41.272 Verbose/PlexDataProvider: Insert Episode: Bonds / Btooom! 2020-07-25 16:55:41.273 Verbose/PlexDataProvider: Insert Episode: The Girl Who Bears the Coffin / Chaika the Coffin Princess 2020-07-25 16:55:41.273 Verbose/PlexDataProvider: Insert Episode: The Lazy Man's Choice / Chaika the Coffin Princess 2020-07-25 16:55:41.274 Verbose/PlexDataProvider: Insert Episode: The Forest Where the Hero Dwells / Chaika the Coffin Princess 2020-07-25 16:55:41.274 Verbose/PlexDataProvider: Insert Episode: The Dragoon's Wish / Chaika the Coffin Princess 2020-07-25 16:55:41.274 Verbose/PlexDataProvider: Insert Episode: The Pursuer and the Pursued / Chaika the Coffin Princess 2020-07-25 16:55:41.275 Verbose/PlexDataProvider: Insert Episode: Red and White / Chaika the Coffin Princess 2020-07-25 16:55:41.275 Verbose/PlexDataProvider: Insert Episode: The Valley of No Return / Chaika the Coffin Princess 2020-07-25 16:55:41.275 Verbose/PlexDataProvider: Insert Episode: Empire of Consolation / Chaika the Coffin Princess 2020-07-25 16:55:41.278 Verbose/PlexDataProvider: Insert Episode: The Value of Memories / Chaika the Coffin Princess 2020-07-25 16:55:41.279 Verbose/PlexDataProvider: Insert Episode: Fortress in the Sky / Chaika the Coffin Princess 2020-07-25 16:55:41.280 Verbose/PlexDataProvider: Insert Episode: The False Princess / Chaika the Coffin Princess 2020-07-25 16:55:41.280 Verbose/PlexDataProvider: Insert Episode: Those Left Behind / Chaika the Coffin Princess 2020-07-25 16:55:41.280 Verbose/PlexDataProvider: Insert Episode: The Princess Who Gathers the Remains / Chaika the Coffin Princess 2020-07-25 16:55:41.280 Verbose/PlexDataProvider: Insert Episode: A Wizard's Pride / Chaika the Coffin Princess 2020-07-25 16:55:41.281 Verbose/PlexDataProvider: Insert Episode: The Harbor of Phantom Dreams Recollected / Chaika the Coffin Princess 2020-07-25 16:55:41.281 Verbose/PlexDataProvider: Insert Episode: The Writhing Island / Chaika the Coffin Princess 2020-07-25 16:55:41.281 Verbose/PlexDataProvider: Insert Episode: The Emperor's Fortune / Chaika the Coffin Princess 2020-07-25 16:55:41.281 Verbose/PlexDataProvider: Insert Episode: The Castle of Madness / Chaika the Coffin Princess 2020-07-25 16:55:41.281 Verbose/PlexDataProvider: Insert Episode: Black Agenda / Chaika the Coffin Princess 2020-07-25 16:55:41.282 Verbose/PlexDataProvider: Insert Episode: The Bells of Contention / Chaika the Coffin Princess 2020-07-25 16:55:41.282 Verbose/PlexDataProvider: Insert Episode: The Throne That Invites War / Chaika the Coffin Princess 2020-07-25 16:55:41.282 Verbose/PlexDataProvider: Insert Episode: The Girl Who Carries the Gundo / Chaika the Coffin Princess 2020-07-25 16:55:41.282 Verbose/PlexDataProvider: Insert Episode: Light and Darkness / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.283 Verbose/PlexDataProvider: Insert Episode: To Be with Others / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.283 Verbose/PlexDataProvider: Insert Episode: Symbol of Loyalty / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.283 Verbose/PlexDataProvider: Insert Episode: The Expanding Darkness / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.283 Verbose/PlexDataProvider: Insert Episode: Snowy Mountain Screams / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.284 Verbose/PlexDataProvider: Insert Episode: The Nadir of Anguish / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.284 Verbose/PlexDataProvider: Insert Episode: Torn Apart / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.284 Verbose/PlexDataProvider: Insert Episode: Unyielding Will / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.284 Verbose/PlexDataProvider: Insert Episode: The Flower in the Desert / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.284 Verbose/PlexDataProvider: Insert Episode: The Sword That Rends Darkness / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.285 Verbose/PlexDataProvider: Insert Episode: Live by the Sword, Die by the Sword / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.285 Verbose/PlexDataProvider: Insert Episode: The Light of Haecceitas / Chain Chronicle: The Light Of Haecceitas 2020-07-25 16:55:41.285 Verbose/PlexDataProvider: Insert Episode: Apocrypha: The Great Holy Grail War / Fate/Apocrypha 2020-07-25 16:55:41.285 Verbose/PlexDataProvider: Insert Episode: The Saint Departs / Fate/Apocrypha 2020-07-25 16:55:41.286 Verbose/PlexDataProvider: Insert Episode: The First Steps of Fate / Fate/Apocrypha 2020-07-25 16:55:41.286 Verbose/PlexDataProvider: Insert Episode: Life's Cost, Death's Redemption / Fate/Apocrypha 2020-07-25 16:55:41.286 Verbose/PlexDataProvider: Insert Episode: Voice From Above / Fate/Apocrypha 2020-07-25 16:55:41.286 Verbose/PlexDataProvider: Insert Episode: The Knight of Rebellion / Fate/Apocrypha 2020-07-25 16:55:41.287 Verbose/PlexDataProvider: Insert Episode: Where Freedom Lies / Fate/Apocrypha 2020-07-25 16:55:41.287 Verbose/PlexDataProvider: Insert Episode: The War Begins / Fate/Apocrypha 2020-07-25 16:55:41.287 Verbose/PlexDataProvider: Insert Episode: A Hundred Flames, A Hundred Flowers / Fate/Apocrypha 2020-07-25 16:55:41.287 Verbose/PlexDataProvider: Insert Episode: Like Scattered Petals / Fate/Apocrypha 2020-07-25 16:55:41.287 Verbose/PlexDataProvider: Insert Episode: Eternal Radiance / Fate/Apocrypha 2020-07-25 16:55:41.288 Verbose/PlexDataProvider: Insert Episode: The Saint's Triumphant Return / Fate/Apocrypha 2020-07-25 16:55:41.288 Verbose/PlexDataProvider: Insert Episode: The Last Master / Fate/Apocrypha 2020-07-25 16:55:41.288 Verbose/PlexDataProvider: Insert Episode: Prayer of Salvation / Fate/Apocrypha 2020-07-25 16:55:41.288 Verbose/PlexDataProvider: Insert Episode: Though Our Paths Diverge / Fate/Apocrypha 2020-07-25 16:55:41.288 Verbose/PlexDataProvider: Insert Episode: Jack the Ripper / Fate/Apocrypha 2020-07-25 16:55:41.289 Verbose/PlexDataProvider: Insert Episode: Träumerei / Fate/Apocrypha 2020-07-25 16:55:41.289 Verbose/PlexDataProvider: Insert Episode: From Hell / Fate/Apocrypha 2020-07-25 16:55:41.289 Verbose/PlexDataProvider: Insert Episode: The Last First Light / Fate/Apocrypha 2020-07-25 16:55:41.289 Verbose/PlexDataProvider: Insert Episode: Dashing in the Sky / Fate/Apocrypha 2020-07-25 16:55:41.289 Verbose/PlexDataProvider: Insert Episode: Scorpio Shot / Fate/Apocrypha 2020-07-25 16:55:41.291 Verbose/PlexDataProvider: Insert Episode: Reunion and Separation / Fate/Apocrypha 2020-07-25 16:55:41.292 Verbose/PlexDataProvider: Insert Episode: Far Beyond / Fate/Apocrypha 2020-07-25 16:55:41.292 Verbose/PlexDataProvider: Insert Episode: The Holy Grail War / Fate/Apocrypha 2020-07-25 16:55:41.292 Verbose/PlexDataProvider: Insert Episode: Apocrypha / Fate/Apocrypha 2020-07-25 16:55:41.292 Verbose/PlexDataProvider: Insert Episode: The First Day / Fate/Stay Night 2020-07-25 16:55:41.293 Verbose/PlexDataProvider: Insert Episode: Fateful Night / Fate/Stay Night 2020-07-25 16:55:41.293 Verbose/PlexDataProvider: Insert Episode: Opening Act / Fate/Stay Night 2020-07-25 16:55:41.293 Verbose/PlexDataProvider: Insert Episode: The Strongest Enemy / Fate/Stay Night 2020-07-25 16:55:41.293 Verbose/PlexDataProvider: Insert Episode: The Two Magi (Part One) / Fate/Stay Night 2020-07-25 16:55:41.294 Verbose/PlexDataProvider: Insert Episode: The Two Magi (Part Two) / Fate/Stay Night 2020-07-25 16:55:41.294 Verbose/PlexDataProvider: Insert Episode: Machinations / Fate/Stay Night 2020-07-25 16:55:41.294 Verbose/PlexDataProvider: Insert Episode: Discordant Melody / Fate/Stay Night 2020-07-25 16:55:41.294 Verbose/PlexDataProvider: Insert Episode: Elegance In The Moonlight / Fate/Stay Night 2020-07-25 16:55:41.295 Verbose/PlexDataProvider: Insert Episode: The Calm Interlude / Fate/Stay Night 2020-07-25 16:55:41.296 Verbose/PlexDataProvider: Insert Episode: Temple of Blood / Fate/Stay Night 2020-07-25 16:55:41.296 Verbose/PlexDataProvider: Insert Episode: Splitting The Sky / Fate/Stay Night 2020-07-25 16:55:41.296 Verbose/PlexDataProvider: Insert Episode: Winter Castle / Fate/Stay Night 2020-07-25 16:55:41.296 Verbose/PlexDataProvider: Insert Episode: The End of the Ideal / Fate/Stay Night 2020-07-25 16:55:41.297 Verbose/PlexDataProvider: Insert Episode: The Twelve Trials / Fate/Stay Night 2020-07-25 16:55:41.297 Verbose/PlexDataProvider: Insert Episode: The Sword of the Promised Victory / Fate/Stay Night 2020-07-25 16:55:41.297 Verbose/PlexDataProvider: Insert Episode: Mark of the Witch / Fate/Stay Night 2020-07-25 16:55:41.297 Verbose/PlexDataProvider: Insert Episode: Decisive Battle / Fate/Stay Night 2020-07-25 16:55:41.298 Verbose/PlexDataProvider: Insert Episode: The Golden King / Fate/Stay Night 2020-07-25 16:55:41.298 Verbose/PlexDataProvider: Insert Episode: Distant Trace of a Dream / Fate/Stay Night 2020-07-25 16:55:41.298 Verbose/PlexDataProvider: Insert Episode: The Star of Creation That Divided Heaven and Earth / Fate/Stay Night 2020-07-25 16:55:41.298 Verbose/PlexDataProvider: Insert Episode: Result of a Wish / Fate/Stay Night 2020-07-25 16:55:41.299 Verbose/PlexDataProvider: Insert Episode: Holy Grail / Fate/Stay Night 2020-07-25 16:55:41.299 Verbose/PlexDataProvider: Insert Episode: The All Too Distant Utopia / Fate/Stay Night 2020-07-25 16:55:41.299 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 00 - Prologue (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.300 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 01 - A Winter's Day, a Fateful Night (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.300 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 02 - The Curtain Rises (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.300 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 03 - The First Battle (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.301 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 04 - Finding the Will to Fight (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.301 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 05 - Dancing After School (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.301 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 06 - Mirage (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.302 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 07 - The Reward for the Fight to the Death (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.302 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 08 - Winter Days, Where The Heart Is (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.302 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 09 - The Distance Between Them (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.303 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 10 - The Fifth Contractor (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.303 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 11 - A Visitor Approaches Lightly (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.304 Verbose/PlexDataProvider: Insert Episode: [AnimeKaizoku] Fate stay night Unlimited Blade Works - 12 - The Final Decision (1080p BD x265 10bit Dual Audio) [dedsec] / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.304 Verbose/PlexDataProvider: Insert Episode: Episode 1 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.304 Verbose/PlexDataProvider: Insert Episode: Episode 2 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.304 Verbose/PlexDataProvider: Insert Episode: Episode 3 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.304 Verbose/PlexDataProvider: Insert Episode: Episode 4 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.305 Verbose/PlexDataProvider: Insert Episode: Episode 5 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.305 Verbose/PlexDataProvider: Insert Episode: Episode 6 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.305 Verbose/PlexDataProvider: Insert Episode: Episode 7 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.305 Verbose/PlexDataProvider: Insert Episode: Episode 8 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.306 Verbose/PlexDataProvider: Insert Episode: Episode 9 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.306 Verbose/PlexDataProvider: Insert Episode: Episode 10 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.306 Verbose/PlexDataProvider: Insert Episode: Episode 11 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.306 Verbose/PlexDataProvider: Insert Episode: Episode 12 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.306 Verbose/PlexDataProvider: Insert Episode: Episode 13 / Fate/Stay Night: Unlimited Blade Works 2020-07-25 16:55:41.307 Verbose/PlexDataProvider: Insert Episode: Summoning of the Heroic Spirits / Fate/Zero 2020-07-25 16:55:41.307 Verbose/PlexDataProvider: Insert Episode: False Start / Fate/Zero 2020-07-25 16:55:41.307 Verbose/PlexDataProvider: Insert Episode: Land of Winter Trees / Fate/Zero 2020-07-25 16:55:41.307 Verbose/PlexDataProvider: Insert Episode: Blade of the Demonic Spear / Fate/Zero 2020-07-25 16:55:41.308 Verbose/PlexDataProvider: Insert Episode: The Vicious Beast Roars / Fate/Zero 2020-07-25 16:55:41.308 Verbose/PlexDataProvider: Insert Episode: Night of Stratagems / Fate/Zero 2020-07-25 16:55:41.308 Verbose/PlexDataProvider: Insert Episode: Forest of Demons / Fate/Zero 2020-07-25 16:55:41.308 Verbose/PlexDataProvider: Insert Episode: The Magus Killer / Fate/Zero 2020-07-25 16:55:41.308 Verbose/PlexDataProvider: Insert Episode: Master and Servant / Fate/Zero 2020-07-25 16:55:41.309 Verbose/PlexDataProvider: Insert Episode: Rin's Adventure / Fate/Zero 2020-07-25 16:55:41.309 Verbose/PlexDataProvider: Insert Episode: The Grail Dialogue / Fate/Zero 2020-07-25 16:55:41.309 Verbose/PlexDataProvider: Insert Episode: Invitation of the Holy Grail / Fate/Zero 2020-07-25 16:55:41.309 Verbose/PlexDataProvider: Insert Episode: The Forbidden Banquet / Fate/Zero 2020-07-25 16:55:41.310 Verbose/PlexDataProvider: Insert Episode: The Mion River Battle / Fate/Zero 2020-07-25 16:55:41.310 Verbose/PlexDataProvider: Insert Episode: Golden Brilliance / Fate/Zero 2020-07-25 16:55:41.310 Verbose/PlexDataProvider: Insert Episode: The End of Honor / Fate/Zero 2020-07-25 16:55:41.310 Verbose/PlexDataProvider: Insert Episode: The Eighth Contract / Fate/Zero 2020-07-25 16:55:41.311 Verbose/PlexDataProvider: Insert Episode: Distant Memories / Fate/Zero 2020-07-25 16:55:41.311 Verbose/PlexDataProvider: Insert Episode: Where Justice is Found / Fate/Zero 2020-07-25 16:55:41.311 Verbose/PlexDataProvider: Insert Episode: Return of the Assassin / Fate/Zero 2020-07-25 16:55:41.311 Verbose/PlexDataProvider: Insert Episode: Knight on Two Wheels / Fate/Zero 2020-07-25 16:55:41.311 Verbose/PlexDataProvider: Insert Episode: All Evil in This World / Fate/Zero 2020-07-25 16:55:41.312 Verbose/PlexDataProvider: Insert Episode: The Sea at the End of the World / Fate/Zero 2020-07-25 16:55:41.312 Verbose/PlexDataProvider: Insert Episode: The Last Command Seal / Fate/Zero 2020-07-25 16:55:41.312 Verbose/PlexDataProvider: Insert Episode: Fate/Zero / Fate/Zero 2020-07-25 16:55:41.312 Verbose/PlexDataProvider: Insert Episode: set up/stand up / The God of High School 2020-07-25 16:55:41.313 Verbose/PlexDataProvider: Insert Episode: renewal/soul / The God of High School 2020-07-25 16:55:41.313 Verbose/PlexDataProvider: Insert Episode: wisdom/kingdom / The God of High School 2020-07-25 16:55:41.313 Verbose/PlexDataProvider: Insert Episode: We Can't Make Any Friends / Haganai 2020-07-25 16:55:41.313 Verbose/PlexDataProvider: Insert Episode: There's No God in the Electric World / Haganai 2020-07-25 16:55:41.314 Verbose/PlexDataProvider: Insert Episode: There Are No Flags at the Swimming Pool / Haganai 2020-07-25 16:55:41.314 Verbose/PlexDataProvider: Insert Episode: Underclassmen Don't Know How to Hold Back / Haganai 2020-07-25 16:55:41.314 Verbose/PlexDataProvider: Insert Episode: Now SAGA is Locked On in Full Battle / Haganai 2020-07-25 16:55:41.314 Verbose/PlexDataProvider: Insert Episode: The Karaoke Box Doesn't Have Many Customers / Haganai 2020-07-25 16:55:41.315 Verbose/PlexDataProvider: Insert Episode: My Cell Phone Has Few Calls / Haganai 2020-07-25 16:55:41.315 Verbose/PlexDataProvider: Insert Episode: No School Swimsuits This Time / Haganai 2020-07-25 16:55:41.315 Verbose/PlexDataProvider: Insert Episode: The Board Chairman's Memories are Painful / Haganai 2020-07-25 16:55:41.315 Verbose/PlexDataProvider: Insert Episode: No One Sleeps at Training Camp / Haganai 2020-07-25 16:55:41.316 Verbose/PlexDataProvider: Insert Episode: You See, Girls Wearing Yukata are Extremely Cute / Haganai 2020-07-25 16:55:41.316 Verbose/PlexDataProvider: Insert Episode: We Have Few Friends / Haganai 2020-07-25 16:55:41.316 Verbose/PlexDataProvider: Insert Episode: OVA / Haganai 2020-07-25 16:55:41.316 Verbose/PlexDataProvider: Insert Episode: My Teen Years SNAFU / Haganai 2020-07-25 16:55:41.317 Verbose/PlexDataProvider: Insert Episode: Homo Game Club / Haganai 2020-07-25 16:55:41.317 Verbose/PlexDataProvider: Insert Episode: My Little Sisters Are This Cute / Haganai 2020-07-25 16:55:41.317 Verbose/PlexDataProvider: Insert Episode: A Man is Among Them! / Haganai 2020-07-25 16:55:41.317 Verbose/PlexDataProvider: Insert Episode: That Kind of Play Is Not Allowed... and... My Worldview Is Disturbed When You Are Around / Haganai 2020-07-25 16:55:41.317 Verbose/PlexDataProvider: Insert Episode: Unbreakable Strange-Girl / Haganai 2020-07-25 16:55:41.318 Verbose/PlexDataProvider: Insert Episode: He's My Brother, But As Long As There's Love, It Doesn't Matter If He Get More Sisters, Right? / Haganai 2020-07-25 16:55:41.318 Verbose/PlexDataProvider: Insert Episode: My Childhood Friend is Too Much of a Battleground / Haganai 2020-07-25 16:55:41.318 Verbose/PlexDataProvider: Insert Episode: Stray Cats Overheat / Haganai 2020-07-25 16:55:41.319 Verbose/PlexDataProvider: Insert Episode: The Sad-Case King and the Stone-Cold Story / Haganai 2020-07-25 16:55:41.319 Verbose/PlexDataProvider: Insert Episode: Dismay of I, the Chicken / Haganai 2020-07-25 16:55:41.319 Verbose/PlexDataProvider: Insert Episode: I ______ Many Friends / Haganai 2020-07-25 16:55:41.319 Verbose/PlexDataProvider: Insert Episode: Shall We Dance? / Hanayamata 2020-07-25 16:55:41.319 Verbose/PlexDataProvider: Insert Episode: Jealousy Rose / Hanayamata 2020-07-25 16:55:41.320 Verbose/PlexDataProvider: Insert Episode: Girls' Style / Hanayamata 2020-07-25 16:55:41.320 Verbose/PlexDataProvider: Insert Episode: Princess/Princess / Hanayamata 2020-07-25 16:55:41.320 Verbose/PlexDataProvider: Insert Episode: First Step / Hanayamata 2020-07-25 16:55:41.320 Verbose/PlexDataProvider: Insert Episode: Try, Try, Try! / Hanayamata 2020-07-25 16:55:41.321 Verbose/PlexDataProvider: Insert Episode: Girl Identity / Hanayamata 2020-07-25 16:55:41.321 Verbose/PlexDataProvider: Insert Episode: Mission Event / Hanayamata 2020-07-25 16:55:41.321 Verbose/PlexDataProvider: Insert Episode: Sister Complex / Hanayamata 2020-07-25 16:55:41.321 Verbose/PlexDataProvider: Insert Episode: Hot Spring Camp / Hanayamata 2020-07-25 16:55:41.322 Verbose/PlexDataProvider: Insert Episode: Smile is Flower / Hanayamata 2020-07-25 16:55:41.322 Verbose/PlexDataProvider: Insert Episode: Hanayamata / Hanayamata 2020-07-25 16:55:41.322 Verbose/PlexDataProvider: Insert Episode: I Will Make You Invite Me to a Movie / Kaguya Wants to Be Stopped / Kaguya Wants It / Kaguya-sama: Love is War 2020-07-25 16:55:41.322 Verbose/PlexDataProvider: Insert Episode: Kaguya Wants to Trade / Chika Wants to Go Somewhere / Miyuki Wants to Hide His Ignorance / Kaguya-sama: Love is War 2020-07-25 16:55:41.323 Verbose/PlexDataProvider: Insert Episode: Miyuki Shirogane Still Hasn't Done It / Kaguya Wants to Be Figured Out / Kaguya Wants to Walk / Kaguya-sama: Love is War 2020-07-25 16:55:41.323 Verbose/PlexDataProvider: Insert Episode: Kaguya Wants Affection / The Student Council Wants It to Be Said / Kaguya Wants Him to Send It / Miyuki Shirogane Wants to Talk / Kaguya-sama: Love is War 2020-07-25 16:55:41.323 Verbose/PlexDataProvider: Insert Episode: Kaguya Wants to Handle It / Miyuki Shirogane Wants to Show Off / Kaguya Wants to Be Covered / Kaguya-sama: Love is War 2020-07-25 16:55:41.324 Verbose/PlexDataProvider: Insert Episode: Yu Ishigami Wants to Live / Chika Fujiwara Wants to Test You / Kaguya Wants to Be Noticed / Kaguya-sama: Love is War 2020-07-25 16:55:41.324 Verbose/PlexDataProvider: Insert Episode: Miyuki Shirogane Wants to Work / Kaguya Wants Him to Join In / Kaguya Wants to Control It / Kaguya-sama: Love is War 2020-07-25 16:55:41.324 Verbose/PlexDataProvider: Insert Episode: Kaguya Wants Her to Say It / Miyuki Shirogane Can't Lose / Ishigami Closes His Eyes / Kaguya-sama: Love is War 2020-07-25 16:55:41.325 Verbose/PlexDataProvider: Insert Episode: Kaguya Wants to Give a Gift / Chika Fujiwara Wants to Pay a Visit / About Kaguya Shinomiya, Part 1 / Kaguya-sama: Love is War 2020-07-25 16:55:41.325 Verbose/PlexDataProvider: Insert Episode: Kaguya Won't Forgive / Kaguya Wants to Forgive / Miyuki Shirogane Wants to Go Somewhere / Kaguya-sama: Love is War 2020-07-25 16:55:41.325 Verbose/PlexDataProvider: Insert Episode: Ai Hayasaka Wants to Get Soaked / Chika Fujiwara Really Wants to Eat It / Miyuki Shirogane Wants to See You / I Can't Hear the Fireworks, Part 1 / Kaguya-sama: Love is War 2020-07-25 16:55:41.325 Verbose/PlexDataProvider: Insert Episode: I Can't Hear the Fireworks, Part 2 / Kaguya Doesn't Want to Avoid Him / Kaguya-sama: Love is War 2020-07-25 16:55:41.326 Verbose/PlexDataProvider: Insert Episode: Digest: Naked Memories by Aikuro Mikisugi / Kill la Kill 2020-07-25 16:55:41.326 Verbose/PlexDataProvider: Insert Episode: If Only I Had Thorns Like a Thistle / Kill la Kill 2020-07-25 16:55:41.326 Verbose/PlexDataProvider: Insert Episode: So Sexy She Might Pass Out / Kill la Kill 2020-07-25 16:55:41.327 Verbose/PlexDataProvider: Insert Episode: Junketsu / Kill la Kill 2020-07-25 16:55:41.327 Verbose/PlexDataProvider: Insert Episode: Dawn of a Miserable Morning / Kill la Kill 2020-07-25 16:55:41.327 Verbose/PlexDataProvider: Insert Episode: Trigger / Kill la Kill 2020-07-25 16:55:41.327 Verbose/PlexDataProvider: Insert Episode: Don't Toy With Me on a Whim / Kill la Kill 2020-07-25 16:55:41.328 Verbose/PlexDataProvider: Insert Episode: A Loser I Can't Hate / Kill la Kill 2020-07-25 16:55:41.328 Verbose/PlexDataProvider: Insert Episode: I'll Wipe My Own Tears / Kill la Kill 2020-07-25 16:55:41.328 Verbose/PlexDataProvider: Insert Episode: A Once in a Lifetime Chance / Kill la Kill 2020-07-25 16:55:41.328 Verbose/PlexDataProvider: Insert Episode: I Want to Know More About You / Kill la Kill 2020-07-25 16:55:41.328 Verbose/PlexDataProvider: Insert Episode: I'm Not Your Cute Woman / Kill la Kill 2020-07-25 16:55:41.329 Verbose/PlexDataProvider: Insert Episode: Spit Your Sadness Away / Kill la Kill 2020-07-25 16:55:41.329 Verbose/PlexDataProvider: Insert Episode: Crazy for You / Kill la Kill 2020-07-25 16:55:41.329 Verbose/PlexDataProvider: Insert Episode: Ride Like the Wind / Kill la Kill 2020-07-25 16:55:41.329 Verbose/PlexDataProvider: Insert Episode: Don't Stop Me Now / Kill la Kill 2020-07-25 16:55:41.330 Verbose/PlexDataProvider: Insert Episode: The Girl Can't Help It / Kill la Kill 2020-07-25 16:55:41.330 Verbose/PlexDataProvider: Insert Episode: Tell Me Why / Kill la Kill 2020-07-25 16:55:41.330 Verbose/PlexDataProvider: Insert Episode: Into the Night / Kill la Kill 2020-07-25 16:55:41.330 Verbose/PlexDataProvider: Insert Episode: Raindrops Keep Falling on My Head / Kill la Kill 2020-07-25 16:55:41.331 Verbose/PlexDataProvider: Insert Episode: Far from the Madding Crowd / Kill la Kill 2020-07-25 16:55:41.331 Verbose/PlexDataProvider: Insert Episode: Incomplete / Kill la Kill 2020-07-25 16:55:41.331 Verbose/PlexDataProvider: Insert Episode: Tell Me How You Feel / Kill la Kill 2020-07-25 16:55:41.331 Verbose/PlexDataProvider: Insert Episode: Imitation Gold / Kill la Kill 2020-07-25 16:55:41.331 Verbose/PlexDataProvider: Insert Episode: Past the Infinite Darkness / Kill la Kill 2020-07-25 16:55:41.332 Verbose/PlexDataProvider: Insert Episode: You Will Be Mine, Hero. I Refuse! / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.332 Verbose/PlexDataProvider: Insert Episode: Please Make Us Human / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.332 Verbose/PlexDataProvider: Insert Episode: Where Have You Been? / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.333 Verbose/PlexDataProvider: Insert Episode: If That Happens, I'll Take a Bite Out of the Hero! / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.333 Verbose/PlexDataProvider: Insert Episode: You smell good, Demon King. And I feel safe in your arms, Hero. / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.333 Verbose/PlexDataProvider: Insert Episode: Welcome Back, Hero! Yeah, Old Man. I'm Back! / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.334 Verbose/PlexDataProvider: Insert Episode: I'll Be Back Soon, We'll See Each Other Soon / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.334 Verbose/PlexDataProvider: Insert Episode: Take This Sword, My Lord / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.334 Verbose/PlexDataProvider: Insert Episode: Because, I am Human / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.335 Verbose/PlexDataProvider: Insert Episode: So now their plans are finally coming to fruition? / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.335 Verbose/PlexDataProvider: Insert Episode: You're just destroying and killing, without creating anything. / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.336 Verbose/PlexDataProvider: Insert Episode: I'm back, My Hero. You sleep too much, my Demon King. / Maoyu: Archenemy & Hero 2020-07-25 16:55:41.336 Verbose/PlexDataProvider: Insert Episode: Self-Proclaimed Psychic: Reigen Arataka ~And Mob~ / Mob Psycho 100 2020-07-25 16:55:41.336 Verbose/PlexDataProvider: Insert Episode: Doubts about Youth ~The Telepathy Club Appears~ / Mob Psycho 100 2020-07-25 16:55:41.336 Verbose/PlexDataProvider: Insert Episode: An Invitation to a Meeting ~Simply Put, I Just Want to be Popular~ / Mob Psycho 100 2020-07-25 16:55:41.337 Verbose/PlexDataProvider: Insert Episode: Idiots Only Event ~Kin~ / Mob Psycho 100 2020-07-25 16:55:41.337 Verbose/PlexDataProvider: Insert Episode: OCHIMUSHA ~Psychic Powers and Me~ / Mob Psycho 100 2020-07-25 16:55:41.337 Verbose/PlexDataProvider: Insert Episode: Discord ~To Become One~ / Mob Psycho 100 2020-07-25 16:55:41.337 Verbose/PlexDataProvider: Insert Episode: Exaltation ~I've Obtained Loss~ / Mob Psycho 100 2020-07-25 16:55:41.337 Verbose/PlexDataProvider: Insert Episode: The Older Brother Bows ~Destructive Intent~ / Mob Psycho 100 2020-07-25 16:55:41.338 Verbose/PlexDataProvider: Insert Episode: Claw ~7th Division~ / Mob Psycho 100 2020-07-25 16:55:41.338 Verbose/PlexDataProvider: Insert Episode: The Heinous Aura ~Mastermind~ / Mob Psycho 100 2020-07-25 16:55:41.338 Verbose/PlexDataProvider: Insert Episode: Master ~Leader~ / Mob Psycho 100 2020-07-25 16:55:41.338 Verbose/PlexDataProvider: Insert Episode: Mob and Reigen ~A Giant Tsuchinoko Appears~ / Mob Psycho 100 2020-07-25 16:55:41.339 Verbose/PlexDataProvider: Insert Episode: Ripped Apart ~Someone Is Watching~ / Mob Psycho 100 2020-07-25 16:55:41.339 Verbose/PlexDataProvider: Insert Episode: Urban Legends ~Encountering Rumors~ / Mob Psycho 100 2020-07-25 16:55:41.339 Verbose/PlexDataProvider: Insert Episode: One Danger After Another ~Degeneration~ / Mob Psycho 100 2020-07-25 16:55:41.339 Verbose/PlexDataProvider: Insert Episode: Inside ~Evil Spirit~ / Mob Psycho 100 2020-07-25 16:55:41.340 Verbose/PlexDataProvider: Insert Episode: Discord ~Choices~ / Mob Psycho 100 2020-07-25 16:55:41.340 Verbose/PlexDataProvider: Insert Episode: Poor, Lonely, Whitey / Mob Psycho 100 2020-07-25 16:55:41.340 Verbose/PlexDataProvider: Insert Episode: Cornered ~True Identity~ / Mob Psycho 100 2020-07-25 16:55:41.340 Verbose/PlexDataProvider: Insert Episode: Even Then ~Continue Forward~ / Mob Psycho 100 2020-07-25 16:55:41.340 Verbose/PlexDataProvider: Insert Episode: Show Me What You've Got ~Band Together~ / Mob Psycho 100 2020-07-25 16:55:41.341 Verbose/PlexDataProvider: Insert Episode: Collision ~Power Type~ / Mob Psycho 100 2020-07-25 16:55:41.341 Verbose/PlexDataProvider: Insert Episode: Guidance ~Psychic Sensor~ / Mob Psycho 100 2020-07-25 16:55:41.341 Verbose/PlexDataProvider: Insert Episode: Battle for Social Rehabilitation ~Friendship~ / Mob Psycho 100 2020-07-25 16:55:41.341 Verbose/PlexDataProvider: Insert Episode: Boss Fight ~The Final Light~ / Mob Psycho 100 2020-07-25 16:55:41.342 Verbose/PlexDataProvider: Insert Episode: In Due Time, the Seasons Change and the Snow Melts / My Teen Romantic Comedy SNAFU 2020-07-25 16:55:41.342 Verbose/PlexDataProvider: Insert Episode: That Key Was Never Handled Until Today / My Teen Romantic Comedy SNAFU 2020-07-25 16:55:41.342 Verbose/PlexDataProvider: Insert Episode: Iroha Isshiki is the Strongest Junior, as Expected / My Teen Romantic Comedy SNAFU 2020-07-25 16:55:41.343 Verbose/PlexDataProvider: Insert Episode: Between the Land and Sea / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.343 Verbose/PlexDataProvider: Insert Episode: Cold Skin / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.343 Verbose/PlexDataProvider: Insert Episode: The Legend of the Sea / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.344 Verbose/PlexDataProvider: Insert Episode: Because We're Friends / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.344 Verbose/PlexDataProvider: Insert Episode: Hey, Sea Slug / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.344 Verbose/PlexDataProvider: Insert Episode: Beyond Tomoebi / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.344 Verbose/PlexDataProvider: Insert Episode: The Boatdrift Ceremony Shakes / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.345 Verbose/PlexDataProvider: Insert Episode: Beyond the Wavering Feelings / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.345 Verbose/PlexDataProvider: Insert Episode: Unknown Warmth / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.345 Verbose/PlexDataProvider: Insert Episode: The Saltflake Snow Falls and Falls / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.345 Verbose/PlexDataProvider: Insert Episode: The Changing Times / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.345 Verbose/PlexDataProvider: Insert Episode: I Want to be Kind / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.346 Verbose/PlexDataProvider: Insert Episode: Unreachable Fingertips / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.346 Verbose/PlexDataProvider: Insert Episode: The Promised Day / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.346 Verbose/PlexDataProvider: Insert Episode: The Protector of Smiles / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.346 Verbose/PlexDataProvider: Insert Episode: The Whispers of the Faraway Waves / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.347 Verbose/PlexDataProvider: Insert Episode: The Sick Two / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.347 Verbose/PlexDataProvider: Insert Episode: Shioshishiio / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.347 Verbose/PlexDataProvider: Insert Episode: The Lost, Lost Little... / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.347 Verbose/PlexDataProvider: Insert Episode: The Sleeping Princess / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.348 Verbose/PlexDataProvider: Insert Episode: The Messenger from the Bottom of the Sea / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.348 Verbose/PlexDataProvider: Insert Episode: Something Lost / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.348 Verbose/PlexDataProvider: Insert Episode: Who Do These Feelings Belong To? / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.349 Verbose/PlexDataProvider: Insert Episode: Detritus / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.349 Verbose/PlexDataProvider: Insert Episode: Love is Like the Sea / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.349 Verbose/PlexDataProvider: Insert Episode: The Color of the Sea. The Color of the Earth. The Color of the Wind. The Color of Your Heart. Your Color. / Nagi-Asu: A Lull in the Sea 2020-07-25 16:55:41.349 Verbose/PlexDataProvider: Insert Episode: Episode 36 / One Piece 2020-07-25 16:55:41.349 Verbose/PlexDataProvider: Insert Episode: Episode 37 / One Piece 2020-07-25 16:55:41.350 Verbose/PlexDataProvider: Insert Episode: Episode 38 / One Piece 2020-07-25 16:55:41.350 Verbose/PlexDataProvider: Insert Episode: Episode 39 / One Piece 2020-07-25 16:55:41.350 Verbose/PlexDataProvider: Insert Episode: Episode 40 / One Piece 2020-07-25 16:55:41.350 Verbose/PlexDataProvider: Insert Episode: Episode 41 / One Piece 2020-07-25 16:55:41.350 Verbose/PlexDataProvider: Insert Episode: Episode 42 / One Piece 2020-07-25 16:55:41.351 Verbose/PlexDataProvider: Insert Episode: Each One's Promise / Re:ZERO -Starting Life in Another World- 2020-07-25 16:55:41.351 Verbose/PlexDataProvider: Insert Episode: The Next Location / Re:ZERO -Starting Life in Another World- 2020-07-25 16:55:41.351 Verbose/PlexDataProvider: Insert Episode: The Long-Awaited Reunion / Re:ZERO -Starting Life in Another World- 2020-07-25 16:55:41.352 Verbose/PlexDataProvider: Insert Episode: The Shield Hero / The Rising of the Shield Hero 2020-07-25 16:55:41.352 Verbose/PlexDataProvider: Insert Episode: The Slave Girl / The Rising of the Shield Hero 2020-07-25 16:55:41.352 Verbose/PlexDataProvider: Insert Episode: Wave of Catastrophe / The Rising of the Shield Hero 2020-07-25 16:55:41.353 Verbose/PlexDataProvider: Insert Episode: Lullaby at Dawn / The Rising of the Shield Hero 2020-07-25 16:55:41.353 Verbose/PlexDataProvider: Insert Episode: Filo / The Rising of the Shield Hero 2020-07-25 16:55:41.353 Verbose/PlexDataProvider: Insert Episode: A New Comrade / The Rising of the Shield Hero 2020-07-25 16:55:41.353 Verbose/PlexDataProvider: Insert Episode: The Savior of the Heavenly Fowl / The Rising of the Shield Hero 2020-07-25 16:55:41.354 Verbose/PlexDataProvider: Insert Episode: Curse Shield / The Rising of the Shield Hero 2020-07-25 16:55:41.354 Verbose/PlexDataProvider: Insert Episode: Melty / The Rising of the Shield Hero 2020-07-25 16:55:41.354 Verbose/PlexDataProvider: Insert Episode: In the Midst of Turmoil / The Rising of the Shield Hero 2020-07-25 16:55:41.354 Verbose/PlexDataProvider: Insert Episode: Catastrophe Returns / The Rising of the Shield Hero 2020-07-25 16:55:41.354 Verbose/PlexDataProvider: Insert Episode: The Raven Invader / The Rising of the Shield Hero 2020-07-25 16:55:41.355 Verbose/PlexDataProvider: Insert Episode: The Devil of the Shield / The Rising of the Shield Hero 2020-07-25 16:55:41.355 Verbose/PlexDataProvider: Insert Episode: Everlasting Memory / The Rising of the Shield Hero 2020-07-25 16:55:41.355 Verbose/PlexDataProvider: Insert Episode: Raphtalia / The Rising of the Shield Hero 2020-07-25 16:55:41.356 Verbose/PlexDataProvider: Insert Episode: Filolial Queen / The Rising of the Shield Hero 2020-07-25 16:55:41.356 Verbose/PlexDataProvider: Insert Episode: A Promise Made / The Rising of the Shield Hero 2020-07-25 16:55:41.356 Verbose/PlexDataProvider: Insert Episode: A Conspiracy Linked / The Rising of the Shield Hero 2020-07-25 16:55:41.356 Verbose/PlexDataProvider: Insert Episode: The Four Cardinal Heroes / The Rising of the Shield Hero 2020-07-25 16:55:41.357 Verbose/PlexDataProvider: Insert Episode: Battle of Good and Evil / The Rising of the Shield Hero 2020-07-25 16:55:41.357 Verbose/PlexDataProvider: Insert Episode: Naofumi’s Triumphant Return / The Rising of the Shield Hero 2020-07-25 16:55:41.357 Verbose/PlexDataProvider: Insert Episode: Four Heroes Council / The Rising of the Shield Hero 2020-07-25 16:55:41.358 Verbose/PlexDataProvider: Insert Episode: Cal Mira Archipelago / The Rising of the Shield Hero 2020-07-25 16:55:41.358 Verbose/PlexDataProvider: Insert Episode: Guardians of Another World / The Rising of the Shield Hero 2020-07-25 16:55:41.358 Verbose/PlexDataProvider: Insert Episode: The Rising of the Shield Hero / The Rising of the Shield Hero 2020-07-25 16:55:41.359 Verbose/PlexDataProvider: Insert Episode: The Seven Deadly Sins / The Seven Deadly Sins 2020-07-25 16:55:41.359 Verbose/PlexDataProvider: Insert Episode: The Sword of the Holy Knight / The Seven Deadly Sins 2020-07-25 16:55:41.360 Verbose/PlexDataProvider: Insert Episode: Sin of the Sleeping Forest / The Seven Deadly Sins 2020-07-25 16:55:41.360 Verbose/PlexDataProvider: Insert Episode: A Young Girl's Dream / The Seven Deadly Sins 2020-07-25 16:55:41.360 Verbose/PlexDataProvider: Insert Episode: Even if You Were to Die / The Seven Deadly Sins 2020-07-25 16:55:41.361 Verbose/PlexDataProvider: Insert Episode: Ballad of the Beginning / The Seven Deadly Sins 2020-07-25 16:55:41.361 Verbose/PlexDataProvider: Insert Episode: Touching Reunion / The Seven Deadly Sins 2020-07-25 16:55:41.361 Verbose/PlexDataProvider: Insert Episode: Dreadful Pursuer / The Seven Deadly Sins 2020-07-25 16:55:41.362 Verbose/PlexDataProvider: Insert Episode: Black Pulsation / The Seven Deadly Sins 2020-07-25 16:55:41.362 Verbose/PlexDataProvider: Insert Episode: Fight Festival / The Seven Deadly Sins 2020-07-25 16:55:41.363 Verbose/PlexDataProvider: Insert Episode: A Long-Standing Feeling / The Seven Deadly Sins 2020-07-25 16:55:41.363 Verbose/PlexDataProvider: Insert Episode: Terrifying Cannon / The Seven Deadly Sins 2020-07-25 16:55:41.365 Verbose/PlexDataProvider: Insert Episode: Apostle of Destruction / The Seven Deadly Sins 2020-07-25 16:55:41.365 Verbose/PlexDataProvider: Insert Episode: Person Who Reads Books / The Seven Deadly Sins 2020-07-25 16:55:41.366 Verbose/PlexDataProvider: Insert Episode: Unholy Knight / The Seven Deadly Sins 2020-07-25 16:55:41.366 Verbose/PlexDataProvider: Insert Episode: Driven Legends / The Seven Deadly Sins 2020-07-25 16:55:41.367 Verbose/PlexDataProvider: Insert Episode: The First Victim / The Seven Deadly Sins 2020-07-25 16:55:41.367 Verbose/PlexDataProvider: Insert Episode: Even the Life is Changed / The Seven Deadly Sins 2020-07-25 16:55:41.368 Verbose/PlexDataProvider: Insert Episode: The Fairy King Waiting in Vain / The Seven Deadly Sins 2020-07-25 16:55:41.369 Verbose/PlexDataProvider: Insert Episode: Spell of Courage / The Seven Deadly Sins 2020-07-25 16:55:41.369 Verbose/PlexDataProvider: Insert Episode: Now, Approaching Threat Towards There / The Seven Deadly Sins 2020-07-25 16:55:41.370 Verbose/PlexDataProvider: Insert Episode: Things I Can Do For You / The Seven Deadly Sins 2020-07-25 16:55:41.370 Verbose/PlexDataProvider: Insert Episode: Despair Coming / The Seven Deadly Sins 2020-07-25 16:55:41.371 Verbose/PlexDataProvider: Insert Episode: Heroes / The Seven Deadly Sins 2020-07-25 16:55:41.371 Verbose/PlexDataProvider: Insert Episode: Revival of the Demon Clan / The Seven Deadly Sins 2020-07-25 16:55:41.372 Verbose/PlexDataProvider: Insert Episode: Existence and Proof / The Seven Deadly Sins 2020-07-25 16:55:41.372 Verbose/PlexDataProvider: Insert Episode: Sacred Treasure Lostvayne / The Seven Deadly Sins 2020-07-25 16:55:41.373 Verbose/PlexDataProvider: Insert Episode: The Ten Commandments on the Move / The Seven Deadly Sins 2020-07-25 16:55:41.373 Verbose/PlexDataProvider: Insert Episode: Overwhelming Violence / The Seven Deadly Sins 2020-07-25 16:55:41.374 Verbose/PlexDataProvider: Insert Episode: The Great Holy Knight Atones For His Sins / The Seven Deadly Sins 2020-07-25 16:55:41.374 Verbose/PlexDataProvider: Insert Episode: Where Memories Lead / The Seven Deadly Sins 2020-07-25 16:55:41.374 Verbose/PlexDataProvider: Insert Episode: The Druids' Holy Land / The Seven Deadly Sins 2020-07-25 16:55:41.375 Verbose/PlexDataProvider: Insert Episode: The Promise with the Loved One / The Seven Deadly Sins 2020-07-25 16:55:41.376 Verbose/PlexDataProvider: Insert Episode: What We Lacked / The Seven Deadly Sins 2020-07-25 16:55:41.376 Verbose/PlexDataProvider: Insert Episode: Father and Son / The Seven Deadly Sins 2020-07-25 16:55:41.377 Verbose/PlexDataProvider: Insert Episode: Where Love is Found / The Seven Deadly Sins 2020-07-25 16:55:41.377 Verbose/PlexDataProvider: Insert Episode: Farewell, My Beloved Thief / The Seven Deadly Sins 2020-07-25 16:55:41.377 Verbose/PlexDataProvider: Insert Episode: Master of the Sun / The Seven Deadly Sins 2020-07-25 16:55:41.378 Verbose/PlexDataProvider: Insert Episode: A Horrifying Confession / The Seven Deadly Sins 2020-07-25 16:55:41.378 Verbose/PlexDataProvider: Insert Episode: Death Trap Labyrinth / The Seven Deadly Sins 2020-07-25 16:55:41.378 Verbose/PlexDataProvider: Insert Episode: Legendary Figures / The Seven Deadly Sins 2020-07-25 16:55:41.379 Verbose/PlexDataProvider: Insert Episode: For Whom Does That Light Shine / The Seven Deadly Sins 2020-07-25 16:55:41.379 Verbose/PlexDataProvider: Insert Episode: Meliodas vs. The Ten Commandments / The Seven Deadly Sins 2020-07-25 16:55:41.379 Verbose/PlexDataProvider: Insert Episode: In Search of Hope / The Seven Deadly Sins 2020-07-25 16:55:41.380 Verbose/PlexDataProvider: Insert Episode: Certain Warmth / The Seven Deadly Sins 2020-07-25 16:55:41.380 Verbose/PlexDataProvider: Insert Episode: Return of the Sins / The Seven Deadly Sins 2020-07-25 16:55:41.381 Verbose/PlexDataProvider: Insert Episode: The Hero Rises! / The Seven Deadly Sins 2020-07-25 16:55:41.381 Verbose/PlexDataProvider: Insert Episode: As Long As You Are Here / The Seven Deadly Sins 2020-07-25 16:55:41.382 Verbose/PlexDataProvider: Insert Episode: The Light That Disperses Darkness / The Seven Deadly Sins 2020-07-25 16:55:41.382 Verbose/PlexDataProvider: Insert Episode: Memories of the Holy War / The Seven Deadly Sins 2020-07-25 16:55:41.382 Verbose/PlexDataProvider: Insert Episode: Those Without Light / The Seven Deadly Sins 2020-07-25 16:55:41.383 Verbose/PlexDataProvider: Insert Episode: The Ten Commandments vs. The Four Archangels / The Seven Deadly Sins 2020-07-25 16:55:41.383 Verbose/PlexDataProvider: Insert Episode: Emotional Maelstrom / The Seven Deadly Sins 2020-07-25 16:55:41.384 Verbose/PlexDataProvider: Insert Episode: We Call That Love / The Seven Deadly Sins 2020-07-25 16:55:41.384 Verbose/PlexDataProvider: Insert Episode: Deadly Sins Unite / The Seven Deadly Sins 2020-07-25 16:55:41.384 Verbose/PlexDataProvider: Insert Episode: The Doll Seeks Love / The Seven Deadly Sins 2020-07-25 16:55:41.385 Verbose/PlexDataProvider: Insert Episode: The Cursed Lovers / The Seven Deadly Sins 2020-07-25 16:55:41.385 Verbose/PlexDataProvider: Insert Episode: That Is Our Way of Life / The Seven Deadly Sins 2020-07-25 16:55:41.386 Verbose/PlexDataProvider: Insert Episode: The Hateful Cannot Rest / The Seven Deadly Sins 2020-07-25 16:55:41.386 Verbose/PlexDataProvider: Insert Episode: Love is a Maiden's Power / The Seven Deadly Sins 2020-07-25 16:55:41.387 Verbose/PlexDataProvider: Insert Episode: The Almighty vs. the Greatest Evil / The Seven Deadly Sins 2020-07-25 16:55:41.387 Verbose/PlexDataProvider: Insert Episode: A New Threat / The Seven Deadly Sins 2020-07-25 16:55:41.387 Verbose/PlexDataProvider: Insert Episode: To Our Captain / The Seven Deadly Sins 2020-07-25 16:55:41.387 Verbose/PlexDataProvider: Insert Episode: Seven Deadly Sins End / The Seven Deadly Sins 2020-07-25 16:55:41.388 Verbose/PlexDataProvider: Insert Episode: Our Choices / The Seven Deadly Sins 2020-07-25 16:55:41.388 Verbose/PlexDataProvider: Insert Episode: March of the Saints / The Seven Deadly Sins 2020-07-25 16:55:41.388 Verbose/PlexDataProvider: Insert Episode: The Holy War Accord / The Seven Deadly Sins 2020-07-25 16:55:41.388 Verbose/PlexDataProvider: Insert Episode: Child of Hope / The Seven Deadly Sins 2020-07-25 16:55:41.389 Verbose/PlexDataProvider: Insert Episode: Beginning of the Holy War / The Seven Deadly Sins 2020-07-25 16:55:41.389 Verbose/PlexDataProvider: Insert Episode: War-torn Britannia / The Seven Deadly Sins 2020-07-25 16:55:41.389 Verbose/PlexDataProvider: Insert Episode: The One Twisted by Darkness / The Seven Deadly Sins 2020-07-25 16:55:41.389 Verbose/PlexDataProvider: Insert Episode: Rampaging Love / The Seven Deadly Sins 2020-07-25 16:55:41.390 Verbose/PlexDataProvider: Insert Episode: Swords - Shaman of Shadow I / Strike the Blood 2020-07-25 16:55:41.390 Verbose/PlexDataProvider: Insert Episode: Swords - Shaman of Shadow II / Strike the Blood 2020-07-25 16:55:41.390 Verbose/PlexDataProvider: Insert Episode: Swords - Shaman of Shadow III / Strike the Blood 2020-07-25 16:55:41.391 Verbose/PlexDataProvider: Insert Episode: The 4th Primogenitor on the Run I / Strike the Blood 2020-07-25 16:55:41.391 Verbose/PlexDataProvider: Insert Episode: The 4th Primogenitor on the Run II / Strike the Blood 2020-07-25 16:55:41.391 Verbose/PlexDataProvider: Insert Episode: Knight of Sinful God I / Strike the Blood 2020-07-25 16:55:41.392 Verbose/PlexDataProvider: Insert Episode: Knight of Sinful God II / Strike the Blood 2020-07-25 16:55:41.392 Verbose/PlexDataProvider: Insert Episode: Knight of Sinful God III / Strike the Blood 2020-07-25 16:55:41.392 Verbose/PlexDataProvider: Insert Episode: The Right Arm of the Saint I / Strike the Blood 2020-07-25 16:55:41.393 Verbose/PlexDataProvider: Insert Episode: The Right Arm of the Saint II / Strike the Blood 2020-07-25 16:55:41.393 Verbose/PlexDataProvider: Insert Episode: The Right Arm of the Saint III / Strike the Blood 2020-07-25 16:55:41.393 Verbose/PlexDataProvider: Insert Episode: The Right Arm of the Saint IV / Strike the Blood 2020-07-25 16:55:41.394 Verbose/PlexDataProvider: Insert Episode: From the Warlord's Empire I / Strike the Blood 2020-07-25 16:55:41.394 Verbose/PlexDataProvider: Insert Episode: From the Warlord's Empire II / Strike the Blood 2020-07-25 16:55:41.394 Verbose/PlexDataProvider: Insert Episode: From the Warlord's Empire III / Strike the Blood 2020-07-25 16:55:41.394 Verbose/PlexDataProvider: Insert Episode: From the Warlord's Empire IV / Strike the Blood 2020-07-25 16:55:41.394 Verbose/PlexDataProvider: Insert Episode: The Amphisbaena I / Strike the Blood 2020-07-25 16:55:41.395 Verbose/PlexDataProvider: Insert Episode: The Amphisbaena II / Strike the Blood 2020-07-25 16:55:41.395 Verbose/PlexDataProvider: Insert Episode: The Amphisbaena III / Strike the Blood 2020-07-25 16:55:41.395 Verbose/PlexDataProvider: Insert Episode: The Amphisbaena IV / Strike the Blood 2020-07-25 16:55:41.395 Verbose/PlexDataProvider: Insert Episode: Labyrinth of the Blue Witch I / Strike the Blood 2020-07-25 16:55:41.396 Verbose/PlexDataProvider: Insert Episode: Labyrinth of the Blue Witch II / Strike the Blood 2020-07-25 16:55:41.396 Verbose/PlexDataProvider: Insert Episode: Labyrinth of the Blue Witch III / Strike the Blood 2020-07-25 16:55:41.396 Verbose/PlexDataProvider: Insert Episode: Fiesta for the Observers I / Strike the Blood 2020-07-25 16:55:41.396 Verbose/PlexDataProvider: Insert Episode: Fiesta for the Observers II / Strike the Blood 2020-07-25 16:55:41.396 Verbose/PlexDataProvider: Insert Episode: Fiesta for the Observers III / Strike the Blood 2020-07-25 16:55:41.397 Verbose/PlexDataProvider: Insert Episode: Fiesta for the Observers IV / Strike the Blood 2020-07-25 16:55:41.397 Verbose/PlexDataProvider: Insert Episode: Return of the Alchemist I / Strike the Blood 2020-07-25 16:55:41.397 Verbose/PlexDataProvider: Insert Episode: Return of the Alchemist II / Strike the Blood 2020-07-25 16:55:41.397 Verbose/PlexDataProvider: Insert Episode: Return of the Alchemist III / Strike the Blood 2020-07-25 16:55:41.398 Verbose/PlexDataProvider: Insert Episode: Empire of the Dawn I / Strike the Blood 2020-07-25 16:55:41.398 Verbose/PlexDataProvider: Insert Episode: Empire of the Dawn II / Strike the Blood 2020-07-25 16:55:41.398 Verbose/PlexDataProvider: Insert Episode: Underworld / Sword Art Online 2020-07-25 16:55:41.398 Verbose/PlexDataProvider: Insert Episode: The Demon Tree / Sword Art Online 2020-07-25 16:55:41.399 Verbose/PlexDataProvider: Insert Episode: The End Mountains / Sword Art Online 2020-07-25 16:55:41.399 Verbose/PlexDataProvider: Insert Episode: Departure / Sword Art Online 2020-07-25 16:55:41.399 Verbose/PlexDataProvider: Insert Episode: Ocean Turtle / Sword Art Online 2020-07-25 16:55:41.399 Verbose/PlexDataProvider: Insert Episode: Project Alicization / Sword Art Online 2020-07-25 16:55:41.399 Verbose/PlexDataProvider: Insert Episode: Swordcraft Academy / Sword Art Online 2020-07-25 16:55:41.400 Verbose/PlexDataProvider: Insert Episode: Swordsman's Pride / Sword Art Online 2020-07-25 16:55:41.400 Verbose/PlexDataProvider: Insert Episode: Nobleman's Responsibilities / Sword Art Online 2020-07-25 16:55:41.400 Verbose/PlexDataProvider: Insert Episode: Taboo Index / Sword Art Online 2020-07-25 16:55:41.401 Verbose/PlexDataProvider: Insert Episode: Central Cathedral / Sword Art Online 2020-07-25 16:55:41.401 Verbose/PlexDataProvider: Insert Episode: The Sage of the Library / Sword Art Online 2020-07-25 16:55:41.401 Verbose/PlexDataProvider: Insert Episode: Ruler and Mediator / Sword Art Online 2020-07-25 16:55:41.401 Verbose/PlexDataProvider: Insert Episode: The Crimson Knight / Sword Art Online 2020-07-25 16:55:41.402 Verbose/PlexDataProvider: Insert Episode: The Relentless Knight / Sword Art Online 2020-07-25 16:55:41.402 Verbose/PlexDataProvider: Insert Episode: The Osmanthus Knight / Sword Art Online 2020-07-25 16:55:41.402 Verbose/PlexDataProvider: Insert Episode: Truce / Sword Art Online 2020-07-25 16:55:41.402 Verbose/PlexDataProvider: Insert Episode: The Legendary Hero / Sword Art Online 2020-07-25 16:55:41.403 Verbose/PlexDataProvider: Insert Episode: The Seal of the Right Eye / Sword Art Online 2020-07-25 16:55:41.403 Verbose/PlexDataProvider: Insert Episode: Synthesis / Sword Art Online 2020-07-25 16:55:41.403 Verbose/PlexDataProvider: Insert Episode: The 32nd Knight / Sword Art Online 2020-07-25 16:55:41.403 Verbose/PlexDataProvider: Insert Episode: Titan of the Sword / Sword Art Online 2020-07-25 16:55:41.404 Verbose/PlexDataProvider: Insert Episode: Administrator / Sword Art Online 2020-07-25 16:55:41.404 Verbose/PlexDataProvider: Insert Episode: My Hero / Sword Art Online 2020-07-25 16:55:41.404 Verbose/PlexDataProvider: Insert Episode: BALL / Tower of God 2020-07-25 16:55:41.405 Verbose/PlexDataProvider: Insert Episode: 3/400 (Three Four-Hundredths) / Tower of God 2020-07-25 16:55:41.405 Verbose/PlexDataProvider: Insert Episode: The Correct Door / Tower of God 2020-07-25 16:55:41.405 Verbose/PlexDataProvider: Insert Episode: The Green April / Tower of God 2020-07-25 16:55:41.405 Verbose/PlexDataProvider: Insert Episode: The Crown’s Fate / Tower of God 2020-07-25 16:55:41.405 Verbose/PlexDataProvider: Insert Episode: Position Selection / Tower of God 2020-07-25 16:55:41.406 Verbose/PlexDataProvider: Insert Episode: Lunch and Tag / Tower of God 2020-07-25 16:55:41.406 Verbose/PlexDataProvider: Insert Episode: Khun’s Strategy / Tower of God 2020-07-25 16:55:41.406 Verbose/PlexDataProvider: Insert Episode: The One-Horned Ogre / Tower of God 2020-07-25 16:55:41.406 Verbose/PlexDataProvider: Insert Episode: Beyond the Sadness / Tower of God 2020-07-25 16:55:41.406 Verbose/PlexDataProvider: Insert Episode: Underwater Hunt (Part One) / Tower of God 2020-07-25 16:55:41.407 Verbose/PlexDataProvider: Insert Episode: Underwater Hunt (Part Two) / Tower of God 2020-07-25 16:55:41.407 Verbose/PlexDataProvider: Insert Episode: Episode 13 / Tower of God 2020-07-25 16:55:41.407 Verbose/PlexDataProvider: Insert Episode: Uzaki-chan Wants to Hang Out! / Uzaki-chan Wants to Hang Out! 2020-07-25 16:55:41.407 Verbose/PlexDataProvider: Insert Episode: The Café Owner Wants a Glimpse / Uzaki-chan Wants to Hang Out! 2020-07-25 16:55:41.408 Verbose/PlexDataProvider: Insert Episode: Episode 3 / Uzaki-chan Wants to Hang Out! 2020-07-25 16:55:41.408 Verbose/PlexDataProvider: Insert Episode: #14 "Surely, Someday You Will Understand "Love"" / Violet Evergarden 2020-07-25 16:55:41.408 Verbose/PlexDataProvider: Insert Episode: #01 "I Love You" and Auto Memory Dolls" / Violet Evergarden 2020-07-25 16:55:41.409 Verbose/PlexDataProvider: Insert Episode: #02 "Never Coming Back" / Violet Evergarden 2020-07-25 16:55:41.409 Verbose/PlexDataProvider: Insert Episode: #03 "May You Be an Exemplary Auto Memory Doll" / Violet Evergarden 2020-07-25 16:55:41.410 Verbose/PlexDataProvider: Insert Episode: #04 "You Won't be a Tool, but a Person Worthy of that Name" / Violet Evergarden 2020-07-25 16:55:41.410 Verbose/PlexDataProvider: Insert Episode: #05 "You Write Letters That Bring People Together?" / Violet Evergarden 2020-07-25 16:55:41.410 Verbose/PlexDataProvider: Insert Episode: #06 "Somewhere, Under a Starry Sky" / Violet Evergarden 2020-07-25 16:55:41.411 Verbose/PlexDataProvider: Insert Episode: #07 「     」 / Violet Evergarden 2020-07-25 16:55:41.411 Verbose/PlexDataProvider: Insert Episode: Episode 08 / Violet Evergarden 2020-07-25 16:55:41.411 Verbose/PlexDataProvider: Insert Episode: #09 "Violet Evergarden" / Violet Evergarden 2020-07-25 16:55:41.411 Verbose/PlexDataProvider: Insert Episode: #10 "A Loved One Will Always Watch Over You" / Violet Evergarden 2020-07-25 16:55:41.412 Verbose/PlexDataProvider: Insert Episode: #11 "I Don't Want Anybody Else to Die" / Violet Evergarden 2020-07-25 16:55:41.412 Verbose/PlexLogger: --> [352] GET http://64.188.16.148:32400/library/sections/1/all?X-Plex-Container-Start=500&X-Plex-Container-Size=500&type=4 2020-07-25 16:55:41.412 Verbose/PlexLogger: <-- [352] 200 OK http://64.188.16.148:32400/library/sections/1/all?X-Plex-Container-Start=500&X-Plex-Container-Size=500&type=4 (125ms, unknown-length body) 2020-07-25 16:55:41.453 Verbose/PlexLogger: <-- [352] {"MediaContainer":{"size":28,"totalSize":528,"allowSync":true,"art":"/:/resources/show-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":1,"librarySectionTitle":"Anime","librarySectionUUID":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":500,"thumb":"/:/resources/show.png","title1":"Anime","title2":"All Shows","viewGroup":"show","viewMode":65592,"Metadata":[{"ratingKey":"457","key":"/library/metadata/457","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"Episode 12","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"The Major's older brother is ordered to defend the signing ceremony from former Gardarik forces opposed to peace.","index":12,"parentIndex":1,"rating":1.0,"viewCount":1,"lastViewedAt":1591435980,"year":2018,"thumb":"/library/metadata/457/thumb/1595621656","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1420023,"originallyAvailableAt":"2018-03-29","addedAt":1586052480,"updatedAt":1595621656,"chapterSource":"media","Media":[{"id":407,"duration":1420023,"bitrate":2028,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3652,"key":"/library/parts/3652/1586052480/file.m4v","duration":1420023,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E12 -.m4v","size":361140960,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"458","key":"/library/metadata/458","parentRatingKey":"445","grandparentRatingKey":"444","guid":"com.plexapp.agents.thetvdb://330139/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://330139/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://330139?lang=en","type":"episode","title":"#13 \"Auto Memory Doll and \"I Love You\"\"","grandparentKey":"/library/metadata/444","parentKey":"/library/metadata/445","grandparentTitle":"Violet Evergarden","parentTitle":"Season 1","contentRating":"TV-14","summary":"The signing ceremony concludes, officially bringing an end to the war. While writing letters for an air show, Violet composes a letter to the Major.","index":13,"parentIndex":1,"viewCount":1,"lastViewedAt":1591435980,"year":2018,"thumb":"/library/metadata/458/thumb/1595621656","art":"/library/metadata/444/art/1591408388","parentThumb":"/library/metadata/445/thumb/1591408388","grandparentThumb":"/library/metadata/444/thumb/1591408388","grandparentArt":"/library/metadata/444/art/1591408388","grandparentTheme":"/library/metadata/444/theme/1591408388","duration":1610213,"originallyAvailableAt":"2018-04-05","addedAt":1586052480,"updatedAt":1595621656,"chapterSource":"media","Media":[{"id":408,"duration":1610213,"bitrate":1718,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mp4","videoFrameRate":"24p","optimizedForStreaming":0,"audioProfile":"lc","has64bitOffsets":false,"videoProfile":"main","Part":[{"id":3653,"key":"/library/parts/3653/1586052480/file.m4v","duration":1610213,"file":"D:\\Public\\Media\\Anime\\Violet Evergarden\\Season 1\\Violet Evergarden - S01E13 - The Auto Memory Doll and 'I Love You'.m4v","size":347161240,"audioProfile":"lc","container":"mp4","has64bitOffsets":false,"optimizedForStreaming":false,"videoProfile":"main"}]}],"Writer":[{"tag":"Reiko Yoshida"}]},{"ratingKey":"463","key":"/library/metadata/463","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"Genius and X Are Two Sides of the Same Coin","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"There are two geniuses at Ichinose Academy: Fumino Furuhashi, a liberal arts prodigy, and Rizu Ogata, a scientific whiz. Nariyuki Yuiga is a talented student who has contempt for them, especially as he’s aiming to get a \"special VIP recommendation.” But then, as a condition for receiving it, Nariyuki is ordered to tutor Fumino and Rizu so that they’re accepted at their first-choice university. Nariyuki rolls up his sleeves but is dismayed to find that Fumino wants to be a science major and Rizu a liberal arts major, the exact opposite of where their talents lie. Moreover, they seem to have no aptitude whatsoever for the subjects they’re interested in. Nariyuki advises the geniuses to change their minds, but...","index":1,"parentIndex":1,"viewCount":1,"lastViewedAt":1595135310,"year":2019,"thumb":"/library/metadata/463/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420110,"originallyAvailableAt":"2019-04-07","addedAt":1586157512,"updatedAt":1595244373,"Media":[{"id":410,"duration":1420110,"bitrate":881,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3173,"key":"/library/parts/3173/1586157512/file.mkv","duration":1420110,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E01 - Genius and X Are Two Sides of the Same Coin.mkv","size":156716887,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"464","key":"/library/metadata/464","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"A Fish is to Water as a Genius is to X","titleSort":"Fish is to Water as a Genius is to X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"Uruka Takemoto has been a friend of Nariyuki's since middle school and is a swimming prodigy who should have a brilliant future ahead of her, but her academic grades are so bad that she's in danger of losing the college scholarship she's counting on. The academy's headmaster orders Nariyuki to tutor her, too. Uruka hates studying but suddenly becomes eager when she hears that Nariyuki is going to be her tutor. Actually, she's been in love with Nariyuki since middle school which is when he started helping her. Aware of her fellow mentees, Fumino and Rizu, Uruka secretly gets fired up.\r\n","index":2,"parentIndex":1,"viewCount":1,"lastViewedAt":1595136543,"year":2019,"thumb":"/library/metadata/464/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420109,"originallyAvailableAt":"2019-04-14","addedAt":1586157512,"updatedAt":1595244373,"Media":[{"id":411,"duration":1420109,"bitrate":894,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3174,"key":"/library/parts/3174/1586157512/file.mkv","duration":1420109,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E02 - A Fish is to Water as a Genius is to X.mkv","size":159160600,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"465","key":"/library/metadata/465","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"A Genius Resonates Emotionally with X","titleSort":"Genius Resonates Emotionally with X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"The results of Nariyuki’s tutoring are about to be put to the test with the midterm exams. If the girls don’t raise their grades, they’ll get a new tutor. The three of them want to keep Nariyuki, though, so they become even more resolved to study hard for the exams.","index":3,"parentIndex":1,"viewCount":1,"lastViewedAt":1595137869,"year":2019,"thumb":"/library/metadata/465/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420062,"originallyAvailableAt":"2019-04-21","addedAt":1586157512,"updatedAt":1595244373,"Media":[{"id":412,"duration":1420062,"bitrate":873,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3175,"key":"/library/parts/3175/1586157512/file.mkv","duration":1420062,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E03 - A Genius Resonates Emotionally with X.mkv","size":155322306,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"466","key":"/library/metadata/466","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"What She Wants from a Genius Is X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"Fumino is determined to go on a diet after a sudden weight gain. Rizu's self-proclaimed rival, Sawako Sekijo, has the wrong idea that the reason Rizu has set her sights on humanities is because she's in love with Nariyuki, and she tries to test Rizu's \"love.\"\r\n","index":4,"parentIndex":1,"viewCount":1,"lastViewedAt":1595139271,"year":2019,"thumb":"/library/metadata/466/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420109,"originallyAvailableAt":"2019-04-28","addedAt":1586157512,"updatedAt":1595244373,"Media":[{"id":413,"duration":1420109,"bitrate":913,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3176,"key":"/library/parts/3176/1586157512/file.mkv","duration":1420109,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E04 - What She Wants from a Genius Is X.mkv","size":162455659,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"467","key":"/library/metadata/467","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"A Genius in the Forest Strays for X","titleSort":"Genius in the Forest Strays for X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"Ichinose Academy’s famous three-day, two-night study training camp has begun. Nariyuki and the students study hard at the boarding house in the mountains, but Rizu can’t stop thinking about her tutor.\r\n","index":5,"parentIndex":1,"viewCount":1,"lastViewedAt":1595141845,"year":2019,"thumb":"/library/metadata/467/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420155,"originallyAvailableAt":"2019-05-05","addedAt":1586157512,"updatedAt":1595244373,"Media":[{"id":414,"duration":1420155,"bitrate":936,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3177,"key":"/library/parts/3177/1586157512/file.mkv","duration":1420155,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E05 - A Genius in the Forest Strays for X.mkv","size":166599085,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"468","key":"/library/metadata/468","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"Thus, X Geniuses Never Learn","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"Nariyuki is summoned by Mafuyu Kirisu, the girls’ former tutor, who interrogates him about the camp incidents. A worried Fumino, waiting outside the student guidance counselor's door, hears snatches of the conversation, including the expression \"illicit sexual conduct.\"","index":6,"parentIndex":1,"viewCount":1,"lastViewedAt":1595141800,"year":2019,"thumb":"/library/metadata/468/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420039,"originallyAvailableAt":"2019-05-12","addedAt":1586157512,"updatedAt":1595244373,"Media":[{"id":415,"duration":1420039,"bitrate":866,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main 10","Part":[{"id":3178,"key":"/library/parts/3178/1586157512/file.mkv","duration":1420039,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E06 - Thus, X Geniuses Never Learn.mkv","size":154143523,"audioProfile":"lc","container":"mkv","videoProfile":"main 10"}]}]},{"ratingKey":"469","key":"/library/metadata/469","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"A Former Tutor's Secret Spot Is X","titleSort":"Former Tutor's Secret Spot Is X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"While Nariyuki and Fumino are talking to each other behind the school, she loses her balance and falls into Nariyuki’s arms. Rizu apparently sees the \"hugging\" part and looks furious.\r\n","index":7,"parentIndex":1,"viewCount":2,"lastViewedAt":1595222525,"year":2019,"thumb":"/library/metadata/469/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420086,"originallyAvailableAt":"2019-05-19","addedAt":1586157512,"updatedAt":1595244373,"Media":[{"id":3131,"duration":1420086,"bitrate":3266,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3179,"key":"/library/parts/3179/1595221112/file.mkv","duration":1420086,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E07 - A Former Tutor's Secret Spot Is X.mkv","size":580432313,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"470","key":"/library/metadata/470","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"Sometimes a Genius's Every Action Is at the Mercy of X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"After Nariyuki wins a smartphone in a lottery, he can't wait to use it for apps like the dictionary, schedule managing, and the like. He also learns that studying in the bathtub is effective and quickly puts the method into practice.","index":8,"parentIndex":1,"viewCount":1,"lastViewedAt":1595225154,"year":2019,"thumb":"/library/metadata/470/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420086,"originallyAvailableAt":"2019-05-26","addedAt":1586157512,"updatedAt":1595244373,"Media":[{"id":3135,"duration":1420086,"bitrate":3854,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3172,"key":"/library/parts/3172/1595223662/file.mkv","duration":1420086,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E08 - Sometimes a Genius's Every Action Is at the Mercy of X.mkv","size":684789321,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3513","key":"/library/metadata/3513","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"He Struggles with X in a Forbidden Zone","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"When Nariyuki is walking by Mafuyu's apartment one day, she invites him in because she apparently had seen a cockroach. He goes inside and finds the place just as messy as it was during his last visit.","index":9,"parentIndex":1,"viewCount":2,"lastViewedAt":1595226975,"year":2019,"thumb":"/library/metadata/3513/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420086,"originallyAvailableAt":"2019-06-02","addedAt":1595224923,"updatedAt":1595244373,"Media":[{"id":3136,"duration":1420086,"bitrate":3511,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3185,"key":"/library/parts/3185/1595224804/file.mkv","duration":1420086,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E09 - He Struggles with X in a Forbidden Zone.mkv","size":623816050,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3514","key":"/library/metadata/3514","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"A Lost Lamb in New Territory Encounters X","titleSort":"Lost Lamb in New Territory Encounters X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"As a reward for being a tutor, Nariyuki gets to take a short summer course at an entrance exam prep school. He's eager to take the course in order to improve his results, but he meets Asumi Kominami, an academy alumni who is still studying to get into a university.","index":10,"parentIndex":1,"viewCount":2,"lastViewedAt":1595228547,"year":2019,"thumb":"/library/metadata/3514/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420086,"originallyAvailableAt":"2019-06-09","addedAt":1595226989,"updatedAt":1595244373,"Media":[{"id":3138,"duration":1420086,"bitrate":3547,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3187,"key":"/library/parts/3187/1595227194/file.mkv","duration":1420086,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E10 - A Lost Lamb in New Territory Encounters X.mkv","size":630239116,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3515","key":"/library/metadata/3515","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"An Illustrious Veteran Sometimes Serves X","titleSort":"Illustrious Veteran Sometimes Serves X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"Downtown at night, Ms. Kirisu finds Nariyuki as he's about to enter a suspicious café and calls him to a halt. It's the maid café where Ms. Kirisu's former student, Asumi, works part-time.","index":11,"parentIndex":1,"viewCount":2,"lastViewedAt":1595229911,"year":2019,"thumb":"/library/metadata/3515/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420127,"originallyAvailableAt":"2019-06-16","addedAt":1595227927,"updatedAt":1595244373,"Media":[{"id":3139,"duration":1420127,"bitrate":3615,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3188,"key":"/library/parts/3188/1595227818/file.mkv","duration":1420127,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E11 - An Illustrious Veteran Sometimes Serves X.mkv","size":642352833,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3516","key":"/library/metadata/3516","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"Sometimes a Genius Travels Down Memory Lane With X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"Nariyuki consults Fumino about how his relationship with Uruka has become awkward, but he claims he's asking \"for a friend.\" Right after that, Uruka comes to Fumino to discuss the same issue.","index":12,"parentIndex":1,"viewCount":1,"lastViewedAt":1595231311,"year":2019,"thumb":"/library/metadata/3516/thumb/1595244373","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420168,"originallyAvailableAt":"2019-06-23","addedAt":1595229589,"updatedAt":1595244373,"Media":[{"id":3140,"duration":1420168,"bitrate":3796,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3189,"key":"/library/parts/3189/1595229502/file.mkv","duration":1420168,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E12 - Sometimes a Genius Travels Down Memory Lane With X.mkv","size":674512660,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3517","key":"/library/metadata/3517","parentRatingKey":"462","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/1/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/1?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"The Light in a Genius's Eye is All X","titleSort":"Light in a Genius's Eye is All X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/462","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 1","contentRating":"TV-14","summary":"When Nariyuki goes to a festival, he runs into Uruka and strolls with her past the food stalls, helps Rizu deliver food, and takes an injured Mafuyu to Asumi's father's first-aid tent. In other words, as ever, he's a busy do-gooder.","index":13,"parentIndex":1,"viewCount":1,"lastViewedAt":1595232567,"year":2019,"thumb":"/library/metadata/3517/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/462/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420086,"originallyAvailableAt":"2019-06-30","addedAt":1595229589,"updatedAt":1595244374,"Media":[{"id":3141,"duration":1420086,"bitrate":3945,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3190,"key":"/library/parts/3190/1595229526/file.mkv","duration":1420086,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 1\\We Never Learn- BOKUBEN - S01E13 - The Light in a Genius's Eye is All X.mkv","size":700969512,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3519","key":"/library/metadata/3519","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"He and a Genius Each Consider a Decision Pertaining to X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"Even during summer vacation, Nariyuki and the girls have to study hard at cram school. One day, Rizu gets an abysmal “E” on one of her tests. Depressed, she shares her grade with the other girls, which causes an uproar. That's because they mistakenly think she's telling them her bra size.\r\n\r\n","index":1,"parentIndex":2,"viewCount":1,"lastViewedAt":1595305172,"year":2019,"thumb":"/library/metadata/3519/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420062,"originallyAvailableAt":"2019-10-06","addedAt":1595232495,"updatedAt":1595244374,"Media":[{"id":3142,"duration":1420062,"bitrate":8097,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3191,"key":"/library/parts/3191/1595232364/file.mkv","duration":1420062,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E01 - He and a Genius Each Consider a Decision Pertaining to X.mkv","size":1437918759,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3521","key":"/library/metadata/3521","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"At Times, an Elder's Pride Is in Direct Opposition to X's Circumstances","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"The maid cafe where Asumi works is starting a housekeeping service. Nariyuki and Asumi go together to their first clients, who turn out to be people they know, like Mafuyu and Uruka.","index":2,"parentIndex":2,"viewCount":1,"lastViewedAt":1595306769,"year":2019,"thumb":"/library/metadata/3521/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420155,"originallyAvailableAt":"2019-10-13","addedAt":1595234296,"updatedAt":1595244374,"Media":[{"id":3144,"duration":1420155,"bitrate":8111,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3193,"key":"/library/parts/3193/1595234212/file.mkv","duration":1420155,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E02 - At Times, an Elder's Pride Is in Direct Opposition to X's Circumstances.mkv","size":1440589647,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3520","key":"/library/metadata/3520","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"With the Changing Seasons, a Genius Experiences the Sorrow of X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"Thanks to her dad, Rizu accidentally cuts her bangs way too short. At first she doesn’t care, but gets more embarrassed until she hides her face from Nariyuki and dons a mask.\r\n\r\n","index":3,"parentIndex":2,"viewCount":1,"lastViewedAt":1595308013,"year":2019,"thumb":"/library/metadata/3520/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420062,"originallyAvailableAt":"2019-10-20","addedAt":1595233845,"updatedAt":1595244374,"Media":[{"id":3143,"duration":1420062,"bitrate":8115,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3192,"key":"/library/parts/3192/1595233740/file.mkv","duration":1420062,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E03 - With the Changing Seasons, a Genius Experiences the Sorrow of X.mkv","size":1441166320,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3522","key":"/library/metadata/3522","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"Sometimes a Genius Struggles With a Limited X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"At the library, a beautiful girl Nariyuki has never seen before sits next to him when he's studying. He's nervous that he's getting hit on, not realizing the girl is actually Rizu, who has changed her hairstyle at a salon.\r\n\r\n","index":4,"parentIndex":2,"viewCount":1,"lastViewedAt":1595309264,"year":2019,"thumb":"/library/metadata/3522/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420109,"originallyAvailableAt":"2019-10-27","addedAt":1595235920,"updatedAt":1595244374,"Media":[{"id":3145,"duration":1420109,"bitrate":8118,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3194,"key":"/library/parts/3194/1595235786/file.mkv","duration":1420109,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E04 - Sometimes a Genius Struggles With a Limited X.mkv","size":1441750908,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3523","key":"/library/metadata/3523","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"A Heartfelt Gift Sometimes Becomes a Complicated X","titleSort":"Heartfelt Gift Sometimes Becomes a Complicated X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"At Nariyuki's house, Fumino is on her way out after a study session when he gives her a birthday present. However, when Fumino opens it, she's startled to find a bra. What was Nariyuki thinking?!","index":5,"parentIndex":2,"viewCount":1,"lastViewedAt":1595310580,"year":2019,"thumb":"/library/metadata/3523/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420062,"originallyAvailableAt":"2019-11-03","addedAt":1595236730,"updatedAt":1595244374,"Media":[{"id":3146,"duration":1420062,"bitrate":8114,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3195,"key":"/library/parts/3195/1595236654/file.mkv","duration":1420062,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E05 - A Heartfelt Gift Sometimes Becomes a Complicated X.mkv","size":1440972658,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3524","key":"/library/metadata/3524","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"Wherefore Might They Fathom the Aspirations of the Immediate X","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"When Mafuyu can't use the bathtub in her apartment, she goes to a neighborhood bathhouse. On the way, she encounters Asumi and Nariyuki, and ends up in the sauna with Asumi. It's so hot that the two get punchy.\r\n\r\n","index":6,"parentIndex":2,"viewCount":1,"lastViewedAt":1595312019,"year":2019,"thumb":"/library/metadata/3524/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420109,"originallyAvailableAt":"2019-11-10","addedAt":1595237512,"updatedAt":1595244374,"Media":[{"id":3147,"duration":1420109,"bitrate":8110,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3196,"key":"/library/parts/3196/1595237432/file.mkv","duration":1420109,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E06 - Wherefore Might They Fathom the Aspirations of the Immediate X.mkv","size":1440375576,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3525","key":"/library/metadata/3525","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"A Genius Secretly Responds with X to their Conjectures","titleSort":"Genius Secretly Responds with X to their Conjectures","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"Nariyuki, Rizu, and Sawako go to an open campus event. Nariyuki and Sawako both want the other to become closer to Rizu, so they use every excuse in the book to get away so they can leave the other with Rizu.\r\n\r\n","index":7,"parentIndex":2,"viewCount":1,"lastViewedAt":1595313211,"year":2019,"thumb":"/library/metadata/3525/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420109,"originallyAvailableAt":"2019-11-17","addedAt":1595238689,"updatedAt":1595244374,"Media":[{"id":3148,"duration":1420109,"bitrate":8106,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3197,"key":"/library/parts/3197/1595238610/file.mkv","duration":1420109,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E07 - A Genius Secretly Responds with X to their Conjectures.mkv","size":1439614668,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3526","key":"/library/metadata/3526","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"The Flow of X Never Ends...","titleSort":"Flow of X Never Ends...","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"Nariyuki is on the verge of failing Physical Education! Uruka tries teaching him how to swim, but she's so bad at teaching that it doesn't do any good.\r\n\r\n","index":8,"parentIndex":2,"viewCount":1,"lastViewedAt":1595314520,"year":2019,"thumb":"/library/metadata/3526/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420155,"originallyAvailableAt":"2019-11-24","addedAt":1595240217,"updatedAt":1595244374,"Media":[{"id":3149,"duration":1420155,"bitrate":8101,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3198,"key":"/library/parts/3198/1595240108/file.mkv","duration":1420155,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E08 - The Flow of X Never Ends.mkv","size":1438800828,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3527","key":"/library/metadata/3527","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"The Star of Ultimate Love and the Name of X, Part 1","titleSort":"Star of Ultimate Love and the Name of X, Part 1","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"Parent-teacher conferences are being held at Ichinose Academy. Nariyuki intends to decide his major based on what would be best for his family. Meanwhile, that math professor appears at the Academy.\r\n\r\n","index":9,"parentIndex":2,"viewCount":1,"lastViewedAt":1595480514,"year":2019,"thumb":"/library/metadata/3527/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420109,"originallyAvailableAt":"2019-12-01","addedAt":1595240936,"updatedAt":1595244374,"Media":[{"id":3150,"duration":1420109,"bitrate":8101,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3199,"key":"/library/parts/3199/1595240788/file.mkv","duration":1420109,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E09 - The Star of Ultimate Love and the Name of X, Part 1.mkv","size":1438695675,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3528","key":"/library/metadata/3528","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"The Star of Ultimate Love and the Name of X, Part 2","titleSort":"Star of Ultimate Love and the Name of X, Part 2","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"Fumino continues to live with the Yuiga family. One day, his family needs to go out, leaving Nariyuki and Fumino alone. In gratitude for letting her stay over, Fumino attempts to cook and clean, but fails miserably at every turn!\r\n\r\n","index":10,"parentIndex":2,"viewCount":1,"lastViewedAt":1595481757,"year":2019,"thumb":"/library/metadata/3528/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420109,"originallyAvailableAt":"2019-12-08","addedAt":1595241748,"updatedAt":1595244374,"Media":[{"id":3151,"duration":1420109,"bitrate":8103,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3200,"key":"/library/parts/3200/1595241664/file.mkv","duration":1420109,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E10 - The Star of Ultimate Love and the Name of X, Part 2.mkv","size":1439121012,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3529","key":"/library/metadata/3529","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"X Descends Like Wildfire at the Festival's Beginning","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"While Fumino, Rizu, and Uruka all know what their major in college is going to be, Nariyuki still can't decide what he wants to do. Meanwhile, everyone is busy getting ready for Ichinose Academy's school festival.\r\n\r\n","index":11,"parentIndex":2,"viewCount":1,"lastViewedAt":1595483003,"year":2019,"thumb":"/library/metadata/3529/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420062,"originallyAvailableAt":"2019-12-15","addedAt":1595243282,"updatedAt":1595244374,"Media":[{"id":3152,"duration":1420062,"bitrate":8096,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3201,"key":"/library/parts/3201/1595243180/file.mkv","duration":1420062,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E11 - X Descends Like Wildfire at the Festival's Beginning.mkv","size":1437779480,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3530","key":"/library/metadata/3530","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"X Treads a Thorny Path as the Festivities Continue…","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"The school festival is a roaring success! At the swim team's live stage show, Umihara and Kawase perform with Mafuyu in a Full Pure costume for some reason.","index":12,"parentIndex":2,"viewCount":1,"lastViewedAt":1595484721,"year":2019,"thumb":"/library/metadata/3530/thumb/1595244374","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420109,"originallyAvailableAt":"2019-12-22","addedAt":1595243731,"updatedAt":1595244374,"Media":[{"id":3153,"duration":1420109,"bitrate":8118,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3202,"key":"/library/parts/3202/1595243658/file.mkv","duration":1420109,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E12 - X Treads a Thorny Path as the Festivities Continue….mkv","size":1441668387,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]},{"ratingKey":"3531","key":"/library/metadata/3531","parentRatingKey":"3518","grandparentRatingKey":"461","guid":"com.plexapp.agents.thetvdb://359095/2/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://359095/2?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://359095?lang=en","type":"episode","title":"A Post-Festival Celebration of X, Both Dazzling And Lonely","titleSort":"Post-Festival Celebration of X, Both Dazzling And Lonely","grandparentKey":"/library/metadata/461","parentKey":"/library/metadata/3518","grandparentTitle":"We Never Learn: BOKUBEN","parentTitle":"Season 2","contentRating":"TV-14","summary":"The animal-costumed Nariyuki's intrusion onto the stage brings Fumino's play to an ending that has the crowd on its feet. Meanwhile, business is booming at Rizu's class's udon shop.","index":13,"parentIndex":2,"viewCount":1,"lastViewedAt":1595485868,"year":2019,"thumb":"/library/metadata/3531/thumb/1595244375","art":"/library/metadata/461/art/1595244375","parentThumb":"/library/metadata/3518/thumb/1595244375","grandparentThumb":"/library/metadata/461/thumb/1595244375","grandparentArt":"/library/metadata/461/art/1595244375","duration":1420109,"originallyAvailableAt":"2019-12-29","addedAt":1595244362,"updatedAt":1595244375,"Media":[{"id":3154,"duration":1420109,"bitrate":8116,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":2,"audioCodec":"aac","videoCodec":"h264","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"high","Part":[{"id":3203,"key":"/library/parts/3203/1595244274/file.mkv","duration":1420109,"file":"D:\\Public\\Media\\Anime\\We Never Learn- BOKUBEN\\Season 2\\We Never Learn- BOKUBEN - S02E13 - A Post-Festival Celebration of X, Both Dazzling And Lonely.mkv","size":1441306827,"audioProfile":"lc","container":"mkv","videoProfile":"high"}]}]}]}} 2020-07-25 16:55:41.455 Verbose/PlexDataProvider: Insert Episode: Episode 12 / Violet Evergarden 2020-07-25 16:55:41.455 Verbose/PlexDataProvider: Insert Episode: #13 "Auto Memory Doll and "I Love You"" / Violet Evergarden 2020-07-25 16:55:41.456 Verbose/PlexDataProvider: Insert Episode: Genius and X Are Two Sides of the Same Coin / We Never Learn: BOKUBEN 2020-07-25 16:55:41.456 Verbose/PlexDataProvider: Insert Episode: A Fish is to Water as a Genius is to X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.456 Verbose/PlexDataProvider: Insert Episode: A Genius Resonates Emotionally with X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.456 Verbose/PlexDataProvider: Insert Episode: What She Wants from a Genius Is X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.457 Verbose/PlexDataProvider: Insert Episode: A Genius in the Forest Strays for X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.457 Verbose/PlexDataProvider: Insert Episode: Thus, X Geniuses Never Learn / We Never Learn: BOKUBEN 2020-07-25 16:55:41.457 Verbose/PlexDataProvider: Insert Episode: A Former Tutor's Secret Spot Is X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.457 Verbose/PlexDataProvider: Insert Episode: Sometimes a Genius's Every Action Is at the Mercy of X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.458 Verbose/PlexDataProvider: Insert Episode: He Struggles with X in a Forbidden Zone / We Never Learn: BOKUBEN 2020-07-25 16:55:41.458 Verbose/PlexDataProvider: Insert Episode: A Lost Lamb in New Territory Encounters X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.458 Verbose/PlexDataProvider: Insert Episode: An Illustrious Veteran Sometimes Serves X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.459 Verbose/PlexDataProvider: Insert Episode: Sometimes a Genius Travels Down Memory Lane With X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.459 Verbose/PlexDataProvider: Insert Episode: The Light in a Genius's Eye is All X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.459 Verbose/PlexDataProvider: Insert Episode: He and a Genius Each Consider a Decision Pertaining to X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.459 Verbose/PlexDataProvider: Insert Episode: At Times, an Elder's Pride Is in Direct Opposition to X's Circumstances / We Never Learn: BOKUBEN 2020-07-25 16:55:41.459 Verbose/PlexDataProvider: Insert Episode: With the Changing Seasons, a Genius Experiences the Sorrow of X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.460 Verbose/PlexDataProvider: Insert Episode: Sometimes a Genius Struggles With a Limited X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.460 Verbose/PlexDataProvider: Insert Episode: A Heartfelt Gift Sometimes Becomes a Complicated X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.460 Verbose/PlexDataProvider: Insert Episode: Wherefore Might They Fathom the Aspirations of the Immediate X / We Never Learn: BOKUBEN 2020-07-25 16:55:41.460 Verbose/PlexDataProvider: Insert Episode: A Genius Secretly Responds with X to their Conjectures / We Never Learn: BOKUBEN 2020-07-25 16:55:41.461 Verbose/PlexDataProvider: Insert Episode: The Flow of X Never Ends... / We Never Learn: BOKUBEN 2020-07-25 16:55:41.461 Verbose/PlexDataProvider: Insert Episode: The Star of Ultimate Love and the Name of X, Part 1 / We Never Learn: BOKUBEN 2020-07-25 16:55:41.461 Verbose/PlexDataProvider: Insert Episode: The Star of Ultimate Love and the Name of X, Part 2 / We Never Learn: BOKUBEN 2020-07-25 16:55:41.461 Verbose/PlexDataProvider: Insert Episode: X Descends Like Wildfire at the Festival's Beginning / We Never Learn: BOKUBEN 2020-07-25 16:55:41.461 Verbose/PlexDataProvider: Insert Episode: X Treads a Thorny Path as the Festivities Continue… / We Never Learn: BOKUBEN 2020-07-25 16:55:41.462 Verbose/PlexDataProvider: Insert Episode: A Post-Festival Celebration of X, Both Dazzling And Lonely / We Never Learn: BOKUBEN 2020-07-25 16:55:41.462 Verbose/PlexDataProvider: End Insert Episode: 528 [1.20s] 2020-07-25 16:55:41.462 Verbose/PlexLogger: --> [400] GET http://64.188.16.148:32400/library/sections/2/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=2 2020-07-25 16:55:41.463 Verbose/PlexLogger: <-- [400] 200 OK http://64.188.16.148:32400/library/sections/2/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=2 (109ms, unknown-length body) 2020-07-25 16:55:41.464 Verbose/PlexLogger: <-- [400] {"MediaContainer":{"size":1,"totalSize":1,"allowSync":true,"art":"/:/resources/show-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":2,"librarySectionTitle":"TV Shows","librarySectionUUID":"859c0ec2-4877-48cc-84fd-daa92edae01c","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/show.png","title1":"TV Shows","title2":"All Shows","viewGroup":"show","viewMode":65592,"Metadata":[{"ratingKey":"476","key":"/library/metadata/476/children","guid":"com.plexapp.agents.thetvdb://153021?lang=en","studio":"AMC","type":"show","title":"The Walking Dead","titleSort":"Walking Dead","contentRating":"TV-MA","summary":"The world we knew is gone. An epidemic of apocalyptic proportions has swept the globe causing the dead to rise and feed on the living. In a matter of months society has crumbled. In a world ruled by the dead, we are forced to finally start living. Based on a comic book series of the same name by Robert Kirkman, this AMC project focuses on the world after a zombie apocalypse. The series follows a police officer, Rick Grimes, who wakes up from a coma to find the world ravaged with zombies. Looking for his family, he and a group of survivors attempt to battle against the zombies in order to stay alive.","index":1,"rating":9.0,"lastViewedAt":1593926259,"year":2010,"thumb":"/library/metadata/476/thumb/1591408620","art":"/library/metadata/476/art/1591408620","banner":"/library/metadata/476/banner/1591408620","theme":"/library/metadata/476/theme/1591408620","duration":2700000,"originallyAvailableAt":"2010-10-11","leafCount":48,"viewedLeafCount":16,"childCount":3,"addedAt":1589868502,"updatedAt":1591408620,"Genre":[{"tag":"Adventure"},{"tag":"Drama"}],"Role":[{"tag":"Andrew Lincoln"},{"tag":"Norman Reedus"},{"tag":"Melissa McBride"}]}]}} 2020-07-25 16:55:41.465 Verbose/PlexDataProvider: Insert Show: The Walking Dead 2020-07-25 16:55:41.465 Verbose/PlexDataProvider: End Insert Shows: 1 [0.11s] 2020-07-25 16:55:41.465 Verbose/PlexLogger: --> [197] GET http://64.188.16.148:32400/library/sections/2/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=3 2020-07-25 16:55:41.466 Verbose/PlexLogger: <-- [197] 200 OK http://64.188.16.148:32400/library/sections/2/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=3 (110ms, unknown-length body) 2020-07-25 16:55:41.468 Verbose/PlexLogger: <-- [197] {"MediaContainer":{"size":3,"totalSize":3,"allowSync":true,"art":"/:/resources/show-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":2,"librarySectionTitle":"TV Shows","librarySectionUUID":"859c0ec2-4877-48cc-84fd-daa92edae01c","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/show.png","title1":"TV Shows","title2":"All Shows","viewGroup":"show","viewMode":65592,"Metadata":[{"ratingKey":"477","key":"/library/metadata/477/children","parentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"season","title":"Season 7","parentKey":"/library/metadata/476","parentTitle":"The Walking Dead","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/477/thumb/1591408618","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/476/thumb/1591408620","parentTheme":"/library/metadata/476/theme/1591408620","addedAt":1589868502,"updatedAt":1591408618},{"ratingKey":"494","key":"/library/metadata/494/children","parentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"season","title":"Season 8","parentKey":"/library/metadata/476","parentTitle":"The Walking Dead","summary":"","index":8,"parentIndex":1,"lastViewedAt":1593926259,"thumb":"/library/metadata/494/thumb/1591408619","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/476/thumb/1591408620","parentTheme":"/library/metadata/476/theme/1591408620","addedAt":1589878648,"updatedAt":1591408619},{"ratingKey":"511","key":"/library/metadata/511/children","parentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"season","title":"Season 9","parentKey":"/library/metadata/476","parentTitle":"The Walking Dead","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/511/thumb/1591408620","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/476/thumb/1591408620","parentTheme":"/library/metadata/476/theme/1591408620","addedAt":1589890726,"updatedAt":1591408620}]}} 2020-07-25 16:55:41.468 Verbose/PlexDataProvider: Insert Season: Season 7 / The Walking Dead 2020-07-25 16:55:41.469 Verbose/PlexDataProvider: Insert Season: Season 8 / The Walking Dead 2020-07-25 16:55:41.469 Verbose/PlexDataProvider: Insert Season: Season 9 / The Walking Dead 2020-07-25 16:55:41.469 Verbose/PlexDataProvider: End Insert Seasons: 3 [0.11s] 2020-07-25 16:55:41.469 Verbose/PlexLogger: --> [551] GET http://64.188.16.148:32400/library/sections/2/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=4 2020-07-25 16:55:41.470 Verbose/PlexLogger: <-- [551] 200 OK http://64.188.16.148:32400/library/sections/2/all?X-Plex-Container-Start=0&X-Plex-Container-Size=500&type=4 (126ms, unknown-length body) 2020-07-25 16:55:41.557 Verbose/PlexLogger: <-- [551] {"MediaContainer":{"size":48,"totalSize":48,"allowSync":true,"art":"/:/resources/show-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":2,"librarySectionTitle":"TV Shows","librarySectionUUID":"859c0ec2-4877-48cc-84fd-daa92edae01c","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/show.png","title1":"TV Shows","title2":"All Shows","viewGroup":"show","viewMode":65592,"Metadata":[{"ratingKey":"478","key":"/library/metadata/478","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Day Will Come When You Won't Be","titleSort":"Day Will Come When You Won't Be","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"Last season ended with Rick and our group kneeling helplessly before Negan and his group; what Negan does will haunt those who survive forever.","index":1,"parentIndex":7,"rating":8.2,"viewCount":1,"lastViewedAt":1591412047,"year":2016,"thumb":"/library/metadata/478/thumb/1591408600","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2763839,"originallyAvailableAt":"2016-10-23","addedAt":1589869122,"updatedAt":1591408600,"Media":[{"id":423,"duration":2763839,"bitrate":918,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":423,"key":"/library/parts/423/1589869122/file.mkv","duration":2763839,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E01 - The Day Will Come When You Won't Be.mkv","size":317296806,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Scott M. Gimple"}]},{"ratingKey":"479","key":"/library/metadata/479","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Well","titleSort":"Well","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"For a number of familiar faces, a new, well-established community seems too good to be true.","index":2,"parentIndex":7,"rating":7.9,"viewCount":1,"lastViewedAt":1591412047,"year":2016,"thumb":"/library/metadata/479/thumb/1591408600","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2765877,"originallyAvailableAt":"2016-10-30","addedAt":1589868830,"updatedAt":1591408600,"Media":[{"id":424,"duration":2765877,"bitrate":1051,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":424,"key":"/library/parts/424/1589868830/file.mkv","duration":2765877,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E02 - The Well.mkv","size":363161753,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Matthew Negrete"}]},{"ratingKey":"480","key":"/library/metadata/480","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Cell","titleSort":"Cell","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"A new group of survivors seem to have it all in their impressive community; however, there is a price.","index":3,"parentIndex":7,"rating":8.2,"viewCount":1,"lastViewedAt":1591412047,"year":2016,"thumb":"/library/metadata/480/thumb/1591408600","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2557653,"originallyAvailableAt":"2016-11-06","addedAt":1589869076,"updatedAt":1591408600,"Media":[{"id":425,"duration":2557653,"bitrate":1122,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":425,"key":"/library/parts/425/1589869076/file.mkv","duration":2557653,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E03 - The Cell.mkv","size":358798900,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Angela Kang"}]},{"ratingKey":"481","key":"/library/metadata/481","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Service","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"The remaining members of the group try to keep it together in Alexandria; they receive a sobering visit.","index":4,"parentIndex":7,"rating":8.1,"viewCount":1,"lastViewedAt":1591412047,"year":2016,"thumb":"/library/metadata/481/thumb/1591408601","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3561642,"originallyAvailableAt":"2016-11-13","addedAt":1589869124,"updatedAt":1591408601,"Media":[{"id":426,"duration":3561642,"bitrate":852,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":426,"key":"/library/parts/426/1589869124/file.mkv","duration":3561642,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E04 - Service.mkv","size":379340872,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Corey Reed"}]},{"ratingKey":"482","key":"/library/metadata/482","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Go Getters","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"Saddled with grief and surrounded by enemies, members of the group try to find safety at the Hilltop before it's too late.","index":5,"parentIndex":7,"rating":8.2,"viewCount":1,"lastViewedAt":1591412047,"year":2016,"thumb":"/library/metadata/482/thumb/1591408601","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2643755,"originallyAvailableAt":"2016-11-20","addedAt":1589869124,"updatedAt":1591408601,"Media":[{"id":427,"duration":2643755,"bitrate":918,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":427,"key":"/library/parts/427/1589869124/file.mkv","duration":2643755,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E05 - Go Getters.mkv","size":303336271,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Channing Powell"}]},{"ratingKey":"483","key":"/library/metadata/483","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Swear","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"Someone stumbles upon a new society unlike anything seen before.","index":6,"parentIndex":7,"rating":7.9,"viewCount":1,"lastViewedAt":1591412047,"year":2016,"thumb":"/library/metadata/483/thumb/1591408601","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2983083,"originallyAvailableAt":"2016-11-27","addedAt":1589869124,"updatedAt":1591408601,"Media":[{"id":428,"duration":2983083,"bitrate":915,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":428,"key":"/library/parts/428/1589869124/file.mkv","duration":2983083,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E06 - Swear.mkv","size":341313647,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"David Leslie Johnson"}]},{"ratingKey":"484","key":"/library/metadata/484","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Sing Me a Song","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"A deeper look at the Sanctuary and the world of the Saviors; members of Alexandria look for supplies.","index":7,"parentIndex":7,"rating":8.3,"viewCount":1,"lastViewedAt":1591412047,"year":2016,"thumb":"/library/metadata/484/thumb/1591408602","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3750869,"originallyAvailableAt":"2016-12-04","addedAt":1589868918,"updatedAt":1591408602,"Media":[{"id":429,"duration":3750869,"bitrate":917,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":429,"key":"/library/parts/429/1589868918/file.mkv","duration":3750869,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E07 - Sing Me a Song.mkv","size":430018736,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Angela Kang"},{"tag":"Corey Reed"}]},{"ratingKey":"485","key":"/library/metadata/485","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Hearts Still Beating","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"Negan's unwelcome visit to Alexandria continues as other members scavenge for supplies; things quickly spin out of control.","index":8,"parentIndex":7,"rating":8.4,"viewCount":1,"lastViewedAt":1591412047,"year":2016,"thumb":"/library/metadata/485/thumb/1591408602","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3635747,"originallyAvailableAt":"2016-12-11","addedAt":1589869036,"updatedAt":1591408602,"Media":[{"id":430,"duration":3635747,"bitrate":917,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":430,"key":"/library/parts/430/1589869036/file.mkv","duration":3635747,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E08 - Hearts Still Beating.mkv","size":416456040,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Channing Powell"},{"tag":"Matthew Negrete"}]},{"ratingKey":"486","key":"/library/metadata/486","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Rock in the Road","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"Rick and the group are led to a new community where they are introduced to its inhabitants and ruler. A familiar face resurfaces.","index":9,"parentIndex":7,"rating":8.6,"viewCount":1,"lastViewedAt":1591412047,"year":2017,"thumb":"/library/metadata/486/thumb/1591408603","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3102187,"originallyAvailableAt":"2017-02-12","addedAt":1589869062,"updatedAt":1591408603,"Media":[{"id":431,"duration":3102187,"bitrate":920,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":431,"key":"/library/parts/431/1589869062/file.mkv","duration":3102187,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E09 - Rock in the Road.mkv","size":356252234,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Angela Kang"}]},{"ratingKey":"487","key":"/library/metadata/487","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"New Best Friends","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"While searching for a missing Alexandrian, Rick and his group encounter a mysterious collective, its inhabitants unlike any they have come across.","index":10,"parentIndex":7,"rating":8.3,"viewCount":1,"lastViewedAt":1591412049,"year":2017,"thumb":"/library/metadata/487/thumb/1591408604","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2760853,"originallyAvailableAt":"2017-02-19","addedAt":1589868972,"updatedAt":1591408604,"Media":[{"id":432,"duration":2760853,"bitrate":915,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":432,"key":"/library/parts/432/1589868972/file.mkv","duration":2760853,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E10 - New Best Friends.mkv","size":315898645,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Channing Powell"}]},{"ratingKey":"488","key":"/library/metadata/488","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Hostiles and Calamities","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"An Alexandrian discovers they must navigate the mysterious, confusing and terrifying world within the Saviors' compound.","index":11,"parentIndex":7,"rating":8.6,"viewCount":1,"lastViewedAt":1591412049,"year":2017,"thumb":"/library/metadata/488/thumb/1591408604","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2933034,"originallyAvailableAt":"2017-02-26","addedAt":1589869122,"updatedAt":1591408604,"Media":[{"id":433,"duration":2933034,"bitrate":919,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":433,"key":"/library/parts/433/1589869122/file.mkv","duration":2933034,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E11 - Hostiles and Calamities.mkv","size":336485557,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"David Leslie Johnson"}]},{"ratingKey":"489","key":"/library/metadata/489","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Say Yes","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"The group scavenges for supplies. Back in Alexandria, someone must make a morally challenging decision.","index":12,"parentIndex":7,"rating":8.7,"viewCount":1,"lastViewedAt":1591412049,"year":2017,"thumb":"/library/metadata/489/thumb/1591408605","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2570666,"originallyAvailableAt":"2017-03-05","addedAt":1589868502,"updatedAt":1591408605,"Media":[{"id":434,"duration":2570666,"bitrate":915,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":434,"key":"/library/parts/434/1589868502/file.mkv","duration":2570666,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E12 - Say Yes.mkv","size":294191033,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Matthew Negrete"}]},{"ratingKey":"490","key":"/library/metadata/490","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Bury Me Here","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"Things do not go as planned when a group of Kingdommers delivers goods to the Saviors during a routine supply drop-off.","index":13,"parentIndex":7,"rating":8.5,"viewCount":1,"lastViewedAt":1591412049,"year":2017,"thumb":"/library/metadata/490/thumb/1591408606","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2822933,"originallyAvailableAt":"2017-03-12","addedAt":1589869036,"updatedAt":1591408606,"Media":[{"id":435,"duration":2822933,"bitrate":916,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":435,"key":"/library/parts/435/1589869036/file.mkv","duration":2822933,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E13 - Bury Me Here.mkv","size":323301765,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Scott M. Gimple"}]},{"ratingKey":"491","key":"/library/metadata/491","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Other Side","titleSort":"Other Side","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"The Saviors visit the Hilltop unexpectedly, surprising everyone with plans of taking more than supplies.","index":14,"parentIndex":7,"rating":8.5,"viewCount":1,"lastViewedAt":1591412049,"year":2017,"thumb":"/library/metadata/491/thumb/1591408607","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2810922,"originallyAvailableAt":"2017-03-19","addedAt":1589869120,"updatedAt":1591408607,"Media":[{"id":436,"duration":2810922,"bitrate":916,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":436,"key":"/library/parts/436/1589869120/file.mkv","duration":2810922,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E14 - The Other Side.mkv","size":321854183,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Angela Kang"}]},{"ratingKey":"492","key":"/library/metadata/492","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Something They Need","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"A group of Alexandrians embarks on a journey to a distant community and one member of the group must make a heartbreaking decision.","index":15,"parentIndex":7,"rating":8.7,"viewCount":1,"lastViewedAt":1591412049,"year":2017,"thumb":"/library/metadata/492/thumb/1591408607","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2578667,"originallyAvailableAt":"2017-03-26","addedAt":1589869014,"updatedAt":1591408607,"Media":[{"id":437,"duration":2578667,"bitrate":918,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":437,"key":"/library/parts/437/1589869014/file.mkv","duration":2578667,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E15 - Something They Need.mkv","size":295461882,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Corey Reed"}]},{"ratingKey":"493","key":"/library/metadata/493","parentRatingKey":"477","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/7/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/7?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The First Day of the Rest of Your Life","titleSort":"First Day of the Rest of Your Life","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/477","grandparentTitle":"The Walking Dead","parentTitle":"Season 7","contentRating":"TV-MA","summary":"In the season finale, the stakes keep mounting higher and higher as different stories from the season clash while the group enacts an intricate plan.","index":16,"parentIndex":7,"rating":8.7,"viewCount":1,"lastViewedAt":1591412049,"year":2017,"thumb":"/library/metadata/493/thumb/1591408607","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/477/thumb/1591408618","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3604714,"originallyAvailableAt":"2017-04-02","addedAt":1589869064,"updatedAt":1591408607,"Media":[{"id":438,"duration":3604714,"bitrate":917,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":438,"key":"/library/parts/438/1589869064/file.mkv","duration":3604714,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 7\\The Walking Dead - S7E16 - The First Day of the Rest of Your Life.mkv","size":413142378,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Angela Kang"},{"tag":"Matthew Negrete"}]},{"ratingKey":"495","key":"/library/metadata/495","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Mercy","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"Rick and his group, along with the Kingdom and Hilltop, have banded together to bring the fight to Negan and the Saviors.","index":1,"parentIndex":8,"rating":7.9,"viewOffset":64498,"lastViewedAt":1593926259,"year":2017,"thumb":"/library/metadata/495/thumb/1591408608","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2830932,"originallyAvailableAt":"2017-10-22","addedAt":1589879948,"updatedAt":1591408608,"Media":[{"id":439,"duration":2830932,"bitrate":1320,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":439,"key":"/library/parts/439/1589879948/file.mkv","duration":2830932,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E01 - Mercy.mkv","size":467075597,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Scott M. Gimple"}]},{"ratingKey":"496","key":"/library/metadata/496","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Damned","titleSort":"Damned","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"The plan involving Alexandrians, Kingdommers and Hilltoppers unfolds. As Rick continues to fight, he encounters a familiar face.","index":2,"parentIndex":8,"rating":7.9,"year":2017,"thumb":"/library/metadata/496/thumb/1591408608","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2507605,"originallyAvailableAt":"2017-10-29","addedAt":1589879948,"updatedAt":1591408608,"Media":[{"id":440,"duration":2507605,"bitrate":1197,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":440,"key":"/library/parts/440/1589879948/file.mkv","duration":2507605,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E02 - The Damned.mkv","size":375373120,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"497","key":"/library/metadata/497","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Monsters","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"Conflict with the Saviors leads to unintended consequences for the Hilltop, the Kingdom, and Alexandria. Morality proves tricky in wartime.","index":3,"parentIndex":8,"rating":8.0,"year":2017,"thumb":"/library/metadata/497/thumb/1591408608","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2471573,"originallyAvailableAt":"2017-11-05","addedAt":1589879940,"updatedAt":1591408608,"Media":[{"id":441,"duration":2471573,"bitrate":1490,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":441,"key":"/library/parts/441/1589879940/file.mkv","duration":2471573,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E03 - Monsters.mkv","size":460336871,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"498","key":"/library/metadata/498","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Some Guy","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"A new weapon in the Savior arsenal proves to be a giant hurdle as fighting continues between Rick's forces and those of the Saviors.","index":4,"parentIndex":8,"rating":8.1,"year":2017,"thumb":"/library/metadata/498/thumb/1591408609","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2503594,"originallyAvailableAt":"2017-11-12","addedAt":1589879800,"updatedAt":1591408609,"Media":[{"id":442,"duration":2503594,"bitrate":1662,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":442,"key":"/library/parts/442/1589879800/file.mkv","duration":2503594,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E04 - Some Guy.mkv","size":520288191,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"David Leslie Johnson"}]},{"ratingKey":"499","key":"/library/metadata/499","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Big Scary U","titleSort":"Big Scary U","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"With war raging all around him, we get a close look at Negan and the lives of the Saviors during the conflict through a familiar set of eyes.","index":5,"parentIndex":8,"rating":8.2,"year":2017,"thumb":"/library/metadata/499/thumb/1591408609","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3321428,"originallyAvailableAt":"2017-11-19","addedAt":1589879794,"updatedAt":1591408609,"Media":[{"id":443,"duration":3321428,"bitrate":591,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":443,"key":"/library/parts/443/1589879794/file.mkv","duration":3321428,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E05 - The Big Scary U.mkv","size":245050995,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"David Leslie Johnson & Angela Kang"}]},{"ratingKey":"500","key":"/library/metadata/500","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The King, The Widow and Rick","titleSort":"King, The Widow and Rick","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"With things looking up for Rick and the group, an argument breaks out at the Hilltop, where the consequences of the decision are life versus death.","index":6,"parentIndex":8,"rating":8.0,"year":2017,"thumb":"/library/metadata/500/thumb/1591408609","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2777877,"originallyAvailableAt":"2017-11-26","addedAt":1589879884,"updatedAt":1591408609,"Media":[{"id":444,"duration":2777877,"bitrate":1113,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":444,"key":"/library/parts/444/1589879884/file.mkv","duration":2777877,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E06 - The King, The Widow and Rick.mkv","size":386575752,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Angela Kang & Corey Reed"}]},{"ratingKey":"501","key":"/library/metadata/501","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Time for After","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"Negan has to enlist the help of his lieutenants in solving a huge issue facing the Sanctuary; Rick and the group continue to enact the plan.","index":7,"parentIndex":8,"rating":8.1,"year":2017,"thumb":"/library/metadata/501/thumb/1591408609","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2636757,"originallyAvailableAt":"2017-12-03","addedAt":1589879906,"updatedAt":1591408609,"Media":[{"id":445,"duration":2636757,"bitrate":832,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":445,"key":"/library/parts/445/1589879906/file.mkv","duration":2636757,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E07 - Time for After.mkv","size":274227774,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Matthew Negrete & Corey Reed"}]},{"ratingKey":"502","key":"/library/metadata/502","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"How It's Gotta Be","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"Every story and battle from the first half of the season comes crashing together in this action-packed, emotional mid-season finale.","index":8,"parentIndex":8,"rating":8.1,"year":2017,"thumb":"/library/metadata/502/thumb/1591408610","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3766868,"originallyAvailableAt":"2017-12-10","addedAt":1589879944,"updatedAt":1591408610,"Media":[{"id":446,"duration":3766868,"bitrate":461,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":446,"key":"/library/parts/446/1589879944/file.mkv","duration":3766868,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E08 - How It's Gotta Be.mkv","size":217051568,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"503","key":"/library/metadata/503","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Honor","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"Rick faces new difficulties after a battle. Meanwhile, the fight continues in other communities as core members face hard decisions.","index":9,"parentIndex":8,"rating":7.4,"year":2018,"thumb":"/library/metadata/503/thumb/1591408610","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3408490,"originallyAvailableAt":"2018-02-25","addedAt":1589879942,"updatedAt":1591408610,"Media":[{"id":447,"duration":3408490,"bitrate":556,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":447,"key":"/library/parts/447/1589879942/file.mkv","duration":3408490,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E09 - Honor.mkv","size":237176543,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"504","key":"/library/metadata/504","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Lost and the Plunderers","titleSort":"Lost and the Plunderers","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"Groups unite their forces and converge on the Hilltop; Aaron and Enid search for allies; Simon takes matters into his own hands.","index":10,"parentIndex":8,"rating":7.6,"year":2018,"thumb":"/library/metadata/504/thumb/1591408610","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2684778,"originallyAvailableAt":"2018-03-04","addedAt":1589879942,"updatedAt":1591408610,"Media":[{"id":448,"duration":2684778,"bitrate":1117,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":448,"key":"/library/parts/448/1589879942/file.mkv","duration":2684778,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E10 - The Lost and the Plunderers.mkv","size":374844200,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"505","key":"/library/metadata/505","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Dead or Alive Or","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"Daryl finds himself in bad company as his group heads to the Hilltop; Maggie makes difficult decisions at the Hilltop; Gabriel's faith becomes tested.","index":11,"parentIndex":8,"rating":7.2,"year":2018,"thumb":"/library/metadata/505/thumb/1591408611","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2739861,"originallyAvailableAt":"2018-03-11","addedAt":1589879662,"updatedAt":1591408611,"Media":[{"id":449,"duration":2739861,"bitrate":1098,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":449,"key":"/library/parts/449/1589879662/file.mkv","duration":2739861,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E11 - Dead or Alive Or.mkv","size":375683243,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"506","key":"/library/metadata/506","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Key","titleSort":"Key","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"Hilltop's leadership faces a difficult dilemma after the arrival of unexpected visitors; Rick comes face to face with an adversary.","index":12,"parentIndex":8,"rating":7.3,"year":2018,"thumb":"/library/metadata/506/thumb/1591408611","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2759850,"originallyAvailableAt":"2018-03-18","addedAt":1589879554,"updatedAt":1591408611,"Media":[{"id":450,"duration":2759850,"bitrate":958,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":450,"key":"/library/parts/450/1589879554/file.mkv","duration":2759850,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E12 - The Key.mkv","size":330224683,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"507","key":"/library/metadata/507","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Do Not Send Us Astray","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"Trouble arises when unexpected visitors arrive at the Hilltop and the community is thrust into action; heartbreaking discoveries are made.","index":13,"parentIndex":8,"rating":6.6,"year":2018,"thumb":"/library/metadata/507/thumb/1591408612","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2573674,"originallyAvailableAt":"2018-03-25","addedAt":1589879066,"updatedAt":1591408612,"Media":[{"id":451,"duration":2573674,"bitrate":598,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":451,"key":"/library/parts/451/1589879066/file.mkv","duration":2573674,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E13 - Do Not Send Us Astray.mkv","size":192353808,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"508","key":"/library/metadata/508","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Still Gotta Mean Something","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"A Heaps prisoner makes a discovery; Carol searches for someone in the nearby forest; Rick and Morgan find themselves in the company of strangers.","index":14,"parentIndex":8,"rating":6.7,"year":2018,"thumb":"/library/metadata/508/thumb/1591408612","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3305386,"originallyAvailableAt":"2018-04-01","addedAt":1589879036,"updatedAt":1591408612,"Media":[{"id":452,"duration":3305386,"bitrate":875,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":452,"key":"/library/parts/452/1589879036/file.mkv","duration":3305386,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E14 - Still Gotta Mean Something.mkv","size":361665992,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"509","key":"/library/metadata/509","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Worth","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"With the threat of the Saviors still looming, Aaron continues searching for allies; Daryl and Rosita take action and confront an old friend.","index":15,"parentIndex":8,"rating":7.2,"year":2018,"thumb":"/library/metadata/509/thumb/1591408612","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3476586,"originallyAvailableAt":"2018-04-08","addedAt":1589878648,"updatedAt":1591408612,"Media":[{"id":453,"duration":3476586,"bitrate":1010,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":453,"key":"/library/parts/453/1589878648/file.mkv","duration":3476586,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E15 - Worth.mkv","size":438426544,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"510","key":"/library/metadata/510","parentRatingKey":"494","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/8/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/8?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Wrath","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/494","grandparentTitle":"The Walking Dead","parentTitle":"Season 8","contentRating":"TV-MA","summary":"The communities join forces in the last stand against the Saviors as all-out war unfolds.","index":16,"parentIndex":8,"rating":6.9,"year":2018,"thumb":"/library/metadata/510/thumb/1591408612","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/494/thumb/1591408619","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3117226,"originallyAvailableAt":"2018-04-15","addedAt":1589879080,"updatedAt":1591408612,"Media":[{"id":454,"duration":3117226,"bitrate":1263,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":454,"key":"/library/parts/454/1589879080/file.mkv","duration":3117226,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 8\\The Walking Dead - S8E16 - Wrath.mkv","size":491902646,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"512","key":"/library/metadata/512","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/1?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"A New Beginning","titleSort":"New Beginning","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"Rick and his group make a risky run into Washington, D.C. to search for artifacts they will need to build the civilization he and Carl envisioned.\r\n","index":1,"parentIndex":9,"rating":7.0,"year":2018,"thumb":"/library/metadata/512/thumb/1591408613","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3515626,"originallyAvailableAt":"2018-10-07","addedAt":1589890978,"updatedAt":1591408613,"chapterSource":"media","Media":[{"id":455,"duration":3515626,"bitrate":964,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":455,"key":"/library/parts/455/1589890978/file.mkv","duration":3515626,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E01 - A New Beginning.mkv","size":420506780,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"513","key":"/library/metadata/513","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/2?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Bridge ","titleSort":"Bridge ","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"The communities join forces to restore a bridge that will facilitate communication and trade; someone is gravely injured at the construction site.\r\n","index":2,"parentIndex":9,"rating":7.2,"year":2018,"thumb":"/library/metadata/513/thumb/1591408613","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2702805,"originallyAvailableAt":"2018-10-14","addedAt":1589891358,"updatedAt":1591408613,"chapterSource":"media","Media":[{"id":456,"duration":2702805,"bitrate":1104,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":456,"key":"/library/parts/456/1589891358/file.mkv","duration":2702805,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E02 - The Bridge .mkv","size":369746277,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"David Leslie Johnson-McGoldrick"}]},{"ratingKey":"514","key":"/library/metadata/514","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/3?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Warning Signs","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"A mysterious disappearance from the work camp threatens Rick's vision for the future.\r\n","index":3,"parentIndex":9,"rating":8.0,"year":2018,"thumb":"/library/metadata/514/thumb/1591408613","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2745834,"originallyAvailableAt":"2018-10-21","addedAt":1589891684,"updatedAt":1591408613,"chapterSource":"media","Media":[{"id":457,"duration":2745834,"bitrate":1141,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":457,"key":"/library/parts/457/1589891684/file.mkv","duration":2745834,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E03 - Warning Signs.mkv","size":389745334,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Channing Powell"}]},{"ratingKey":"515","key":"/library/metadata/515","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/4?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Obliged","titleSort":"Obliged","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"Rick's vision of a civilized future is threatened by a sudden reckoning with past sins that remain unavenged and unforgiven.","index":4,"parentIndex":9,"rating":7.6,"year":2018,"thumb":"/library/metadata/515/thumb/1591408614","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2670762,"originallyAvailableAt":"2018-10-28","addedAt":1589891638,"updatedAt":1591408614,"chapterSource":"media","Media":[{"id":458,"duration":2670762,"bitrate":1205,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":458,"key":"/library/parts/458/1589891638/file.mkv","duration":2670762,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E04 - The Obliged.mkv","size":400299066,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Geraldine Inoa"}]},{"ratingKey":"516","key":"/library/metadata/516","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/5?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"What Comes After","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"Rick is forced to face the past as he struggles to maintain the safety of the communities and protect the future he and Carl envisioned.","index":5,"parentIndex":9,"rating":8.0,"year":2018,"thumb":"/library/metadata/516/thumb/1591408614","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2719829,"originallyAvailableAt":"2018-11-04","addedAt":1589891684,"updatedAt":1591408614,"chapterSource":"media","Media":[{"id":459,"duration":2719829,"bitrate":1393,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":459,"key":"/library/parts/459/1589891684/file.mkv","duration":2719829,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E05 - What Comes After.mkv","size":472363244,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Matthew Negrete"}]},{"ratingKey":"517","key":"/library/metadata/517","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/6?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Who Are You Now","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"The Survivors encounter unfamiliar faces outside the safety of their community's walls and must decide whether or not this new group can be trusted.","index":6,"parentIndex":9,"rating":7.0,"year":2018,"thumb":"/library/metadata/517/thumb/1591408615","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3265365,"originallyAvailableAt":"2018-11-11","addedAt":1589891686,"updatedAt":1591408615,"chapterSource":"media","Media":[{"id":460,"duration":3265365,"bitrate":1237,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":460,"key":"/library/parts/460/1589891686/file.mkv","duration":3265365,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E06 - Who Are You Now.mkv","size":502003057,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Eddie Guzelian"}]},{"ratingKey":"518","key":"/library/metadata/518","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/7?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Stradivarius","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"Carol seeks out an old friend living alone in a wilderness teeming with walkers; survivors make the perilous trek to a new home.","index":7,"parentIndex":9,"rating":7.6,"year":2018,"thumb":"/library/metadata/518/thumb/1591408615","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2634730,"originallyAvailableAt":"2018-11-18","addedAt":1589891684,"updatedAt":1591408615,"chapterSource":"media","Media":[{"id":461,"duration":2634730,"bitrate":1323,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":461,"key":"/library/parts/461/1589891684/file.mkv","duration":2634730,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E07 - Stradivarius.mkv","size":433226002,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Vivian Tse"}]},{"ratingKey":"519","key":"/library/metadata/519","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/8?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Evolution","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"A small rescue mission braves a dangerous herd in their hunt for a missing comrade, only to discover a surprising threat that could doom them all.","index":8,"parentIndex":9,"rating":8.0,"year":2018,"thumb":"/library/metadata/519/thumb/1591408615","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2649749,"originallyAvailableAt":"2018-11-25","addedAt":1589891556,"updatedAt":1591408615,"chapterSource":"media","Media":[{"id":462,"duration":2649749,"bitrate":917,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":462,"key":"/library/parts/462/1589891556/file.mkv","duration":2649749,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E08 - Evolution.mkv","size":301186924,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"David Leslie Johnson-McGoldrick"}]},{"ratingKey":"520","key":"/library/metadata/520","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/9?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Adaptation","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"The group unmasks a disturbing and dangerous new threat. An escaped captive revisits his past.","index":9,"parentIndex":9,"rating":8.0,"year":2019,"thumb":"/library/metadata/520/thumb/1591408616","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3066154,"originallyAvailableAt":"2019-02-10","addedAt":1589891654,"updatedAt":1591408616,"chapterSource":"media","Media":[{"id":463,"duration":3066154,"bitrate":972,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":463,"key":"/library/parts/463/1589891654/file.mkv","duration":3066154,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E09 - Adaptation.mkv","size":371214939,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Corey B Reed"}]},{"ratingKey":"521","key":"/library/metadata/521","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/10?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Omega","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"A new arrival at the Hilltop opens up about the leader of a group of mask-wearing savages. A search party sets out on a daring mission to find two missing friends.","index":10,"parentIndex":9,"rating":7.7,"year":2019,"thumb":"/library/metadata/521/thumb/1591408616","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2752853,"originallyAvailableAt":"2019-02-17","addedAt":1589891362,"updatedAt":1591408616,"chapterSource":"media","Media":[{"id":464,"duration":2752853,"bitrate":639,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":464,"key":"/library/parts/464/1589891362/file.mkv","duration":2752853,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E10 - Omega.mkv","size":217710122,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Channing Powell"}]},{"ratingKey":"522","key":"/library/metadata/522","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/11?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Bounty","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"The savage group led by Alpha confronts the Hilltop in a harrowing attempt to retrieve her daughter. A supply run for the Kingdom turns into a dangerous quest.","index":11,"parentIndex":9,"rating":7.5,"year":2019,"thumb":"/library/metadata/522/thumb/1591408616","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2514602,"originallyAvailableAt":"2019-02-24","addedAt":1589891366,"updatedAt":1591408616,"chapterSource":"media","Media":[{"id":465,"duration":2514602,"bitrate":1135,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":465,"key":"/library/parts/465/1589891366/file.mkv","duration":2514602,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E11 - Bounty.mkv","size":354566791,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Matt Negrete"}]},{"ratingKey":"523","key":"/library/metadata/523","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/12?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Guardians","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"While one community struggles to ease tensions that threaten to divide from within, the true nature of another group comes into focus; a mission to rescue a friend has deadly consequences.","index":12,"parentIndex":9,"rating":7.0,"year":2019,"thumb":"/library/metadata/523/thumb/1591408617","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2660757,"originallyAvailableAt":"2019-03-03","addedAt":1589891388,"updatedAt":1591408617,"chapterSource":"media","Media":[{"id":466,"duration":2660757,"bitrate":1077,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":466,"key":"/library/parts/466/1589891388/file.mkv","duration":2660757,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E12 - Guardians.mkv","size":356077187,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"LaToya R. Morgan"}]},{"ratingKey":"524","key":"/library/metadata/524","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/13?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Chokepoint","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"Daryl's daring rescue mission forces Alpha to unleash a group of her own to retrieve what belongs to her, even if the price is paid in blood; the Kingdom's plans to reunite the communities are put in jeopardy.","index":13,"parentIndex":9,"rating":7.0,"year":2019,"thumb":"/library/metadata/524/thumb/1591408617","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2449557,"originallyAvailableAt":"2019-03-10","addedAt":1589891678,"updatedAt":1591408617,"chapterSource":"media","Media":[{"id":467,"duration":2449557,"bitrate":877,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":467,"key":"/library/parts/467/1589891678/file.mkv","duration":2449557,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E13 - Chokepoint.mkv","size":267053079,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"David Leslie Johnson"},{"tag":"Eddie Guzelian"}]},{"ratingKey":"525","key":"/library/metadata/525","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/14?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"Scars","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"An outsider's arrival forces Alexandria to rehash devastating old wounds; eye-opening secrets from the past are revealed.","index":14,"parentIndex":9,"rating":7.0,"year":2019,"thumb":"/library/metadata/525/thumb/1591408617","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2724821,"originallyAvailableAt":"2019-03-17","addedAt":1589890774,"updatedAt":1591408617,"chapterSource":"media","Media":[{"id":468,"duration":2724821,"bitrate":1084,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":468,"key":"/library/parts/468/1589890774/file.mkv","duration":2724821,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E14 - Scars.mkv","size":367524726,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}],"Writer":[{"tag":"Corey B Reed"},{"tag":"Vivian Tse"}]},{"ratingKey":"526","key":"/library/metadata/526","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/15?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Calm Before","titleSort":"Calm Before","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"The fair at the Kingdom is underway, with all four communities coming together in celebration for the first time in years, while some pacts are renewed, other deals will come at a much steeper price.","index":15,"parentIndex":9,"rating":7.5,"year":2019,"thumb":"/library/metadata/526/thumb/1591408617","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":3463572,"originallyAvailableAt":"2019-03-24","addedAt":1589890726,"updatedAt":1591408617,"chapterSource":"media","Media":[{"id":469,"duration":3463572,"bitrate":1088,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":469,"key":"/library/parts/469/1589890726/file.mkv","duration":3463572,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E15 - The Calm Before.mkv","size":467935948,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]},{"ratingKey":"527","key":"/library/metadata/527","parentRatingKey":"511","grandparentRatingKey":"476","guid":"com.plexapp.agents.thetvdb://153021/9/16?lang=en","parentGuid":"com.plexapp.agents.thetvdb://153021/9?lang=en","grandparentGuid":"com.plexapp.agents.thetvdb://153021?lang=en","type":"episode","title":"The Storm","titleSort":"Storm","grandparentKey":"/library/metadata/476","parentKey":"/library/metadata/511","grandparentTitle":"The Walking Dead","parentTitle":"Season 9","contentRating":"TV-MA","summary":"In the aftermath of an overwhelming loss, the communities must brave a ferocious blizzard; as one group deals with an enemy from within, another is forced to make a life or death decision.","index":16,"parentIndex":9,"rating":6.5,"year":2019,"thumb":"/library/metadata/527/thumb/1591408618","art":"/library/metadata/476/art/1591408620","parentThumb":"/library/metadata/511/thumb/1591408620","grandparentThumb":"/library/metadata/476/thumb/1591408620","grandparentArt":"/library/metadata/476/art/1591408620","grandparentTheme":"/library/metadata/476/theme/1591408620","duration":2783893,"originallyAvailableAt":"2019-03-31","addedAt":1589890760,"updatedAt":1591408618,"chapterSource":"media","Media":[{"id":470,"duration":2783893,"bitrate":866,"width":1920,"height":1080,"aspectRatio":1.78,"audioChannels":6,"audioCodec":"aac","videoCodec":"hevc","videoResolution":"1080","container":"mkv","videoFrameRate":"24p","audioProfile":"lc","videoProfile":"main","Part":[{"id":470,"key":"/library/parts/470/1589890760/file.mkv","duration":2783893,"file":"D:\\Public\\Media\\TV Shows\\The Walking Dead\\Season 9\\The Walking Dead - S9E16 - The Storm.mkv","size":299518253,"audioProfile":"lc","container":"mkv","videoProfile":"main"}]}]}]}} 2020-07-25 16:55:41.560 Verbose/PlexDataProvider: Insert Episode: The Day Will Come When You Won't Be / The Walking Dead 2020-07-25 16:55:41.560 Verbose/PlexDataProvider: Insert Episode: The Well / The Walking Dead 2020-07-25 16:55:41.560 Verbose/PlexDataProvider: Insert Episode: The Cell / The Walking Dead 2020-07-25 16:55:41.561 Verbose/PlexDataProvider: Insert Episode: Service / The Walking Dead 2020-07-25 16:55:41.561 Verbose/PlexDataProvider: Insert Episode: Go Getters / The Walking Dead 2020-07-25 16:55:41.561 Verbose/PlexDataProvider: Insert Episode: Swear / The Walking Dead 2020-07-25 16:55:41.562 Verbose/PlexDataProvider: Insert Episode: Sing Me a Song / The Walking Dead 2020-07-25 16:55:41.562 Verbose/PlexDataProvider: Insert Episode: Hearts Still Beating / The Walking Dead 2020-07-25 16:55:41.562 Verbose/PlexDataProvider: Insert Episode: Rock in the Road / The Walking Dead 2020-07-25 16:55:41.563 Verbose/PlexDataProvider: Insert Episode: New Best Friends / The Walking Dead 2020-07-25 16:55:41.563 Verbose/PlexDataProvider: Insert Episode: Hostiles and Calamities / The Walking Dead 2020-07-25 16:55:41.564 Verbose/PlexDataProvider: Insert Episode: Say Yes / The Walking Dead 2020-07-25 16:55:41.564 Verbose/PlexDataProvider: Insert Episode: Bury Me Here / The Walking Dead 2020-07-25 16:55:41.564 Verbose/PlexDataProvider: Insert Episode: The Other Side / The Walking Dead 2020-07-25 16:55:41.564 Verbose/PlexDataProvider: Insert Episode: Something They Need / The Walking Dead 2020-07-25 16:55:41.565 Verbose/PlexDataProvider: Insert Episode: The First Day of the Rest of Your Life / The Walking Dead 2020-07-25 16:55:41.565 Verbose/PlexDataProvider: Insert Episode: Mercy / The Walking Dead 2020-07-25 16:55:41.565 Verbose/PlexDataProvider: Insert Episode: The Damned / The Walking Dead 2020-07-25 16:55:41.566 Verbose/PlexDataProvider: Insert Episode: Monsters / The Walking Dead 2020-07-25 16:55:41.566 Verbose/PlexDataProvider: Insert Episode: Some Guy / The Walking Dead 2020-07-25 16:55:41.566 Verbose/PlexDataProvider: Insert Episode: The Big Scary U / The Walking Dead 2020-07-25 16:55:41.566 Verbose/PlexDataProvider: Insert Episode: The King, The Widow and Rick / The Walking Dead 2020-07-25 16:55:41.566 Verbose/PlexDataProvider: Insert Episode: Time for After / The Walking Dead 2020-07-25 16:55:41.567 Verbose/PlexDataProvider: Insert Episode: How It's Gotta Be / The Walking Dead 2020-07-25 16:55:41.567 Verbose/PlexDataProvider: Insert Episode: Honor / The Walking Dead 2020-07-25 16:55:41.567 Verbose/PlexDataProvider: Insert Episode: The Lost and the Plunderers / The Walking Dead 2020-07-25 16:55:41.567 Verbose/PlexDataProvider: Insert Episode: Dead or Alive Or / The Walking Dead 2020-07-25 16:55:41.567 Verbose/PlexDataProvider: Insert Episode: The Key / The Walking Dead 2020-07-25 16:55:41.568 Verbose/PlexDataProvider: Insert Episode: Do Not Send Us Astray / The Walking Dead 2020-07-25 16:55:41.568 Verbose/PlexDataProvider: Insert Episode: Still Gotta Mean Something / The Walking Dead 2020-07-25 16:55:41.568 Verbose/PlexDataProvider: Insert Episode: Worth / The Walking Dead 2020-07-25 16:55:41.568 Verbose/PlexDataProvider: Insert Episode: Wrath / The Walking Dead 2020-07-25 16:55:41.569 Verbose/PlexDataProvider: Insert Episode: A New Beginning / The Walking Dead 2020-07-25 16:55:41.569 Verbose/PlexDataProvider: Insert Episode: The Bridge / The Walking Dead 2020-07-25 16:55:41.569 Verbose/PlexDataProvider: Insert Episode: Warning Signs / The Walking Dead 2020-07-25 16:55:41.569 Verbose/PlexDataProvider: Insert Episode: The Obliged / The Walking Dead 2020-07-25 16:55:41.569 Verbose/PlexDataProvider: Insert Episode: What Comes After / The Walking Dead 2020-07-25 16:55:41.570 Verbose/PlexDataProvider: Insert Episode: Who Are You Now / The Walking Dead 2020-07-25 16:55:41.570 Verbose/PlexDataProvider: Insert Episode: Stradivarius / The Walking Dead 2020-07-25 16:55:41.570 Verbose/PlexDataProvider: Insert Episode: Evolution / The Walking Dead 2020-07-25 16:55:41.570 Verbose/PlexDataProvider: Insert Episode: Adaptation / The Walking Dead 2020-07-25 16:55:41.570 Verbose/PlexDataProvider: Insert Episode: Omega / The Walking Dead 2020-07-25 16:55:41.571 Verbose/PlexDataProvider: Insert Episode: Bounty / The Walking Dead 2020-07-25 16:55:41.571 Verbose/PlexDataProvider: Insert Episode: Guardians / The Walking Dead 2020-07-25 16:55:41.571 Verbose/PlexDataProvider: Insert Episode: Chokepoint / The Walking Dead 2020-07-25 16:55:41.571 Verbose/PlexDataProvider: Insert Episode: Scars / The Walking Dead 2020-07-25 16:55:41.571 Verbose/PlexDataProvider: Insert Episode: The Calm Before / The Walking Dead 2020-07-25 16:55:41.571 Verbose/PlexDataProvider: Insert Episode: The Storm / The Walking Dead 2020-07-25 16:55:41.572 Verbose/PlexDataProvider: End Insert Episode: 48 [0.16s] 2020-07-25 16:55:41.572 Verbose/QueryBuilder: Query: UPDATE tv_seasons SET episodes = (SELECT COUNT(tv_episodes.play_count) FROM tv_episodes WHERE tv_seasons.tv_show_id = tv_episodes.tv_show_id AND tv_seasons.season = tv_episodes.season) WHERE tv_seasons.host_id=3 ('') [0 in 5.22ms (RAW)] 2020-07-25 16:55:41.572 Verbose/PlexDataProvider: End parsing TvShows [2.11s] 2020-07-25 16:55:41.573 Verbose/QueryBuilder: Query: UPDATE tv_episodes SET offline_status = 1 WHERE EXISTS (SELECT 1 FROM tv_episodes AS itable INNER JOIN offline_files ON itable.file = offline_files.source_file WHERE itable._id = tv_episodes._id) ('') [0 in 4.53ms (RAW)] 2020-07-25 16:55:41.573 Verbose/QueryBuilder: Query: UPDATE tv_shows SET offline_status = (SELECT SUM(DISTINCT tv_episodes.offline_status + 1) - 1 FROM tv_episodes WHERE tv_episodes.tv_show_id = tv_shows._id) WHERE tv_shows.host_id=3 ('') [0 in 3.28ms (RAW)] 2020-07-25 16:55:41.574 Verbose/QueryBuilder: Query: UPDATE tv_seasons SET offline_status = (SELECT SUM(DISTINCT tv_episodes.offline_status + 1) - 1 FROM tv_episodes WHERE tv_episodes.tv_show_id = tv_seasons.tv_show_id AND tv_episodes.season = tv_seasons.season) WHERE tv_seasons.host_id=3 ('') [0 in 3.73ms (RAW)] 2020-07-25 16:55:41.574 Verbose/QueryBuilder: Query: UPDATE videos_genres SET offline_status = (SELECT MAX(tv_shows.offline_status) FROM tv_shows JOIN tv_shows_genres ON (tv_shows_genres.tv_show_id = tv_shows._id) WHERE videos_genres._id = tv_shows_genres.genre_id) WHERE videos_genres.video_type = 2 AND videos_genres.host_id=3 ('') [0 in 1.61ms (RAW)] 2020-07-25 16:55:41.574 Verbose/QueryBuilder: Query: UPDATE playlists_entries SET offline_status = 0 ('') [0 in 0.87ms (RAW)] 2020-07-25 16:55:41.575 Verbose/QueryBuilder: Query: UPDATE playlists_entries SET offline_status = 1 WHERE EXISTS (SELECT 1 FROM playlists_entries AS itable INNER JOIN offline_files ON itable.file = offline_files.source_file WHERE itable._id = playlists_entries._id) ('') [0 in 0.99ms (RAW)] 2020-07-25 16:55:41.575 Verbose/QueryBuilder: Query: UPDATE playlists SET offline_status = (SELECT SUM(DISTINCT playlists_entries.offline_status + 1) - 1 FROM playlists_entries WHERE playlists_entries.playlist_id = playlists._id) ('') [0 in 0.95ms (RAW)] 2020-07-25 16:55:41.575 Verbose/QueryBuilder: Query: DELETE on tv_shows, count=0 | (tv_shows.episodes<=0) - '' [0.59ms] 2020-07-25 16:55:41.576 Verbose/QueryBuilder: Query: UPDATE tv_shows SET play_count = (SELECT MIN(tv_episodes.play_count) FROM tv_episodes WHERE tv_episodes.tv_show_id = tv_shows._id) WHERE tv_shows.host_id=3 ('') [0 in 2.53ms (RAW)] 2020-07-25 16:55:41.576 Verbose/QueryBuilder: Query: UPDATE tv_shows SET last_played = (SELECT MAX(tv_episodes.last_played) FROM tv_episodes WHERE tv_episodes.tv_show_id = tv_shows._id) WHERE tv_shows.host_id=3 ('') [0 in 2.52ms (RAW)] 2020-07-25 16:55:41.576 Verbose/QueryBuilder: Query: UPDATE tv_shows SET episodes_watched = (SELECT SUM(tv_episodes.play_count > 0 ) FROM tv_episodes WHERE tv_episodes.tv_show_id = tv_shows._id) WHERE tv_shows.host_id=3 ('') [0 in 2.58ms (RAW)] 2020-07-25 16:55:41.577 Verbose/QueryBuilder: Query: UPDATE tv_seasons SET play_count = (SELECT MIN(tv_episodes.play_count) FROM tv_episodes WHERE tv_episodes.season = tv_seasons.season AND tv_episodes.tv_show_id = tv_seasons.tv_show_id) WHERE tv_seasons.host_id=3 ('') [0 in 2.42ms (RAW)] 2020-07-25 16:55:41.577 Verbose/QueryBuilder: Query: UPDATE tv_seasons SET episodes_watched = (SELECT SUM(tv_episodes.play_count > 0) FROM tv_episodes WHERE tv_episodes.season = tv_seasons.season AND tv_episodes.tv_show_id = tv_seasons.tv_show_id) WHERE tv_seasons.host_id=3 ('') [0 in 2.47ms (RAW)] 2020-07-25 16:55:41.577 Verbose/QueryBuilder: Query: UPDATE tv_shows SET seasons_watched = (SELECT COUNT(tv_seasons._id) FROM tv_seasons WHERE tv_seasons.tv_show_id = tv_shows._id AND tv_seasons.play_count > 0 ) WHERE tv_shows.host_id=3 ('') [0 in 3.92ms (RAW)] 2020-07-25 16:55:41.578 Verbose/SyncService: Sending sync result: 1/3/Show 2020-07-25 16:55:41.578 Verbose/SyncService: Sending sync result: 1/3/Episode 2020-07-25 16:55:41.578 Verbose/SyncService: Sending sync result: 1/3/VideoSet 2020-07-25 16:55:41.578 Verbose/SyncService: Sending sync result: 1/3/VideoTag 2020-07-25 16:55:41.578 Verbose/SyncService: Sending sync result: 1/3/VideoGenre 2020-07-25 16:55:41.579 Verbose/SyncService: Sending sync result: 1/3/Season 2020-07-25 16:55:41.579 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 4.43ms] 2020-07-25 16:55:41.579 Verbose/PlexMediaCenter: Settings: 64.188.16.148@32400 true [0/0/5600] (-1/0/-1/1) 2020-07-25 16:55:41.581 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play,tv_shows.title,tv_shows.thumbnail,tv_shows.year,tv_shows.fanart FROM tv_episodes LEFT JOIN tv_shows ON (tv_episodes.tv_show_id=tv_shows._id) WHERE (tv_episodes.host_id=?) AND (tv_episodes.play_count= 0) AND (tv_episodes.resume_point> 0) ORDER BY tv_episodes.last_played DESC ('3') [2 in 14.83ms] 2020-07-25 16:55:41.582 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 1.62ms] 2020-07-25 16:55:41.582 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 1.51ms] 2020-07-25 16:55:41.583 Verbose/PlexMediaCenter: Settings: 64.188.16.148@32400 true [0/0/5600] (-1/0/-1/1) 2020-07-25 16:55:41.583 Verbose/PlexLogger: Caching http://64.188.16.148:32400/identity as http://64.188.16.148:32400/identity 2020-07-25 16:55:41.585 Verbose/QueryBuilder: Query: SELECT tv_episodes._id, tv_episodes.updated_at, tv_episodes.host_id, tv_episodes.external_id, tv_episodes.external_data, tv_episodes.audio_channels, tv_episodes.audio_codec, tv_episodes.audio_languages, tv_episodes.date_added, tv_episodes.directors, tv_episodes.episode, tv_episodes.episode_special, tv_episodes.fanart, tv_episodes.file, tv_episodes.first_aired, tv_episodes.last_played, tv_episodes.offline_status, tv_episodes.original_title, tv_episodes.play_count, tv_episodes.plot, tv_episodes.rating, tv_episodes.resume_point, tv_episodes.runtime, tv_episodes.season, tv_episodes.season_special, tv_episodes.sort_title, tv_episodes.subtitles_languages, tv_episodes.tagline, tv_episodes.thumbnail, tv_episodes.title, tv_episodes.tv_show_id, tv_episodes.video_3d, tv_episodes.video_aspect, tv_episodes.video_codec, tv_episodes.video_height, tv_episodes.video_width, tv_episodes.votes, tv_episodes.writers, tv_episodes.user_rating, tv_episodes.is_favorite, tv_episodes.source_library, tv_episodes.remote_play,tv_shows._id, tv_shows.updated_at, tv_shows.host_id, tv_shows.external_id, tv_shows.external_data, tv_shows.banner, tv_shows.date_added, tv_shows.episodes, tv_shows.episodes_watched, tv_shows.fanart, tv_shows.file, tv_shows.genres, tv_shows.imdb_id, tv_shows.last_played, tv_shows.mpaa, tv_shows.offline_status, tv_shows.original_title, tv_shows.play_count, tv_shows.plot, tv_shows.premiered, tv_shows.rating, tv_shows.seasons, tv_shows.seasons_watched, tv_shows.sort_title, tv_shows.studios, tv_shows.tagline, tv_shows.tags, tv_shows.thumbnail, tv_shows.title, tv_shows.year, tv_shows.user_rating, tv_shows.is_favorite, tv_shows.source_library FROM tv_shows INNER JOIN (SELECT *, MIN(tv_episodes.season * 10000 + tv_episodes.episode) FROM tv_episodes WHERE tv_episodes.play_count = 0 AND tv_episodes.season > 0 AND host_id = 3 GROUP BY tv_episodes.tv_show_id) AS tv_episodes ON tv_episodes.tv_show_id = tv_shows._id WHERE tv_shows.episodes_watched = 0 AND tv_shows.play_count = 0 AND tv_shows.last_played IS NULL AND tv_shows.host_id = 3 ORDER BY (SUBSTR(tv_episodes._id * 82687143983909660, LENGTH(tv_episodes._id) + 2)) LIMIT 10 ('') [10 in 26.14ms (RAW)] 2020-07-25 16:55:41.586 Verbose/PlexLogger: --> [723] GET http://64.188.16.148:32400/identity 2020-07-25 16:55:41.587 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play,tv_shows.title,tv_shows.thumbnail,tv_shows.year FROM tv_episodes LEFT JOIN tv_shows ON (tv_episodes.tv_show_id=tv_shows._id) WHERE (tv_episodes.host_id=?) ORDER BY tv_episodes.date_added DESC, tv_episodes.external_id DESC LIMIT 10 ('3') [10 in 23.44ms] 2020-07-25 16:55:41.588 Verbose/QueryBuilder: Query: SELECT tv_episodes._id, tv_episodes.updated_at, tv_episodes.host_id, tv_episodes.external_id, tv_episodes.external_data, tv_episodes.audio_channels, tv_episodes.audio_codec, tv_episodes.audio_languages, tv_episodes.date_added, tv_episodes.directors, tv_episodes.episode, tv_episodes.episode_special, tv_episodes.fanart, tv_episodes.file, tv_episodes.first_aired, tv_episodes.last_played, tv_episodes.offline_status, tv_episodes.original_title, tv_episodes.play_count, tv_episodes.plot, tv_episodes.rating, tv_episodes.resume_point, tv_episodes.runtime, tv_episodes.season, tv_episodes.season_special, tv_episodes.sort_title, tv_episodes.subtitles_languages, tv_episodes.tagline, tv_episodes.thumbnail, tv_episodes.title, tv_episodes.tv_show_id, tv_episodes.video_3d, tv_episodes.video_aspect, tv_episodes.video_codec, tv_episodes.video_height, tv_episodes.video_width, tv_episodes.votes, tv_episodes.writers, tv_episodes.user_rating, tv_episodes.is_favorite, tv_episodes.source_library, tv_episodes.remote_play,tv_shows.title, tv_shows.thumbnail FROM tv_shows INNER JOIN (SELECT *, MIN(CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END * 10000 + CASE WHEN tv_episodes.episode_special=-1 THEN tv_episodes.episode ELSE tv_episodes.episode_special END ) FROM tv_episodes WHERE tv_episodes.play_count = 0 AND CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END > 0 AND host_id = 3 GROUP BY tv_episodes.tv_show_id) AS tv_episodes ON tv_episodes.tv_show_id = tv_shows._id WHERE tv_shows.episodes_watched > 0 AND tv_shows.play_count = 0 AND tv_shows.host_id = 3 ORDER BY tv_shows.last_played DESC ('') [3 in 27.69ms (RAW)] 2020-07-25 16:55:41.589 Verbose/PlexLogger: Caching http://64.188.16.148:32400/identity as http://64.188.16.148:32400/identity 2020-07-25 16:55:41.590 Verbose/PlexLogger: --> [361] GET http://64.188.16.148:32400/identity 2020-07-25 16:55:41.590 Verbose/PlexLogger: <-- [723] 200 OK http://64.188.16.148:32400/identity (126ms, unknown-length body) 2020-07-25 16:55:41.590 Verbose/PlexLogger: <-- [723] {"MediaContainer":{"size":0,"claimed":true,"machineIdentifier":"a34ace67116042a0c26ca9b976fbaee85e046633","version":"1.19.5.3112-b23ab3896"}} 2020-07-25 16:55:41.591 Verbose/PlexLogger: <-- [361] 200 OK http://64.188.16.148:32400/identity (122ms, unknown-length body) 2020-07-25 16:55:41.591 Verbose/PlexLogger: <-- [361] {"MediaContainer":{"size":0,"claimed":true,"machineIdentifier":"a34ace67116042a0c26ca9b976fbaee85e046633","version":"1.19.5.3112-b23ab3896"}} 2020-07-25 16:55:41.591 Verbose/SyncService: Handling: (3, Music) 2020-07-25 16:55:41.591 Verbose/QueryBuilder: Query: SELECT smart_sync._id,smart_sync.host_id,smart_sync.media_type,smart_sync.external_id,smart_sync.filter,smart_sync.title,smart_sync.thumbnail,smart_sync.auto_delete,smart_sync.cache_count FROM smart_sync WHERE (smart_sync.host_id=?) ('3') [0 in 2.41ms] 2020-07-25 16:55:41.592 Verbose/PlexDataProvider: Start parsing Music 2020-07-25 16:55:41.592 Verbose/QueryBuilder: Query: SELECT albums.external_id FROM albums WHERE (albums.host_id=?) AND (albums.is_favorite>0) ('3') [0 in 1.70ms] 2020-07-25 16:55:41.592 Verbose/QueryBuilder: Query: SELECT artists.external_id FROM artists WHERE (artists.host_id=?) AND (artists.is_favorite>0) ('3') [0 in 3.32ms] 2020-07-25 16:55:41.593 Verbose/QueryBuilder: Query: SELECT songs.external_id FROM songs WHERE (songs.host_id=?) AND (songs.is_favorite>0) ('3') [0 in 40.85ms] 2020-07-25 16:55:41.593 Verbose/QueryBuilder: Query: DELETE on albums, count=188 | (albums.host_id=?) - '3' [2.11ms] 2020-07-25 16:55:41.593 Verbose/QueryBuilder: Query: DELETE on audio_genres, count=9 | (audio_genres.host_id=?) - '3' [0.67ms] 2020-07-25 16:55:41.593 Verbose/QueryBuilder: Query: DELETE on artists, count=64 | (artists.host_id=?) - '3' [1.69ms] 2020-07-25 16:55:41.594 Verbose/QueryBuilder: Query: DELETE on albums_artists, count=188 | (albums_artists.host_id=?) - '3' [1.02ms] 2020-07-25 16:55:41.598 Verbose/QueryBuilder: Query: DELETE on songs, count=1535 | (songs.host_id=?) - '3' [11.13ms] 2020-07-25 16:55:41.606 Verbose/QueryBuilder: Query: DELETE on songs_artists, count=1535 | (songs_artists.host_id=?) - '3' [7.13ms] 2020-07-25 16:55:41.608 Verbose/PlexLogger: --> [766] GET http://64.188.16.148:32400/library/sections?X-Plex-Container-Start=0&X-Plex-Container-Size=100 2020-07-25 16:55:41.669 Verbose/PlexLogger: <-- [766] 200 OK http://64.188.16.148:32400/library/sections?X-Plex-Container-Start=0&X-Plex-Container-Size=100 (61ms, unknown-length body) 2020-07-25 16:55:41.675 Verbose/PlexLogger: <-- [766] {"MediaContainer":{"size":4,"totalSize":4,"allowSync":false,"identifier":"com.plexapp.plugins.library","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"offset":0,"title1":"Plex Library","Directory":[{"allowSync":true,"art":"/:/resources/show-fanart.jpg","composite":"/library/sections/1/composite/1595639209","filters":true,"refreshing":false,"thumb":"/:/resources/show.png","key":"1","type":"show","title":"Anime","agent":"com.plexapp.agents.thetvdb","scanner":"Plex Series Scanner","language":"en","uuid":"99521fab-2127-4b58-a2e3-d3b7b7bafb99","updatedAt":1591408202,"createdAt":1591408187,"scannedAt":1595639209,"content":true,"directory":true,"contentChangedAt":7308561732629586517,"hidden":0,"Location":[{"id":1,"path":"D:\\Public\\Media\\Anime"}]},{"allowSync":true,"art":"/:/resources/movie-fanart.jpg","composite":"/library/sections/4/composite/1592294788","filters":true,"refreshing":false,"thumb":"/:/resources/movie.png","key":"4","type":"movie","title":"Movies","agent":"com.plexapp.agents.imdb","scanner":"Plex Movie Scanner","language":"en","uuid":"565a82ad-f6d4-422c-97ec-5be6c0f67ec3","updatedAt":1591408295,"createdAt":1591408295,"scannedAt":1592294788,"content":true,"directory":true,"contentChangedAt":7308561732629534817,"hidden":0,"Location":[{"id":4,"path":"D:\\Public\\Media\\Movies"}]},{"allowSync":true,"art":"/:/resources/artist-fanart.jpg","composite":"/library/sections/3/composite/1593546837","filters":true,"refreshing":false,"thumb":"/:/resources/artist.png","key":"3","type":"artist","title":"Music","agent":"tv.plex.agents.music","scanner":"Plex Music","language":"en","uuid":"137cc432-cc5e-4fac-9080-36313483dc7f","updatedAt":1591408940,"createdAt":1591408269,"scannedAt":1593546837,"content":true,"directory":true,"contentChangedAt":7308561732629551061,"hidden":0,"Location":[{"id":3,"path":"D:\\Public\\Media\\Music"}]},{"allowSync":true,"art":"/:/resources/show-fanart.jpg","composite":"/library/sections/2/composite/1591408552","filters":true,"refreshing":false,"thumb":"/:/resources/show.png","key":"2","type":"show","title":"TV Shows","agent":"com.plexapp.agents.thetvdb","scanner":"Plex Series Scanner","language":"en","uuid":"859c0ec2-4877-48cc-84fd-daa92edae01c","updatedAt":1591408230,"createdAt":1591408230,"scannedAt":1591408552,"content":true,"directory":true,"contentChangedAt":3606,"hidden":0,"Location":[{"id":2,"path":"D:\\Public\\Media\\TV Shows"}]}]}} 2020-07-25 16:55:41.676 Verbose/QueryBuilder: Query: DELETE on media_sources, count=1 | (media_sources.host_id=?) AND (media_sources.media_type=?) - '3','8' [0.68ms] 2020-07-25 16:55:41.677 Verbose/PlexLogger: --> [941] GET http://64.188.16.148:32400/library/sections/3/genre?X-Plex-Container-Start=0&X-Plex-Container-Size=500 2020-07-25 16:55:41.788 Verbose/PlexLogger: <-- [941] 200 OK http://64.188.16.148:32400/library/sections/3/genre?X-Plex-Container-Start=0&X-Plex-Container-Size=500 (112ms, unknown-length body) 2020-07-25 16:55:41.790 Verbose/PlexLogger: <-- [941] {"MediaContainer":{"size":9,"totalSize":9,"allowSync":false,"art":"/:/resources/artist-fanart.jpg","content":"secondary","identifier":"com.plexapp.plugins.library","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/artist.png","title1":"Music","title2":"By Genre","viewGroup":"secondary","viewMode":65592,"Directory":[{"fastKey":"/library/sections/3/all?genre=1572","key":"1572","title":"Classical","type":"genre"},{"fastKey":"/library/sections/3/all?genre=1554","key":"1554","title":"Easy Listening","type":"genre"},{"fastKey":"/library/sections/3/all?genre=1105","key":"1105","title":"Electronic","type":"genre"},{"fastKey":"/library/sections/3/all?genre=1063","key":"1063","title":"International","type":"genre"},{"fastKey":"/library/sections/3/all?genre=1031","key":"1031","title":"Pop/Rock","type":"genre"},{"fastKey":"/library/sections/3/all?genre=1285","key":"1285","title":"R&B","type":"genre"},{"fastKey":"/library/sections/3/all?genre=771","key":"771","title":"Rap","type":"genre"},{"fastKey":"/library/sections/3/all?genre=1530","key":"1530","title":"Religious","type":"genre"},{"fastKey":"/library/sections/3/all?genre=1244","key":"1244","title":"Stage & Screen","type":"genre"}]}} 2020-07-25 16:55:41.791 Verbose/PlexDataProvider: Insert Audio Genre: Classical 2020-07-25 16:55:41.792 Verbose/PlexDataProvider: Insert Audio Genre: Easy Listening 2020-07-25 16:55:41.793 Verbose/PlexDataProvider: Insert Audio Genre: Electronic 2020-07-25 16:55:41.793 Verbose/PlexDataProvider: Insert Audio Genre: International 2020-07-25 16:55:41.794 Verbose/PlexDataProvider: Insert Audio Genre: Pop/Rock 2020-07-25 16:55:41.794 Verbose/PlexDataProvider: Insert Audio Genre: R&B 2020-07-25 16:55:41.794 Verbose/PlexDataProvider: Insert Audio Genre: Rap 2020-07-25 16:55:41.795 Verbose/PlexDataProvider: Insert Audio Genre: Religious 2020-07-25 16:55:41.795 Verbose/PlexDataProvider: Insert Audio Genre: Stage & Screen 2020-07-25 16:55:41.796 Verbose/PlexDataProvider: End Insert Audio Genres: 9 [0.12s] 2020-07-25 16:55:41.800 Verbose/PlexLogger: --> [185] GET http://64.188.16.148:32400/library/sections/3/all?X-Plex-Container-Start=0&X-Plex-Container-Size=1000&type=8 2020-07-25 16:55:41.922 Verbose/PlexLogger: <-- [185] 200 OK http://64.188.16.148:32400/library/sections/3/all?X-Plex-Container-Start=0&X-Plex-Container-Size=1000&type=8 (120ms, unknown-length body) 2020-07-25 16:55:42.216 Verbose/PlexLogger: <-- [185] {"MediaContainer":{"size":64,"totalSize":64,"allowSync":true,"art":"/:/resources/artist-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":3,"librarySectionTitle":"Music","librarySectionUUID":"137cc432-cc5e-4fac-9080-36313483dc7f","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/artist.png","title1":"Music","title2":"All Artists","viewGroup":"artist","viewMode":65592,"Metadata":[{"ratingKey":"3418","key":"/library/metadata/3418/children","guid":"plex://artist/5d07bc07403c6402904ad640","type":"artist","title":"Aesop Rock","summary":"Rapper, producer, and poet Aesop Rock has received widespread acclaim and amassed a loyal following for his complex, literate rhymes. He's frequently been hailed for his unusually large vocabulary, which some claim is the biggest in all of hip-hop. Paired with murky production and stuttering beats, his music is far from rap's mainstream, but even though it may seem excessively abstract to some, his lyrics are often drawn from personal experiences and balanced introspection with technical proficiency, making them relatable as well as intellectually stimulating. He began self-releasing material during the late '90s but first received national attention with 2000's Float. Subsequent releases for El-P's Definitive Jux stable, including 2001's Labor Days, confirmed his position as one of underground rap's most crucial figures. Following the label's demise, Aesop made the jump to Rhymesayers Entertainment, releasing some of his most autobiographical work, including 2016's The Impossible Kid. Also during the 2010s, he has engaged in several collaborations with the Uncluded (with Kimya Dawson), Hail Mary Mallon (with Rob Sonic), and Malibu Ken (with Tobacco).\nBorn and raised in Long Island, New York, Ian Bavitz was inspired by the New York hip-hop scene as well as punk rock, and began rapping during the early '90s, eventually christening himself Aesop Rock. He studied visual art at Boston University, where he met future collaborator Blockhead. As a college student, he released the self-financed full-length Music for Earthworms in 1997. Featuring tracks produced by Blockhead, Dub-L, and Aesop himself, the album earned a buzz through online promotion, and was followed by the EP Appleseed in 1999. After graduating from college, fledgling experimental hip-hop label Mush (then home to cLOUDDEAD) released Float, Aesop's first major recording. The album received positive press, and the rapper signed to Def Jux (which soon changed its name to Definitive Jux). Full-length Labor Days, featuring production by label CEO El-P, appeared to widespread acclaim in 2001. An EP headed by the album's most popular cut, Daylight, followed in early 2002.\nAesop Rock's profile increased with his second Definitive Jux full-length, 2003's largely self-produced Bazooka Tooth. A year later, he released Build Your Own Bazooka Tooth, containing instrumentals and a cappella versions of the album's tracks, encouraging producers to create homemade remixes. EP Fast Cars, Danger, Fire and Knives appeared in early 2005, with initial copies packaged with an 88-page booklet including comprehensive lyrics of every Aesop release from Float onwards. Around this time, he participated in rap supergroup the Weathermen, replacing Cannibal Ox's Vast Aire. \nIn early 2007, Aesop Rock composed a 45-minute piece for Nike's Original Run series titled All Day, a continuous track meant to be listened to while jogging (other artists included LCD Soundsystem and the Crystal Method). By September his much-anticipated full-length, None Shall Pass, which included guest appearances from El-P and John Darnielle (from the Mountain Goats), came out. A year later, Definitive Jux would be put \"on hiatus\" by label head El-P, but Aesop would remain busy, producing major works like Felt's 2009 effort Felt 3: A Tribute to Rosie Perez and working on a collaboration with the Moldy Peaches' Kimya Dawson dubbed the Uncluded. Additionally, he formed Hail Mary Mallon with Rob Sonic and DJ Big Wiz, debuting with Are You Gonna Eat That? in 2011.\nHe would return to his solo career in 2012 with Skelethon, released by the Rhymesayers label. The album featured a guest appearance from Dawson along with Rob Sonic and Allyson Baker of Dirty Ghosts. After his gear was stolen in 2013, Rock sold artwork to help fund a new studio setup. A tour with the Uncluded preceded 2015's LICE, the first of a trio of collaborative EPs with Homeboy Sandman. A year later he returned to his solo career with the single \"Rings\" and the album The Impossible Kid. The following year he scored his first film, the action thriller Bushwick. In 2018, he formed Malibu Ken with Black Moth Super Rainbow mastermind Tobacco, whose debut solo album Aesop had guested on a decade prior. The duo's self-titled album arrived in early 2019. In April of 2020, he offered up Freedom Finger (Music from the Game), a mostly instrumental collection of music created to soundtrack a longtime friend's video game. ~ Greg Prato & Paul Simpson","index":1,"viewCount":15,"lastViewedAt":1592297824,"thumb":"/library/metadata/3418/thumb/1595065057","art":"/library/metadata/3418/art/1595065057","addedAt":1592294827,"updatedAt":1595065057,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"928","key":"/library/metadata/928/children","guid":"plex://artist/5d07bd76403c6402905eb7fe","type":"artist","title":"amazarashi","summary":"amazarashi is a Japanese alternative rock band formed in 2007 in Mutsu, Aomori, Japan. It consists of leader, vocalist, and guitarist 秋田ひろむ (Hiromu Akita), and keyboardist 豊川真奈美 (Manami Toyokawa). Composer/arranger 出羽良彰 (Yoshiaki Dewa) also contributes to the band. In December 2009, they released an album 0. as a limited release of 500 copies in Aomori. Since the album created a lot of buzz and they were flooded with inquiries, they eventually released the album nationwide as 0.6. As the intense worldview of their lyrics grabbed the attention of listeners with quick ears, they made a major debut with 爆弾の作り方 (How to Make a Bomb) released from Sony Music Associated Records in June 2010. “a band led by Hiromu Akita from Aomori” It was the only information officially shared about the band, but they have expanded their fan base by word of mouth, mostly through the Internet, to such an extent that their latest album ねえママ あなたの言うとおり (Hey Mom, It's Just as You Say) went up to number 8 in the Oricon weekly album chart. When performing live, they have a unique style where they play behind a screen that covers the whole stage and projects various images to go along with the music. Their shows have been much talked about, and some say it gives the audience a sense of watching a film and enjoying live music at the same time. They are also known as their music videos with CG animation and have won a variety of awards worldwide. In 2010, their music video for 夏を待っていました (\"Waiting for the Summer\") won the Excellence Award at the 14th Japan Media Arts Festival. amazarashi’s 夏を待っていました and サカナクション's アルクアラウンド were the only music videos that won the awards that year. Furthermore, they have attracted interest throughout the world as they won prizes at Annecy International Animated Film Festival (originally a part of Cannes Film Festival) in France, SIGGRAPH ASIA 2011 (the world’s biggest computer graphics event), one dot zero 2011 (a digital animation festival in London), and more. More info can be found on their official homepage at http://www.amazarashi.com. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/928/thumb/1595497004","addedAt":1579326760,"updatedAt":1595497004,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"2007","key":"/library/metadata/2007/children","guid":"plex://artist/5d07be64403c64029068b452","type":"artist","title":"Anonymuz","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"viewCount":9,"lastViewedAt":1591603390,"thumb":"/library/metadata/2007/thumb/1595065054","art":"/library/metadata/2007/art/1595065054","addedAt":1579030126,"updatedAt":1595065054},{"ratingKey":"1275","key":"/library/metadata/1275/children","guid":"plex://artist/5d07bc83403c6402905150d8","type":"artist","title":"Ari Pulkkinen","summary":"Ari has his background deeply in mod (music) demoscene where he has also won many music competetitions. Ari made his first big public album to a freeware game named \"StarFight VI : Gatekeepers\" in year 1999 which was a huge success among many gamers. Later on he worked on another PC-Game \"I've got some balls 2\" music but IGSB2 was never released because developing team broke up. Many years later Ari was attached to produce in-house music and audio to a game company named Frozenbyte. Frozenbyte was making their first commercial PC-game named 'Preygrounds' which later on was renamed to Shadowgrounds. Shadowgrounds got top reviews from magazines, websites and gamers. Especially the Shadowgrounds soundtrack got large interest from many sources and finally the soundtrack was released seperately. The Shadowgrounds soundtrack is now one of the few commercial soundtracks published from Finland worldwide. Lordi's guitarist Amen worked with Ari to create hot guitar riffs for the the Shadowgrounds soundtrack. Ari Pulkkinen has also provided the soundtrack to the downloadable Playstation 3 game \"Super Stardust HD\" that was release on June 15, 2007. Is a remake of the classic Amiga game \"Stardust\" Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1275/thumb/1595497045","addedAt":1579311790,"updatedAt":1595497045,"Country":[{"tag":"Finland"}]},{"ratingKey":"895","key":"/library/metadata/895/children","guid":"plex://artist/5d07bc30403c6402904ce94a","type":"artist","title":"ASIAN KUNG-FU GENERATION","summary":"Asian Kung-Fu Generation (アジアン・カンフー・ジェネレーション Ajian Kanfū Jenerēshon, stylized as ASIAN KUNG-FU GENERATION) is a Japanese alternative rock band formed in Yokohama, Japan, in 1996. For nearly its entire career, the band has consisted of vocalist Masafumi Gotō, guitarist Kensuke Kita, bassist Takahiro Yamada, and drummer Kiyoshi Ijichi. Starting out as a college band, Asian Kung-Fu Generation released a series of independent EPs featuring lyrics mostly sung in English. In 2002, they released their major-label EP debut Hōkai Amplifier, from that point singing their lyrics in Japanese. The band's musical style is influenced by seminal Western alternative rock acts as well as their own local Japanese indie-rock and punk scene. Their songs incorporate various aspects of the genres, most typically expressing fast tempos and prominent power chord guitar riffs in addition to rhythmic groove and emotional lyrics. Despite the indie nature of their music, the band has enjoyed worldwide commercial success in addition to critical acclaim. Asian Kung-Fu Generation has been cited as one of the best, most balanced modern rock bands to emerge from Japan in the 2000s. The four of them came together in the music club of their university in 1996; for Gotoh, Kita, and Yamada, ASIAN KUNG-FU GENERATION was the first band they ever formed. After a while, they began to perform at the school and in the local Yokohama area. Interestingly, their first songs were all written in English and, in fact, their first independent 6 track album (released in 2000) was entirely sung in English. The CDs were sold at concerts and over the internet. In 2001, beginning with \"YMD\" they held many self-planned events at Yokohama's CLUB24. Once \"Konayuki,\" the first song in which they used Japanese lyrics, was completed, they sent copies to all the independent shows on the FM stations, and were consequently able to get their music played for the first time on FM radio. After that, they released their second CD of original works, this time using Japanese lyrics. It achieved great success within the region and at all the Live Houses. From this time on, starting at Shibuya, Shimokitazawa, Kichijouji and other places, they started putting on shows famed for their energy. In 2002, they submitted a track to the Underflow Records Compilation CD. In November of the same year, they released \"Houkai Amplifier,\" their first Mini Album to be produced professionally. This album, which would decide their future, debuted in the number 1 spot of Highline Records weekly charts, and also made it to the number 35 spot in the Oricon Indies Chart. On April 4, 2003, \"Houkai Amplifier\" was re-released under Ki/oon Records. That summer, they appeared at FUJI ROCK (on the \"ROOKIE A GO GO\" stage), and at SUMMER SONIC '03 in Osaka. Following their October 16, 2003 single \"Kimi to Iu Hana,\" their first full album \"Kimi Tsunagi Five M\" was released on November 19. From January 19 to February 25 2004, they went on the \"five nano seconds\" tour. All shows immediately sold out and were a massive success. In 2004, their first proper single \"Siren\" and their second single, the iconic \"Loop & Loop,\" were released, the former on April 14th and the latter on May 19th. Their self-planned event ASIAN KUNG-FU GENERATION presents \"NANO-MUGEN FEST\" took place on July 1st at Nihon Budoukan and, that summer, they appeared live at festivals in areas all over the country. On August 4th, their new single \"Rewrite\" was released, followed by \"Kimi no Machi Made\" on September 23rd. On October 20, 2004, their long-awaited new album \"Sol-fa\" was released and this really pushed the band to the forefront of the J-Rock scene. Then, on November 2nd, they started their second national tour: ASIAN KUNG-FU GENERATION Tour Suihai No! June 8 2005 saw the release of \"NANO-MUGEN COMPILATION,\" an album composed of songs from various acts, both Japanese and English-language alike. Included was their first single after \"Sol-fa\": \"Blackout.\" Later, the band released their first real single in over a year; \"Blue Train.\" In 2006, the band released another single \"World Apart,\" followed by their third album, \"Fanclub.\" A month later, they released their latest album \"Feedback File,\" which includes live versions of some of their most popular tracks. Their song \"Haruka Kanata\" was chosen to be a theme song for the anime series \"Naruto,\" and the popular single \"Rewrite\" was selected as a theme song to the hit anime series \"Fullmetal Alchemist.\" The song \"Aru Machi no Gunjou\" was used in the animated movie \"Tekkon Kinkreet,\" and the song \"After Dark\" was used as a theme song for the animated series \"BLEACH.\" Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/895/thumb/1595497003","art":"/library/metadata/895/art/1595497003","addedAt":1579328274,"updatedAt":1595497003,"Genre":[{"tag":"Pop/Rock"},{"tag":"International"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"978","key":"/library/metadata/978/children","guid":"plex://artist/5d07bc0f403c6402904b3cca","type":"artist","title":"Atreyu","summary":"Coming out of Southern California during the rap-metal explosion around the turn of the century, Atreyu crafted a sound much closer to Agnostic Front or Hatebreed. Their warped, detuned guitars were matched by pounding drums and acidic vocals, which gave the material a distinct metalcore edge. Originally operating under the moniker Retribution, the band eventually changed their name to Atreyu, after a character from the Michael Ende-penned fantasy book The Neverending Story, and released their debut album, Suicide Notes and Butterfly Kisses, in 2002 via Victory Records. They continued to refine their punitive, but melodic post-hardcore sound on career best offerings like Lead Sails Paper Anchor (2007) and Congregation of the Damned (2009), before going on hiatus in 2011. They reconvened four years later and released their sixth studio effort, Long Live, with In Our Wake following in 2018. \nThe quintet was formed in Orange County by Brandon Saller (drums/vocals), Dan Jacobs (guitar), Chris Thomson (bass), Travis Miguel (guitar), and Alex Varkatzas (vocals). Atreyu released various demos, including the seven-song EP Visions, in the late '90s before commercially debuting with the Fractures in the Facade of Your Porcelain Beauty EP on Tribunal in late 2001; the full-length Suicide Notes and Butterfly Kisses appeared the next year on Victory. Touring almost nonstop in support of the record, the group faced lineup changes as bassist Marc McKnight replaced Thomson before the recording of their follow-up. Atreyu's second full-length, The Curse, surfaced in June 2004 and went on to sell over 300,000 copies; it was re-released with an accompanying DVD a year later. The band hit the road hard, playing 2004's Ozzfest and 2005's Warped Tour, in addition to headlining their own successful world tour. They contributed a track to 2006's soundtrack to Underworld: Evolution and were near the top of the billing for the year's Taste of Chaos tour, alongside the Deftones and Thrice. Their next effort, A Death Grip on Yesterday, was issued in late March 2006 and hit number nine on the Billboard charts. Following a summer spent headlining the second stage at the year's Ozzfest, Atreyu jumped into the major-label waters over at Hollywood Records, leaving an early-2007 best-of collection as their Victory farewell. Their Hollywood debut, Lead Sails Paper Anchor, followed later in the year. In 2008 the album was re-released with bonus materials, including a concert film. Atreyu didn't waste any time, and in late 2009 they released their fifth studio album, the critically acclaimed Congregation of the Damned. The album would be their last for some time, as the band went on hiatus the following year to focus on family matters and various other musical pursuits. They reconvened in 2015 with the Destroy/Spinefarm Records-issued Long Live, which featured 12 new hard-hitting tracks, including the blistering title cut and first single. In September 2018, the band issued a trio of singles ahead of the release of their eighth studio long player, In Our Wake, which arrived later that October. ~ Bradley Torreano","index":1,"thumb":"/library/metadata/978/thumb/1595497011","art":"/library/metadata/978/art/1595497011","addedAt":1579324280,"updatedAt":1595497011,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"United States"}]},{"ratingKey":"564","key":"/library/metadata/564/children","guid":"plex://artist/5d07bc0f403c6402904b3a91","type":"artist","title":"Black Thought","summary":"Known neither as a solo artist nor as the figurehead of the Roots, Tariq Trotter, aka Black Thought, is nonetheless widely recognized as one of the most skilled, incisive, and prolific rappers of his time, dating back to the '90s with Organix (1993), his group's recorded debut, and Do You Want More?!!!??! (1995), their first LP for a major label. Despite Trotter's anchoring of a dozen studio albums with the Roots, including the Top Ten, Grammy-nominated releases Things Fall Apart (1999), Game Theory (2006), and How I Got Over (2010), anticipation for a solo album has been high since the rapper scrapped an early-2000s project for MCA. With Streams of Thought, Vol. 1 (2018), Trotter placated listeners with a five-track set produced by 9th Wonder and Khrysis.\nTariq Trotter grew up in the Mount Airy and Point Breeze neighborhoods of Philadelphia. His childhood was marked by turmoil and tragedy. Prior to his first birthday, his father was killed. At the age of six, he accidentally set his house on fire. As he later immersed himself in hip-hop culture and graphic art, he was arrested for tagging (spray-painting) a basketball court. While in high school, he dealt crack cocaine, and was eventually prompted by an uncle to escape the Philly streets by living temporarily in Detroit with other family members. Shortly after he returned to his hometown, his mother, who had struggled with crack addition, was fatally stabbed. Trotter further developed his interest in art at Philadelphia's High School for Creative & Performing Arts, where he met drummer Ahmir \"Questlove\" Thompson. This connection eventually enabled Trotter to redirect the pain and anger of his upbringing into rap music.\nThe alliance of Trotter and Thompson, forged in 1987, developed into a rap unit that, after numerous developments and name changes, settled into the Roots. The band made its independent recorded debut with Organix (1993) and shortly thereafter signed with major-label DGC, releasing the RIAA gold-certified Do You Want More?!!!??! (1995) and second-consecutive Billboard Top Ten R&B/hip-hop album Illadelph Halflife (1996). The latter featured the Top 40 hit \"What They Do,\" thereby making Trotter one of the least materialistic rappers to cross over. In the process, Trotter had attained major hip-hop clout, epitomized not only by his inclusion in the cover photo of XXL magazine's \"Greatest Day in Hip-Hop History\" issue (October 1998), but also by the recognition he received at the shoot from Rakim, one of his primary inspirations. \nMoved from DGC to MCA and primed for long-term mainstream presence, the Roots had their greatest success with Things Fall Apart (1999), which peaked at number four on the Billboard 200, eventually went platinum, and was nominated for a Grammy in the category of Best Rap Album. Its biggest single, the Erykah Badu collaboration \"You Got Me,\" won the award for Best Rap Performance by a Duo or Group. Phrenology (2002) and The Tipping Point (2004) followed on MCA and Geffen, respectively, with the former set another gold-seller, also nominated for a Best Rap Album Grammy. the Roots then initiated their longest label affiliation with Def Jam, an era that has entailed artistically uncompromised and Grammy-nominated works such as Game Theory (2006), How I Got Over (2011), and Undun (2013). Meanwhile, the Roots became the house band for Late Night with Jimmy Fallon and recorded albums with John Legend, Betty Wright, and Elvis Costello, though Trotter was involved with only the first in the series, Wake Up! (2010), which won a Grammy for Best R&B Album.\nTrotter has been a featured artist on dozens of tracks since the start of the Roots' ascent, including titles by contemporaries such as Common, Pharoahe Monch, Ghostface Killah, Talib Kweli, and J Dilla. As a headliner, his output has been minimal. In 1998, he and producer J. Tacuma, better known as jazz bassist Jamaaladeen Tacuma, teamed up for a pair of 12\" releases on Japan's P-Vine label. A couple years later, there was \"Hardware,\" a 12\" on MCA proclaimed as \"the first joint from the debut solo album Masterpiece Theater.\" That project was shelved, though some of its material was used for the Roots' Phrenology. The next solo release from Trotter didn't arrive until 2018, on the heels of a mind-boggling ten-minute freestyle for Funkmaster Flex's Hot 97 radio show. Streams of Thought, Vol. 1, a five-track digital EP with production from 9th Wonder (four tracks) and Khrysis (one track), was issued that June. By then, Trotter had also established himself as an actor, and had added to his list of credits through a recurring role in the dramatic television series The Deuce. ~ Andy Kellman","index":1,"viewCount":39,"lastViewedAt":1595491827,"thumb":"/library/metadata/564/thumb/1595497001","art":"/library/metadata/564/art/1595497001","addedAt":1579227128,"updatedAt":1595497001,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"567","key":"/library/metadata/567/children","guid":"plex://artist/5df21777cbd6e75dc4cf37df","type":"artist","title":"Black Thought & 9th Wonder","summary":"Known neither as a solo artist nor as the figurehead of the Roots, Tariq Trotter, aka Black Thought, is nonetheless widely recognized as one of the most skilled, incisive, and prolific rappers of his time, dating back to the '90s with Organix (1993), his group's recorded debut, and Do You Want More?!!!??! (1995), their first LP for a major label. Despite Trotter's anchoring of a dozen studio albums with the Roots, including the Top Ten, Grammy-nominated releases Things Fall Apart (1999), Game Theory (2006), and How I Got Over (2010), anticipation for a solo album has been high since the rapper scrapped an early-2000s project for MCA. With Streams of Thought, Vol. 1 (2018), Trotter placated listeners with a five-track set produced by 9th Wonder and Khrysis.\nTariq Trotter grew up in the Mount Airy and Point Breeze neighborhoods of Philadelphia. His childhood was marked by turmoil and tragedy. Prior to his first birthday, his father was killed. At the age of six, he accidentally set his house on fire. As he later immersed himself in hip-hop culture and graphic art, he was arrested for tagging (spray-painting) a basketball court. While in high school, he dealt crack cocaine, and was eventually prompted by an uncle to escape the Philly streets by living temporarily in Detroit with other family members. Shortly after he returned to his hometown, his mother, who had struggled with crack addition, was fatally stabbed. Trotter further developed his interest in art at Philadelphia's High School for Creative & Performing Arts, where he met drummer Ahmir \"Questlove\" Thompson. This connection eventually enabled Trotter to redirect the pain and anger of his upbringing into rap music.\nThe alliance of Trotter and Thompson, forged in 1987, developed into a rap unit that, after numerous developments and name changes, settled into the Roots. The band made its independent recorded debut with Organix (1993) and shortly thereafter signed with major-label DGC, releasing the RIAA gold-certified Do You Want More?!!!??! (1995) and second-consecutive Billboard Top Ten R&B/hip-hop album Illadelph Halflife (1996). The latter featured the Top 40 hit \"What They Do,\" thereby making Trotter one of the least materialistic rappers to cross over. In the process, Trotter had attained major hip-hop clout, epitomized not only by his inclusion in the cover photo of XXL magazine's \"Greatest Day in Hip-Hop History\" issue (October 1998), but also by the recognition he received at the shoot from Rakim, one of his primary inspirations. \nMoved from DGC to MCA and primed for long-term mainstream presence, the Roots had their greatest success with Things Fall Apart (1999), which peaked at number four on the Billboard 200, eventually went platinum, and was nominated for a Grammy in the category of Best Rap Album. Its biggest single, the Erykah Badu collaboration \"You Got Me,\" won the award for Best Rap Performance by a Duo or Group. Phrenology (2002) and The Tipping Point (2004) followed on MCA and Geffen, respectively, with the former set another gold-seller, also nominated for a Best Rap Album Grammy. the Roots then initiated their longest label affiliation with Def Jam, an era that has entailed artistically uncompromised and Grammy-nominated works such as Game Theory (2006), How I Got Over (2011), and Undun (2013). Meanwhile, the Roots became the house band for Late Night with Jimmy Fallon and recorded albums with John Legend, Betty Wright, and Elvis Costello, though Trotter was involved with only the first in the series, Wake Up! (2010), which won a Grammy for Best R&B Album.\nTrotter has been a featured artist on dozens of tracks since the start of the Roots' ascent, including titles by contemporaries such as Common, Pharoahe Monch, Ghostface Killah, Talib Kweli, and J Dilla. As a headliner, his output has been minimal. In 1998, he and producer J. Tacuma, better known as jazz bassist Jamaaladeen Tacuma, teamed up for a pair of 12\" releases on Japan's P-Vine label. A couple years later, there was \"Hardware,\" a 12\" on MCA proclaimed as \"the first joint from the debut solo album Masterpiece Theater.\" That project was shelved, though some of its material was used for the Roots' Phrenology. The next solo release from Trotter didn't arrive until 2018, on the heels of a mind-boggling ten-minute freestyle for Funkmaster Flex's Hot 97 radio show. Streams of Thought, Vol. 1, a five-track digital EP with production from 9th Wonder (four tracks) and Khrysis (one track), was issued that June. By then, Trotter had also established himself as an actor, and had added to his list of credits through a recurring role in the dramatic television series The Deuce. ~ Andy Kellman","index":1,"thumb":"/library/metadata/567/thumb/1595497001","addedAt":1579227316,"updatedAt":1595497001,"Genre":[{"tag":"Rap"}]},{"ratingKey":"900","key":"/library/metadata/900/children","guid":"plex://artist/5d07be9f403c6402906b6b8b","type":"artist","title":"BRADIO","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/900/thumb/1595065053","addedAt":1579328132,"updatedAt":1595065053,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"1043","key":"/library/metadata/1043/children","guid":"plex://artist/5d07bc10403c6402904b3f5d","type":"artist","title":"Breaking Benjamin","summary":"Breaking Benjamin is a post-grunge/alternative metal band Formed in Wilkes-Barre, Pennsylvania, USA in 1998 by vocalist Benjamin Burnley and drummer Jeremy Hummel, Breaking Benjamin quickly garnered a strong local following. 1st Studio Album (2002) - Saturate The band signed to Hollywood Records in 2001 after the success of an independently-released, self-titled EP, which sold all 2,000 copies that were manufactured. Hollywood Records released their full-length, major-label debut, Saturate, on August 27, 2002. The album's first single, \"Polyamorous\", received a fair amount of radio play, although it failed to reach mainstream audiences. A video was released in two different versions for Polyamorous: one that had all live-action footage, and one that had footage of the video game Run Like Hell. The following single \"Skin\" was also released from Saturate, although it fared worse than \"Polyamorous\" and received even less airplay. \"Skin\" was also performed live on the Jimmy Kimmel Live show. \"Medicate\" was also released as a single, to little commercial success and airplay. Saturate has gone on to sell over 300,000 copies. 2nd Studio Album (2004) - We Are Not Alone Breaking Benjamin released their second album, We Are Not Alone, on June 29, 2004. The album featured the lead off single \"So Cold\", which reached number two on the United States Billboard Mainstream Rock chart. The band had two music videos made for the song, one of which was a promotional video made for the movie Hellboy. The commercial success of \"So Cold\" led to We Are Not Alone achieving platinum status in late 2005. Also released as singles from the album were \"Sooner or Later\" and a re- recorded version of \"Rain\", which was featured on later pressings of the album. While the former again got the band as high as number two on the Mainstream Rock chart and featured a music video, the latter garnered little radio play and had no video created for it. Another song off \"We Are Not Alone\", \"Sooner or Later\", had a video created for it and got a fair amount of radio play. Later in 2004, the band released the So Cold EP. The EP contained live recordings of We Are Not Alone's \"So Cold\" (an acoustic recording), \"Breakdown\", and \"Away\", as well as studio recordings of \"Blow Me Away\", a song that was featured in Bungie's video game Halo 2, and \"Lady Bug\", an early fan favorite of the band's. In September of 2004, drummer, and founding member of Breaking Benjamin, Jeremy Hummel was relieved of his duties in the band. Subsequently, on September 28, 2005, Hummel filed a federal lawsuit against the remaining members of Breaking Benjamin, as well as its management, claiming he was not paid for songs he helped write. Hummel's lawsuit asked for more than $8 million in damages. A message was released October 25, 2006 on the bands official website stating that the band and Hummel had come to agreement on the lawsuit. 3rd Studio Album (2006) - Phobia In the fall of 2006 the band began a tour opening for Godsmack for the IV tour, hitting up mostly eastern and Ohio Valley venues, and soon moving out west, still in support of the Phobia album, released on August 8 that year. Several of the shows had been canceled, or turned into Breaking Benjamin headliners due to scheduling conflicts. Many of Breaking Benjamin's tour dates from December 3rd have been rescheduled due to illness in the band's ranks. All dates were rescheduled as the band announced another headlining leg before going on a nationwide tour with Three Days Grace and Nickelback. On March 4, 2007, HDNet premiered a one-hour show of the Breaking Benjamin concert in Bethlehem, Pennsylvania at Stabler Arena. This is also the concert that was included on the Phobia re-release DVD in April of 2007, advertised as \"The Homecoming\". Footage of the band's live Stabler Arena performance of \"Breath\" comprises the song's music video. On April 17, 2007, Breaking Benjamin re-released the album Phobia. The album featured a DVD with about an hour of their Stabler Arena concert footage. 4th Studio Album (2009) - Dear Agony On the 29th of September, 2009, Breaking Benjamin released their 4th studio album, entitled \"Dear Agony\". Some of the tracks on the album, were co-written by Jasen Rauch, from the Christian-metal band Red. On September 23, 2009, Breaking Benjamin released a flash video game parody of Altered Beast, aptly titled \"Altered Benjamin\". The game contains three levels and plays the same as the original, except the player controls vocalist Ben Burnley and the three bosses are each other member of the band respectively. Altered Benjamin is still available through the band's website, and their MySpace page. Certain copies of Dear Agony purchased at Best Buy also come with a bonus DVD that includes the band's six music videos including a previously-unreleased version of the video for \"I Will Not Bow\". The version on the DVD is of the band only and does not contain any footage from the movie Surrogates, unlike the version released on the Internet. On August 31st, 2009, prior to the release of Dear Agony, Breaking Benjamin released their first single from DA, \"I Will Not Bow\". It was featured in the 2009 Sci-Fi film \\Starring Bruce Willis], \"Surrogates\". The song was not written specifically for the film, but according to drummer Chad Szeliga, “Ben sent a few songs to our record label, Hollywood Records,” which is owned by Disney, who then decided they “wanted a Breaking Benjamin song for this movie.” The music video for I Will Not Bow was released to the band's Myspace on August 21, 2009. The video was shot at the World Trade Center building 7, but has no connection or significant meaning having to do with the 9/11 events as stated by Aaron Fink in his Point interview on August 13, 2009. The video was directed by Rich Lee who has also directed for Evanescence. Lee chose the location, feeling it was an eerie place to film. A second version of the music video without the Surrogates footage was released with the Best Buy Exclusive version of Dear Agony. It includes various bridged footage of the band performing. On January 5, 2010, Give Me a Sign was the second single released from Breaking Benjamin's fourth studio album, Dear Agony. 2 extra tracks were featured on the Japanese version of \"Dear Agony\". An acoustic version of 'Without You', and an acoustic version 'Give Me A Sign'. Hiatus, greatest hits album and legal issues (2010-2014) In the summer of 2010, Breaking Benjamin announced an indefinite hiatus, due to Burnley's recurring illnesses. Guitarist Fink and bassist Klepaski rejoined their old band, Lifer, and Szeliga toured with his other band, OurAfter. On June 7, 2011, a remixed version of \"Blow Me Away\", featuring Valora, was released. An animated music video for the remix was released on August 24. On June 30, 2011, Rock Access posted the tracklist for the band's greatest hits album, Shallow Bay: The Best of Breaking Benjamin, and for its \"deluxe edition\". It was released on August 16, as a one-disc \"standard edition\" and a two-disc \"deluxe edition\" (featuring b-sides and rarities). Burnley publicly opposed the album's release, saying content had been altered and released without his consent, and that it did not meet his standards. In May 2011, Burnley fired bandmates Fink and Klepaski. Shortly after, a dispute over the new version of \"Blow Me Away\" went public. Burnley gave his side of the dispute in a June court filing, saying Fink and Klepaski made unilateral and unauthorized decisions on behalf of the band, such as giving permission in May for the remixing of \"Blow Me Away\". Burnley seeks at least $250,000 and the exclusive right to the \"Breaking Benjamin\" name. Burnley has stated he plans to revive the band when the lawsuit is settled. Little was heard from the band throughout 2012, the only exception being a February 2012 interview with Szeliga, where he assured fans that the band was still together, and that he looked forward to working on another record in the future. On April 19, 2013, Burnley announced that the legal issues had finally ended, with Burnley winning the rights to the name of the band. However, Szeliga posted an announcement on his Facebook page on April 22 that he was leaving the band, due to creative differences. In October-November 2013, Burnley played a number of acoustic performances around the Wilkes-Barre area, playing Breaking Benjamin songs. Reformation (2014) On August 19, 2014, the band announced that they had reformed via their official Facebook page. The band re-emerged as a quintet, consisting Burnley as the lead vocalist and four new members. New members include guitarist Jasen Rauch, previously of the band Red, who had previously collaborated with the band off of four tracks on Dear Agony, guitarist Keith Wallen, previously of Adelitas Way, bassist Aaron Bruch, who played a couple of acoustic shows previously with Burnley, and drummer Shaun Foist, previously of the band Picture Me Broken. 5th Studio Album (2015) - Dark Before Dawn Burnley explained that writing for Dark Before Dawn was intermittent and fragmentary, taking place throughout the hiatus, though it was toward the end of the hiatus in 2013 when it became cohesive. After growing frustrated with the lack of answers regarding his health condition, Burnley decided to abandon searching for a diagnosis and focus on the album. Recorded and produced at a personal studio of Burnley's, Dark Before Dawn is the first album with the front man credited as the producer. The singer stated that \"I would say that I did the same amount of producing on this album as I've done on other albums, just never had my name [on it]\", adding, \"You know, I'm not doing anything different here than I have done in the past. Why shouldn't I be known to be doing it?\" Within an hour of pre-order availability, Dark Before Dawn reached No. 1 on the rock albums chart on iTunes and No. 3 on the overall album chart. It sold 135,000 pure album units and 141,000 equivalent album units in its first week, debuting at No. 1 on the Billboard 200, making the album the group's heretofore most successful sales effort. In July 2015, the band announced their first overseas performance, in which they headlined a four-day cruise venue in February 2016 along with Yngwie Malmsteen, Zakk Wylde, Flyleaf, et al. The band also performed on a joint U.S. tour with Shinedown in October and November along with Sevendust, and proceeded to play further outside of the United States in June 2016 at venues such as the Download Festival in the United Kingdom, Rock am Ring in Germany, and Nova Rock in Austria. 6th Studio Album (2018-present) - Ember The group's sixth studio album was first revealed to be completed in August 2017. In December 2017, Ember and its lead single \"Red Cold River\" were announced for release in the second quarter of 2018 and January 5, 2018, respectively. On January 26, \"Feed the Wolf\" was released as a pre-order bonus, along with a release date for the album of April 13, 2018. Three subsequent songs—\"Blood\", \"Psycho\", and \"Save Yourself\"—were released ahead of the album as promotional releases. Writing for the album began in 2016, with recording primarily happening in 2017. While Burnley remained the primary composer for the album, he stated that around half of it was written by the rest of the band. Burnley returned to producing for the album, along with the rest of the band, a first for the group. Rauch commented that the album pushes the boundaries with heavier material than the band's done in the past. He said \"playing-wise, it's the most difficult album\", and that they took advantage of the three-guitar player dynamic, but that the album nonetheless does not depart from Breaking Benjamin's established sound. Burnley explained that there was demand for heavier material from fans, and that the group was happy to reflect that. He later explained that he believed fans gravitated to the heavier side of the band, but that \"we also make sure to explore our melodic and softer side too\", saying that the album seeks to give both sides to the furthest degree. Burnley stated that he chose Ember as the album title as something that could be the end of something or the start of it, but emphasized an intentional ambiguity to leave it open to interpretation. It sold 88,000 units in its first week of sales, debuting at No. 3 on the Billboard 200. \"Red Cold River\" peaked at No. 2 on the Mainstream Rock Songs chart, and No. 5 on the Hot Rock Songs chart. Singles Chronology 2002 - Polyamorous 2003 - Skin 2003 - Medicate 2004 - So Cold [EP]* 2004 - Sooner or Later 2005 - Rain (Drums re-recorded by Chad Szeliga) 2006 - The Diary Of Jane 2006 - Breath 2006 - Until The End 2009 - I Will Not Bow 2010 - Give Me A Sign 2015 - Failure 2015 - Angels Fall 2016 - Never Again 2018 - Red Cold River 2018 - Torn In Two 2018 - Tourniquet *So Cold [EP] featured 5 songs, 'So Cold (Acoustic)', 'Blow Me Away', 'Lady Bug', 'Away (Live)' and 'Breakdown (Live)'. Name Origin The name \"Breaking Benjamin\" comes from Benjamin Burnley's early solo experience. Burnley was covering a Nirvana song during an open-mic night at a club when he finished he dropped the microphone to the ground, breaking it. The person who owned the microphone came on stage and said, 'Thanks to Benjamin for breaking my fucking mic.' In 1999, the band briefly renamed themselves \"Plan 9.\" In late 2000, after various line-up changes, the band changed its name back to \"Breaking Benjamin\" and two friends of Burnley, Aaron Fink and Mark Klepaski, left their previous band, Lifer, and joined the ranks of Breaking Benjamin as guitarist and bassist, respectively. Lifer was a band that gained brief mainstream attention because of their part in an MTV cover band contest that resulted in a record deal with Universal Records. Their official site - www.breakingbenjamin.com [Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1043/thumb/1595497039","art":"/library/metadata/1043/art/1595497039","addedAt":1579322004,"updatedAt":1595497039,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"United States"}]},{"ratingKey":"1479","key":"/library/metadata/1479/children","guid":"plex://artist/5d07bd46403c6402905c12e0","type":"artist","title":"Childish Gambino","summary":"Childish Gambino is the alter ego of multi-hyphenate American entertainer Donald Glover, who is also known for acting roles on television shows like Community and the Emmy- and Golden Globe-winning Atlanta, as well as the film Solo: A Star Wars Story. As Childish Gambino, Glover refined his off-kilter brand of hip-hop on his 2013 breakthrough album Because the Internet, before making a sharp turn toward R&B-inspired funk, which won him a Grammy for Best Traditional R&B Performance in 2017 for the single \"Redbone.\" In 2018, his politically charged song \"This Is America\" debuted at number one atop the Billboard Hot 100, buoyed by a viral music video that addressed gun violence and racial injustice. The success of those two projects launched him into a creative burst, which led to the release of his genre-defying, mind-bending 3.15.20 album in 2020.\nWhile studying at NYU, Glover joined the sketch comedy group Derrick Comedy, which caught the attention of Tina Fey, who hired him in 2006 to write for 30 Rock. Three years later, he left that job to move to Los Angeles and was soon cast on the sitcom Community. The year before, he had released his first mixtape, Sick Boi, under the moniker Childish Gambino, which was conceived by an online Wu-Tang Clan name generator. His next mixtape, Poindexter, was released on September 19, 2009, the same day Community premiered on NBC. While his brainy, sometimes goofy rapping style was established by these two mixtapes, his next efforts sought to expand his reach and touch on more serious subjects. \nI Am Just a Rapper and I Am Just a Rapper 2 were released in quick succession at the beginning of 2010, followed a couple months later with Culdesac, a mixtape that showed off Glover's soulful singing style. All the while, he was still starring on Community, launching a successful standup comedy career, and making electronic music under the name mcDJ. Up to this point, all his music had been self-released, but that changed when he was signed to Glassnote Records in 2011. His first official album, Camp, was issued that same year. Busy as ever, Glover launched a tour that lasted into 2012, then released another mixtape, Royalty, denoting his new status as a more serious rapper and featuring a range of musicians including Beck, ScHoolboy Q, and Das Racist's Heems. \nAlong with guesting on tracks by Kilo Kish, Chance the Rapper, Young Dro, and Kenna, his next move was to reduce his commitment to Community in order to focus more on his music and other projects, most notably a production deal with the TBS network. He left the show for good in 2013, and that same year released his second album, Because the Internet. The record featured appearances by Chance the Rapper, Jhené Aiko, and Azealia Banks, and scored Childish Gambino a Top Ten debut chart placement, a gold record, and a nomination for Best Rap Album at the 2015 Grammy Awards. Glover kept up the same determined pace, and in 2015 released a new mixtape, STN MTN (named for Stone Mountain, Georgia, where he grew up), and EP, Kauai, both of which showed him expanding his sound, with the latter featuring more singing than before. \nGlover's next big project was creating and starring in Atlanta, a well-received comedic drama set in the titular city. The show debuted in September 2016 and was an instant commercial success. He would direct a handful of episodes, later winning an Emmy for his directorial efforts. In addition to winning a Golden Globe for Best Television Series Musical or Comedy, Atlanta also scored Glover a Best Actor statue.\nIn late 2016, he began dropping hints about a new album, playing a festival in California where he debuted new songs. The first taste of his new sonic direction arrived with \"Me and Your Mama.\" It was a new sound cooked up by Glover and longtime producer Ludwig Göransson, based on deeply weird late-'60s and early-'70s psychedelic funk and soul like Sly & the Family Stone and Funkadelic. Peaking in the Top Five of the Billboard 200 upon release in late 2017, the critically lauded \"Awaken, My Love!\" featured Glover forgoing his trademark rap style in favor of stretching his vocal range in a variety of styles. The album's soulful single \"Redbone\" was also a hit, peaking just outside the Hot 100 and adding Grammy winner to Glover's resumé. \nSwitching back to acting for a stint, Glover was featured in Spider-Man: Homecoming in 2017 and cast as Lando Calrissian in 2018's Solo: A Star Wars Story. As promotion for that film was underway, Glover hosted Saturday Night Live and performed as Childish Gambino. He debuted the trap-indebted song \"This Is America,\" which quickly became a viral hit for its controversial music video and politically charged lyrics. The track debuted atop the Billboard Hot 100 in May 2018 and would eventually sweep the Grammys, taking home a total of four trophies for Song of the Year, Record of the Year, Best Music Video, and Best Rap/Sung Performance. Glover was seemingly everywhere that year, appearing in season two of Atlanta, while also taking on the role of Lando Calrissian in Solo: A Star Wars Story, releasing the Summer Pack EP in July and launching a tour on September. His next move was filming a movie in Cuba with Rihanna, Guava Island, which featured new music by Childish Gambino and was released in April 2019. \nStaying busy, as usual, Glover appeared on a 21 Savage track, headlined Coachella, and starred in the remake of The Lion King. If all that wasn't enough, he was working on another Childish Gambino record the entire time. With the production help of DJ Dahi and the musical skills of Göransson and a small band of collaborators (including Ariana Grande and Kadhja Bonet), Glover spent two years working on 3.15.20, a head-spinning collection of tracks influenced by funk, soul, psychedelia, and the cosmos that's underpinned by a strong message of social justice and Glover's flexible vocal style. After being leaked on the Internet for one night only on March 15th, it was issued for real a week later. ~ Tim Sendra & Neil Z. Yeung","index":1,"thumb":"/library/metadata/1479/thumb/1595497055","art":"/library/metadata/1479/art/1595497055","addedAt":1579227668,"updatedAt":1595497055,"Genre":[{"tag":"Rap"},{"tag":"R&B"}],"Country":[{"tag":"United States"}]},{"ratingKey":"945","key":"/library/metadata/945/children","guid":"plex://artist/5d07bd6d403c6402905e417e","type":"artist","title":"ClariS","summary":"Claris is the name of more than one artist: 1) j-pop 2) Polish Euro house ClariS (クラリス) is a Japanese pop music idol unit from Hokkaido, Japan which formed in 2009. Formerly a female duo consisting of high school students Alice (アリス) and Clara (クララ), Alice left the unit in 2014 who then will be succeeded by Karen (カレン). They started as Nico Nico singers under the name of アリス☆クララ (Alice☆Clara), where they began singing covers of anime songs and songs originally sung by Vocaloids. These cover songs were submitted to the Nico Nico Douga video sharing website from Oct 2009~Jun 2010. In Sep 2010, ClariS was signed to SME Records and released their debut single \"irony\" (Oreimo TV anime OP) in Oct 2010. Since then, ClariS has released 7 more singles in 2011~2013, which were used as the Madoka☆Magica OP, Nisemonogatari ED, 2nd Oreimo PSP game OP, Oreimo light novel vol.9 song, Moyashimon Returns OP, Oreimo. OP, and the Madoka☆Magica Movie trilogy OP. ClariS will release their 10th single, \"STEP\", on 2014/04/16, which will be used as the Nisekoi 2nd OP. They released their debut album, \"BIRTHDAY\", in Apr 2012, and their 2nd album, \"SECOND STORY\", in Jun 2013. third album Party Time to be released in June 2014 will mark Alice's last contribution to ClariS. You can find some of their Vocaloid and anime cover songs on YouTube, while more information on ClariS can be found at http://www.clarismusic.jp/. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/945/thumb/1595497007","art":"/library/metadata/945/art/1595497007","addedAt":1579325816,"updatedAt":1595497007,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"1924","key":"/library/metadata/1924/children","guid":"plex://artist/5d07befa403c6402906fb64c","type":"artist","title":"ConcernedApe","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1924/thumb/1595065062","addedAt":1579033770,"updatedAt":1595065062},{"ratingKey":"1227","key":"/library/metadata/1227/children","guid":"plex://artist/5d07bda1403c640290607447","type":"artist","title":"Darren Korb","summary":"Darren was born on November 5th, 1983. Shortly thereafter, he was held upside down and smacked on the bottom, letting out what would be the first in a long line of epic wails. The public premier of his pipes occurred five years later when he took the stage in what would be the first of many musical productions. At twelve years old he picked up his first guitar and began writing rock songs and playing in a long line of bands. Darren produced his first critically acclaimed rock album while in high school. While still in college, Darren received a Telly Award for his composition \"Cullinary Excitement,\" and began composing for TV. In 2007 he received his BA from NYU's Gallatin School. In 2008, three of his songs were featured in the film, \"The Adventures of Food Boy\" starring Lucas Grabeel (High School Musical). In 2009 he began working in video games, assuming the role of lead audio designer for SF Bay Area start-up, Supergiant Games, and independently authoring songs for the Rock Band Network. Furly's \"Icarus' Song,\" which Darren authored for Rock Band, was chosen as one Harmonix's top 10 songs on the Rock Band Network. He has also written a new Power Pop musical with his brother. Darren currently resides in Clinton Hill, Brooklyn and splits his time between playing multiple instruments with several bands (Audio Fiction - bass, keys, Shelita Vaughns - guitar, Crystal DeVonne - guitar, Modakai - drums), playing sessions (guitar - Adam Green's \"Morning After Midnight\") working on his own music for Furly, producing other artists (A.L.X.), composing for television, film and video games, and authoring songs for the Rock Band Network. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"viewCount":33,"lastViewedAt":1593321453,"thumb":"/library/metadata/1227/thumb/1595497028","addedAt":1579313778,"updatedAt":1595497028,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"United States"}]},{"ratingKey":"3474","key":"/library/metadata/3474/children","guid":"plex://artist/5d07bed3403c6402906ddfca","type":"artist","title":"Daylyt","summary":"","index":1,"viewCount":27,"lastViewedAt":1594365091,"thumb":"/library/metadata/3474/thumb/1595587322","art":"/library/metadata/3474/art/1595587322","addedAt":1593546833,"updatedAt":1595587322},{"ratingKey":"2000","key":"/library/metadata/2000/children","guid":"plex://artist/5dae8fffb37302b855ec4f0d","type":"artist","title":"Deep Wave","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/2000/thumb/1595065055","addedAt":1579031488,"updatedAt":1595065055,"Genre":[{"tag":"Pop/Rock"}]},{"ratingKey":"2004","key":"/library/metadata/2004/children","guid":"plex://artist/5d07bbfc403c6402904a5bfc","type":"artist","title":"Disturbed","summary":"A hard-hitting, multi-platinum-selling heavy metal outfit based out of Chicago, Disturbed emerged in the late '90s with an aggressive blend of hard rock and alternative and nu metal. Fortified by a distinct melodic complexity and the uncompromising swagger of frontman David Draiman, the band exploded onto the scene in 2000 with The Sickness, which peaked at number 29 on the Billboard 200 and was eventually certified five-times platinum. They broke huge in 2002 with their sophomore effort, Believe, which, like all four of their subsequent offerings, debuted at number one. Disturbed went on a four-year hiatus in 2011 to focus on various side projects, but returned in 2015 with the chart-topping Immortalized, confirming their status as one of the genre's most commercially successful acts.\nDisturbed came together through the matching of a band with a singer. Longtime friends Dan Donegan (guitar), Mike Wengren (drums), and Fuzz (bass) played together in Chicago for some time before hooking up with singer David Draiman around 1997. Draiman had grown up in a religious family against which he rebelled, being expelled from five boarding schools in his adolescence. His anger found an outlet in the thrashing sound of Disturbed, who built up a following on Chicago's South Side before a demo tape led to their signing to Giant Records, which released their debut album, The Sickness, in March 2000. Disturbed gained more fans and exposure playing the main stage of the 2001 Ozzfest, then broke away to do their own self-described \"victory lap\" around the U.S. that fall. Also during this period, they managed to record a vicious new version of wrestler Steve Austin's theme song that was so good it managed to receive radio play, and they were one of the bands announced to work on a high-profile Faith No More tribute album. \nDisturbed stepped into the studio after stepping off the road and began work on a new disc that would reflect their growth as a band. Feeling experimental, the bandmembers worked with producer Johnny K and mixer Andy Wallace in order to create an album that could compare to other classic metal records they admired. Amplifying their fondness for groups like Judas Priest, Iron Maiden, Pantera, and Soundgarden, Believe was released in the fall of 2002 and was recognized as a heavier, more varied, and ultimately superior record to their debut, ultimately reaching the top of the Billboard 200. After completing a tour to support the album, Fuzz left the band and was replaced by former Union Underground member John Moyer. The tour document Music as a Weapon II appeared in 2004, followed by the ambitious studio full-length Ten Thousand Fists in September 2005. Dedicated to late Pantera and Damageplan guitarist Dimebag Darrell, and featuring a rollicking cover of Genesis' \"Land of Confusion,\" it marked the second consecutive number one debut for the group, as well as the studio debut for Moyer. Released in 2008, the darker and more textural Indestructible saw the group taking over its own production duties. It netted Disturbed their first Grammy nomination, and once again enjoyed an uncontested run at the top of the charts. They went the self-production route again on 2010's Asylum, which landed them their fourth successive number one debut, but conflicts within the group were coming to a head, and in 2011, after issuing a collection of rarities and B-sides titled The Lost Children, Disturbed officially went on hiatus. \nDuring their time apart, Moyer joined Adrenaline Mob and formed Art of Anarchy (with Scott Weiland as lead singer), Draiman started an industrial metal band called Device, and Donegan and Wengren formed Fight or Flight. After a dinner meeting between Draiman and Donegan in early 2014, the band began hatching plans to return. The duo wrote songs together in the same room for the first time since 2001, and recording sessions were soon booked. Working with producer Kevin Churko in Las Vegas, their next album harked back to a classic heavy metal sound. Immortalized was released in August 2015 and became their fifth consecutive studio album to top the Billboard 200. Released in 2016, the Live At Red Rocks concert LP captured the group's August 15 performance at the storied Colorado amphitheater. \"Are You Ready,\" the first single from their forthcoming seventh studio album, Evolution, arrived in 2018. Billed as a tribute to recently deceased contemporaries Chester Bennington of Linkin Park and Vinnie Paul of Pantera, it also marked the return of Moyer, who had left Disturbed in 2011. ~ William Ruhlmann & Bradley Torreano","index":1,"thumb":"/library/metadata/2004/thumb/1595497029","art":"/library/metadata/2004/art/1595497029","addedAt":1576883746,"updatedAt":1595497029,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"United States"}]},{"ratingKey":"1618","key":"/library/metadata/1618/children","guid":"plex://artist/5d07bd0f403c64029058df9b","type":"artist","title":"DJ OKAWARI","summary":"I was born in Shizuoka, Japan. As a track maker / DJ. I bring sampling to the core of every day HIPHOP, in the central organization under the theme of \"music and everyday coexistence\". \"The Music is Any Moments in Life.\" I express what I felt while I lived by a sound. I hope that you as a listener have your own sound in your life. I regard scenes and relevance to feelings as important, and make a sound giving it \"an ease \"well-defined tightened feeling such wind when I open a book\" to fall asleep just before that\". I always grope for a new thing without being always satisfied, and I continue always challenging it, and my name, \"DJ OKAWARI\", comes from it. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1618/thumb/1595497055","addedAt":1579032520,"updatedAt":1595497055,"Genre":[{"tag":"Electronic"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"672","key":"/library/metadata/672/children","guid":"plex://artist/5d07bbfd403c6402904a6596","type":"artist","title":"Eminem","summary":"Eminem is one of the best-selling artists in music history, easily the biggest crossover success ever seen in rap. To call him hip-hop's Elvis is correct to a degree, but it's largely inaccurate. Certainly, he was the first white rapper since the Beastie Boys to garner both sales and critical respect, but his impact has exceeded this confining distinction. On sheer verbal skills, Eminem is one of the greatest MCs of his generation: rapid, fluid, dexterous, and unpredictable, capable of pulling off long-form narratives or withering asides. And thanks to his mentor Dr. Dre, he's had music to match: thick, muscular loops evoking the terror and paranoia conjured by Em's lyrics. To be certain, a great deal of the controversy Eminem courted -- during the turn of the millennium, there was no greater pop cultural bogeyman than Marshall Mathers -- came through in how his violent fantasias, often directed at his mother or his wife, intertwined with flights of absurdity that appealed to listeners too young to absorb the psychodramas Eminem explored on his hit albums, The Slim Shady LP and The Marshall Mathers LP. With hits \"My Name Is\" and \"The Real Slim Shady,\" he ruled the airwaves, but it wasn't long before some detractors acknowledged his depth, helped in part by singles like the mournful \"Stan,\" written from the perspective of an obsessed fan. Eminem capitalized on this forward momentum by crossing over onto the big screen with 8 Mile, earning acclaim for his performance and an Oscar for the film's anthem, \"Lose Yourself.\" A number of demons have led him to withdraw periodically, but he's always returned with mid-career rejuvenations like 2009's Relapse or 2017's Revival.\nBorn Marshall Mathers in the Kansas City, Missouri suburb of St. Joseph, Eminem spent his childhood between Missouri and Michigan, settling in Detroit by his teens. At the age of 14, he began rapping with a high school friend, the two adopting the names \"Manix\" and \"M&M,\" which soon morphed into Eminem. Under this name, Mathers entered battle rapping, a struggle dramatized in the fictionalized 8 Mile. Initially, the predominantly African-American audience didn't embrace Eminem, but soon his skills gained him a reputation, and he was recruited to join several rap groups. The first of these was the New Jacks, and after they disbanded, he joined Soul Intent, who released a single in 1995. This single also featured Proof, and the two rappers broke off on their own to form D-12, a six-member crew that functioned more as a Wu-Tang-styled collective than a regularly performing group. \nAs he was struggling to establish his career, he and his girlfriend Kim had a daughter, Hailey, forcing him to spend less time rapping and more time providing for his family. During this time, he assembled his first album, Infinite, which received some underground attention in 1996, not all of it positive. After its release, Eminem developed his Slim Shady alter ego, a persona that freed him to dig deep into his dark id, something he needed as he faced a number of personal upheavals, beginning with a bad split with Kim, which led him to move in with his mother and increase his use of drugs and alcohol, capped off by an unsuccessful suicide attempt. All this Sturm und Drang was channeled into The Slim Shady EP, which is where he first demonstrated many of the quirks that became his trademark, including his twitchy, nasal rhyming and disturbingly violent imagery. \nThe Slim Shady EP opened many doors, the most notable of them being a contract with Interscope Records. After Eminem came in second at the 1997 Rap Olympics MC Battle in Los Angeles, Interscope head Jimmy Iovine sought him out, giving the EP to Dr. Dre, who proved eager to work with Eminem. They quickly cut Em's Interscope debut in the fall of 1998 -- during which time Marshall reconciled with Kim and married her -- and The Slim Shady LP appeared early in 1999, preceded by the single \"My Name Is.\" Both were instant blockbusters and Eminem turned into a lightning rod for attention, earning praise and disdain for his violent, satirical fantasias. \nEminem quickly followed The Slim Shady LP with The Marshall Mathers LP in the summer of 2000. By this point, there was little doubt that Eminem was one of the biggest stars in pop music: the album sold by the truckload, selling almost two million copies within the first two weeks of release, but Mathers felt compelled to tweak other celebrities, provoking pop stars in his lyrics, and Insane Clown Posse's entourage in person, providing endless fodder for tabloids. This gossip blended with growing criticism about his violent and homophobic lyrics, and under this fire, he reunited his old crew, D-12, releasing an album in 2001, then touring with the group.\nDuring this furor, he had his biggest hit in the form of the moody ballad \"Stan.\" Performed at the Grammys as a duet with Elton John, thereby undercutting some accusations of homophobia, the song helped Eminem to cross over to a middlebrow audience, setting the stage for the ultimate crossover of 2001's 8 Mile. Directed by Curtis Hanson, best known as the Oscar-nominated director of L.A. Confidential, the gritty drama fictionalized Eminem's pre-fame Detroit days and earned considerable praise, culminating in one of his biggest hits with the theme \"Lose Yourself,\" which won Mathers an Oscar. \nAfter all this, he retreated from the spotlight to record his third album, The Eminem Show. Preceded by the single \"Without Me,\" the album turned into another huge hit, albeit not quite as strong as its predecessor, and there were some criticisms suggesting that Eminem wasn't expanding his horizons much. Encore, released late in 2004, did reach into more mature territory, notably on the anti-George W. Bush \"Mosh,\" but most of the controversy generated by the album was for behind-the-scenes events: a bus crash followed by canceled dates and a stint in rehab. Rumors of retirement flew, and the 2005 appearance of Curtain Call: The Hits did nothing to dampen them, nor did the turmoil of 2006, a year that saw Mathers remarrying and divorcing Kim within a matter of four months, as well as the shooting death of Proof at a Detroit club.\nDuring all this, Em did some minor studio work, but soon he dropped off the radar completely, retreating to his Detroit home. He popped up here and there, most notably debuting the hip-hop channel Shade 45 for Sirius Satellite Radio in September 2008, but it wasn't until early 2009 that he mounted a comeback with Relapse, an album whose very title alluded to some of Mathers' struggles with prescription drugs, but it also announced that after an extended absence, Slim Shady was back. While not quite a blockbuster, the album went platinum, and Eminem followed it at the end of the year with an expanded version of Relapse (dubbed Relapse: Refill) that added outtakes and new recordings. Recovery, initially titled Relapse 2, was issued in June 2010. The album debuted on top of the Billboard 200 chart, where it remained for five consecutive weeks, while its leadoff single, \"Not Afraid,\" debuted on top of the magazine's Hot 100 singles chart.\nThe year 2010 also brought Eminem back together with Royce da 5'9\" under the Bad Meets Evil moniker. In turn, June 2011's Hell: The Sequel marked the release of their first EP as a duo and -- barring the previous month's release of key EP track \"Fastlane\" as a single -- was their first batch of new material since a 1999 double A-side. After an intense period of recording, Eminem announced in August 2013 that his next solo album would be a nostalgically themed set of new material entitled The Marshall Mathers LP 2, which landed in early November. The album featured the singles \"Berzerk,\" \"Rap God,\" and \"Survival,\" plus the chart-topping hit \"The Monster\" with Rihanna. In 2014, new tracks landed on the double-disc set Shady XV, which celebrated the Shady label's 15th birthday. The singles \"Phenomenal\" and \"Kings Never Die\" featuring Gwen Stefani arrived a year later, both taken from the Southpaw soundtrack. \nEminem resurfaced in October 2017 with a freestyle anti-Trump rap. The track didn't appear on Revival, the December 2017 album that was filled with cameos, including appearances by Beyoncé (\"Walk on Water\"), Ed Sheeran (\"River\"), and P!nk (\"Need Me\"). His seventh straight chart-topper, it ultimately failed to match the sales heights of past efforts, despite the international success of the \"River\" single. The next year, without warning, Eminem issued his surprise tenth album, Kamikaze. The set featured appearances by Joyner Lucas, Royce da 5'9\", and Jessie Reyez, as well as \"Venom,\" from the film of the same name. In January of 2020, he repeated this surprise-release approach with 11th studio album Music to Be Murdered By. The album featured production from Dr. Dre and cameos from the now-usual host of special guests, this time featuring Q-Tip, Ed Sheeran, Anderson .Paak, and the late Juice Wrld, among many others. The album debuted at number one on the Billboard charts. ~ Stephen Thomas Erlewine","index":1,"thumb":"/library/metadata/672/thumb/1595497087","art":"/library/metadata/672/art/1595497087","addedAt":1579222062,"updatedAt":1595497087,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States of America"}]},{"ratingKey":"931","key":"/library/metadata/931/children","guid":"plex://artist/5d07bd56403c6402905d03c1","type":"artist","title":"Fear, and Loathing in Las Vegas","summary":"Fear, and Loathing in Las Vegas is a electronicore band formed in the summer of 2008 in Kobe, Hyōgo Prefecture, Japan. The band was formed by members from Ending for a Start and Blank Time. The band mainly plays heavy music with both high and low shouts, but unlike typical metal sounds, they have electronic beats and autotuned singing. The band spent much time searching for a clean vocalist, So (ex. Bombreligion) joined in the spring of 2009 as their 6th member. Member So – lead vocals, programming (2009–present) Minami (also known as Keisuke) – unclean vocals, keyboards, programming (2008–present) Sxun – guitar, backing vocals (2008–present) Taiki – guitar (2008–present) Tomonori – drums (2008–present) Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/931/thumb/1595497005","art":"/library/metadata/931/art/1595497005","addedAt":1579326506,"updatedAt":1595497005,"Genre":[{"tag":"Electronic"},{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"1147","key":"/library/metadata/1147/children","guid":"plex://artist/5d07bdb9403c640290615e0a","type":"artist","title":"Gareth Coker","summary":"Gareth Coker is a British composer for film, games, and commercials. Since moving from Japan to Los Angeles in 2009, Gareth has developed a compositional style focusing on memorable, melodically-driven themes and motifs, combined with unique, and unconventional soundscapes. This approach, and his ability to apply it in a way that always serves to enhance the story earned him the attention of Moon Studios, which led to a highly successful collaboration on the acclaimed game Ori and the Blind Forest, released in March 2015 and reviewed as one of the highest rated games on Xbox One. The universally critically acclaimed soundtrack has won several prestigious awards, including an Academy of Interactive Arts & Sciences award for Outstanding Music Composition, a SXSW Gaming Award for Excellence in Musical Score, and the Game Audio Network Guild’s Audio of the Year. Since the release of Ori, he has had the opportunity to craft a soundtrack for Minecraft's Greek Mythology expansion pack. He has also contributed music to the independent games Primal Carnage, The Mean Greens, and inMomentum. This year Gareth is working on finishing the score for ARK Survival Evolved. Additionally, the realm of Virtual Reality opened up through veteran developer Insomniac Games as he was given the chance to score their new title The Unspoken, an action game that pulls players into a world of spellcasting and magicians’ duels. The game will be released during the holidays. Coker's film work includes upcoming feature film Emma's Chance (starring Greer Grammar), upcoming documentary Resistance is Life, Labyrinth (starring James Franco), and Dark Power (starring Kristianna Loken and Sean Patrick Flanery). He has also scored a plethora of short films, including Recoil, Waking Up, and What To Bring To America. In addition to his scoring duties, he writes numerous cues for advertisements and library music companies (EMI Production Music, ICON Trailer Music). Clients include Jaguar, Ultimate Fighting Championship, ITV, Nevada Energy and more. Gareth was educated at the Royal Academy of Music in London and at the University of Southern California. He has lived in Hilversum (Holland), Baltimore, Utsunomiya (Japan), and Los Angeles. His multinational background has helped him draw on numerous musical influences that have helped shape his musical sound over the years. He is a BMI-affiliated composer, a member of the Game Audio Network Guild, and the Los Angeles chapter of the IGDA. His success in the field led to him being awarded recognition as an Associate of the Royal Academy of Music (ARAM) for his significant contribution to the music profession. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1147/thumb/1595497024","addedAt":1579316466,"updatedAt":1595497024,"Genre":[{"tag":"Stage & Screen"}]},{"ratingKey":"907","key":"/library/metadata/907/children","guid":"plex://artist/5d07bdfe403c640290640a67","type":"artist","title":"Goose house","summary":"Goose House is a band from Japan originally formed under the name \"PlayYou.House\". PlayYou.House was a project from Sony WALKMAN to make a house that consist of many talented youngsters and make their own music and streamed it live once every week. The members are Hana Sekitori, d-Ize, Rioka Kanda, Saito Johnny, Kei Takebuchi, Shuhei Kudo, and Masahide Kimura. They held their first live stage event in 18 December 2010. In this event, they sold their own official goods and CD debut, titled \"Sing\". Later, they decided to change their name to Goose House because the member was increasing, and if they're making a lot of noise it would sounded like a goose. Their first live streaming as Goose House was held in 7 May 2011. In 2014, their song was used in several anime. Start with Oto no naru hou e as opening of anime Gin no Saji, and Hikaru Nara as opening of anime Shigatsu wa Kimi no Uso following later in the same year. Current Members: Shuhei Kudo (Vocals, Guitar, Harmonica, HBB) Shuhei Watanabe (Vocals, Guitar, Bass) Johnny Saito (Vocals, Guitar, Banjo, Mandolin) Kei Takebuchi (Vocals, Piano) Migiwa Takezawa (Vocals, Acoustic Guitar, Piano, Drums) Manami (Vocals, Guitar) Sayaka (Vocals, Piano) Ex-members: Hana Sekitori (PlayYou.House) Chihiro Nakamura(PlayYou.House) Masahide Kimura (Vocals, Piano) Rioka Kanda (Vocals, Piano) d-iZe (Leader, Vocals, Piano, Trumpet) Discography: Phrase #01 (2011) Phrase #02 Sky (2011) Phrase #03 Wandering (2012) Phrase #04 Beautiful Life (2012) Phrase #05 「この指とまれ」 (Kono yubi tomare) (2013) Phrase #06 「サクラへ」 (Sakura e) (2013) Phrase #07 Soundtrack? (2013) Phrase #08 オトノナルホウヘ→/恋はヒラひらり (Oto no naru hou e→ / Koi wa hira hirari) (2014) Phrase #09 光るなら (Hikaru Nara) (2014) Phrase #10 Milk (2015) Phrase #11 Bitter (2015) Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/907/thumb/1595497001","addedAt":1579327808,"updatedAt":1595497001,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"3435","key":"/library/metadata/3435/children","guid":"plex://artist/5d07bcdd403c6402905618e1","type":"artist","title":"Grieves","summary":"A Seattle-based rapper who is heavily influenced by the indie hip-hop duo Atmosphere, Grieves was born in Chicago. Thanks to his arts-loving father, he was introduced to the city's jazz clubs at a young age, but after moving to Fort Collins, Colorado, he had to wait until he turned 19 to land in a city with a more suitable musical climate, Seattle. It was there that his love of punk and hip-hop flourished, especially the latter, thanks to a fertile local community and a home studio. Following the 2005 EP Every Hell Has Its Springtime, Grieves' debut full-length, Irreversible, appeared in 2007 with a special guest appearance from underground favorite Mr. Lif. A year later, his album 88 Keys and Counting arrived, featuring backing tracks from producer Budo. Atmosphere's Rhymesayers label gave 88 Keys a wider release in 2010, and also issued Grieves' The Confessions of Mr. Modest EP that same year. Budo was back for 2011's Together/Apart, which was packaged with a DVD containing a documentary and music videos. Grieves' 2014 release, Winters & the Wolves, was a conceptual coming-of-age album that he co-produced with B. Lewis. After guesting on Atmosphere's 2016 single \"Fireflies,\" Grieves released his fifth full-length, Running Wild, in 2017. ~ David Jeffries","index":1,"thumb":"/library/metadata/3435/thumb/1595065054","art":"/library/metadata/3435/art/1595065054","addedAt":1592328921,"updatedAt":1595065054,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"1201","key":"/library/metadata/1201/children","guid":"plex://artist/5d07bc02403c6402904a9acc","type":"artist","title":"Hikaru Utada","summary":"Utada Hikaru (Japanese: 宇多田ヒカル), born January 19, 1983 in New York City, United States, also known by her fan-nickname \"ヒッキー\" (Hikki), is a third culture singer, composer, arranger, and record producer in Japan and the United States. Utada Hikaru was born to Japanese parents who both had roots in the Japanese music industry; her father, Teruzane Utada, was a producer, while her mother, Junko Utada, was an enka singer (she performed under the stage name Keiko Fuji (藤圭子). Utada Hikaru has been recording since 1993. She made her first professional recording at the age of twelve, and recorded her first album, Precious, in 1996 under the pseudonym Cubic U. This album led to her career overseas. In a recent MTV interview (MTV's You Hear It First, October 2004), Utada said: \"Someone in Japan heard it, at a Japanese record company, and he said, 'Oh, can't you write in Japanese? You speak Japanese.' And I didn't want to say no, so I had to try it.\" Utada Hikaru was married to Kazuaki Kiriya, a photographer and movie director. He directed several of her music videos, including \"Final Distance\", \"Traveling\", \"Hikari\"/\"光\", \"Sakura Drops\", \"Deep River\", \"Dareka no Negai ga Kanau Koro\"/\"誰かの願いが叶うころ\", \"You Make Me Want to Be a Man\", \"Be My Last\", \"Passion\", and \"Keep Tryin'\". Also, \"Dareka no Negai ga Kanau Koro\"/\"誰かの願いが叶うころ\" was played during the credits of Kiriya's directorial debut, Casshern. Their 4 1/2-year marriage was drawn to a close on March 2nd, 2007 as both Kazuaki Kiriya and Utada Hikaru filed divorce papers. Utada Hikaru may be most known in some cultures for her contribution to the Square-Enix & Disney video game series \"Kingdom Hearts\" where she performed the song \"Hikari\"/\"光\" (or mostly known as \"Simple and Clean\" in the English version) for the first game. She also performed \"Sanctuary\" and \"Passion\" (English and Japanese versions of the same song, respectively) for the second game. Utada moved to Tokyo in late 1997 and attended Seisen International School, and later the American School in Japan while continuing to record on a new contract with Toshiba-EMI. Her movement originally came from Japanese FM radio. Unlike other pop-stars at the time, she was more focused on becoming a singer and songwriter while other Japanese female singers were attempting to become idols. Leading up to the release of her Japanese debut album First Love, Utada released two successful million-selling singles: \"Automatic/Time Will Tell\" and \"Movin' on Without You\". \"Automatic/Time Will Tell\" sold over two million copies. Backed by her singles, her debut album First Love went on to sell over 7 million units in Japan alone (with an additional 3 million overseas, bringing it to a sum of at least 10 million unit), becoming the highest selling album in Japan's history. The album yielded the single \"First Love\", which peaked at the number-two spot. By the end of the year, Utada was rank number 5 on a Japanese radio station Tokio Hot 100 Airplay's Top 100 Artists of the 20th Century by the station and its listeners. After a two years' break, Utada released her follow up album Distance, garnering first-week sales of 3 million units sold. Ayumi Hamasaki's first greatest hits compilation album was released the same week with the aim to make a positive duel by Hamasaki's label, Avex Trax. This duel helped the two albums to break the record of the fastest selling album worldwide, with Utada's album reaching the first position by less than 150,000 copies. Backed by her singles — \"Addicted to You\", \"Wait & See: Risk\", \"For You/Time Limit\" and \"Can You Keep a Secret?\" — Distance became the best-selling album of the year, with 4.469 million copies sold in Japan alone. Additionally, \"Addicted To You\" became Utada's best-selling single, selling one-million in its first week which became the highest first-week sales for a female solo artist and staying on top of the chart for two consecutive weeks. \"Wait & See: Risk\" and \"Can You Keep A Secret\" also were later ranked at number 6 and number 10 respectively on Oricon's list of 10 Best-Selling Singles from January 1, 1999 to April 24, 2006. Utada also went on to release a single which was dedicated to the female victim of a murder case in Ikeda, Osaka, titled \"Final Distance\". Between 2005-2005, she attempted to break into the US market under her stage name Utada which her album Exodus. A year after the release of Exodus, Utada moved back to Tokyo and started work on her next album. Leading up the release of her fourth album, Ultra Blue, Utada released a string of successful hit singles: \"Colors\" (number 1), \"Dareka no Negai ga Kanau Koro\" (number 1), \"Be My Last\", (number 1), \"Passion\" (number 4), and \"Keep Tryin'\" (number 2). The digital single \"This Is Love\" was released to promote the album, netting 1,000,000 digital downloads. Ultra Blue sold 500,317 copies in the first week, lower than that of the previous album, although it still topped the Oricon Daily, Weekly, and Monthly charts. Ultra Blue gave the artist her fifth consecutive chart-topping Japanese album (excluding her English album) to sell in excess of 500,000 copies for first-week sales. On July 13, Toshiba EMI published a report stating that Ultra Blue had sold over one million copies worldwide and four million digital ringtones already making it one of EMI's 10th best-selling album of the past year. The album, which did not contain much pop music, was met with indifference and did not boost sales, although the album was certified Million by RIAJ for one million shipments. Additionally, it was the highest-selling original studio album by a Japanese female artist in 2006. A tour of Japan, \"Utada United 2006,\" commenced on June 30th, 2006 (Two weeks after Ultra Blue's release) and ended on September 12th, 2006 after Utada Hikaru's performances at Yoyogi. Aside from her Japanese work, the tour's set list featured songs from her debut English-language album Exodus. The dates were all cumulatively announced, and ticket sales started on May 28th, 2006 with the majority of venues selling out in less than two hours. Utada Hikaru released the single \"Flavor of Life\" on February 28th, 2007. Her next single, \"Beautiful World / Kiss & Cry\", was released in Japan on August 29th, 2007 - A track which also doubled as the theme song to the anime movie \"Evangelion: 1.0 You Are (Not) Alone\", which opened in theaters in Japan on September 1st. On the 20th of February, 2008, Utada Hikaru released her 20th Japanese single, HEART STATION/Stay Gold which reached #1 on Japan’s weekly radio charts, which was followed shortly after by her 6th Japanese studio album, HEART STATION released on the 19th of March, 2008. On October 20th, 2008 her song Eternally from Hikki's 'Distance' Album was used as the theme of the drama ~ Innocent Love. By the end of the year, Hikki was voted \"Number 1 Favorite Artist of 2008\" by Oricon's reader poll making it three times she had won the award. Utada then returned to the US market, releasing This Is The One. She also went on tour, 'Utada: In The Flesh', playing in cities around the world, such as LA, New York and London. On August 9, 2010, Utada announced on her personal blog that beginning in 2011, she would go on an indefinite hiatus, citing fatigue since her debut 12 years previously. She also stated a need for rest, to study new things and learn more about the world, as well as see to some personal matters. She said the hiatus would last anywhere from two to five years. Before her hiatus began, she said that she would go \"full throttle\" on her artistic activities, and soon after her site was updated, and a new compilation album, Utada Hikaru Single Collection Vol. 2, was announced, with a release date of November 24, 2010. This new album would include all her Japanese singles from Dareka no Negai ga Kanau Koro to Prisoner of Love on disc one, as well as an extra EP, featuring five new tracks. Later it was announced a DVD containing the promotional video for Goodbye Happiness would be included in all first-press edition pre-orders. From November 24, 2010, first-week sales for Utada Hikaru Single Collection Vol. 2 were 231,000 units according to Oricon album daily charting. Although replacing Heart Station as her lowest first week sales of any Utada Hikaru album to date, this release marked Utada's seventh consecutive number 1 album (5 original and two best-ofs) since her debut, surpassing Kinki Kids' previous record of six and making her the artist with the most successive consecutive number 1 albums in Oricon chart and Japanese music history (the latter according to her label EMI) since premiering. On April 10, 2011, Utada won the award for \"Best Conceptual Video\" in the SpaceShowerTV Music Video Awards for the PV for \"Goodbye Happiness\", which also marked her directorial debut. On December 7, 2011, Recochoku updated their yearly download and awards chart, with Utada's Utada Hikaru Single Collection Vol. 1 being the second most downloaded album of 2011. An announcement was made that Utada would perform a short concert tour titled Wild Life (December 8 and 9 2010 only) at Yokohama Arena, Yokohama to promote the album, her first Japanese concert since 2006's Utada United. On 8 November 2010, EMI Japan announced on its Web site that the company had made a new global recording deal with Utada, also stating that all of her future works regardless of language would be released under one name: Hikaru Utada. Official sites: www.emimusic.jp/hikki http://www.u3music.com/ Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1201/thumb/1595497022","art":"/library/metadata/1201/art/1595497022","addedAt":1579315054,"updatedAt":1595497022,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"2310","key":"/library/metadata/2310/children","guid":"plex://artist/5d07bd07403c6402905868fd","type":"artist","title":"Hiroyuki Sawano","summary":"Hiroyuki Sawano (澤野弘之; born 12 Sep 1980 in Tokyo) is a Japanese composer. He is part of the group Legendoor. He was first recognized after completing the Soundtrack for the drama 'Iryu~Team Medical Dragon'. He composes for dramas, movies and anime series. On July 15th 2009, he released his first original album entitled musica'. In 2014 he launched a new vocal song project under the name \"SawanoHiroyuki\\nZk]\". Drama OSTs: 2015 Mare (NHK) 2013 Itsuka Hi no Ataru Basho de (NHK) 2011 Marumo no Okite (Fuji TV) 2011 BOSS 2nd (Fuji TV) 2010 MARKS no Yama (WOWOW) 2010 Iryu Team Medical Dragon 3 (Fuji TV) 2010 Massugu na Otoko (Fuji TV) 2009 My Girl (TV Asahi) 2009 BOSS (Fuji TV) 2009 Triangle (Fuji TV) 2008 魔王~Maou~ (TBS) 2008 Prisoner (WOWOW) 2008 Hachi One Diver (Fuji TV) 2008 Binbo Danshi (Nihon TV) 2007 Iryu Team Medical Dragon 2 (Fuji TV) 2007 Kodoku no Kake ~Itoshiki Hito yo~ (TBS) 2007 Tokyo Tower (Fuji TV) 2006 Taiyou no Uta (TBS) 2006 Iryu Team Medical Dragon (Fuji TV) 2006 Ns' Aoi (Fuji TV) Movie OSTs: 2012 Platina Data 2010 Box! 2010 Higanjima 2008 Kagehinata ni Saku 2007 Jigyaku no Uta 2006 Catch a Wave Anime OSTs: 2017: RE: Creators 2016: Kabaneri of the Iron Fortress 2015: Owari no Seraph 2014 Aldnoah.Zero 2013 Kill la kill 2013 Shingeki no Kyojin 2012 Ao no Exorcist -Gekijouban- (movie) 2011 Guilty Crown 2011 Ao no Exorcist 2010 Sengoku BASARA ni 2010 Kidou Senshi GUNDAM UC (UNICORN) 2009 Sengoku BASARA 2007 Gigantic Formula 2007 Zombie-Loan 2006 Project Blue Chikyuu SOS 2006 Soul Link 2006 Yoake Mae Yori Ruri Iro Na [Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/2310/thumb/1595242228","art":"/library/metadata/2310/art/1595242228","addedAt":1591780082,"updatedAt":1595242228,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"951","key":"/library/metadata/951/children","guid":"plex://artist/5d07be31403c640290665530","type":"artist","title":"I Am Legion","summary":"I Am Legion refers to 2 artists/bands: 1) I Am Legion is a supergroup formed by Noisia and the UK based hip hop group Foreign Beggars. I Am Legion is the self-titled collaborative album by the band, a side project of Dutch record producers Noisia and British rappers Metropolis and Orifice Vulgatron of Foreign Beggars. The album was released on 2 September 2013 through Division, OWSLA and Par Excellence. The album topped the Beatport releases chart within three days of release. The group had the following to say about the album's style and influence: “We (Noisia & Foreign Beggars) come from two different places and there is a mutual curiosity and admiration that makes us want to make the coolest shit we can. The style and approach to this album has given the lyrics more breathing space and room for exploration, hence it resulting in something more of a rap album with an electronic edge, as opposed to ‘Dance Music’ with raps on it.” Speaking about the album's second single \"Choosing For You\", Metropolis told Rolling Stone “We kinda pieced together ideas from two beats Noisia had made to put this one together, I think it's the only track with a Noisia voice on it... The track is about letting the music possess you, as good music should when you hear it.” 2) A band from the town of Jönköping in Sweden Vocals - Jonas Blomqvist Guitars - Sam Liti Drums - Ludvig Johansson Bass - Knut Green Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/951/thumb/1595497021","addedAt":1579325526,"updatedAt":1595497021,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"United Kingdom"}]},{"ratingKey":"1395","key":"/library/metadata/1395/children","guid":"plex://artist/5d07bd37403c6402905b441c","type":"artist","title":"J. Cole","summary":"Jermaine Lamarr Cole (born January 28, 1985), better known by his stage name J. Cole, is an American hip hop recording artist and record producer. Raised in Fayetteville, North Carolina, Cole initially gained recognition as a rapper following the release of his debut mixtape, The Come Up, in early 2007. Intent on further pursuing a solo career as a rapper, he went on to release two additional mixtapes after signing to Jay Z's Roc Nation imprint in 2009. Cole released his debut studio album, Cole World: The Sideline Story, in 2011. It debuted at number one on the U.S. Billboard 200, and was soon certified platinum by the Recording Industry Association of America (RIAA). His next two releases, 2013's Born Sinner and 2014's 2014 Forest Hills Drive, received mostly positive reviews from critics, while being both certified platinum in the US. 2014's Forest Hills Drive also went platinum with absolutely no features. The latter earned him his first Grammy Award nomination for Best Rap Album. In December 2016 Cole released his fourth studio album 4 Your Eyez Only. The album debuted at number one on the Billboard 200 chart and was certified platinum in April 2017. Self-taught on piano, Cole also acts as a producer alongside his hip hop career, producing singles for artists such as Kendrick Lamar and Janet Jackson, as well as handling the majority of the production in his own projects. He has also developed other ventures, including Dreamville Records, as well as non-profit organization the Dreamville Foundation. In January 2015, Cole decided to house single mothers rent-free in his childhood home in Fayetteville, North Carolina. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1395/thumb/1595497029","art":"/library/metadata/1395/art/1595497029","addedAt":1579230550,"updatedAt":1595497029,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"1406","key":"/library/metadata/1406/children","guid":"plex://artist/5d07beae403c6402906c1b7d","type":"artist","title":"Joyner Lucas","summary":"New England rapper Joyner Lucas burst from the central Massachusetts underground in the mid-2010s with dense, thoughtful rhymes and hard-hitting production inspired by predecessors Jay-Z, Eminem, and 2Pac. Singles \"I'm Not Racist\" and \"Devil's Work\" garnered controversy for their uncompromising socio-political views, with the former earning Lucas his first Grammy nomination. He received a second nomination -- for a collaboration with Eminem -- before the arrival of his official studio debut, ADHD, released in 2020.\nBorn Gary Maurice Lucas, Jr. in Worcester, Massachusetts in 1988, he developed his love for hip-hop at an early age. By seven, he was already writing his own rhymes under the moniker \"G-Storm\" and would go on to collaborate with his uncle (who was just a few years older than he was) on various musical projects. In his teens, he briefly worked under the stage name \"Future Joyner\" but decided to use his birth name in 2012, after rapper Future rose to fame. In 2015, having already created original work for most of his life, Lucas' first solo mixtape, Along Came Joyner, was released. It featured the breakout single and video \"Ross Capicchioni,\" a song inspired by the near-death shooting of a Detroit teen of the same name, told from the perspective of both the victim and the shooter. Several more successful singles followed, and in 2016 Lucas signed to Atlantic Records. His fourth mixtape, 508-507-2209, was released in the summer of 2017. Later that year, his single \"I'm Not Racist\" went viral due in part to its politically charged, Grammy-nominated music video. \nIn 2018, Lucas paired with Chris Brown for the collaborative project Angels & Demons, which was released in February. Months later, a feature on Eminem's Kamikaze landed Lucas on the Billboard Top Ten for the first time in his career. That single, \"Lucky You,\" earned Lucas a second Grammy nomination. To close out his busy year, he released the single \"I Love,\" the first taste of his official debut studio effort, ADHD. Second single \"Devil's Work\" arrived in May 2019, raising eyebrows for its controversial yet poignant message. ADHD finally saw the light of day in March of 2020, landing at number ten on the Billboard 200. In addition to production by Boi-1da and Timbaland, the LP also featured guests Young Thug, Fabolous, Logic, and frequent collaborator Chris Brown. ~ Fred Thomas & Neil Z. Yeung","index":1,"thumb":"/library/metadata/1406/thumb/1595497034","addedAt":1579230132,"updatedAt":1595497034,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States of America"}]},{"ratingKey":"1134","key":"/library/metadata/1134/children","guid":"plex://artist/5d07be38403c64029066a55e","type":"artist","title":"July","summary":"for korean one to separate use tag: 줄라이 1) July was a psychedelic rock group based in the U.K. They issued a self titled album in 1968 whose original issue is now a highly sought after rarity. It was reissued with bonus tracks in 2008. A compilation of home demos, \"The Second of July\", was issued in 1998. Tracks like \"My Clown\", \"Dandelion Seeds\", \"Jolly Mary\", and \"You Missed It All\" are considered some of the better psychedelic songs of the era. They have reformed and are releasing a new album. 2) July is a four piece pop-punk band from Southern Ontario. They recently released their debut EP \"The Best Nights\". Often noted as blending modern pop with late 90's and early 2000's pop punk, they have developed quite a buzz in their local scene and plan to take it across North America sooner than later. 3) Korean producer 줄라이 (July), Dong-hoon Lee 4) July was once a 90's emo band whom did a split with Jerome's Dream, other then that, not much info can be found about them. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1134/thumb/1595497007","addedAt":1579318750,"updatedAt":1595497007},{"ratingKey":"2294","key":"/library/metadata/2294/children","guid":"plex://artist/5ee014c5c5e64fcc109aa43d","type":"artist","title":"July","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/2294/thumb/1595065057","addedAt":1591780047,"updatedAt":1595065057,"Country":[{"tag":"South Korea"}]},{"ratingKey":"1188","key":"/library/metadata/1188/children","guid":"plex://artist/5d07bff5403c6402907b9844","type":"artist","title":"K/DA","summary":"A real and virtual all-girl pop group, K/DA exists as part of the video game League of Legends. The group marked their debut with the 2018 single \"Pop/Stars.\"\nK/DA showcases the talents of singer Miyeon (aka Ahri) and singer Soyeon (aka Akali (both actual members of the K-pop group (G)-Idle), as well as singers Madison Beer (aka Evelynn), and Jaira Burns (aka Kai’Sa). Each member of the group appears as their accompanying character (or \"character skin\") in the game League of Legends. In 2018, game developer Riot Games launched the group with the premiere of the song \"Pop/Stars\" at the League of Legends championship in Incheon, South Korea. ~ Matt Collar","index":1,"thumb":"/library/metadata/1188/thumb/1595065054","addedAt":1579315728,"updatedAt":1595065054,"Genre":[{"tag":"International"},{"tag":"Pop/Rock"}]},{"ratingKey":"937","key":"/library/metadata/937/children","guid":"plex://artist/5d07be86403c6402906a4866","type":"artist","title":"KANA-BOON","summary":"Japanese rock band from Osaka, Japan formed in 2008. The members are: Taniguchi Maguro (Guitar & Vocal) Koga Hayato (Guitar) Meshida Yuuma (Bass) Koizumi Takahiro (Drum) Official site: http://www.kanaboon.com/ Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/937/thumb/1595497005","addedAt":1579326186,"updatedAt":1595497005,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"1402","key":"/library/metadata/1402/children","guid":"plex://artist/5d07bd73403c6402905e90df","type":"artist","title":"Kendrick Lamar","summary":"Kendrick Lamar (born Kendrick Lamar Duckworth June 17, 1987) is a rapper from Compton, California. He is also a member of the hip-hop supergroup Black Hippy collective along with members Jay Rock, Ab-Soul and Schoolboy Q. His music is largely influenced by the works of 2Pac, Jay-Z, Nas, DMX, The Notorious B.I.G., Mos Def, Eazy-E and Eminem. He began to gain major recognition in 2010 after his first retail release, Overly Dedicated. The following year, Lamar independently released his first studio album Section.80, which included his debut single, \"HiiiPoWeR\". By that time, he had amassed a large Internet following and collaborated with several artists in the hip hop industry, including The Game, Snoop Dogg, Busta Rhymes, Lil Wayne and Drake. Lamar secured a major-label record deal with Aftermath and Interscope Records, in 2012. His major-label debut, good kid, m.A.A.d city, was released in October 2012 to critical success. The record contained the top 40 singles \"Swimming Pools (Drank)\", \"Bitch, Don't Kill My Vibe\", and \"Poetic Justice\". It debuted at number two on the U.S. Billboard 200 chart and was later certified platinum by the Recording Industry Association of America (RIAA). Lamar won his first Grammy Award for \"i\", lead single from his critical acclaimed third album To Pimp a Butterfly (2015). The album drew on free jazz, funk, soul, and spoken word, debuted atop the charts in the U.S. and the UK, and won the Grammy Award for Best Rap Album at the 58th ceremony. In 2016, Lamar released untitled unmastered., a collection of unreleased demos that originated during the recording sessions for Butterfly. Lamar has received a number of accolades over the course of his career, including seven Grammy Awards. In early 2013, MTV named Lamar the number one \"Hottest MC in the Game\", on their annual list. Time named Lamar one of the 100 most influential people in the world in 2016. Lamar's fourth album, DAMN. was released April 17, 2017 to widespread critical acclaim. It debuted at number one on the Billboard 200, earning Lamar his third consecutive number one album in the United States. The album was supported by the lead single, \"Humble.\". Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1402/thumb/1595497036","art":"/library/metadata/1402/art/1595497036","addedAt":1579230366,"updatedAt":1595497036,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"2238","key":"/library/metadata/2238/children","guid":"plex://artist/5d07be80403c6402906a06ff","type":"artist","title":"King Los","summary":"Rapper Los, aka King Los, had a few brushes with the mainstream -- and put in over a decade of work -- prior to the release of his first proper album. Born Carlos Coleman, the Baltimore, Maryland native gravitated toward writing and rapping as a teenager, following the murder of his father. He auditioned for and was selected to appear on the second season of Diddy's Making the Band, but balked at signing the paperwork. Despite this, he signed with Diddy's Bad Boy label three years later. The deal didn't pan out, and in 2008 Los released the first of many mixtapes and continued to operate in the underground. A few years later, he signed to Bad Boy a second time, issued more mixtapes, and appeared on labelmate French Montana's \"Ocho Cinco.\" An album had yet to materialize when Los left Bad Boy again. The rapper said the reasoning had more to do with parent label Interscope than with Bad Boy proper. A subsequent deal with RCA resulted in God Money War, his debut album, released in June 2015. Stamped with an executive production credit for Diddy, the album saw the versatile rapper work introspective and confrontational angles with equal ease, and he explored spirituality while evading classification as a Christian rapper. It debuted at number 68 on the Billboard 200 with minimal promotion. ~ Andy Kellman","index":1,"viewCount":112,"lastViewedAt":1595478640,"thumb":"/library/metadata/2238/thumb/1595242226","addedAt":1591780001,"updatedAt":1595242226,"Genre":[{"tag":"Rap"}]},{"ratingKey":"1181","key":"/library/metadata/1181/children","guid":"plex://artist/5d07beeb403c6402906f089c","type":"artist","title":"League of Legends","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1181/thumb/1595065059","addedAt":1579315728,"updatedAt":1595065059,"Country":[{"tag":"United States"}]},{"ratingKey":"1871","key":"/library/metadata/1871/children","guid":"plex://artist/5d07bf3e403c64029072e601","type":"artist","title":"Lena Raine","summary":"","index":1,"thumb":"/library/metadata/1871/thumb/1595497040","addedAt":1579038200,"updatedAt":1595497040,"Genre":[{"tag":"Electronic"},{"tag":"Stage & Screen"}],"Country":[{"tag":"United States"}]},{"ratingKey":"1373","key":"/library/metadata/1373/children","guid":"plex://artist/5d07bc12403c6402904b57fb","type":"artist","title":"Lil Wayne","summary":"Lil Wayne began his career as a near-novelty, a preteen delivering hardcore Southern hip-hop. Through years of maturation and prolific output, during which the delivery of his humorous and wordplay-heavy rhymes gradually changed from ringing and pugnacious to stoned and rasped, he developed into a million-selling artist with a massive body of work, one so inventive and cunning that it makes his claim of being the \"best rapper alive\" worth considering. Wayne debuted at the age of 12, received his first platinum certification only five years later as a member of the Hot Boys, and immediately thereafter became a formidable solo artist with Tha Block Is Hot (1999), his first of 12 Top Ten albums on the Billboard 200. During a period of constant output entailing not just successful full-lengths but also reputation-building mixtapes and featured appearances on pop hits like Destiny's Child's \"Soldier\" (2004), he reached mainstream superstar status with Tha Carter III (2008). A triple-platinum blockbuster, it spawned the number one pop hit \"Lollipop\" and the number six follow-up \"A Milli,\" and netted three Grammy awards, including Best Rap Album. Throughout the 2010s, despite numerous legal and creative battles, Wayne continued to be a regular presence on the upper reaches of the charts with albums such as Tha Carter IV (2011) and I Am Not a Human Being II (2013), additional smash singles as a headliner, and a continually lengthening list of collaborative hits, including the multi-platinum \"Sucker for Pain\" (for the Suicide Squad soundtrack in 2016) and \"I'm the One\" (headlined by DJ Khaled in 2017). Since the latter hit, Wayne has topped the Billboard 200 with the consecutive LPs Tha Carter V (2018) and Funeral (2020).\nBorn Dwayne Michael Carter, Jr. and raised in the infamous New Orleans neighborhood of Hollygrove, Lil Wayne was a straight-A student but never felt his true intelligence was expressed through any kind of report card. He found music was the best way to express himself, and after taking the name Gangsta D he began writing rhymes. Combining a strong work ethic with aggressive self-promotion, the 11-year-old convinced the Cash Money label to take him on, even if it was just for odd jobs around the office. A year later, in-house producer Mannie Fresh partnered him with the 14-year-old B.G. and dubbed the duo the B.G.'z. Although only B.G.'s name appeared on the cover, the 1995 album True Story has since been accepted as the B.G.'z debut album both by fans and the Cash Money label. The 1997 album Chopper City was supposed to be the follow-up, but when Wayne accidentally shot himself in the chest with a 9mm pistol, it became a solo B.G. release. \nThat same year, he officially took the moniker Lil Wayne, dropping the \"D\" from his first name in order to separate himself from an absent father. He joined B.G., Juvenile, and Young Turk for another Fresh project, the teen hardcore rap group the Hot Boys, who released their debut album, Get It How U Live!, in 1997. Two years later, Cash Money signed a distribution deal with the major-label Universal. Mainstream distribution helped that year's Hot Boys album Guerrilla Warfare to reach the number one spot on Billboard's Top R&B/Hip-Hop Albums chart. In 1998, Lil Wayne appeared on Juvenile's hit single \"Back That Thing Up,\" or \"Back That Azz Up\" as it appeared on Juvie's album 400 Degreez. Wayne launched his solo career a year later with the album Tha Block Is Hot, featuring the hit single title track. It went double platinum but the rapper was still unknown to Middle America, since his hardcore rhymes and the rough Cash Money sound had not yet crossed over. His second album, Lights Out (2000), failed to match the success of its predecessor but it did go gold, and with an appearance on the Big Tymers' hit single \"#1 Stunna,\" his audience was certainly growing. While Fresh was primarily responsible for launching his career, Wayne was now much closer to Fresh's fellow Big Tymer and Cash Money CEO Birdman. When Juvenile left the label, Wayne -- or \"Birdman Jr.\" as he was calling himself -- showed his allegiance to his CEO by releasing an album with a title much hotter than Juvie's breakthrough effort. 500 Degreez landed in 2002 and while it went gold, rumors began flying about Cash Money's financial troubles and possible demise. The rest of the Hot Boys had defected and Wayne's planned 2003 album was scrapped, coming out instead as an underground mixtape called Da Drought.\nWayne became enamored with the mixtape world after Da Drought drew so much attention from the hip-hop press. He used these underground releases to drum up anticipation for his next official album, the breakthrough effort Tha Carter. Released in 2004, the album seemed familiar on one hand with Mannie Fresh's production, but the Wayne on the cover was a dreadlocked surprise, and the rhymes he laid on the tracks showed significant growth. His marketing skills had become sharper, too, and it was no mistake that the album's hit single, \"Go DJ,\" mentioned hip-hop's greatest tastemakers right in the title. It reached number five on the singles chart, and with a guest shot on Destiny's Child's number three single \"Soldier,\" Wayne had officially crossed over. On the flipside, his street cred was supported by a slew of mixtapes released in 2005, including the popular titles Dedication with DJ Drama and Tha Suffix with DJ Khaled. Cash Money's future was no longer in doubt and traditional music business rules no longer seemed to apply, as tracks were leaked onto the Internet and various DJs' mixtapes. \"Get Something\" was another bold move, as a Universal-funded video was made without the track ever seeing official release. \nWith his alternative marketing scheme working in overdrive, the 2005 landing of Tha Carter II was a major event, selling over a quarter-million copies the week of its release. \"Fireman\" and \"Shooter\" with Robin Thicke were released as singles, while the album -- which for the first time featured no Mannie Fresh productions -- went platinum. It also introduced his Young Money posse, with appearances from Curren$y and Nicki Minaj, and initially came with a bonus disc featuring Wayne's greatest-hits screwed and chopped by Swishahouse DJ Michael \"5000\" Watts. A year later he collaborated with Birdman for the Like Father, Like Son album, featuring the hit single \"Stuntin' Like My Daddy.\" His mixtapes were still flooding the underground, including the stunning Dedication 2, which came with an iconic image of the rapper on the cover plus the much talked-about track \"Georgia...Bush,\" a venomous response to President George W. Bush's handling of the Katrina disaster. With no official follow-up to Tha Carter II in sight, numerous collaborative tracks kept the rapper in the mainstream with \"Gimme That\" by Chris Brown, \"Make It Rain\" by Fat Joe, and \"Duffle Bag Boy\" by Playaz Circle becoming three of the biggest hits. \nTha Carter III was promised for 2007 but didn't arrive until a year later, setting off Wayne's reputation for delayed releases. Part of the problem was the unauthorized leaks of the album's tracks, something combatted by the official downloadable EP The Leak, released that same year. Preceded by the number one hit \"Lollipop,\" Tha Carter III arrived in May 2008, selling more than a million copies in its first week of release. An appearance on Saturday Night Live and a handful of Grammy Awards -- including Best Rap Album -- spoke to Wayne's mainstream acceptance. He also performed at that year's Country Music Awards with Kid Rock, but rather than rap, he played guitar. The guitar playing was part of Wayne's new involvement with rock music, including his help in signing Kevin Rudolf to Cash Money plus an appearance on Rudolf's massive hit \"Let It Rock.\" His planned rock album was previewed with the 2009 single \"Prom Queen,\" but when the album failed to meet its promised April release, the music press began to portray the rapper as the king of missed street dates. Unconcerned, Wayne forged ahead with his Young Money crew, releasing the underground mixtape Young Money Is the Army, Better Yet the Navy, the aboveground single \"Every Girl,\" plus the official album We Are Young Money that same year. His rock album, Rebirth, finally appeared in early 2010, and coincided with Wayne being sentenced to a nine-month prison term for criminal possession of a weapon. The rapper may have been behind bars on Riker's Island, but that didn’t stop his ten-song EP, I Am Not a Human Being, from seeing the light of day in September 2010. Tha Carter IV was finally released in 2011 along with its lead-off single \"6 Foot 7 Foot.\" The album reached the top spot on the Billboard 200. \nIn 2013, unfazed by criticism that a controversial verse he contributed to Future's \"Karate Chop\" -- he made a reference to Emmett Till, a black teenager gruesomely murdered in 1955 by white men -- was in poor taste, Wayne released a second volume of I Am Not a Human Being. The album debuted at number two and featured the singles \"No Worries\" and \"Love Me.\" A sequence of singles intended for the repeatedly delayed Tha Carter V ensued, with \"Believe Me,\" featuring Drake, an addition to Wayne's stockpile of certified platinum hits. Another track -- \"Nothing But Trouble\" featuring Charlie Puth -- was released in 2015 as a contribution to the soundtrack for 808: The Movie. That same year -- to make up for fan disappointment over Tha Carter V's delays -- Wayne self-released Sorry 4 the Wait 2.\nBy 2016, Wayne had become embroiled in a legal battle with Birdman and Cash Money Records, further complicating the fate of Tha Carter V. These continued delays prompted the release of Free Weezy Album, yet another mixtape to tide over his fans. By the end of the year, he published a memoir about his time spent at Riker's Island (Gone 'Til November) and scored another hit with \"Sucker for Pain,\" a collaboration for the chart-topping Suicide Squad soundtrack. The all-star track topped the Billboard rap chart and rose to number three on the R&B/hip-hop chart. DJ Khaled's \"I'm the One\" became one of Wayne's biggest collaborations the following year, topping the pop chart on its way to quintuple-platinum status. Primarily collaborative work continued well into 2018, including a contribution to the Future-driven soundtrack for Superfly, until Wayne finally issued the oft-grim Tha Carter V, the chart-topping finale to the Carter series. After joining blink-182 in 2019 for a co-headlining tour and mashup single \"What's My Age Again/A Milli,\" Wayne completed album 13, Funeral. Featuring a broad range of guest MCs -- Jay Rock, Lil Baby, and XXXTentacion among them -- the set was issued in January 2020 and entered the Billboard 200 at the top. ~ David Jeffries & Andy Kellman","index":1,"thumb":"/library/metadata/1373/thumb/1595497027","art":"/library/metadata/1373/art/1595497027","addedAt":1579230944,"updatedAt":1595497027,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States of America"}]},{"ratingKey":"940","key":"/library/metadata/940/children","guid":"plex://artist/5d07bd55403c6402905cf6cd","type":"artist","title":"LiSA","summary":"There are at least seven known artist with the name 'Lisa', two are from Japan, one from Korea, one from Italy, one from Taiwan, one from France and one from Holland. 1) Risa Oribe (織部里沙 Oribe Risa, born June 24, 1987), better known by her stage name LiSA is a Japanese singer signed to Aniplex under Sony Music Artists. Her stage name is an acronym for 'Love is Same All', a band she formed in 2008. She is known for her works as the vocalist of the second generation of Girls Dead Monster (Girls Dead Monster Starring Lisa), which gained popularity through the anime Angel Beats!. In 2011, she made her solo debut with the album Letters to U. Her single oath sign was used as the opening for the 2011 anime, Fate/Zero. Her next single, Crossing Field, was used as the opening theme to the 2012 anime Sword Art Online. 2) Elizabeth Sakura Narita (born 26 October 1974 in Tokyo, Japan) is a Japanese-Colombian singer and producer better known as just LISA. In 1999 she formed together with VERBAL and Taku Takahashi the Japanese urban contemporary group m-flo. The group signed a record deal with the avex group's imprint Rhythm Zone and released their debut EP, \"the tripod e.p.\", on 7 July 1999. The group released 5 albums, 1 EP and 11 singles before LISA left m-flo in the spring of 2002, citing artistic differences. She has since resumed a solo career on Rhythm Zone, with limited success. She rejoined the band for a collaboration, \"TRIPOD BABY\", on their album BEAT SPACE NINE in 2005. \"TRIPOD BABY\" was also remixed by m-flo the same year to be used as a promotional song for the video game Shadow the Hedgehog. LISA release her 5th album, ELIZABETH, on 2006-10-25. Prior to joining m-flo she had performed the opening theme song, Sea of the Stars (SEA OF THE STARS(ビデオバージョン)), of the anime Legend of Galactic Heroes, the track was included on the anime's soundtrack album, 銀河英雄伝説 CD-BOX 銀河帝国SIDE. LISA frequently writes, produces and records with other Japanese artists such as Kumi Koda, Heartsdales and Tokyo Ska Paradise Orchestra. She lists Whitney Houston, Aretha Franklin, Donna Summer and Aaliyah as some of her favourite artists, and Cyndi Lauper, Madonna and Whitney Houston as some of her influences. Her hobbies are music and drawing, and she claims to be a good volleyball player. 3) Lisa Hordijk: winner of X-Factor Holland 2009. Her first single is a cover of Leonard Cohen's Hallelujah. This Lisa now goes by the artist name Lisa Lois. Please change your tags 4) Lisa is also a young French singer, promoted by Mylène Farmer. She is the performer of the song \"Drole de creepie\", produced and written by Laurent Boutonnat, with lyrics written by Mylène Farmer. Her video has also released, in which she dances as a ballerina in a dark, spider-inspired costume. There is also a cartoon associated with the song. \"Drole de creepie\" is the leading single of a cartoon Growing Up Creepie. 5) Lisa is a disco artist during the 80's. Her real name is Lisa Fredenthal-Lee and some of her biggest hits are \"Rocket To Your Heart\" and \"Jump Shout\". 6) Lisa (리사, born Feb 25, 1980) is a korean female singer, 7) Lisa Boray (real name: Lisa Schulte Nordholt) is a Dutch singer who had some (disco) hits (Break It Out, Tonight) in the early 80's. Has a long list of backing vocals work. Is a vocal coach now. 8) Lisa (real name: Annalisa Panetta) is an Italian pop singer best known for her hit ballad \"Sempre\" which won 3rd place at the Sanremo Festival in 1998. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/940/thumb/1595497007","addedAt":1579325990,"updatedAt":1595497007,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"2248","key":"/library/metadata/2248/children","guid":"plex://artist/5d07bd81403c6402905f355b","type":"artist","title":"Locksmith","summary":"Born Davood Asgari in Richmond, California in 1984, Locksmith is a rapper and producer of Persian and African-American descent who came to prominence in the early 2000s as a battle MC and as half of the Frontline. The rap duo formed in the late '90s when Locksmith and Left were junior-high students, and began self-releasing mixtapes in 2001. The Frontline took a more socially conscious stance than most of the rappers associated with the hyphy movement that was popular in the Bay Area at the time, choosing to promote positivity rather than glorifying drugs, alcohol, or violence. The duo released debut album Who R You on Infrared/Landmark Entertainment in 2004, and the album was re-released as Now U Know on Penalty Recordings the following year. Lock & Left followed on Infrared, and some of the album's tracks received MTV airplay.\nMeanwhile, Locksmith had already started gaining notoriety as a battle rapper, appearing on MTV's Freestyle Battle Championship in 2003 and later competing as part of GrindTime's Rap Battle League in 2009. Locksmith subsequently retired from battle rapping, focusing on mixtapes and studio recordings. Following The Rare Form EP in 2009, The Locktape appeared in 2010, followed by I Am Lock in 2011. The Ski Beatz-produced full-length Embedded appeared on DD172/Blu Roc Records in 2011, followed by two more mixtapes, Labyrinth (2012) and The Green Box (2013). Locksmith's proper solo debut, A Thousand Cuts, arrived on Landmark Entertainment in 2014, followed by Lofty Goals in 2015. ~ Paul Simpson","index":1,"viewCount":36,"lastViewedAt":1594364195,"thumb":"/library/metadata/2248/thumb/1595242226","addedAt":1591780015,"updatedAt":1595242226,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"1528","key":"/library/metadata/1528/children","guid":"plex://artist/5d07be02403c640290643754","type":"artist","title":"Logic","summary":"There are at least 30 artists with this name: 1. Sir Robert Bryson Hall II (born January 22, 1990), known by his stage name Logic, is an American rapper, singer, songwriter, and record producer. Raised in Gaithersburg, Maryland, Logic developed an interest in music as a teenager, and ventured into a musical career in early 2009 releasing Logic: The Mixtape under the name \"Psychological\", and releasing a mixtape titled Young, Broke & Infamous in 2010. He signed with Visionary Music Group, before releasing three more mixtapes over three years. His fourth mixtape, Young Sinatra: Welcome to Forever (2013), was released to critical acclaim, and allowed Logic to secure a recording contract with Def Jam Recordings. He later released his debut studio album Under Pressure in October 2014, which debuted at number four on the U.S. Billboard 200, eventually becoming certified gold by the Recording Industry Association of America (RIAA) and having sold more than 171,000 copies. Logic's second studio album The Incredible True Story was released in November 2015, receiving mostly positive reviews from critics. Also certified gold in the U.S., it sold over 185,000 copies. Logic released his fifth mixtape, Bobby Tarantino, in 2016. Logic's third studio album Everybody (2017) was his first to debut at number one in the U.S., with 247,000 album-equivalent units, of which 196,000 were pure album sales. The album spawned his first international top 10 single as a lead artist, \"1-800-273-8255\", which reached the top three on the Billboard Hot 100. On February 23, 2018, Logic released a single titled \"44 More\". It was a sequel to \"44 Bars\", a song from Logic's 2016 mixtape Bobby Tarantino. The song peaked at number 22 on the US Billboard Hot 100 chart. The following single, \"Overnight\", was released four days later on February 27. Logic would eventually release another single titled \"Everyday\", with record producer Marshmello on March 2. Logic would later announced his sixth mixtape titled Bobby Tarantino II, with a promotional video featuring the characters of the Adult Swim series Rick and Morty, on March 7. Bobby Tarantino II was released on March 9, 2018, through Def Jam and Visionary Music Group. The mixtape featured guest appearances from 2 Chainz, Big Sean, and Wiz Khalifa. On March 30, he was featured in the premier episode of Netflix's original documentary series, Rapture. On September 28, 2018, Logic released his fourth studio album titled, YSIV. Before releasing the project, Logic released three singles: \"One Day\" featuring Ryan Tedder, \"The Return\" and \"Everybody Dies\". The album features the song “Wu Tang Forever” which features all the surviving members of the Wu Tang Clan. On March 16th of 2019, Logic released his debut novel, titled “Supermarket” under Simon and Schuster, which he first teased on the cover of his 2016 mixtape “Bobby Tarantino.” The book was accompanied by his 5th studio album which brought about an experimental sound from logic, featuring little rap and more classic rock and indie sounds. Logic has since announced that he is in the process of writing 2 more novels, one featuring a sci fi theme and the other set to revolve around bank robberies. Logic has also announced an album titled Ultra 85, which currently has no release date. He also has said that he has written and plans to star in his own movie, which he's began to work on. --------------- 3. Logic is the recording alias of Edward Harrison who is responsible for the soundtrack for the Neotokyo mod of the video game \"Half-Life 2\". No public release of the OST has been published but it's possible to hear some tracks on the Neotokyo website. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1528/thumb/1595497073","art":"/library/metadata/1528/art/1595497073","addedAt":1579225410,"updatedAt":1595497073,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"2272","key":"/library/metadata/2272/children","guid":"plex://artist/5ee02c3ac5e64fcc107a2826","type":"artist","title":"Louise Dowd","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/2272/thumb/1595065056","addedAt":1591780035,"updatedAt":1595065056},{"ratingKey":"1430","key":"/library/metadata/1430/children","guid":"plex://artist/5d07bd74403c6402905e9fb4","type":"artist","title":"Mac Miller","summary":"Malcolm McCormick, also known by his stage name Mac Miller, was an American rapper, singer-songwriter and record producer from Pittsburgh, Pennsylvania. He was also a noted record producer under the pseudonym Larry Fisherman. Raised Jewish and teaching himself music from a young age, McCormick defied the stereotypes of hip-hop and released his first mixtape under the name EZ Mac, titled \"But My Mackin' Ain't Easy\" in 2007, when McCormick was only fifteen. He released many more in his lifetime, including \"K.I.D.S.\" in 2010, which earned Mac widespread attention in the hip-hop scene, and \"Best Day Ever\" in 2011, which featured the hit single \"Donald Trump\". He was signed to Pittsburgh-based Rostrum Records and released his debut album Blue Slide Park on November 8, 2011, which debuted at number 1 on the Billboard 200 despite being released completely independently. He released five studio albums in his lifetime, which all peaked in the top 5, along with a posthumous album titled \"Circles\" with help from producer Jon Brion and Miller's family. In 2013, Miller released his second studio album, \"Watching Movies With the Sound Off\". The album featured artists such as Earl Sweatshirt, Tyler the Creator, Ab-Soul, and long-time friend Schoolboy Q. The album took a more personal approach compared to his previous works. In 2014, Miller released the 24-track mixtape \"Faces\". Considered by many to be one of his best works, he explores themes of drug use, employing and featuring collaborators of Mac from his previous album, including Schoolboy Q and Earl Sweatshirt, but also sees new faces such as Rick Ross. In 2015, Mac released his third studio album, \"GO:OD AM\", his first with new label Warner Records. The album featured a more energetic and vibrant theme than \"Faces\" and \"Watching Movies With The Sound Off\", deciding to take a step back from Mac's personal life. In 2016, Miller released his fourth studio album, titled \"The Divine Feminine\". He explores themes of love and femininity, largely influenced by his relationship with Ariana Grande at the time and featuring appearances from the likes of Kendrick Lamar and Anderson Paak. In August 2018, following major events in Miller's life, including his breakup with Ariana Grande, with Miller's drug addiction alleged to be a contributing factor, as well as a car crash incident in which McCormick was charged with a DUI, Miller released his fifth and final studio album during his lifetime titled \"Swimming\". Continuing the dive into his personal life, Miller explores his heartfelt struggles and grief in the past, but remains optimistic for the future. Swimming was nominated for Best Rap Album posthumously at the 2019 Grammy Awards. Miller had struggled with substance abuse for a long time before his death. On September 7, 2018, he was found dead in his home in Los Angeles, California from an accidental overdose of fentanyl, cocaine, and alcohol, only a little over a month after the release of \"Swimming\". He was only 26 years old. McCormick was buried in his hometown of Pittsburgh. Miller's passing was largely unexpected and had a large impact on the hip-hop community as a whole, with many paying their respects to Miller. On October 31, 2018, a tribute concert, titled \"Mac Miller: A Celebration of Life\", featured renowned artists and many longtime collaborators of Miller including Travis Scott, Schoolboy Q, SZA, Chance the Rapper, and Earl Sweatshirt. The concert was a celebration of the late rapper's life and musical achievements, and all profits were donated to the Mac Miller Circles Fund, which provides young people from underprivileged backgrounds with opportunities to explore arts and music. In January 2020, Miller's posthumous album titled \"Circles\", worked on in companionship with his album \"Swimming\", was announced on January 8 along with the single \"Good News\" and released later that month. Every track on the album was accompanied by a video of the same name, often with psychedelic imagery and images of Mac before his passing and throughout his life. With a more melancholic theme compared to his previous works, the album was well-received by fans and critics alike, renowned for the care placed in continuing Mac's artistic vision. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1430/thumb/1595497068","art":"/library/metadata/1430/art/1595497068","addedAt":1579228676,"updatedAt":1595497068,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"2031","key":"/library/metadata/2031/children","guid":"plex://artist/5d07bc29403c6402904c810b","type":"artist","title":"Mika Nakashima","summary":"中島美嘉 (Mika Nakashima), born on February 19, 1983 in Hioki, Kagoshima Prefecture, Japan, is a popular Japanese singer. Nakashima had dreamed of becoming a singer since she was a child. She decided not to attend high school or college, and pursued her dream in a musical career. She was chosen out of three thousand girls as the heroine of the 2001 fall season drama, 傷だらけのラブソング (Kizudarake no Love Song, Scarred Love Song) from Fuji TV Station. In November, she made her sensational debut under Sony Music Associated Records with the song STARS, which was also the theme song of the drama. STARS is Nakashima's best-selling single to date, with sales nearing 470 000 copies since its release in November of 2001. Her second single, CRESCENT MOON, was limited to only 100 000 copies. Amazingly, it sold out on the first day of its release. In March of 2002, she released her third single ONE SURVIVE and her first video compilation DVD, FILM LOTUS. In May her fourth single HELPLESS RAIN. In August her fifth single, WILL, was released, tying up sales of over 200 000 copies. She released her first album, TRUE, in August of 2002. TRUE peaked at #1 on the Oricon 200 Album Chart in Japan, and has sold 1,174,000 copies since its release. In 2003, she released five singles, 愛してる (Aishiteru, I Love You), Love Addict, 接吻 (Seppun, Kiss), FIND THE WAY and 雪の華 (Yuki no Hana, Flowers of Snow), a mini-album, RESISTANCE, and a full-length album, LOVE. LOVE went on to sell over 1.5 million copies, surpassing the sales of her debut. During the next two years, Nakashima released another five singles: SEVEN, 火の鳥 (Hi no Tori, Phoenix), LEGEND, 桜色舞うころ (Sakura Iro Mau Koro, When the Colors of Cherry Blossoms Flutter), and ひとり (Hitori, Alone). She also released another mini-album, 朧月夜~祈り (Oborodzukiyo~Inori, A Misty, Moon-lit Night ~ Prayer), and her third full-length album, MUSIC. Her compilation album BEST, which was released in December 2005, surpassed the 1.2 million sales mark, and is the second best-selling album in Mika's career after LOVE. Nakashima was chosen to play one pf the main roles in the live-action movie NANA in 2005, and also sang its theme song, GLAMOROUS SKY under the name NANA starring MIKA NAKASHIMA. In December of 2006, Nakashima released 一色 (Hito Iro, A Single Color) for the NANA 2 movie under the name NANA starring MIKA NAKASHIMA, as well as a NANA album titled THE END, which marked the conclusion of her association with NANA. Nakashima released another five singles, CRY NO MORE, ALL HANDS TOGETHER, MY SUGAR CAT, 見えない星 (Mienai Hoshi, A Star that Can't Be Seen), and 素直なまま (Sunao Mama, Gentle Ways). that led up to the release of her fourth album in 2007, YES. During the last part of 2007 and during 2008, Nakashima released five singles, LIFE, 永遠の詩 (Eien no Uta, Song of Eternity), SAKURA ~花霞~ (SAKURA ~Hanagasumi~, SAKURA ~Mist of Flowers~, I DON'T KNOW, which was a collaboration with the comedy group 森三中 and released under the artist name MICA 3 CHU (pronounced Mika San Chū), and ORION. She then released her fifth album in November of 2008, entitled VOICE. In the current era, which began in March of 2009 with the release of the compilation album NO MORE RULES., Nakashima has released two singles entitled Over Load and CANDY GIRL. The single 流れ星 (Nagare Boshi, Shooting Star) will be released on November 4th, and the single ALWAYS will be released in January of 2010. Nakashima is known to make cover versions of English songs, such as AMAZING GRACE, THE ROSE, WHAT A WONDERFUL WORLD and YOU'D BE SO NICE TO COME HOME TO. Apart from singing and sometimes modeling, Nakashima has been involved in several commercial campaigns, including KANEBO Cosmetics 「KATE」, Meiji Seika Kaisha, Ltd. 「BODA」「GALBO」「FRAN」, SONY 「Hi-MD Walkman」, and ROHTO 「ROHTO Zi:φ」. Official Website: www.mikanakashima.com Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/2031/thumb/1595497034","art":"/library/metadata/2031/art/1595497034","addedAt":1579026432,"updatedAt":1595497034,"Genre":[{"tag":"Pop/Rock"},{"tag":"International"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"1686","key":"/library/metadata/1686/children","guid":"plex://artist/5d07bcf4403c64029057613c","type":"artist","title":"NF","summary":"NF is the stage name of rapper and composer Nate Feuerstein from Gladwin, Michigan. Feuerstein endured a hardship-filled childhood in which his parents divorced, his mother's boyfriend physically abused him, and his mother eventually killed herself. Music was his escape, and he began recording songs on a karaoke machine, with instrumentals on one microphone and his raps in the other. Placing second in a nationwide Fine Arts Festival rap competition in 2008, and first in Michigan the following year, he independently released a debut album, Moments, in 2010. The album attracted the attention of Xist Music, which signed him to a recording deal in 2012, by which time Feuerstein had taken on the stage name NF. The label announced the release of an EP that same year, but it never appeared, and NF and Xist parted ways. NF spent the next two years looking for a label and working with local producer Tommee Profitt in his studio; they came up with the song \"Wake Up,\" which convinced Capitol Christian Music Group to sign him. CMG released a six-song (including a Manny Marroquin remix of \"Wake Up\") self-titled EP late in the summer of 2014. His debut album, Mansion, was released in early 2015 and reached number 62 on the Billboard 200 while topping the Christian Albums chart. The aptly titled Therapy Session followed in 2016 and also topped the Christian Albums chart with its raw emotions and honest lyrics. The following Summer saw the release of the singles \"Outro\" and \"Green Lights\", in anticipation of the arrival of his third studio long player, Perception, whch dropped later that October. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1686/thumb/1595497070","addedAt":1579174406,"updatedAt":1595497070,"Genre":[{"tag":"Rap"},{"tag":"Religious"}],"Country":[{"tag":"United States"}]},{"ratingKey":"1361","key":"/library/metadata/1361/children","guid":"plex://artist/5d07bf56403c64029074117c","type":"artist","title":"Night Keepers","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1361/thumb/1595065059","addedAt":1579310408,"updatedAt":1595065059},{"ratingKey":"924","key":"/library/metadata/924/children","guid":"plex://artist/5d07bed5403c6402906df41b","type":"artist","title":"THE ORAL CIGARETTES","titleSort":"ORAL CIGARETTES","summary":"","index":1,"thumb":"/library/metadata/924/thumb/1595497004","addedAt":1579327138,"updatedAt":1595497004,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"1743","key":"/library/metadata/1743/children","guid":"plex://artist/5d07bd86403c6402905f7628","type":"artist","title":"Paweł Błaszczak","summary":"Paweł Błaszczak is a Polish game music composer, who created soundtrack for first-person-shooters «Chrome» (2003), «Call of Juarez» (2006), «Call of Juarez: Bound in Blood» (2009) and PC role-playing game «The Witcher» («Wiedźmin», 2007) in collaboration with Adam Skorupa. He created his first compositions for the video game developer «Techland» in 1997. He currently works as a freelance composer. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1743/thumb/1595497045","addedAt":1579173174,"updatedAt":1595497045,"Genre":[{"tag":"Easy Listening"}],"Country":[{"tag":"Poland"}]},{"ratingKey":"1894","key":"/library/metadata/1894/children","guid":"plex://artist/5d07bd70403c6402905e6e01","type":"artist","title":"Porter Robinson","summary":"Though barely into his twenties, electronic artist Porter Robinson made a rapid ascent to stardom in the front half of the 2010s, collaborating across multiple EDM and pop genres and cementing his status as one of the decades most prominent American DJs. The North Carolinian was already a top-shelf international headliner by the time Astralwerks released his 2014 full-length debut, Worlds, after which he continued to branch out, earning a Grammy nomination for \"Ghost Voices,\" a song he released under his alias, Virtual Self. He has curated his own festival and founded a charity benefitting cancer patients in the African nation of Malawi. After a six-year gap, Robinson returned with his second full-length album in 2020.\nBorn in 1992 in Chapel Hill, North Carolina, Robinson began producing music at the young age of 13. Influenced by the sound of video games such as Dance Dance Revolution, he began to emulate these soundtracks by using Sony ACID Pro; his first production alias was Ekowraith. Learning and creating beats throughout his teens, his first single, \"Say My Name,\" was released in 2010 (under his actual name). Success for Robinson quickly followed as he signed a one-EP deal with Skrillex's OWSLA label. He released Spitfire for the label in 2011. The level of demand crashed the server of a prominent online retailer. This period also saw him carry out prestigious remixes for high-profile artists such as Avicii and Lady Gaga.\nThe following two years would mark the start of Robinson's ascendancy, with more hit singles (\"Language\" in 2012 being a standout dancefloor smash that year) alongside the development of a fruitful relationship with fellow DJ Mat Zo. The pair released \"Easy\" in 2013, backed with some heavyweight remixes from Andy C, Botnek, and Lemaitre. Alongside producing, Robinson gained a steady reputation as a prolific live artist and DJ. Touring extensively across North America and Europe in 2012 and 2013, he rapidly gained a huge fan base and was soon regarded as a headliner in his own right alongside the likes of Skrillex, Tiësto, and DeadMau5. Worlds, his debut album, was released on Astralwerks in 2014 with contributions from the likes of Amy Millan (Broken Social Scene, Stars), Breanne Düren (Owl City), and Urban Cone. Although hard-hitting four-four beats remained part of Robinson's arsenal, it reflected the producer's desire to make more emotive and atmospheric material applicable for home listening, like that of M83 and Passion Pit. Worlds debuted at number 18 on the Billboard 200 and at number one on the publication's Top Electronic Albums chart. Astralwerks released a remixed version of Worlds the following year that featured Odesza, San Holo, and many others. Robinson landed another hit with the Madeon collaboration, \"Shelter,\" and following its 2016 release, the two artists built a co-headlining North American tour around it. Both the single and Shelter Live Tour received nomination at the inaugural Electronic Music Awards early the following year. \nNear the end of 2017, Robinson debuted a brand new project called Virtual Self. A succession of singles, inluding \"Ghost Voices,\" appeared in advance of a self-titled EP with the project's live debut occurring that December. Proving to be nearly as popular as his solo work, Robinson toured as Virtual Self throughout 2018 hitting major festivals like Bonnaroo and Ultra Music Festival and earning a Best Dance Recording nomination for \"Ghost Voices\" at the 2019 Grammy Awards. He kept up his typically busy schedule for the remainder of the year, launching his own curated festival called Second Skye Music Festival in Oakland and tour both as Virtual Self and under his own name. In the front half of 2020, Robinson released \"Get Your Wish\" and \"Something Comforting\" as the first two singles from his forthcoming sophomore solo album, Nurture.\n~ Aneet Nijjar","index":1,"thumb":"/library/metadata/1894/thumb/1595497041","art":"/library/metadata/1894/art/1595497041","addedAt":1579027458,"updatedAt":1595497041,"Genre":[{"tag":"Electronic"}],"Country":[{"tag":"United States"}]},{"ratingKey":"835","key":"/library/metadata/835/children","guid":"plex://artist/5d07bcca403c6402905500eb","type":"artist","title":"RADWIMPS","summary":"Japan's Radwimps plied a technical, angular, often abrasive brand of indie rock with emotive, literate lyrics, which brought them huge chart success in their own country, and respectable sales overseas, despite none of their albums ever being officially released outside of Japan. Following their eponymous 2003 debut, the group broke into the Japanese mainstream with third effort Mujinto ni Motte Ikiwasureta Ichimai, their first platinum-certified set. From there, each platinum release climbed further up the charts until they started a number one chart-run in 2016 with Your Name, the soundtrack to the anime of the same name.\nRadwimps were formed in Yokohama in 2001 by five schoolmates: vocalist Yojiro Noda, guitarists Akira Kuwahara and Yuusuke Saiki, bassist Kei Asou, and drummer Akio Shibafuji. Noda, who wrote all the band's music and lyrics, became a singer after getting into Oasis in middle school, and was asked by the others to be the vocalist. (Later, he started playing guitar in the band in addition to singing.) Radwimps started performing while still in school and won the grand prize in the 2002 Yokohama High School Music Festival with their song \"Moshi Mo,\" which they released as their first single. Their self-titled debut album followed in 2003 before the band went on hiatus so the members could focus on their exams. When they regrouped in 2004, Saiki, Asou, and Shibafuji declined to return. Saiki was not replaced; Yusuke Takeda and Satoshi Yamaguchi joined, on bass and drums, respectively, after which the lineup remained stable.\nThe band's second album, Hatten Tojou, was released in 2005 and they undertook a large-scale tour, playing at several large music festivals. Their growing success attracted the attention of EMI, which signed them and released their third album, Mujintou ni Motte Ikiwasureta Ichimai, in 2006; it debuted at number 13 on the Oricon chart. Major-label success did little, at least initially, to make the band's sound more commercial; if anything, it seemed to have the opposite effect, as they released several albums of rather experimental rock. Despite the sometimes difficult nature of their music, their popularity only continued to grow, particularly among young people; perhaps due in part to their own youth -- their core audience comprised teenagers. Their fourth album, 2006's Okazu no Gohan, debuted at number five, with 2009's Altocolony no Teiri and 2011's Zettai Zetsumei each debuted at number two. In 2008 they scored their first number one single with \"Order Made.\"\nNoda, who had lived in the United States for three years as a young boy, had long wanted to tour the West, but his bandmates expressed little interest, despite their relative popularity there. In 2013, after the release of Radwimps' seventh album, Batsu to Maru to Tsumi To, Noda decided to go it alone, launching his solo project Illion with the album Ubu. A second Illion album, 2016's P.Y.L., followed before Radwimps returned with two new albums released just a week apart: the first a soundtrack album to the 2016 anime film Your Name, the second their eighth studio album, Ningen Kaika. The film was an international success, further boosting the band's global profile and sending them to number two on the Billboard World Albums chart. Human Bloom became their seventh platinum-certified effort and second straight chart topper. In 2018, the band added another number one to their list with Anti Anti Generation. Arriving at the end of the year, Anti featured guests Taka (One OK Rock), Aimyon, Tabu Zombie, and rapper Miyachi. ~ John D. Buchanan","index":1,"thumb":"/library/metadata/835/thumb/1595497015","addedAt":1579328880,"updatedAt":1595497015,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"1001","key":"/library/metadata/1001/children","guid":"plex://artist/5d07bc10403c6402904b3ee4","type":"artist","title":"Rise Against","summary":"Rise Against is an American punk rock band from Chicago, Illinois. Formed in 1999, and originally performing under the name Transistor Revolt, they released a self-produced demo entitled Transistor Revolt in 2000, a year before signing with Fat Wreck Chords to release their first two albums, The Unraveling in 2001, and Revolutions Per Minute in 2003. They later switched to Dreamworks Records and recorded their album Siren Song of the Counter Culture. However, Universal Music Group took over Dreamworks Records and Rise Against finally found themselves on Geffen Records, a Universal Music Group subsidiary, releasing Siren Song of the Counter Culture in August 2004. A re-issued version of The Unraveling was released on August 23, 2005 through Fat Wreck Chords. They released their 4th studio album entitled \"The Sufferer and The Witness\" on July 4th 2006. Rise Against's original lineup consisted of Tim McIlrath (vocals and guitar), Joe Principe (bass and vocals, formerly from 88-Fingers Louie), Brandon Barnes (drums), and Mr.Precision (guitar and vocals), and recorded its debut album with renowned punk producer Mass Giorgini. Mr. Precision left the band in 2001 and was replaced by Todd Mohney, the guitarist of McIlrath's side project The Killing Tree. Shortly after the band signed with Geffen, Mohney left and was replaced by Chris Chasse. Mohney would become part of the punk supergroup The Falcon along with members from other popular Chicago punk acts, Alkaline Trio and The Lawrence Arms. After the release of the The Sufferer and The Witness, Chasse left the band due to the \"overwhelming tour schedule stacked on growing pressures and demands\" (he is now in the bands Last Of the Believers and Nations Afire; in his place now stands Zach Blair of Only Crime. According to a statement by McIlrath, \"Yes, the Rise Against curse continues...\" Various musical influences are apparent in their songs on Siren Song of the Counter Culture. The opening song, \"State of the Union\", is comparable to classic hardcore. As an introductory song, it is supposed to make the listener wake up. \"To Them These Streets Belong\" and \"The First Drop\" are more typical of the traditional punk in the style of Pennywise. Most of their lyrics include a political message of some sort. The aforementioned \"Swing Life Away\" is slow-paced song, originally recorded for the Punk Goes Acoustic compilation album. The band had a slow but steady rise in popularity, with each album building on the popularity of the previous and bringing them to a new level of mainstream awareness, beginning with their independent label debut The Unraveling to their latest major label offering, Appeal to Reason, which had the band make their signature sound slightly more accessible and offered them their heaviest airplay to date and is their highest-charting album. The members of Rise Against are straight edge (with the exception of Barnes), and are all either vegetarian or vegan. They have toured recently with Bad Religion and My Chemical Romance and have made several tours around the US and Europe. On October 7th of 2008, they released their 5th album called \"Appeal to Reason\". This was the first album with new comer guitarist Zach Blair, formerly from Only Crime. The single \"Re-Education (Through Labor)\" was released on August 19 of 2008 and is available for listening on the band's official website. Rise Against began recording a new album entitled Endgame in February of 2010. They released Endgame, their 6th album, on March 15, 2011. The band's typical lyrical themes include DIY, animal rights, anti-establishment, social issues, society issues and straight edge life. They are influenced by bands like Bad Religion, NOFX, Anti-Flag, Dead Kennedys, Black Flag, Minor Threat and Nirvana. The band is known for playing hardcore punk, melodic hardcore, punk rock. Siren Song of the Counter Culture went gold, and Endgame went platinum. As of Mid-2013, they have released a compilation album, Long Forgotten Songs: B-sides and Covers, for sale exclusively on their website for a limited time in bundle packages along with other merchandise such as sweatshirts. The album contains songs, both originals and covers, that were recorded but never released on an official Rise Against album, such as \"Generation Lost\", which was instead put on the compilation album \"Uncontrollable Fatulence\" by Fat Wreck Chords. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1001/thumb/1595497032","art":"/library/metadata/1001/art/1595497032","addedAt":1579323616,"updatedAt":1595497032,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"United States"}]},{"ratingKey":"531","key":"/library/metadata/531/children","guid":"plex://artist/5d07bc15403c6402904b7ef5","type":"artist","title":"Royce da 5′9″","summary":"Rapper Royce da 5'9\" became known outside his native Detroit first for his work with Eminem and Dr. Dre, then through unexpected pop success, prolific solo output, and his roles in the groups Slaughterhouse and PRhyme. His raw persona and talent for intricate lyrical design were on display in nonstop output that included frequent mixtapes, collaborations, and solo albums like his 2002 debut, Rock City. \nBorn Ryan Montgomery, Royce spent his earliest years in the Motor City and moved to neighboring Oak Park at the age of ten. He absorbed hip-hop through his older brother and radio and television. During his late teenage years, he attended open-mike sessions, eventually battled, and quickly established himself in Detroit's burgeoning underground. His first major recorded appearance was on \"Bad Meets Evil,\" a track off The Slim Shady LP, Eminem's multi-platinum commercial breakthrough released in 1999. Later in the year, Royce and Eminem released \"Nuttin' to Do\" as Bad Meets Evil, and Royce debuted as a solo artist with the Alchemist-produced \"I'm the King.\" Additionally, Royce co-wrote \"The Message,\" the closing track of Dr. Dre's 2001. Dre had previously offered an Aftermath label deal to Royce, who briefly went with Tommy Boy prior to landing with Game Recordings.\nEarly the next decade, Royce scored the first in a string of charting solo singles with \"Boom,\" a collaboration with DJ Premier that began a long-term affiliation. The following year, the rapper was featured on Willa Ford's \"I Wanna Be Bad,\" a number 22 pop hit. Rock City, his full-length debut, was released in 2002, but bootlegging of its contents prompted the rapper to decamp to Koch, where he issued Rock City (Version 2.0) and followed up in 2004 with Death Is Certain. Shortly after the 2005 set Independent's Day was self-released through Trouble, the same outlet for some of his many supplemental mixtapes, Royce co-wrote \"Tell Me\" for Diddy's Press Play. Among the tracks on which he appeared during the next couple years was on Joe Budden's \"Slaughterhouse,\" which led to group recordings of the same name. Royce, Budden, Joell Ortiz, and Crooked I released a self-titled album that debuted at number 25 on the Billboard 200. Within a matter of weeks, through another independent label deal, Royce's fourth solo album, Street Hop, was on shelves.\nRoyce enjoyed even greater commercial success during the 2010s, a period during which his high critical stature as a sharp lyricist likewise escalated. In 2011, he and Eminem reconvened for Hell: The Sequel. The EP topped the Billboard 200 and was trailed shortly thereafter by the release of solo album five, Success Is Certain, a Top 30 hit itself. The year 2012 was especially significant for Royce, not only for the warm reception to Slaughterhouse's Welcome To: Our House, but also for his sobriety date that September. Alcoholism had plagued his life for several years, notably related on \"Shake This,\" and had led to a handful of drunken driving offenses, a prison sentence, and the deterioration of his family life. \nRoyce went through a protracted period of writer's block, but his career resumed in full force in 2014, when he appeared on benefactor Eminem's posse cut \"Detroit vs. Everybody\" and released his first album with DJ Premier as PRhyme. Another solo album, Layers, was out by the end of 2016. PRhyme 2, along with seventh solo full-length Book of Ryan, materialized in 2018. He continued his long history of Eminem collaborations with both the song \"Caterpillar\" on Book of Ryan and a spot on Eminem's 2018 surprise-released Kamikaze album. Eighth album The Allegory was slated for a January 2020 release but was pushed back until February. The 22-track album included cameos from Westside Gunn, YBN Cordae, Benny the Butcher, and many others. ~ Andy Kellman","index":1,"viewCount":39,"lastViewedAt":1594319784,"thumb":"/library/metadata/531/thumb/1595497005","art":"/library/metadata/531/art/1595497005","addedAt":1579310056,"updatedAt":1595497005,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"969","key":"/library/metadata/969/children","guid":"plex://artist/5d07bebb403c6402906cb9ac","type":"artist","title":"Shawn Wasabi","summary":"California producer Shawn Wasabi spun viral success into an electronic pop career with his bright, upbeat confections composed with, among other things, the Midi Fighter 64, which he co-invented in the late 2010s. His debut album, Mangotale, arrived in 2020.\nBorn Shawn Serrano to Filipino parents in Salinas, the Pinoy producer learned piano at a young age. The skills developed from practicing that instrument would later aid his dexterity with the Midi Fighter controller, which he used to craft his first songs in 2013. Loading these mash-ups and sampled mixes online, he gained a modest following with live mixes -- performed with the Midi Fighter and video game console controllers -- such as \"Mac n' Cheese\" and viral hit \"Marble Soda.\" The latter track was a playful, chiptune-leaning burst of video game samples that employed his modified 64-button Midi Fighter. Fan demand for the prototype unit eventually led to expanded production by its manufacturer, which resulted in co-inventor Serrano growing his fan base even further. He followed \"Marble Soda\" with other tracks such as \"Hotto Dogu,\" \"Spicy Boyfriend,\" and \"Burnt Rice,\" with YDG and Yung Gemmy. Recruiting additional guest vocalists, he released \"Otter Pop\" with Hollis, \"Squeez\" with Raychel Jay,\" and \"Mango Love\" with Satica into 2018. Wasabi issued several singles over the next two years -- including \"Snack\" and \"Home Run\" again featuring Jay, \"Marble Tea,\" \"Animal Crossing\" with Sophia Black, and \"Lemons\" with Kennedi -- which all appeared on his debut full-length album, Mangotale, released in May 2020. ~ Neil Z. Yeung","index":1,"thumb":"/library/metadata/969/thumb/1595065058","addedAt":1579325092,"updatedAt":1595065058,"Genre":[{"tag":"Electronic"},{"tag":"Pop/Rock"}]},{"ratingKey":"1110","key":"/library/metadata/1110/children","guid":"plex://artist/5d07bebc403c6402906ccc77","type":"artist","title":"Snail’s House","summary":"Keitaro Ujiie, also known as Ujico* or Snail's House, is a japanese producer from Tokyo, Japan. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1110/thumb/1595497018","addedAt":1579321230,"updatedAt":1595497018},{"ratingKey":"1602","key":"/library/metadata/1602/children","guid":"plex://artist/5d07bc14403c6402904b7737","type":"artist","title":"Tech N9ne","summary":"Even though he debuted in the underground realm of horrorcore and seemed destined to be a future footnote, rapper Tech N9ne grew to become an indie rap superstar. In the process, he built his Strange Music label into a Psychopathic Records-styled empire with an accompanying loyal fan base. When it comes to influence, Tech has arguably topped underground trailblazers Insane Clown Posse thanks to collaborations with mainstream artists and a style that evolved from horrorcore to hardcore and confessional. Issuing a quartet of Top Five albums in the early 2010s -- All 6's and 7's, Something Else, Strangeulation, and Special Effects -- he built a vast and devoted audience with little help from the mainstream.\nBorn Aaron Dontez Yates in Kansas City, Missouri, Tech learned to read and do math through educational raps. Later, music helped him deal with his mother's ongoing struggle with lupus, while an interest in horror and ghosts would offer an attractively dark form of escapism. He brought these qualities to his own work as he joined groups like Black Mafia, 57th Street Rogue Dog Villians, Nnutthowze, and the Yukmouth project the Regime. In 1996 he signed with Quincy Jones' label Qwest before moving to the indie Midwestside Records, where he released his debut, The Calm Before the Storm, in 1999. The Worst followed on the label in 2000, and then the Interscope-associated imprint JCOR picked the artist up for 2001's Anghellic, a horrorcore effort that introduced Tech's own sublabel, Strange Music. \nTouring certainly helped spread the word, and the rapper's over the top stage show locked some fans in for good, but Tech didn't feel his label was being honest about sales, so he left JCOR and took Strange Music with him. The label released Absolute Power in 2002, with Strange artists Krizz Kaliko and Kutt Calhoun making guest appearances on the album along with Eminem's dark crew D12. Everready (The Religion) followed in 2006 with Krizz and Kutt joined by Brotha Lynch Hung to represent the Strange Music roster, while an E-40 guest spot continued Tech's crossover journey, which came to include his music on video game soundtracks (25 to Live, Madden NFL 06). The album debuted at number 50 on the Billboard 200 albums chart. \nThe 2007 album Misery Loves Kompany launched the rapper's Collabos series, where every cut came with a guest artist, although mostly it was Kutt and Krizz, with a visit from old friend Yukmouth. The next year's album, Killer, came with a cover that mocked Michael Jackson's Thriller and debuted at number 12, as Tech was joined by Krizz, Kutt, Ice Cube, and Scarface along with the rapcore group (hed) p.e. Krayzie Bone joined for 2009's collabo album Sickology 101, which introduced Big Scoob as a Strange Music artist. The album also featured Suburban Noize group Potluck as guests, and with Tech making an appearance at that year's Gathering of the Juggalos festival hosted by ICP, Strange claimed their rightful place next to Suburban and Psychopathic in the pantheon of indie rock-rap labels. By the end of the year, the concept album K.O.D. had landed with Three 6 Mafia on the guest list, and 2010 kicked into high gear with the release of two EPs (The Lost Scripts of K.O.D. and Seepage), a collabo album (The Gates Mixed Plate with Devin the Dude, Glasses Malone, and many others) and an XXL Magazine-sponsored mixtape (Bad Season).\nThe slick crossover effort All 6's and 7's followed in 2011. With guest appearances from Lil Wayne, B.o.B, Kendrick Lamar, Twista, T-Pain, and Snoop Dogg, Tech had arguably become mainstream with the release while the album's debut at number four -- and its eventual climb to number one -- made it official. The collabs album Welcome to Strangeland appeared by the end of the year and 2013 saw him return with Something Else, an album featuring guest shots from System of a Down's Serj Tankian, Kendrick Lamar, and the remaining members of the Doors. A fifth collection of collaborations titled Strangeulation appeared in 2014, and the LP Special Effects landed a year later. The album featured guests like B.o.B, Lil Wayne, 2 Chainz, plus Eminem, and debuted at number four on the Billboard 200. The year 2015 also saw the release of the sixth collabo album, Strangeulation, Vol. 2, with guest shots from Big Scoob, Ces Cru, and Murs, the last of whom had just signed with Strange Music.\nTech's 17th studio album arrived in late 2016. The Storm featured a typically diverse roster of guests, including Korn's Jonathan Davis, Boyz II Men, Gary Clark, Jr., Logic, and his Strange signees Krizz and Scoob. The album became one of his most successful to date, rising into the Top Five on the Billboard independent, R&B, and rap charts. Tech followed with his seventh Tech N9ne Collabos album, Dominion, which arrived in the spring of 2017. The collection featured familiar faces like Krizz Kaliko, Ces Cru, Murs, and Brotha Lynch Hung, with production by Michael \"Seven\" Summers. A second Collabos set was issued months later. Strange Reign recruited many familiar faces and landed in the Top 100 of the Billboard 200. Tech's 20th effort, Planet, arrived in early 2018, landing him yet another number one on the indie chart. His annual LP for the following year, N9NA, was issued in April and featured many guests alongside multiple appearances from Krizz Kaliko. Without rest, he continued straight into another album cycle, dropping the EnterFear: Level 1 EP and its sequel, EnterFear: Level 2, in early 2020. Months later in April, he combined the pair and added a slew of new tracks for the album-length EnterFear. The set was another showcase for guest Krizz Kaliko, who joined additional guests Flatbush Zombies, King Iso, Merkules, Landxn Fyre, and Mackenzie Nicole. ~ Neil Z. Yeung & David Jeffries","index":1,"thumb":"/library/metadata/1602/thumb/1595497044","art":"/library/metadata/1602/art/1595497044","addedAt":1579220422,"updatedAt":1595497044,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"912","key":"/library/metadata/912/children","guid":"plex://artist/5d07be4b403c6402906789d3","type":"artist","title":"TK","summary":"TK is Toru Kitajima, a singer/songwriter and guitarist from Saitama, Japan. Born December 23, 1982, he is the frontman of the indie rock/post-hardcore band 凛として時雨 (Ling tosite sigure). He began this solo project with the release of a limited edition DVD titled film A moment on April 27, 2011. Now out of print, it was packaged with a photo book/diary and a DVD with the songs \"white silence\" and \"film A moment.\" These tracks were reworked and released on TK's full-length album, flowering, on June 27, 2012. TK performs vocals, guitar, bass, and piano, and the album features some guest musicians, including 345 and Pierre from Ling tosite sigure, as well as BOBO, MIYAVI's drummer. TK released his first EP, contrast, on March 5, 2014. He also released his first single, \"unravel,\" on July 23, 2014. It is the current opening theme song for the anime series Tokyo Ghoul, and a limited digipak edition was released with alternate artwork inspired by the series. TK's second full-length album, Fantastic Magic, was released on August 27, 2014. It has 8 new tracks, including a reworked version of \"Dramatic Slow Motion,\" from contrast. The limited edition release comes with a bonus DVD featuring the music videos for \"haze,\" \"contrast,\" \"unravel,\" and \"Fantastic Magic.\" Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/912/thumb/1595497003","art":"/library/metadata/912/art/1595497003","addedAt":1579327140,"updatedAt":1595497003,"Genre":[{"tag":"Pop/Rock"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"1792","key":"/library/metadata/1792/children","guid":"plex://artist/5d07bdbe403c640290618c3d","type":"artist","title":"Toby Fox","summary":"Toby Fox is the developer and composer behind the 2015 indie video game, Undertale. He has also composed music for Homestuck, under the alias Radiation. In 2018 he released a new game, Deltarune, which he also composed the music for. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/1792/thumb/1595497055","addedAt":1579038794,"updatedAt":1595497055,"Genre":[{"tag":"Stage & Screen"}],"Country":[{"tag":"United States of America"}]},{"ratingKey":"2269","key":"/library/metadata/2269/children","guid":"plex://artist/5ee02538c5e64fcc10e8aed8","type":"artist","title":"TRÏBE","titleSort":"TRIBE","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/2269/thumb/1595065061","addedAt":1591780031,"updatedAt":1595065061},{"ratingKey":"2245","key":"/library/metadata/2245/children","guid":"plex://artist/5d07be56403c640290680c0a","type":"artist","title":"V.K克","summary":"V.K克 or can be called as Vanros Kloud is The most representative Chinese Newage composer pianist V.K, a creative artist with rich talents and outspoken characters, started playing the piano at the age of 4 and composing music at the age of 13, which foretold his destiny to take a profession in the field of music. With surprising absolute pitch and strong musical sensibilities, this well-known internet music producer sincerely expresses the sounds of daily lives through piano and music. In 2009, the release of piano performing debut album 《Reflection》 soon hit the top chart and had overtaken Kevin Kern’s top position in New Age genre and become number one in “KKBOX”, the biggest digital music chart in the Chinese region. With fresh, natural and original playing style, soon after his debut, V.K earned supports from Taiwan’s well-known fast food chain “MOS Burgers” and his music was played at every store. Many fans also acclaimed his album to be the only Chinese performer who is able to compete with foreign easy listening album. The new single 《Love‧Infinity 》 is a piano piece produced in hope to bring people together and cheer up Taiwan after typhoon Morakot brought severe disasters. In 2010, V.K will publish his first idol book, and as a popular blogger, he has continuously devoted his emotion and care for Taiwan. Through the power of internet and music, V.K will bringing Taiwan’s performing art culture into a different stage and shine internationally. Soundcloud : https://soundcloud.com/vkstyle Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/2245/thumb/1595242226","addedAt":1591780012,"updatedAt":1595242226,"Country":[{"tag":"Taiwan"}]},{"ratingKey":"2037","key":"/library/metadata/2037/children","guid":"plex://artist/5d07bc03403c6402904aa70f","type":"artist","title":"Yasunori Mitsuda","summary":"Yasunori Mitsuda (光田 康典 Mitsuda Yasunori, born January 21, 1972) is a Japanese composer, sound designer, and musician. He is best known for his work for developer Squaresoft (now Square Enix), having composed the scores for their role-playing video games Chrono Trigger (1995), its sequel Chrono Cross (1999), and Xenogears (1998). A self-affirmed minimalist, Mitsuda's influences include jazz, classical, and Asian (Indian and Japanese) ethnic music. Born in Tokuyama, Yamaguchi Prefecture, Japan, Mitsuda began studying the piano at the age of five. By chance, he noticed a job advertisement for sound production for Squaresoft in an issue of Famitsu; despite a self-described \"disastrous\" interview with Squaresoft head composer 植松伸夫, in which he admitted he considered the job only a stepping stone to further his career and that he had never played Square's most famous games, such as Final Fantasy, executives were sufficiently impressed with his demo that he was hired as sound staff in 1992. The release of Chrono Cross marked the beginning of his career as a freelance artist, which he continues to be, releasing both video game soundtracks and other original works under his own label, Procyon Studio. Other famous works of Mitsuda's include Mario Party, the Shadow Hearts series, and Xenosaga, a spiritual successor to Xenogears. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"viewCount":192,"lastViewedAt":1594726301,"thumb":"/library/metadata/2037/thumb/1595242235","addedAt":1579024926,"updatedAt":1595242235,"Genre":[{"tag":"Stage & Screen"},{"tag":"Classical"}],"Country":[{"tag":"Japan"}]},{"ratingKey":"2165","key":"/library/metadata/2165/children","guid":"plex://artist/5d07be50403c64029067c46e","type":"artist","title":"Yasunori Nishiki","summary":"1. 'Undefined' is the artist that last.fm displays in the event of an error where the correct artist fails to be fetched. 2. Undefined is a Spanish progressive death metal band. The first Undefined EP is called Saturnism Unfolds and is avalaible to download at http://www.definethenoise.com. \"Of Xenoglossy and Saturn\", their first LP, was released in early 2008. A breakthrough album in the Spanish metal scene. 3. UnDeFiNeD is also a Belgian underground band, bringing a variety of urban styles. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"lastViewedAt":1592294770,"thumb":"/library/metadata/2165/thumb/1595242230","addedAt":1579025156,"updatedAt":1595242230,"Country":[{"tag":"Japan"}]},{"ratingKey":"584","key":"/library/metadata/584/children","guid":"plex://artist/5d07bd50403c6402905cac9b","type":"artist","title":"Yelawolf","summary":"Part of Eminem's Shady label, YelaWolf is an underground rapper from a small town in the South who found major-label success in 2011 with the release of the album Radioactive. The nom de plume of Alabama native Michael Wayne Atha, YelaWolf emerged in 2005 with a dynamic style and flow, and lyrics that drew inspiration from rural poverty and Southern Gothic imagery, themes he continued to explore on subsequent outings like Love Story (2015) and Ghetto Cowboy (2019). \nBorn in Gadsden, Alabama, YelaWolf made his full-length album debut with the independent release Creekwater (2005). He subsequently made the jump to Sony BMG for the release of a promotional single, \"Kickin'\" (2007). Disillusioned with life on a major label, he returned to the underground rap scene. Newly inspired, he worked to build an audience for himself via MySpace and mixtapes. In 2010, an appearance on Bizarre's album Friday Night at St Andrews became an early sign that the rapper was aligning himself with Eminem's Shady label and its family of artists. His signing to the label was announced in 2011, and by the end of the year his official debut, Radioactive, had landed. Guest shots came from Eminem, Kid Rock, Lil Jon, and Gangsta Boo, while names like Diplo, Jim Jonsin, and the J.U.S.T.I.C.E. League handled production. \nA year later, he partnered with blink-182 drummer Travis Barker for the rap-rock EP Psycho White. A 2013 tour with Hopsin previewed his album Love Story, but with Shady celebrating its 15th anniversary and YelaWolf going on tour with DJ Paul, it took until 2015 for the record to see release. The album featured production by Eminem and a guest appearance by the rapper on \"Best Friend.\" In addition to touring, YelaWolf followed Love Story with the release of a series of singles. Reuniting with Travis Barker, \"Out of Control\" was the first to arrive, followed by \"Daylight,\" \"Shadows,\" and \"Row Your Boat.\" In 2017, he issued the single \"Punk\" featuring Barker and rapper Juicy J. That track would feature on the rapper's third major-label release, Trial by Fire, which arrived in late 2017. Also appearing on the album were Joshua Hedley, Kid Rock, Lee Brice, Bones Owens, and Wynonna Judd. \nAfter hinting at its release for some time, YelaWolf revealed that Trunk Muzik, Vol. 3 -- a sequel to his two previous Trunk Muzik mixtapes -- would serve as his fifth proper album as well as his final release for the Shady Records imprint. Featuring guest appearances by Machine Gun Kelly, Rittz, and many others, Trunk Muzik, Vol. 3 was released in March 2019. Later that year, he issued his sixth studio effort, Ghetto Cowboy, via his own independent label, Slumerican. ~ Jason Birchmeier","index":1,"viewCount":121,"lastViewedAt":1595478342,"thumb":"/library/metadata/584/thumb/1595497000","art":"/library/metadata/584/art/1595497000","addedAt":1585883936,"updatedAt":1595497000,"Genre":[{"tag":"Rap"}],"Country":[{"tag":"United States"}]},{"ratingKey":"2777","key":"/library/metadata/2777/children","guid":"plex://artist/5d07be50403c64029067c2ce","type":"artist","title":"マクロスMACROSS 82–99","summary":"マクロスMACROSS 82-99, known by his first name Gerald and his nickname \"Mookie\", is a Mexican producer who makes \"plunderphonic\" electronic music inspired by vaporwave, french house and Japanese culture. His name comes from the Macross anime series. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/2777/thumb/1595242228","addedAt":1591780192,"updatedAt":1595242228},{"ratingKey":"904","key":"/library/metadata/904/children","guid":"local://904","type":"artist","title":"米津玄師","summary":"","index":1,"thumb":"/library/metadata/904/thumb/1595065054","addedAt":1579327810,"updatedAt":1595065054},{"ratingKey":"589","key":"/library/metadata/589/children","guid":"plex://artist/5d07bd83403c6402905f5544","type":"artist","title":"阿保剛","summary":"阿保剛 (Takeshi Abo) is a composer of background music for video games. He was employed by KID beginning in 1990, and joined 5pb. in December 2006 after KID declared bankruptcy. His work with 5pb. includes the music for the Steins;Gate, Chaos;Head and Chaos;Child series. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"thumb":"/library/metadata/589/thumb/1595497013","addedAt":1582086382,"updatedAt":1595497013,"Country":[{"tag":"Japan"}]}]}} 2020-07-25 16:55:42.220 Verbose/PlexDataProvider: Insert Artist: Aesop Rock 2020-07-25 16:55:42.220 Verbose/PlexDataProvider: Insert Artist: amazarashi 2020-07-25 16:55:42.220 Verbose/PlexDataProvider: Insert Artist: Anonymuz 2020-07-25 16:55:42.221 Verbose/PlexDataProvider: Insert Artist: Ari Pulkkinen 2020-07-25 16:55:42.221 Verbose/PlexDataProvider: Insert Artist: ASIAN KUNG-FU GENERATION 2020-07-25 16:55:42.221 Verbose/PlexDataProvider: Insert Artist: Atreyu 2020-07-25 16:55:42.221 Verbose/PlexDataProvider: Insert Artist: Black Thought 2020-07-25 16:55:42.221 Verbose/PlexDataProvider: Insert Artist: Black Thought & 9th Wonder 2020-07-25 16:55:42.222 Verbose/PlexDataProvider: Insert Artist: BRADIO 2020-07-25 16:55:42.222 Verbose/PlexDataProvider: Insert Artist: Breaking Benjamin 2020-07-25 16:55:42.222 Verbose/PlexDataProvider: Insert Artist: Childish Gambino 2020-07-25 16:55:42.222 Verbose/PlexDataProvider: Insert Artist: ClariS 2020-07-25 16:55:42.222 Verbose/PlexDataProvider: Insert Artist: ConcernedApe 2020-07-25 16:55:42.223 Verbose/PlexDataProvider: Insert Artist: Darren Korb 2020-07-25 16:55:42.223 Verbose/PlexDataProvider: Insert Artist: Daylyt 2020-07-25 16:55:42.223 Verbose/PlexDataProvider: Insert Artist: Deep Wave 2020-07-25 16:55:42.223 Verbose/PlexDataProvider: Insert Artist: Disturbed 2020-07-25 16:55:42.223 Verbose/PlexDataProvider: Insert Artist: DJ OKAWARI 2020-07-25 16:55:42.223 Verbose/PlexDataProvider: Insert Artist: Eminem 2020-07-25 16:55:42.224 Verbose/PlexDataProvider: Insert Artist: Fear, and Loathing in Las Vegas 2020-07-25 16:55:42.224 Verbose/PlexDataProvider: Insert Artist: Gareth Coker 2020-07-25 16:55:42.224 Verbose/PlexDataProvider: Insert Artist: Goose house 2020-07-25 16:55:42.224 Verbose/PlexDataProvider: Insert Artist: Grieves 2020-07-25 16:55:42.224 Verbose/PlexDataProvider: Insert Artist: Hikaru Utada 2020-07-25 16:55:42.224 Verbose/PlexDataProvider: Insert Artist: Hiroyuki Sawano 2020-07-25 16:55:42.225 Verbose/PlexDataProvider: Insert Artist: I Am Legion 2020-07-25 16:55:42.225 Verbose/PlexDataProvider: Insert Artist: J. Cole 2020-07-25 16:55:42.225 Verbose/PlexDataProvider: Insert Artist: Joyner Lucas 2020-07-25 16:55:42.225 Verbose/PlexDataProvider: Insert Artist: July 2020-07-25 16:55:42.225 Verbose/PlexDataProvider: Insert Artist: July 2020-07-25 16:55:42.225 Verbose/PlexDataProvider: Insert Artist: K/DA 2020-07-25 16:55:42.226 Verbose/PlexDataProvider: Insert Artist: KANA-BOON 2020-07-25 16:55:42.226 Verbose/PlexDataProvider: Insert Artist: Kendrick Lamar 2020-07-25 16:55:42.226 Verbose/PlexDataProvider: Insert Artist: King Los 2020-07-25 16:55:42.226 Verbose/PlexDataProvider: Insert Artist: League of Legends 2020-07-25 16:55:42.226 Verbose/PlexDataProvider: Insert Artist: Lena Raine 2020-07-25 16:55:42.226 Verbose/PlexDataProvider: Insert Artist: Lil Wayne 2020-07-25 16:55:42.227 Verbose/PlexDataProvider: Insert Artist: LiSA 2020-07-25 16:55:42.227 Verbose/PlexDataProvider: Insert Artist: Locksmith 2020-07-25 16:55:42.227 Verbose/PlexDataProvider: Insert Artist: Logic 2020-07-25 16:55:42.227 Verbose/PlexDataProvider: Insert Artist: Louise Dowd 2020-07-25 16:55:42.227 Verbose/PlexDataProvider: Insert Artist: Mac Miller 2020-07-25 16:55:42.228 Verbose/PlexDataProvider: Insert Artist: Mika Nakashima 2020-07-25 16:55:42.228 Verbose/PlexDataProvider: Insert Artist: NF 2020-07-25 16:55:42.228 Verbose/PlexDataProvider: Insert Artist: Night Keepers 2020-07-25 16:55:42.228 Verbose/PlexDataProvider: Insert Artist: THE ORAL CIGARETTES 2020-07-25 16:55:42.228 Verbose/PlexDataProvider: Insert Artist: Paweł Błaszczak 2020-07-25 16:55:42.228 Verbose/PlexDataProvider: Insert Artist: Porter Robinson 2020-07-25 16:55:42.229 Verbose/PlexDataProvider: Insert Artist: RADWIMPS 2020-07-25 16:55:42.229 Verbose/PlexDataProvider: Insert Artist: Rise Against 2020-07-25 16:55:42.229 Verbose/PlexDataProvider: Insert Artist: Royce da 5′9″ 2020-07-25 16:55:42.229 Verbose/PlexDataProvider: Insert Artist: Shawn Wasabi 2020-07-25 16:55:42.229 Verbose/PlexDataProvider: Insert Artist: Snail’s House 2020-07-25 16:55:42.229 Verbose/PlexDataProvider: Insert Artist: Tech N9ne 2020-07-25 16:55:42.229 Verbose/PlexDataProvider: Insert Artist: TK 2020-07-25 16:55:42.230 Verbose/PlexDataProvider: Insert Artist: Toby Fox 2020-07-25 16:55:42.230 Verbose/PlexDataProvider: Insert Artist: TRÏBE 2020-07-25 16:55:42.230 Verbose/PlexDataProvider: Insert Artist: V.K克 2020-07-25 16:55:42.230 Verbose/PlexDataProvider: Insert Artist: Yasunori Mitsuda 2020-07-25 16:55:42.230 Verbose/PlexDataProvider: Insert Artist: Yasunori Nishiki 2020-07-25 16:55:42.230 Verbose/PlexDataProvider: Insert Artist: Yelawolf 2020-07-25 16:55:42.231 Verbose/PlexDataProvider: Insert Artist: マクロスMACROSS 82–99 2020-07-25 16:55:42.231 Verbose/PlexDataProvider: Insert Artist: 米津玄師 2020-07-25 16:55:42.231 Verbose/PlexDataProvider: Insert Artist: 阿保剛 2020-07-25 16:55:42.231 Verbose/PlexDataProvider: End Insert Artist: 64 [0.35s] 2020-07-25 16:55:42.231 Verbose/PlexLogger: --> [590] GET http://64.188.16.148:32400/library/sections/3/all?X-Plex-Container-Start=0&X-Plex-Container-Size=1000&type=9 2020-07-25 16:55:42.304 Verbose/PlexLogger: <-- [590] 200 OK http://64.188.16.148:32400/library/sections/3/all?X-Plex-Container-Start=0&X-Plex-Container-Size=1000&type=9 (153ms, unknown-length body) 2020-07-25 16:55:42.571 Verbose/PlexLogger: <-- [590] {"MediaContainer":{"size":188,"totalSize":188,"allowSync":true,"art":"/:/resources/artist-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":3,"librarySectionTitle":"Music","librarySectionUUID":"137cc432-cc5e-4fac-9080-36313483dc7f","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/artist.png","title1":"Music","title2":"All Artists","viewGroup":"artist","viewMode":65592,"Metadata":[{"ratingKey":"3452","key":"/library/metadata/3452/children","parentRatingKey":"3418","guid":"plex://album/5d07c9eb403c640290cd4dbf","parentGuid":"plex://artist/5d07bc07403c6402904ad640","studio":"Rhymesayers Entertainment","type":"album","title":"The Impossible Kid","titleSort":"Impossible Kid","parentKey":"/library/metadata/3418","parentTitle":"Aesop Rock","summary":"It had been four years since Aesop Rock's 2012 album Skelethon, but if this 2016 LP sounds quite different, it's not just because of the time passed. All of the left-field rapper and producer's gear was stolen back in 2013, and even if these new tones and textures were previewed on the EP with Homeboy Sandman from 2015, LICE, this is the album where all that delicious \"new new\" comes on strong. The extremely esoteric and elaborate lyricist also tones it down just a bit in a winning effort to make this an autobiographical effort, with the nerdy \"Dorks\" being one of his most connectable cuts to date. His rocky relationship with his family is covered in detail throughout the album, but in contrast, \"Kirby\" concerns his recently adopted rescue cat who pukes anytime he eats cheap cat food. Lyrical prowess is never in doubt, and neither is the idea that the MC is an acquired taste, but this wordy, extroverted, and capricious effort is an alive whirlwind with more pride than usual. That last bit makes it one of the most persuasive Aesop efforts to date. ~ David Jeffries","index":1,"rating":8.0,"viewCount":15,"lastViewedAt":1592297824,"year":2016,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3418/thumb/1595065057","originallyAvailableAt":"2016-04-29","addedAt":1592294827,"updatedAt":1592328938,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Rhymesayers Entertainment"}]},{"ratingKey":"3253","key":"/library/metadata/3253/children","parentRatingKey":"928","guid":"plex://album/5d07cbb1403c640290e0e1bf","parentGuid":"plex://artist/5d07bd76403c6402905eb7fe","studio":"Sony Music Associated Records","type":"album","title":"地方都市のメメント・モリ","parentKey":"/library/metadata/928","parentTitle":"amazarashi","summary":"","index":1,"year":2017,"thumb":"/library/metadata/3253/thumb/1591780334","parentThumb":"/library/metadata/928/thumb/1595497004","originallyAvailableAt":"2017-12-13","addedAt":1579326760,"updatedAt":1591780334,"loudnessAnalysisVersion":"1","Director":[{"tag":"Sony Music Associated Records"}]},{"ratingKey":"2300","key":"/library/metadata/2300/children","parentRatingKey":"2007","guid":"plex://album/5ee014c6c5e64fcc109aa871","parentGuid":"plex://artist/5d07be64403c64029068b452","type":"album","title":"Abstract 9","parentKey":"/library/metadata/2007","parentTitle":"Anonymuz","summary":"","index":1,"year":2012,"thumb":"/library/metadata/2300/thumb/1595065067","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2007/thumb/1595065054","originallyAvailableAt":"2012-08-15","addedAt":1591780051,"updatedAt":1595065067,"loudnessAnalysisVersion":"1"},{"ratingKey":"2015","key":"/library/metadata/2015/children","parentRatingKey":"2007","guid":"plex://album/5d07cb40403c640290dc17a2","parentGuid":"plex://artist/5d07be64403c64029068b452","studio":"Repost Network","type":"album","title":"Urameshi","parentKey":"/library/metadata/2007","parentTitle":"Anonymuz","summary":"","index":1,"viewCount":2,"lastViewedAt":1591602807,"year":2017,"thumb":"/library/metadata/2015/thumb/1592039368","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2007/thumb/1595065054","originallyAvailableAt":"2017-08-08","addedAt":1579030858,"updatedAt":1592039368,"loudnessAnalysisVersion":"1","Director":[{"tag":"Repost Network"}]},{"ratingKey":"2008","key":"/library/metadata/2008/children","parentRatingKey":"2007","guid":"plex://album/5d07ca94403c640290d4a653","parentGuid":"plex://artist/5d07be64403c64029068b452","type":"album","title":"Vice City","parentKey":"/library/metadata/2007","parentTitle":"Anonymuz","summary":"","index":1,"viewCount":6,"lastViewedAt":1591603390,"year":2016,"thumb":"/library/metadata/2008/thumb/1592039369","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2007/thumb/1595065054","originallyAvailableAt":"2016-11-18","addedAt":1579030930,"updatedAt":1592039369,"loudnessAnalysisVersion":"1"},{"ratingKey":"1318","key":"/library/metadata/1318/children","parentRatingKey":"1275","guid":"plex://album/5d07c5df403c640290ac4d3d","parentGuid":"plex://artist/5d07bc83403c6402905150d8","studio":"Frozenbyte","type":"album","title":"Trine 2: Soundtrack: Special Edition","parentKey":"/library/metadata/1275","parentTitle":"Ari Pulkkinen","summary":"","index":1,"year":2011,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1275/thumb/1595497045","originallyAvailableAt":"2011-04-15","addedAt":1579311790,"updatedAt":1592039349,"loudnessAnalysisVersion":"1","Director":[{"tag":"Frozenbyte"}]},{"ratingKey":"3238","key":"/library/metadata/3238/children","parentRatingKey":"1275","guid":"plex://album/5d07c5df403c640290ac4d3d","parentGuid":"plex://artist/5d07bc83403c6402905150d8","studio":"Frozenbyte","type":"album","title":"Trine 2: Soundtrack: Special Edition","parentKey":"/library/metadata/1275","parentTitle":"Ari Pulkkinen","summary":"","index":1,"year":2011,"thumb":"/library/metadata/3238/thumb/1591780327","parentThumb":"/library/metadata/1275/thumb/1595497045","originallyAvailableAt":"2011-04-15","addedAt":1579311790,"updatedAt":1591780327,"loudnessAnalysisVersion":"1","Director":[{"tag":"Frozenbyte"}]},{"ratingKey":"3204","key":"/library/metadata/3204/children","parentRatingKey":"1275","guid":"plex://album/5d07c9ac403c640290caec58","parentGuid":"plex://artist/5d07bc83403c6402905150d8","studio":"Aritunes Records","type":"album","title":"Trine 3: The Artifacts of Power Original Soundtrack","parentKey":"/library/metadata/1275","parentTitle":"Ari Pulkkinen","summary":"","index":1,"year":2015,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/1275/thumb/1595497045","originallyAvailableAt":"2015-09-14","addedAt":1579312142,"updatedAt":1591780324,"loudnessAnalysisVersion":"1","Director":[{"tag":"Aritunes Records"}]},{"ratingKey":"3177","key":"/library/metadata/3177/children","parentRatingKey":"1275","guid":"plex://album/5dfb6b8f856e113a5b32078f","parentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"album","title":"Trine 4: The Nightmare Prince Original Soundtrack","parentKey":"/library/metadata/1275","parentTitle":"Ari Pulkkinen","summary":"","index":1,"year":2019,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/1275/thumb/1595497045","originallyAvailableAt":"2019-10-08","addedAt":1579313260,"updatedAt":1591780324,"loudnessAnalysisVersion":"1"},{"ratingKey":"3219","key":"/library/metadata/3219/children","parentRatingKey":"1275","guid":"plex://album/5d07c415403c6402909c8cde","parentGuid":"plex://artist/5d07bc83403c6402905150d8","studio":"Aritunes Records","type":"album","title":"Trine Original Soundtrack","parentKey":"/library/metadata/1275","parentTitle":"Ari Pulkkinen","summary":"","index":1,"year":2009,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/1275/thumb/1595497045","originallyAvailableAt":"2009-07-23","addedAt":1579313336,"updatedAt":1591780327,"loudnessAnalysisVersion":"1","Director":[{"tag":"Aritunes Records"}]},{"ratingKey":"898","key":"/library/metadata/898/children","parentRatingKey":"895","guid":"plex://album/5d07c63d403c640290af673f","parentGuid":"plex://artist/5d07bc30403c6402904ce94a","studio":"Ki/oon","type":"album","title":"BEST HIT AKG","parentKey":"/library/metadata/895","parentTitle":"ASIAN KUNG-FU GENERATION","summary":"","index":1,"year":2012,"thumb":"/library/metadata/898/thumb/1591408714","art":"/library/metadata/895/art/1595497003","parentThumb":"/library/metadata/895/thumb/1595497003","originallyAvailableAt":"2012-01-17","addedAt":1579328296,"updatedAt":1591408714,"loudnessAnalysisVersion":"1","Genre":[{"tag":"International"},{"tag":"Pop/Rock"}],"Director":[{"tag":"Ki/oon"}]},{"ratingKey":"3247","key":"/library/metadata/3247/children","parentRatingKey":"895","guid":"plex://album/5d07c9e6403c640290cd17fe","parentGuid":"plex://artist/5d07bc30403c6402904ce94a","studio":"Ki/oon","type":"album","title":"Re: Re:","parentKey":"/library/metadata/895","parentTitle":"ASIAN KUNG-FU GENERATION","summary":"","index":1,"year":2016,"thumb":"/library/metadata/3247/thumb/1591780328","art":"/library/metadata/895/art/1595497003","parentThumb":"/library/metadata/895/thumb/1595497003","originallyAvailableAt":"2016-02-10","addedAt":1591780325,"updatedAt":1591780328,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Ki/oon"}]},{"ratingKey":"3384","key":"/library/metadata/3384/children","parentRatingKey":"978","guid":"plex://album/5d07c1e5403c6402908859c2","parentGuid":"plex://artist/5d07bc0f403c6402904b3cca","studio":"Victory Records","type":"album","title":"A Death‐Grip on Yesterday","titleSort":"Death‐Grip on Yesterday","parentKey":"/library/metadata/978","parentTitle":"Atreyu","summary":"Rock bands that combine hardcore vocals together with heavy metal riffs have become commonplace in the early 21st century. One such band that follows this blueprint to a T is the southern California quintet Atreyu, and the proof is offered in truckloads on their 2006 release, A Death Grip on Yesterday. Instead of just having a single vocalist doing all the work, Atreyu employ the use of two singers -- Alex Varkatzas and Brandon Saller -- the latter of whom pulls a \"Phil Collins\" (he doubles as the group's drummer). With one handling the hardcore barking and the other handling the melodic emo singing, the vocal duo is showcased best on such tracks as \"The Theft\" and \"Shameful.\" Although they put a unique spin on modern-day metal with the vocal duo thing, musically, Atreyu sound similar to the majority of the bands you can spot on any given episode of Fuse (riffs, riffs, riffs), as evidenced by such selections as the album-opening \"Creature.\" Atreyu fit perfectly into the modern-day metal landscape, but there's a multitude of other bands sharing the metallic sound heard on A Death Grip on Yesterday. ~ Greg Prato","index":1,"rating":6.0,"year":2006,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/978/thumb/1595497011","originallyAvailableAt":"2006-03-28","addedAt":1579324280,"updatedAt":1591780400,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Victory Records"}]},{"ratingKey":"979","key":"/library/metadata/979/children","parentRatingKey":"978","guid":"plex://album/5d07c2ca403c64029090c88b","parentGuid":"plex://artist/5d07bc0f403c6402904b3cca","studio":"Roadrunner Records","type":"album","title":"Lead Sails Paper Anchor","parentKey":"/library/metadata/978","parentTitle":"Atreyu","summary":"Atreyu's Lead Sails Paper Anchor is a decent album. The problem? It would be a much more consistent and stronger one if producer John Feldmann had settled on one sound -- slick or raw -- because it can't be both. (For the record, the rougher moments on the album do give Atreyu more vitality.) It isn't even a case of different songs having different production values, which would have made for a difficult, but ultimately forgivable, listen. Instead, these switches in sound occur multiple times, often in the same song. It's noticeable right from the beginning with opening number \"Doomsday.\" During the verses, guitarists Dan Jacobs and Travis Miguel crunch away while Alex Varkatzas' raspy vocals add texture and grit, but as soon as the chorus hits, the sound abruptly becomes slick and restrained. It's not on the part of the musicians, either -- it's very obviously a recording effect. It's a trend that is repeated throughout Lead Sails Paper Anchor, reining in Atreyu's hard and heavy sound to the album's detriment. By holding the band back, the album never achieves any sort of critical mass. Fortunately, Lead Sails Paper Anchor isn't a bland effort, and this helps to compensate somewhat, even if some of the songs seem a little out of place. (\"Falling Down,\" which sounds a little too punk-pop for this collection, is a prime example.) \"Lose It\" is a particularly intriguing number, beginning with layered and distorted guitars before bursting into a brief flurry of heavy riffs. This, in turn, gives way to haunted verses, a rough, aggressive chorus, and an eerie bridge section featuring echoing harmonies and hand claps. \"Blow\" is another highlight, though for completely different reasons -- the big, juicy guitar riffs, a singalong (though hardly family-friendly) chorus, and a healthy dose of cowbell all add up for a rousing, arena-ready showstopper. Both are unencumbered by the restraining effects placed on most of the other pieces, giving a glimpse of what this album could have been. Fans may have to wait for a live album or a concert ticket to hear what Atreyu are really capable of doing with this material. ~ Katherine Fulton","index":1,"rating":6.0,"year":2007,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/978/thumb/1595497011","originallyAvailableAt":"2007-08-27","addedAt":1579324482,"updatedAt":1591408805,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Roadrunner Records"}]},{"ratingKey":"3394","key":"/library/metadata/3394/children","parentRatingKey":"978","guid":"plex://album/5d07c2ca403c64029090c88b","parentGuid":"plex://artist/5d07bc0f403c6402904b3cca","studio":"Roadrunner Records","type":"album","title":"Lead Sails Paper Anchor","parentKey":"/library/metadata/978","parentTitle":"Atreyu","summary":"Atreyu's Lead Sails Paper Anchor is a decent album. The problem? It would be a much more consistent and stronger one if producer John Feldmann had settled on one sound -- slick or raw -- because it can't be both. (For the record, the rougher moments on the album do give Atreyu more vitality.) It isn't even a case of different songs having different production values, which would have made for a difficult, but ultimately forgivable, listen. Instead, these switches in sound occur multiple times, often in the same song. It's noticeable right from the beginning with opening number \"Doomsday.\" During the verses, guitarists Dan Jacobs and Travis Miguel crunch away while Alex Varkatzas' raspy vocals add texture and grit, but as soon as the chorus hits, the sound abruptly becomes slick and restrained. It's not on the part of the musicians, either -- it's very obviously a recording effect. It's a trend that is repeated throughout Lead Sails Paper Anchor, reining in Atreyu's hard and heavy sound to the album's detriment. By holding the band back, the album never achieves any sort of critical mass. Fortunately, Lead Sails Paper Anchor isn't a bland effort, and this helps to compensate somewhat, even if some of the songs seem a little out of place. (\"Falling Down,\" which sounds a little too punk-pop for this collection, is a prime example.) \"Lose It\" is a particularly intriguing number, beginning with layered and distorted guitars before bursting into a brief flurry of heavy riffs. This, in turn, gives way to haunted verses, a rough, aggressive chorus, and an eerie bridge section featuring echoing harmonies and hand claps. \"Blow\" is another highlight, though for completely different reasons -- the big, juicy guitar riffs, a singalong (though hardly family-friendly) chorus, and a healthy dose of cowbell all add up for a rousing, arena-ready showstopper. Both are unencumbered by the restraining effects placed on most of the other pieces, giving a glimpse of what this album could have been. Fans may have to wait for a live album or a concert ticket to hear what Atreyu are really capable of doing with this material. ~ Katherine Fulton","index":1,"rating":6.0,"year":2007,"thumb":"/library/metadata/3394/thumb/1591780399","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/978/thumb/1595497011","originallyAvailableAt":"2007-08-27","addedAt":1579324482,"updatedAt":1591780399,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Roadrunner Records"}]},{"ratingKey":"2251","key":"/library/metadata/2251/children","parentRatingKey":"564","guid":"plex://album/5ee02c3ac5e64fcc107a2bac","parentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"album","title":"HOT 97 Freestyle 2017","parentKey":"/library/metadata/564","parentTitle":"Black Thought","summary":"","index":1,"viewCount":36,"lastViewedAt":1595491827,"year":2017,"thumb":"/library/metadata/2251/thumb/1591780022","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/564/thumb/1595497001","originallyAvailableAt":"2017-12-14","addedAt":1591780019,"updatedAt":1591780022,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Hip Hop"}]},{"ratingKey":"2259","key":"/library/metadata/2259/children","parentRatingKey":"564","guid":"plex://album/5d07cccd403c640290eaf99c","parentGuid":"plex://artist/5d07bc0f403c6402904b3a91","studio":"Passyunk Productions","type":"album","title":"Streams of Thought, Vol. 2","parentKey":"/library/metadata/564","parentTitle":"Black Thought","summary":"","index":1,"year":2018,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/564/thumb/1595497001","originallyAvailableAt":"2018-11-26","addedAt":1591780025,"updatedAt":1591780029,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Passyunk Productions"}]},{"ratingKey":"2253","key":"/library/metadata/2253/children","parentRatingKey":"567","guid":"plex://album/5d07cc37403c640290e5bcf7","parentGuid":"plex://artist/5df21777cbd6e75dc4cf37df","studio":"Human Re Sources","type":"album","title":"Streams of Thought, Vol. 1","parentKey":"/library/metadata/567","parentTitle":"Black Thought & 9th Wonder","summary":"","index":1,"year":2018,"thumb":"/library/metadata/2253/thumb/1591780025","parentThumb":"/library/metadata/567/thumb/1595497001","originallyAvailableAt":"2018-06-01","addedAt":1579227316,"updatedAt":1591780025,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Human Re Sources"}]},{"ratingKey":"901","key":"/library/metadata/901/children","parentRatingKey":"900","guid":"plex://album/5d07c95a403c640290c7fc35","parentGuid":"plex://artist/5d07be9f403c6402906b6b8b","studio":"HERO MUSIC ENTERTAINMENT","type":"album","title":"POWER OF LIFE","parentKey":"/library/metadata/900","parentTitle":"BRADIO","summary":"","index":1,"year":2015,"thumb":"/library/metadata/901/thumb/1592039253","parentThumb":"/library/metadata/900/thumb/1595065053","originallyAvailableAt":"2015-06-03","addedAt":1579328132,"updatedAt":1592039253,"loudnessAnalysisVersion":"1","Director":[{"tag":"HERO MUSIC ENTERTAINMENT"}]},{"ratingKey":"3396","key":"/library/metadata/3396/children","parentRatingKey":"900","guid":"plex://album/5d07c95a403c640290c7fc35","parentGuid":"plex://artist/5d07be9f403c6402906b6b8b","studio":"HERO MUSIC ENTERTAINMENT","type":"album","title":"POWER OF LIFE","parentKey":"/library/metadata/900","parentTitle":"BRADIO","summary":"","index":1,"year":2015,"thumb":"/library/metadata/3396/thumb/1591780400","parentThumb":"/library/metadata/900/thumb/1595065053","originallyAvailableAt":"2015-06-03","addedAt":1579328132,"updatedAt":1591780400,"loudnessAnalysisVersion":"1","Director":[{"tag":"HERO MUSIC ENTERTAINMENT"}]},{"ratingKey":"1097","key":"/library/metadata/1097/children","parentRatingKey":"1043","guid":"plex://album/5d07c935403c640290c699e2","parentGuid":"plex://artist/5d07bc10403c6402904b3f5d","studio":"Hollywood Records","type":"album","title":"Dark Before Dawn","parentKey":"/library/metadata/1043","parentTitle":"Breaking Benjamin","summary":"The fifth studio long-player and first outing from Breaking Benjamin to rely on the talents of a more or less completely new lineup (founder, frontman, and namesake Benjamin Burnley remains at the wheel), Dark Before Dawn offers up little in the way of innovation. That said, as thick, smartly produced, largely inoffensive blasts of generic hard rock go, you could do a lot worse, and longtime fans will appreciate the fact that Burnley and his new shipmates (drummer Shaun Foist Picture Me Broken, bassist Aaron Bruch, former Red guitarist Jasen Rauch, and ex-Adelitas Way guitarist Keith Wallen) stay true to the band's unwavering allegiance to all things late-'90s/early-2000s post-grunge/hard rock. In the six years since 2009's Dear Agony, Burnley has endured issues of both the legal and health varieties, and much of the 12-track set is spent attempting to process that period of personal upheaval, with standout cuts like the slow-burn single \"Failure,\" the anthemic \"Defeated,\" and the soaring \"Close to Heaven\" and \"Angels Fall\" leading the charge. Subtlety has never been Breaking Benjamin's strong suit (the album is bookended by a pair of perfunctory mood pieces titled \"Dark\" and \"Dawn\"), but what they lack in nuance they more than make up for in sheer melodic power. Somewhere between Burnley's powerhouse voice and the triple guitar-induced wall of sonic discord in which that pained throat wails, must lie some sort of catharsis, both for the listener and the band, but it's hard to conceal the fact that most of these songs are nearly interchangeable with the band's older material. ~ James Christopher Monger","index":1,"rating":6.0,"year":2015,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1043/thumb/1595497039","originallyAvailableAt":"2015-06-23","addedAt":1579322004,"updatedAt":1591408802,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Hollywood Records"}]},{"ratingKey":"1085","key":"/library/metadata/1085/children","parentRatingKey":"1043","guid":"plex://album/5d07c3d6403c6402909a5cf7","parentGuid":"plex://artist/5d07bc10403c6402904b3f5d","studio":"Hollywood Records","type":"album","title":"Dear Agony","parentKey":"/library/metadata/1043","parentTitle":"Breaking Benjamin","summary":"Breaking Benjamin's fourth foray into the crowded waters of early 21st century alternative metal/post-grunge feels a lot like their first three. That's good news for longtime fans of the brooding Pennsylvania quartet. Front-loaded with the singles \"Fade Away\" and \"I Will Not Bow\" (the latter was featured in the Bruce Willis sci-fi film Surrogates), Dear Agony feels like a well-oiled machine, and producer David Bendeth, whose immaculate touch helped 2006's Phobia sell 131,000 copies in its first week, conjures much of the same magic here. ~ James Christopher Monger","index":1,"rating":5.0,"year":2009,"thumb":"/library/metadata/1085/thumb/1592039304","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1043/thumb/1595497039","originallyAvailableAt":"2009-09-29","addedAt":1579322262,"updatedAt":1592039304,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Hollywood Records"}]},{"ratingKey":"3357","key":"/library/metadata/3357/children","parentRatingKey":"1043","guid":"plex://album/5d07c3d6403c6402909a5cf7","parentGuid":"plex://artist/5d07bc10403c6402904b3f5d","studio":"Hollywood Records","type":"album","title":"Dear Agony","parentKey":"/library/metadata/1043","parentTitle":"Breaking Benjamin","summary":"Breaking Benjamin's fourth foray into the crowded waters of early 21st century alternative metal/post-grunge feels a lot like their first three. That's good news for longtime fans of the brooding Pennsylvania quartet. Front-loaded with the singles \"Fade Away\" and \"I Will Not Bow\" (the latter was featured in the Bruce Willis sci-fi film Surrogates), Dear Agony feels like a well-oiled machine, and producer David Bendeth, whose immaculate touch helped 2006's Phobia sell 131,000 copies in its first week, conjures much of the same magic here. ~ James Christopher Monger","index":1,"rating":5.0,"year":2009,"thumb":"/library/metadata/3357/thumb/1591780386","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1043/thumb/1595497039","originallyAvailableAt":"2009-09-29","addedAt":1579322262,"updatedAt":1591780386,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Hollywood Records"}]},{"ratingKey":"1071","key":"/library/metadata/1071/children","parentRatingKey":"1043","guid":"plex://album/5d07c21e403c6402908a74ca","parentGuid":"plex://artist/5d07bc10403c6402904b3f5d","studio":"Hollywood Records","type":"album","title":"Phobia","parentKey":"/library/metadata/1043","parentTitle":"Breaking Benjamin","summary":"Breaking Benjamin are nothing if not consistent. Phobia finds them picking up exactly where they left off with 2004's We Are Not Alone, mixing heavy hard rock dynamics with a moody demeanor that never slips into full-on dejection, thanks in part to their proficient grasp of the accessible melody and ever-rousing chorus. Darkness permeates Phobia's tracks (bookended by a useless intro and outro), but the quartet always remembers the silver lining hanging in its oft-cloudy skies. Songs like \"Until the End\" exhibit this resilient attitude, affirming that while life can be tough, \"Why give up? Why give in?…So I will go on until the end.\" Breaking Benjamin mix urgent up-front vocals with dense underside riffing (\"The Diary of Jane,\" \"Topless\"), while still being able to effortlessly pull off songs with vulnerable edges (\"Here We Are,\" \"Breath\"). This is heard even more in the gentle acoustic version of \"The Diary of Jane\" not listed on the back cover; it sounds natural and not just like a strained bonus novelty -- featuring Dropping Daylight's Sebastian Davin, the version may even be better than the original. As is often the case, certain tracks work out much better than others, as in the tough angst of \"Dance with the Devil\" versus the forced warbling of \"Unknown Soldier.\" The main problem with the guys has always been that while everything is pulled off capably, there isn't always much to distinguish them from the rest of the post-grunge/alt-metal pack or really, each of their songs from one another. But what Breaking Benjamin lack in distinctiveness, they make up in a certain charm that makes them 100 times more appealing than most of their testosterone-clogged peers. Phobia will not win over any skeptics still holding out on the band, but for those already happily settled in the Benjamin camp, it makes for another satisfying listen. ~ Corey Apar","index":1,"rating":7.0,"year":2006,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1043/thumb/1595497039","originallyAvailableAt":"2006-08-08","addedAt":1579322502,"updatedAt":1592039305,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Hollywood Records"}]},{"ratingKey":"3353","key":"/library/metadata/3353/children","parentRatingKey":"1043","guid":"plex://album/5d07c21e403c6402908a74ca","parentGuid":"plex://artist/5d07bc10403c6402904b3f5d","studio":"Hollywood Records","type":"album","title":"Phobia","parentKey":"/library/metadata/1043","parentTitle":"Breaking Benjamin","summary":"Breaking Benjamin are nothing if not consistent. Phobia finds them picking up exactly where they left off with 2004's We Are Not Alone, mixing heavy hard rock dynamics with a moody demeanor that never slips into full-on dejection, thanks in part to their proficient grasp of the accessible melody and ever-rousing chorus. Darkness permeates Phobia's tracks (bookended by a useless intro and outro), but the quartet always remembers the silver lining hanging in its oft-cloudy skies. Songs like \"Until the End\" exhibit this resilient attitude, affirming that while life can be tough, \"Why give up? Why give in?…So I will go on until the end.\" Breaking Benjamin mix urgent up-front vocals with dense underside riffing (\"The Diary of Jane,\" \"Topless\"), while still being able to effortlessly pull off songs with vulnerable edges (\"Here We Are,\" \"Breath\"). This is heard even more in the gentle acoustic version of \"The Diary of Jane\" not listed on the back cover; it sounds natural and not just like a strained bonus novelty -- featuring Dropping Daylight's Sebastian Davin, the version may even be better than the original. As is often the case, certain tracks work out much better than others, as in the tough angst of \"Dance with the Devil\" versus the forced warbling of \"Unknown Soldier.\" The main problem with the guys has always been that while everything is pulled off capably, there isn't always much to distinguish them from the rest of the post-grunge/alt-metal pack or really, each of their songs from one another. But what Breaking Benjamin lack in distinctiveness, they make up in a certain charm that makes them 100 times more appealing than most of their testosterone-clogged peers. Phobia will not win over any skeptics still holding out on the band, but for those already happily settled in the Benjamin camp, it makes for another satisfying listen. ~ Corey Apar","index":1,"rating":7.0,"year":2006,"thumb":"/library/metadata/3353/thumb/1591780384","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1043/thumb/1595497039","originallyAvailableAt":"2006-08-08","addedAt":1579322502,"updatedAt":1591780384,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Hollywood Records"}]},{"ratingKey":"1057","key":"/library/metadata/1057/children","parentRatingKey":"1043","guid":"plex://album/5d07c19b403c64029085be27","parentGuid":"plex://artist/5d07bc10403c6402904b3f5d","studio":"Hollywood Records","type":"album","title":"Saturate","parentKey":"/library/metadata/1043","parentTitle":"Breaking Benjamin","summary":"As an alternative/hard rock band, the defining point of one's career is signing to a major label. With that said, it makes it all the more surprising that just as Lifer had begun to create a buzz on mainstream radio, guitarist Aaron Fink and bassist Mark James Klepaski quit in order to join Breaking Benjamin. Whether they saw something special in this independent band or were just sick of their former band's career decisions is unknown, but Breaking Benjamin went on to sign to Hollywood Records, and Saturate has serious potential to become one of 2002's most successful debuts, as although it is repetitive and generic, it is undeniably addictive. Molding hard rock in the vein of Nickelback with the more aggressive side of Korn, Saturate is accessible and slightly heavier than much music suitable for excessive radio play, yet allows the listener to identify with the themes present on the disc. Breaking Benjamin still follows the formulaic pattern of most every hard rock group since the mid-'90s -- the music is hard to resist. The only noticeable dilemma apparent here is that the album drags once it hits \"Next to Nothing\" and never quite picks back up. Those who enjoyed Lifer certainly should like the rock offered here, and this album should fit in well with other modern rock releases of the here today/gone tomorrow variety. ~ Jason D. Taylor","index":1,"rating":5.0,"year":2002,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1043/thumb/1595497039","originallyAvailableAt":"2002-08-27","addedAt":1579323044,"updatedAt":1592039307,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Hollywood Records"}]},{"ratingKey":"3351","key":"/library/metadata/3351/children","parentRatingKey":"1043","guid":"plex://album/5d07c19b403c64029085be27","parentGuid":"plex://artist/5d07bc10403c6402904b3f5d","studio":"Hollywood Records","type":"album","title":"Saturate","parentKey":"/library/metadata/1043","parentTitle":"Breaking Benjamin","summary":"As an alternative/hard rock band, the defining point of one's career is signing to a major label. With that said, it makes it all the more surprising that just as Lifer had begun to create a buzz on mainstream radio, guitarist Aaron Fink and bassist Mark James Klepaski quit in order to join Breaking Benjamin. Whether they saw something special in this independent band or were just sick of their former band's career decisions is unknown, but Breaking Benjamin went on to sign to Hollywood Records, and Saturate has serious potential to become one of 2002's most successful debuts, as although it is repetitive and generic, it is undeniably addictive. Molding hard rock in the vein of Nickelback with the more aggressive side of Korn, Saturate is accessible and slightly heavier than much music suitable for excessive radio play, yet allows the listener to identify with the themes present on the disc. Breaking Benjamin still follows the formulaic pattern of most every hard rock group since the mid-'90s -- the music is hard to resist. The only noticeable dilemma apparent here is that the album drags once it hits \"Next to Nothing\" and never quite picks back up. Those who enjoyed Lifer certainly should like the rock offered here, and this album should fit in well with other modern rock releases of the here today/gone tomorrow variety. ~ Jason D. Taylor","index":1,"rating":5.0,"year":2002,"thumb":"/library/metadata/3351/thumb/1591780380","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1043/thumb/1595497039","originallyAvailableAt":"2002-08-27","addedAt":1579323044,"updatedAt":1591780380,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Hollywood Records"}]},{"ratingKey":"1044","key":"/library/metadata/1044/children","parentRatingKey":"1043","guid":"plex://album/5d07c19b403c64029085be26","parentGuid":"plex://artist/5d07bc10403c6402904b3f5d","studio":"Hollywood Records","type":"album","title":"We Are Not Alone","parentKey":"/library/metadata/1043","parentTitle":"Breaking Benjamin","summary":"On We Are Not Alone, Breaking Benjamin's sophomore effort for Hollywood, the Philadelphia quartet still enjoys coursing the downcast dynamics and dour cerebrals of early Tool through post-grunge's more accessible melodics. Vocalist/guitarist Ben Burnley channels Maynard James Keenan throughout \"So Cold\" and \"Simple Design,\" and fills their shadows with scary roars. But the choruses are as uplifting and hopeful as anything from 3 Doors Down, and the latter even features a quiet acoustic interlude. It's this baiting of the darker mental animal while realizing the power of a cool hard rock riff that drives We Are Not Alone. \"Why am I so pathetic?\" asks Burnley in \"Sooner or Later.\" \"Help me break my conscience in,\" goes \"Break My Fall,\" \"To free us from our innocence.\" Both cuts stick to the familiar formula of introducing huge chords before dwelling on the personal struggle in the verses, only to surge toward hopeful choruses. In this, Breaking Benjamin is quite capable. They understand that it can't be all gloom and doom all the time -- that the people need some light at the end of the tunnel. Alone's choruses offer that urgency throughout, but \"Forget It\" takes it to heart. With its whispering synthesizers, layered guitar effects (Billy Corgan guests), and filtered harmonies, the cut is a warm departure from the album's bruised push forward. We Are Not Alone has its moments of genre-aping filler, and Burnley's delivery does at times seem forced -- he just sounds so much like his peers. But We Are Not Alone is still a solid second effort, with plenty of appeal for fans of groups like Crossfade, Default, and Smile Empty Soul. ~ Johnny Loftus","index":1,"rating":5.0,"year":2004,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1043/thumb/1595497039","originallyAvailableAt":"2004-01-01","addedAt":1579323254,"updatedAt":1592039308,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Hollywood Records"}]},{"ratingKey":"3347","key":"/library/metadata/3347/children","parentRatingKey":"1043","guid":"plex://album/5d07c19b403c64029085be26","parentGuid":"plex://artist/5d07bc10403c6402904b3f5d","studio":"Hollywood Records","type":"album","title":"We Are Not Alone","parentKey":"/library/metadata/1043","parentTitle":"Breaking Benjamin","summary":"On We Are Not Alone, Breaking Benjamin's sophomore effort for Hollywood, the Philadelphia quartet still enjoys coursing the downcast dynamics and dour cerebrals of early Tool through post-grunge's more accessible melodics. Vocalist/guitarist Ben Burnley channels Maynard James Keenan throughout \"So Cold\" and \"Simple Design,\" and fills their shadows with scary roars. But the choruses are as uplifting and hopeful as anything from 3 Doors Down, and the latter even features a quiet acoustic interlude. It's this baiting of the darker mental animal while realizing the power of a cool hard rock riff that drives We Are Not Alone. \"Why am I so pathetic?\" asks Burnley in \"Sooner or Later.\" \"Help me break my conscience in,\" goes \"Break My Fall,\" \"To free us from our innocence.\" Both cuts stick to the familiar formula of introducing huge chords before dwelling on the personal struggle in the verses, only to surge toward hopeful choruses. In this, Breaking Benjamin is quite capable. They understand that it can't be all gloom and doom all the time -- that the people need some light at the end of the tunnel. Alone's choruses offer that urgency throughout, but \"Forget It\" takes it to heart. With its whispering synthesizers, layered guitar effects (Billy Corgan guests), and filtered harmonies, the cut is a warm departure from the album's bruised push forward. We Are Not Alone has its moments of genre-aping filler, and Burnley's delivery does at times seem forced -- he just sounds so much like his peers. But We Are Not Alone is still a solid second effort, with plenty of appeal for fans of groups like Crossfade, Default, and Smile Empty Soul. ~ Johnny Loftus","index":1,"rating":5.0,"year":2004,"thumb":"/library/metadata/3347/thumb/1591780380","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1043/thumb/1595497039","originallyAvailableAt":"2004-01-01","addedAt":1579323254,"updatedAt":1591780380,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Hollywood Records"}]},{"ratingKey":"3361","key":"/library/metadata/3361/children","parentRatingKey":"1479","guid":"plex://album/5d07ca7d403c640290d3a7ae","parentGuid":"plex://artist/5d07bd46403c6402905c12e0","studio":"Glassnote","type":"album","title":"“Awaken, My Love!”","titleSort":"Awaken, My Love!”","parentKey":"/library/metadata/1479","parentTitle":"Childish Gambino","summary":"Over the course of a backpack's worth of mixtapes and a couple of albums that won him commercial success, if not critical acclaim, Childish Gambino (aka Donald Glover) staked a claim as one of the brainiest, weirdest, and most inventive rappers around. His 2015 EP Kauai widened his approach a bit, with Glover doing more singing than rapping in a hazy modern R&B style, showing off a voice so smooth that it's almost unfair that one guy can have so much going for him. While working on his new TV series, Atlanta, Glover and his longtime sidekick Ludwig Göransson seem to have had some kind of musical awakening brought on by late-'60s dipped-in-psychedelia soul and early-'70s earthy funk. \"Awaken, My Love!\" has fuzz guitars, vintage synths of all kinds, burbling organs, grimy basslines, and masses of backing vocals adorning the songs; the influence of Sly Stone and George Clinton's various groups is strong, and Glover doesn't rap at all. He does use his voice like an acrobat, though, sometimes crooning sweetly, other times screaming like a demon. He doesn't have a classic soul singer's voice, but what he does have is personality and it comes through loud and clear, even through the murkiest moments of nasty funk. Glover and Göransson construct the album like a soundtrack to a nostalgic trip, hitting all the sweet spots of that magic moment when funk and soul got truly odd and inspiring. Tripped-out ballads like \"Me and Your Mama\" and \"Terrified\" bump up against massive jams like \"Riot\" and \"Boogieman,\" and totally oddball moments like \"California\" match up well with heartfelt songs about fatherhood (\"The Night Me and Your Mama Met,\" \"Stand Tall\"), which give the album its heart. Empowering pop-soul songs (\"Have Some Love\"), gloomy tales of the entertainment biz (\"Zombies\"), late-night detours into true love (\"Redbone\") -- everything Glover tries comes off just right and every note on every song is perfectly placed. Göransson and the tight crew of musicians must all be dedicated students of the era's sounds, and they play with controlled passion and fire. It's not an academic exercise by any means, though. The songs are all as memorable as Bootsy Collins' star-shaped sunglasses, and Glover's vocal gymnastics and impassioned delivery vault things past into more rarified air. It's true that the album owes a deep debt to the sounds that inspired it, but there are times when the music, voices, and words come together to make something that sounds owned by Childish Gambino alone. It's a departure, an update of the past, a statement of artistic intent from one of the true polymaths of the millennial era, but above all, \"Awaken, My Love\" is a stone-cold blast from beginning to end. ~ Tim Sendra","index":1,"rating":9.0,"year":2016,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1479/thumb/1595497055","originallyAvailableAt":"2016-12-02","addedAt":1579227930,"updatedAt":1591780392,"loudnessAnalysisVersion":"1","Genre":[{"tag":"R&B"}],"Director":[{"tag":"Glassnote"}]},{"ratingKey":"1508","key":"/library/metadata/1508/children","parentRatingKey":"1479","guid":"plex://album/5d07c7f5403c640290bbf7b4","parentGuid":"plex://artist/5d07bd46403c6402905c12e0","studio":"Glassnote","type":"album","title":"Because the Internet","parentKey":"/library/metadata/1479","parentTitle":"Childish Gambino","summary":"Having left his full-time role on the hit comedy Community to concentrate on music, rapper Donald Glover aka Childish Gambino gets broader and bolder on his 2013 effort Because the Internet, an indulgent kaleidoscope of studio tricks and celebrity problems that's still wildly attractive thanks to its smarts and ability to swing. That latter bit comes courtesy of primary producers Glover and Ludwig Goransson, who mix the edgy sounds of indie rap and indie pop with the best the mainstream world of R&B has to offer. Cool, radio-friendly crooner Lloyd shows up on the creamy West Coast dream called \"Telegraph Ave.,\" while \"3005\" comes with a chorus so uplifting and bright, it makes the nerdy stay-at-home wallflower at its center sound epic and sexy. The booming influence of the A$AP Mob is felt on numerous cloudy cuts like the grand \"Worldstar,\" where popping pills at Coachella, a Martin Scorsese reference, and a twisted sax solo all congeal into a dank glop of hip-hop hash oil. Then there are all the instrumental interludes that divide the album into chapters or suites, because this one reaches for art with some interruptions for getting flashy on \"The Worst Guys\" (where Chance the Rapper is merely Chance the Hypeman) and crashing on the couch for either a spliff, or maybe spliff and a sweet snuggle, with Jhené Aiko's \"Pink Toes.\" All of it flows splendidly and Gambino's wit, hipness, and lyrical dexterity are all still strong points, with \"I got more tail than Petco,\" \"More green than my Whole Foods/And I'm too Fly, Jeff Goldblum,\" plus a reference to the \"Ain't Nobody Got Time for That\" meme being some examples. Still, even with all these strong points, Gambino often frames his angst and anger with the burden of being born rich (something he mentions quite often on the album), providing plenty of \"we should all have such problems\" bait or \"hierarchy of needs\" ammunition, depending on the listener's viewpoint/bank account. Even the short \"The Party\" finds him inviting friends over and then yelling at them to get the \"F\" out, but there's long been a wide gap between the life experience of rappers and their fans, something supported by the growling background vocals on \"Crawl\" provided by Mystikal, an MC who did plenty of hard time when most of his fans have not. Connecting with the album is nearly impossible, understanding it is difficult, and often enough, its inflated ego is irksome, but Because the Internet is too free and fascinating to be dragged down by these complaints, so if a Yeezus with more flash and fun is what's required, Gambino's got the good stuff. ~ David Jeffries","index":1,"rating":8.0,"year":2013,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1479/thumb/1595497055","originallyAvailableAt":"2013-12-06","addedAt":1579227668,"updatedAt":1591408878,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Glassnote"}]},{"ratingKey":"3375","key":"/library/metadata/3375/children","parentRatingKey":"1479","guid":"plex://album/5d07c7f5403c640290bbf7b4","parentGuid":"plex://artist/5d07bd46403c6402905c12e0","studio":"Glassnote","type":"album","title":"Because the Internet","parentKey":"/library/metadata/1479","parentTitle":"Childish Gambino","summary":"Having left his full-time role on the hit comedy Community to concentrate on music, rapper Donald Glover aka Childish Gambino gets broader and bolder on his 2013 effort Because the Internet, an indulgent kaleidoscope of studio tricks and celebrity problems that's still wildly attractive thanks to its smarts and ability to swing. That latter bit comes courtesy of primary producers Glover and Ludwig Goransson, who mix the edgy sounds of indie rap and indie pop with the best the mainstream world of R&B has to offer. Cool, radio-friendly crooner Lloyd shows up on the creamy West Coast dream called \"Telegraph Ave.,\" while \"3005\" comes with a chorus so uplifting and bright, it makes the nerdy stay-at-home wallflower at its center sound epic and sexy. The booming influence of the A$AP Mob is felt on numerous cloudy cuts like the grand \"Worldstar,\" where popping pills at Coachella, a Martin Scorsese reference, and a twisted sax solo all congeal into a dank glop of hip-hop hash oil. Then there are all the instrumental interludes that divide the album into chapters or suites, because this one reaches for art with some interruptions for getting flashy on \"The Worst Guys\" (where Chance the Rapper is merely Chance the Hypeman) and crashing on the couch for either a spliff, or maybe spliff and a sweet snuggle, with Jhené Aiko's \"Pink Toes.\" All of it flows splendidly and Gambino's wit, hipness, and lyrical dexterity are all still strong points, with \"I got more tail than Petco,\" \"More green than my Whole Foods/And I'm too Fly, Jeff Goldblum,\" plus a reference to the \"Ain't Nobody Got Time for That\" meme being some examples. Still, even with all these strong points, Gambino often frames his angst and anger with the burden of being born rich (something he mentions quite often on the album), providing plenty of \"we should all have such problems\" bait or \"hierarchy of needs\" ammunition, depending on the listener's viewpoint/bank account. Even the short \"The Party\" finds him inviting friends over and then yelling at them to get the \"F\" out, but there's long been a wide gap between the life experience of rappers and their fans, something supported by the growling background vocals on \"Crawl\" provided by Mystikal, an MC who did plenty of hard time when most of his fans have not. Connecting with the album is nearly impossible, understanding it is difficult, and often enough, its inflated ego is irksome, but Because the Internet is too free and fascinating to be dragged down by these complaints, so if a Yeezus with more flash and fun is what's required, Gambino's got the good stuff. ~ David Jeffries","index":1,"rating":8.0,"year":2013,"thumb":"/library/metadata/3375/thumb/1591780397","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1479/thumb/1595497055","originallyAvailableAt":"2013-12-06","addedAt":1579227668,"updatedAt":1591780397,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Glassnote"}]},{"ratingKey":"1482","key":"/library/metadata/1482/children","parentRatingKey":"1479","guid":"plex://album/5d07c60c403c640290ada508","parentGuid":"plex://artist/5d07bd46403c6402905c12e0","studio":"Glassnote","type":"album","title":"Camp","parentKey":"/library/metadata/1479","parentTitle":"Childish Gambino","summary":"In the time before this wonderful album named Camp existed, the “actors who rap” proposition would have been all red flags. Brian Austin Green, Mr. T, Joaquin Phoenix, and many others are on the “cons” list, while the “pros” would have been Drake (barely counts, unless Degrassi: The Next Generation was your thing) and maybe AVN award-winner Dirt Nasty. These were the horrible odds Community star and comedy writer Donald Glover was up against when he took the Internet’s Wu-Tang Name Generator to heart and became rapper Childish Gambino, but anyone who right-clicked on one of his 2010/2011 mixtapes can tell you, he beat those odds, and with Camp, indie rap fans won the Lotto. The gloriously different and wonderfully inspired rhymes that downloaders experienced are here once more, and Gambino’s style is still that attractive blend of heartfelt and humorous or, in a nutshell, I-just-wasn’t-made-for-these-times-and-yet-I-love-the-Internet with “That ain’t even ironic bitch/I love Rugrats!” being a quintessential punch line/decree. He’s got that Kanye-sized swagger on lock too, as the triumphant “All the Shine” struts with vibrant colors, and he's just as complicated, as the track slowly descends into self-doubt and earth tones before it fades into the soft and meek “Letter Home,” all of it adding up to some kind of bizarre and ambitious bipolar backpacker suite. Nerdy wonders and insightful laughs are the reasons you want to visit Camp Gambino, but you’ll stay for the lush, surprisingly large production from Glover and Ludwig Göransson, along with the thrill of untangling it all for hours on end, separating the incredibly cool moments from the touching ones and figuring out how this “actor who raps” packaged it all sensibly in a concept album about summer camp that doubles as his showcase debut. Try it and be stunned or submit to it and be satiated; Camp is like the Drake, Cudi, and Kweli camps all offered their best, but it’s really just Glover and his overwhelming bundle of talent, taking indie hip-hop to new levels after spending the day working alongside Chevy Chase. Remarkable. ~ David Jeffries","index":1,"rating":8.0,"year":2011,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1479/thumb/1595497055","originallyAvailableAt":"2011-11-14","addedAt":1579228210,"updatedAt":1591408871,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Glassnote"}]},{"ratingKey":"3373","key":"/library/metadata/3373/children","parentRatingKey":"1479","guid":"plex://album/5d07c60c403c640290ada508","parentGuid":"plex://artist/5d07bd46403c6402905c12e0","studio":"Glassnote","type":"album","title":"Camp","parentKey":"/library/metadata/1479","parentTitle":"Childish Gambino","summary":"In the time before this wonderful album named Camp existed, the “actors who rap” proposition would have been all red flags. Brian Austin Green, Mr. T, Joaquin Phoenix, and many others are on the “cons” list, while the “pros” would have been Drake (barely counts, unless Degrassi: The Next Generation was your thing) and maybe AVN award-winner Dirt Nasty. These were the horrible odds Community star and comedy writer Donald Glover was up against when he took the Internet’s Wu-Tang Name Generator to heart and became rapper Childish Gambino, but anyone who right-clicked on one of his 2010/2011 mixtapes can tell you, he beat those odds, and with Camp, indie rap fans won the Lotto. The gloriously different and wonderfully inspired rhymes that downloaders experienced are here once more, and Gambino’s style is still that attractive blend of heartfelt and humorous or, in a nutshell, I-just-wasn’t-made-for-these-times-and-yet-I-love-the-Internet with “That ain’t even ironic bitch/I love Rugrats!” being a quintessential punch line/decree. He’s got that Kanye-sized swagger on lock too, as the triumphant “All the Shine” struts with vibrant colors, and he's just as complicated, as the track slowly descends into self-doubt and earth tones before it fades into the soft and meek “Letter Home,” all of it adding up to some kind of bizarre and ambitious bipolar backpacker suite. Nerdy wonders and insightful laughs are the reasons you want to visit Camp Gambino, but you’ll stay for the lush, surprisingly large production from Glover and Ludwig Göransson, along with the thrill of untangling it all for hours on end, separating the incredibly cool moments from the touching ones and figuring out how this “actor who raps” packaged it all sensibly in a concept album about summer camp that doubles as his showcase debut. Try it and be stunned or submit to it and be satiated; Camp is like the Drake, Cudi, and Kweli camps all offered their best, but it’s really just Glover and his overwhelming bundle of talent, taking indie hip-hop to new levels after spending the day working alongside Chevy Chase. Remarkable. ~ David Jeffries","index":1,"rating":8.0,"year":2011,"thumb":"/library/metadata/3373/thumb/1591780393","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1479/thumb/1595497055","originallyAvailableAt":"2011-11-14","addedAt":1579228210,"updatedAt":1591780393,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Glassnote"}]},{"ratingKey":"1480","key":"/library/metadata/1480/children","parentRatingKey":"1479","guid":"plex://album/5d07cc24403c640290e50f4f","parentGuid":"plex://artist/5d07bd46403c6402905c12e0","studio":"RCA","type":"album","title":"This Is America","parentKey":"/library/metadata/1479","parentTitle":"Childish Gambino","summary":"","index":1,"year":2018,"thumb":"/library/metadata/1480/thumb/1591408954","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1479/thumb/1595497055","originallyAvailableAt":"2018-05-06","addedAt":1579228304,"updatedAt":1591408954,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"RCA"}]},{"ratingKey":"3152","key":"/library/metadata/3152/children","parentRatingKey":"945","guid":"plex://album/5d07c650403c640290afeb35","parentGuid":"plex://artist/5d07bd6d403c6402905e417e","studio":"SME Records","type":"album","title":"Birthday","parentKey":"/library/metadata/945","parentTitle":"ClariS","summary":"","index":1,"year":2012,"thumb":"/library/metadata/3152/thumb/1591780311","art":"/library/metadata/945/art/1595497007","parentThumb":"/library/metadata/945/thumb/1595497007","originallyAvailableAt":"2012-04-11","addedAt":1591780307,"updatedAt":1591780311,"loudnessAnalysisVersion":"1","Genre":[{"tag":"International"},{"tag":"Pop/Rock"}],"Director":[{"tag":"SME Records"}]},{"ratingKey":"3150","key":"/library/metadata/3150/children","parentRatingKey":"945","guid":"plex://album/5d07ccc1403c640290ea9014","parentGuid":"plex://artist/5d07bd6d403c6402905e417e","studio":"SACRA MUSIC","type":"album","title":"Fairy Party","parentKey":"/library/metadata/945","parentTitle":"ClariS","summary":"","index":1,"year":2018,"thumb":"/library/metadata/3150/thumb/1591780310","art":"/library/metadata/945/art/1595497007","parentThumb":"/library/metadata/945/thumb/1595497007","originallyAvailableAt":"2018-11-21","addedAt":1579325816,"updatedAt":1591780310,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"SACRA MUSIC"}]},{"ratingKey":"3075","key":"/library/metadata/3075/children","parentRatingKey":"1924","guid":"plex://album/5d07c9f1403c640290cd9318","parentGuid":"plex://artist/5d07befa403c6402906fb64c","studio":"[no label]","type":"album","title":"Stardew Valley: Original Soundtrack","parentKey":"/library/metadata/1924","parentTitle":"ConcernedApe","summary":"","index":1,"year":2015,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/1924/thumb/1595065062","originallyAvailableAt":"2015-11-07","addedAt":1579033770,"updatedAt":1591780319,"loudnessAnalysisVersion":"1","Director":[{"tag":"[no label]"}]},{"ratingKey":"3052","key":"/library/metadata/3052/children","parentRatingKey":"1227","guid":"plex://album/5d07c5e4403c640290ac7420","parentGuid":"plex://artist/5d07bda1403c640290607447","studio":"Supergiant Games","type":"album","title":"Bastion: Original Soundtrack","parentKey":"/library/metadata/1227","parentTitle":"Darren Korb","summary":"","index":1,"viewCount":7,"lastViewedAt":1593321453,"year":2011,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/1227/thumb/1595497028","originallyAvailableAt":"2011-08-05","addedAt":1579314142,"updatedAt":1591780300,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Stage & Screen"}],"Director":[{"tag":"Supergiant Games"}]},{"ratingKey":"3028","key":"/library/metadata/3028/children","parentRatingKey":"1227","guid":"plex://album/5d07c8a4403c640290c163aa","parentGuid":"plex://artist/5d07bda1403c640290607447","studio":"Supergiant Games","type":"album","title":"Transistor: Original Soundtrack Extended","parentKey":"/library/metadata/1227","parentTitle":"Darren Korb","summary":"","index":1,"viewCount":26,"lastViewedAt":1593247992,"year":2014,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/1227/thumb/1595497028","originallyAvailableAt":"2014-07-31","addedAt":1591780288,"updatedAt":1591780305,"loudnessAnalysisVersion":"1","Director":[{"tag":"Supergiant Games"}]},{"ratingKey":"3477","key":"/library/metadata/3477/children","parentRatingKey":"3474","guid":"plex://album/5ee02c3ac5e64fcc107a298f","parentGuid":"plex://artist/5d07bed3403c6402906ddfca","type":"album","title":"HOT 97 Freestyle 2018","parentKey":"/library/metadata/3474","parentTitle":"Daylyt","summary":"","index":1,"viewCount":14,"lastViewedAt":1594364775,"year":2018,"thumb":"/library/metadata/3474/thumb/1595587322","art":"/library/metadata/3474/art/1595587322","parentThumb":"/library/metadata/3474/thumb/1595587322","originallyAvailableAt":"2018-02-03","addedAt":1593546837,"updatedAt":1593546844,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}]},{"ratingKey":"3475","key":"/library/metadata/3475/children","parentRatingKey":"3474","guid":"plex://album/5ee02c3ac5e64fcc107a2bcc","parentGuid":"plex://artist/5d07bed3403c6402906ddfca","type":"album","title":"L.A Leakers Freestyle #074","parentKey":"/library/metadata/3474","parentTitle":"Daylyt","summary":"","index":1,"viewCount":13,"lastViewedAt":1594365091,"year":2019,"thumb":"/library/metadata/3474/thumb/1595587322","art":"/library/metadata/3474/art/1595587322","parentThumb":"/library/metadata/3474/thumb/1595587322","originallyAvailableAt":"2019-03-01","addedAt":1593546833,"updatedAt":1593546844,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}]},{"ratingKey":"2001","key":"/library/metadata/2001/children","parentRatingKey":"2000","guid":"local://2001","parentGuid":"plex://artist/5dae8fffb37302b855ec4f0d","type":"album","title":"Divas","parentKey":"/library/metadata/2000","parentTitle":"Deep Wave","summary":"","index":1,"year":2017,"thumb":"/library/metadata/2001/thumb/1592039365","parentThumb":"/library/metadata/2000/thumb/1595065055","originallyAvailableAt":"2017-01-01","addedAt":1579031488,"updatedAt":1592039365,"loudnessAnalysisVersion":"1"},{"ratingKey":"2923","key":"/library/metadata/2923/children","parentRatingKey":"2004","guid":"plex://album/5d07caff403c640290d93aa8","parentGuid":"plex://artist/5d07bbfc403c6402904a5bfc","studio":"Reprise Records","type":"album","title":"The Sound of Silence (live on Conan)","titleSort":"Sound of Silence (live on Conan)","parentKey":"/library/metadata/2004","parentTitle":"Disturbed","summary":"","index":1,"year":2016,"thumb":"/library/metadata/2923/thumb/1591780268","art":"/library/metadata/2004/art/1595497029","parentThumb":"/library/metadata/2004/thumb/1595497029","originallyAvailableAt":"2016-04-16","addedAt":1576883746,"updatedAt":1591780268,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Reprise Records"}]},{"ratingKey":"1674","key":"/library/metadata/1674/children","parentRatingKey":"1618","guid":"plex://album/5d07ca9c403c640290d4fb56","parentGuid":"plex://artist/5d07bd0f403c64029058df9b","studio":"SPACE SHOWER MUSIC","type":"album","title":"Compass","parentKey":"/library/metadata/1618","parentTitle":"DJ OKAWARI","summary":"","index":1,"year":2017,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1618/thumb/1595497055","originallyAvailableAt":"2017-01-11","addedAt":1579032520,"updatedAt":1592039375,"loudnessAnalysisVersion":"1","Director":[{"tag":"SPACE SHOWER MUSIC"}]},{"ratingKey":"1639","key":"/library/metadata/1639/children","parentRatingKey":"1618","guid":"plex://album/5d07c5e0403c640290ac5842","parentGuid":"plex://artist/5d07bd0f403c64029058df9b","studio":"Libyus Music","type":"album","title":"Kaleidoscope","parentKey":"/library/metadata/1618","parentTitle":"DJ OKAWARI","summary":"","index":1,"year":2011,"thumb":"/library/metadata/1639/thumb/1592039376","parentThumb":"/library/metadata/1618/thumb/1595497055","originallyAvailableAt":"2011-06-29","addedAt":1579175892,"updatedAt":1592039376,"loudnessAnalysisVersion":"1","Director":[{"tag":"Libyus Music"}]},{"ratingKey":"3339","key":"/library/metadata/3339/children","parentRatingKey":"1618","guid":"plex://album/5d07c5e0403c640290ac5842","parentGuid":"plex://artist/5d07bd0f403c64029058df9b","studio":"Libyus Music","type":"album","title":"Kaleidoscope","parentKey":"/library/metadata/1618","parentTitle":"DJ OKAWARI","summary":"","index":1,"year":2011,"thumb":"/library/metadata/3339/thumb/1591780372","parentThumb":"/library/metadata/1618/thumb/1595497055","originallyAvailableAt":"2011-06-29","addedAt":1579175892,"updatedAt":1591780372,"loudnessAnalysisVersion":"1","Director":[{"tag":"Libyus Music"}]},{"ratingKey":"1619","key":"/library/metadata/1619/children","parentRatingKey":"1618","guid":"plex://album/5d07c3f9403c6402909b93e8","parentGuid":"plex://artist/5d07bd0f403c64029058df9b","studio":"Libyus Music","type":"album","title":"Mirror","parentKey":"/library/metadata/1618","parentTitle":"DJ OKAWARI","summary":"","index":1,"year":2009,"thumb":"/library/metadata/1619/thumb/1592039378","parentThumb":"/library/metadata/1618/thumb/1595497055","originallyAvailableAt":"2009-06-24","addedAt":1579176784,"updatedAt":1592039378,"loudnessAnalysisVersion":"1","Director":[{"tag":"Libyus Music"}]},{"ratingKey":"3333","key":"/library/metadata/3333/children","parentRatingKey":"1618","guid":"plex://album/5d07c3f9403c6402909b93e8","parentGuid":"plex://artist/5d07bd0f403c64029058df9b","studio":"Libyus Music","type":"album","title":"Mirror","parentKey":"/library/metadata/1618","parentTitle":"DJ OKAWARI","summary":"","index":1,"year":2009,"thumb":"/library/metadata/3333/thumb/1591780370","parentThumb":"/library/metadata/1618/thumb/1595497055","originallyAvailableAt":"2009-06-24","addedAt":1579176784,"updatedAt":1591780370,"loudnessAnalysisVersion":"1","Director":[{"tag":"Libyus Music"}]},{"ratingKey":"1631","key":"/library/metadata/1631/children","parentRatingKey":"1618","guid":"plex://album/5dfb6b53856e113a5b2e4099","parentGuid":"plex://artist/5d07bd0f403c64029058df9b","studio":"Up Stairs","type":"album","title":"Nightfall","parentKey":"/library/metadata/1618","parentTitle":"DJ OKAWARI","summary":"","index":1,"year":2019,"thumb":"/library/metadata/1631/thumb/1592039380","parentThumb":"/library/metadata/1618/thumb/1595497055","originallyAvailableAt":"2019-03-22","addedAt":1579176028,"updatedAt":1592039380,"loudnessAnalysisVersion":"1","Director":[{"tag":"Up Stairs"}]},{"ratingKey":"1666","key":"/library/metadata/1666/children","parentRatingKey":"1618","guid":"plex://album/5d07cca1403c640290e996f3","parentGuid":"plex://artist/5d07bd0f403c64029058df9b","studio":"Mono Creation","type":"album","title":"Perfect Blue","parentKey":"/library/metadata/1618","parentTitle":"DJ OKAWARI","summary":"","index":1,"year":2018,"thumb":"/library/metadata/1666/thumb/1592039382","parentThumb":"/library/metadata/1618/thumb/1595497055","originallyAvailableAt":"2018-08-31","addedAt":1579174986,"updatedAt":1592039382,"loudnessAnalysisVersion":"1","Director":[{"tag":"Mono Creation"}]},{"ratingKey":"1653","key":"/library/metadata/1653/children","parentRatingKey":"1618","guid":"plex://album/5d07cc00403c640290e3d907","parentGuid":"plex://artist/5d07bd0f403c64029058df9b","studio":"Mono Creation","type":"album","title":"Restore","parentKey":"/library/metadata/1618","parentTitle":"DJ OKAWARI","summary":"","index":1,"year":2018,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1618/thumb/1595497055","originallyAvailableAt":"2018-03-14","addedAt":1579175422,"updatedAt":1592039384,"loudnessAnalysisVersion":"1","Director":[{"tag":"Mono Creation"}]},{"ratingKey":"2925","key":"/library/metadata/2925/children","parentRatingKey":"672","guid":"plex://album/5d07c1c5403c640290873302","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Curtain Call: The Hits","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"If Eminem's Curtain Call: The Hits really is his final bow and not merely a clever denouement to his series of Eminem Show and Encore albums, it's a worthy way to retire. And even if he stages a comeback years from now, there's little question that the first five years of his career, spanning four albums plus a soundtrack, will be his popular and creative peak, meaning that the time is right for Curtain Call -- it has all the songs upon which his legend lies. Which isn't necessarily the same things as all the hits. There are a few odds and ends missing -- most notably one of his first hip-hop hits, \"Just Don't Give a F***,\" plus 2003's \"Superman\" and 2005's \"Ass Like That\" -- but all the big songs are here: \"Guilty Conscience,\" \"My Name Is,\" \"Stan,\" \"The Real Slim Shady,\" \"The Way I Am,\" \"Cleanin' Out My Closet,\" \"Lose Yourself,\" \"Without Me\" and \"Just Lose It.\" They're not presented in chronological order, which by and large isn't a problem, since the sequencing here not only has a good, logical momentum, alternating between faster and slower tracks, but they're all part of a body of work that's one of the liveliest, most inventive in pop music in the 21st century. The only exception to the rule are the three new songs here, all finding Shady sounding somewhat thin. There's the closing \"When I'm Gone,\" a sentimental chapter in the Eminem domestic psychodrama that bears the unmistakable suggestion that Em is going away for a while. While it's not up to the standard of \"Mockingbird,\" it is more fully realized than the two other new cuts here, both sex songs that find Shady sounding as if he's drifting along in his own orbit. \"Shake That\" has an incongruous Nate Dogg crooning the chorus, while the wildly weird \"Fack\" finds Eminem spending the entire track fighting off an orgasm; it seems tired, a little too close to vulgar Weird Al territory, and it doesn't help that his Jenna Jameson reference seems a little old (everybody knows that the busty porno \"It\" girl of 2005 is Jesse Jane; after all, she even was in Entourage). Even if these three cuts suggest why Eminem is, if not retiring, at least taking a long break, that's fine: they're reasonably good and are bolstered by the rest of the songs here, which don't just capture him at his best, but retain their energy, humor, weirdness, and vitality even after they've long become overly familiar. And that means Curtain Call isn't just a good way to bow out, but it's a great greatest-hits album by any measure. ~ Stephen Thomas Erlewine","index":1,"rating":10.0,"year":2005,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2005-12-02","addedAt":1579224930,"updatedAt":1595497220,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"771","key":"/library/metadata/771/children","parentRatingKey":"672","guid":"plex://album/5d07c183403c64029084e90c","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"The Eminem Show","titleSort":"Eminem Show","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"It's all about the title. First time around, Eminem established his alter ego, Slim Shady -- the character who deliberately shocked and offended millions, turning Eminem into a star. Second time at bat, he turned out The Marshall Mathers LP, delving deeper into his past while revealing complexity as an artist and a personality that helped bring him an even greater audience and much, much more controversy. Third time around, it's The Eminem Show -- a title that signals that Eminem's public persona is front and center, for the very first time. And it is, as he spends much of the album commenting on the media circus that dominated on his life ever since the release of Marshall Mathers. This, of course, encompasses many, many familiar subjects -- his troubled childhood; his hatred of his parents; his turbulent relationship with his ex-wife, Kim (including the notorious incident when he assaulted a guy who allegedly kissed her -- the event that led to their divorce); his love of his daughter, Hailie; and, of course, all the controversy he generated, notably the furor over his alleged homophobia and his scolding from Lynne Cheney, which leads to furious criticism about the hypocrisy of America and its government. All this is married to a production very similar to that of its predecessor -- spare, funky, fluid, and vibrant, punctuated with a couple of ballads along the way. So, that means The Eminem Show is essentially a holding pattern, but it's a glorious one -- one that proves Eminem is the gold standard in pop music in 2002, delivering stylish, catchy, dense, funny, political music that rarely panders (apart from a power ballad \"Dream On\" rewrite on \"Sing for the Moment\" and maybe the sex rap \"Drips,\" that is). Even if there is little new ground broken, the presentation is exceptional -- Dre never sounds better as a producer than when Eminem pushes him forward (witness the stunning oddity \"Square Dance,\" a left-field classic with an ominous waltz beat) and, with three albums under his belt, Eminem has proven himself to be one of the all-time classic MCs, surprising as much with his delivery as with what he says. Plus, the undercurrent of political anger -- not just attacking Lynne Cheney, but raising questions about the Bush administration -- gives depth to his typical topics, adding a new, spirited dimension to his shock tactics as notable as the deep sentimental streak he reveals on his odes to his daughter. Perhaps the album runs a little too long at 20 songs and 80 minutes and would have flowed better if trimmed by 25 minutes, but that's a typical complaint about modern hip-hop records. Fact is, it still delivers more great music than most of its peers in rock or rap, and is further proof that Eminem is an artist of considerable range and dimension. ~ Stephen Thomas Erlewine","index":1,"rating":8.0,"year":2002,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2002-05-27","addedAt":1579223308,"updatedAt":1592039324,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"2963","key":"/library/metadata/2963/children","parentRatingKey":"672","guid":"plex://album/5d07c183403c64029084e90c","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"The Eminem Show","titleSort":"Eminem Show","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"It's all about the title. First time around, Eminem established his alter ego, Slim Shady -- the character who deliberately shocked and offended millions, turning Eminem into a star. Second time at bat, he turned out The Marshall Mathers LP, delving deeper into his past while revealing complexity as an artist and a personality that helped bring him an even greater audience and much, much more controversy. Third time around, it's The Eminem Show -- a title that signals that Eminem's public persona is front and center, for the very first time. And it is, as he spends much of the album commenting on the media circus that dominated on his life ever since the release of Marshall Mathers. This, of course, encompasses many, many familiar subjects -- his troubled childhood; his hatred of his parents; his turbulent relationship with his ex-wife, Kim (including the notorious incident when he assaulted a guy who allegedly kissed her -- the event that led to their divorce); his love of his daughter, Hailie; and, of course, all the controversy he generated, notably the furor over his alleged homophobia and his scolding from Lynne Cheney, which leads to furious criticism about the hypocrisy of America and its government. All this is married to a production very similar to that of its predecessor -- spare, funky, fluid, and vibrant, punctuated with a couple of ballads along the way. So, that means The Eminem Show is essentially a holding pattern, but it's a glorious one -- one that proves Eminem is the gold standard in pop music in 2002, delivering stylish, catchy, dense, funny, political music that rarely panders (apart from a power ballad \"Dream On\" rewrite on \"Sing for the Moment\" and maybe the sex rap \"Drips,\" that is). Even if there is little new ground broken, the presentation is exceptional -- Dre never sounds better as a producer than when Eminem pushes him forward (witness the stunning oddity \"Square Dance,\" a left-field classic with an ominous waltz beat) and, with three albums under his belt, Eminem has proven himself to be one of the all-time classic MCs, surprising as much with his delivery as with what he says. Plus, the undercurrent of political anger -- not just attacking Lynne Cheney, but raising questions about the Bush administration -- gives depth to his typical topics, adding a new, spirited dimension to his shock tactics as notable as the deep sentimental streak he reveals on his odes to his daughter. Perhaps the album runs a little too long at 20 songs and 80 minutes and would have flowed better if trimmed by 25 minutes, but that's a typical complaint about modern hip-hop records. Fact is, it still delivers more great music than most of its peers in rock or rap, and is further proof that Eminem is an artist of considerable range and dimension. ~ Stephen Thomas Erlewine","index":1,"rating":8.0,"year":2002,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2002-05-27","addedAt":1579223308,"updatedAt":1592039330,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"2983","key":"/library/metadata/2983/children","parentRatingKey":"672","guid":"plex://album/5d07c184403c64029084f48b","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Encore","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"Eminem took a hiatus after the release of his first motion picture, 8 Mile, in late 2002, but it never seemed like he went away. Part of that is the nature of celebrity culture, where every star cycles through gossip columns regardless of whether they have a project in the stores or theaters, and part of it is that Marshall Mathers kept busy, producing records by his protégés D12, Obie Trice, and 50 Cent -- all hit albums -- with the latter turning into the biggest new hip-hop star of 2003. All this activity tended to obscure the fact that Eminem hadn't released a full-length album of new material since The Eminem Show in early summer 2002, and that two and a half years separated that album and its highly anticipated sequel, Encore. As the title suggests, Encore is a companion piece to The Eminem Show the way that The Marshall Mathers LP mirrored The Slim Shady LP, offering a different spin on familiar subjects. Where his first two records dealt primarily with personas and characters, his second two records deal with what those personas have wrought, which tends to be intrinsically less interesting than the characters themselves, since it's dissecting the aftermath instead of causing the drama. On The Eminem Show that kind of self-analysis was perfectly acceptable, since Eminem was on the top of his game as both a lyricist and rapper; his insights were vibrant and his music was urgent. Musically, Show didn't innovate, but it didn't need to: Eminem and his mentor, Dr. Dre, had achieved cruising altitude, and even if they weren't offering much that was new, the music sounded fresh and alive. Here, the music is spartan, built on simple unadorned beats and keyboard loops. Some songs use this sound to its advantage and a few others break free -- \"Yellow Brick Road\" is a tense, cinematic production, yet it fits the subject matter. Eminem has decided to chronicle what's happened to him over the past two years and refute every charge that's made it into the papers. This is quite a bit different than his earlier albums, when he embellished and exaggerated his life, when his relationship with his estranged wife Kim turned into an outlaw ballad, when his frenetic insults, cheap shots, and celeb baiting had a surreal, hilarious impact. Here, Eminem is plain-spoken and literal, intent on refuting every critic from Benzino at The Source to Triumph the Insult Comic Dog, who gets an entire song (\"Ass Like That\") devoted to him. While the album is a little long, it's worth a listen to hear the moments that work really well, whether it's full songs or flights of phrase. ~ Stephen Thomas Erlewine","index":1,"rating":6.0,"year":2004,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2004-11-12","addedAt":1579224244,"updatedAt":1591780290,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"815","key":"/library/metadata/815/children","parentRatingKey":"672","guid":"plex://album/5d07cc77403c640290e81fd9","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Kamikaze","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"In case the title Kamikaze didn't provide a clear tell in regards to Eminem's state of mind, the cover art to this surprise 2018 album is an explicit parody of the Beastie Boys' 1986 debut, Licensed to Ill. True heads know that the Beasties originally planned to call Licensed to Ill \"Don't Be a Faggot,\" which the label wisely realized was too antagonistic and homophobic, yet the album was still filled with enough questionable material that the trio spent a good portion of the '90s atoning for their juvenilia -- an understandable action from a group whose members were all entering their thirties. Inviting such comparisons to the Beastie Boys may not be the wisest move for Marshall Mathers. Eminem was 45 when he released Kamikaze, a record that positively seethes with slurs and is drowning in dick jokes. Where the Beasties questioned their past, Eminem finds comfort in it, relying on familiar themes while he celebrates the days that are gone. Coming after Revival, the 2017 album where he grappled with questions of mortality along with the moral rot of the Trump era, the retreat to spitting insults and reflexive anger is a bit of a disappointment, particularly because Kamikaze isn't quite the jolt it was intended to be. Maybe it's because the genesis of the album lies in \"Venom,\" a song Em recorded for the anti-superhero film of the same name, but Kamikaze often feels like an extended exercise in Eminem hitting his marks. Apart from \"Fall\" -- a spectral cut co-written by Bon Iver's Justin Vernon that's also home to a homophobic swipe at Tyler, The Creator (a lyric that made Vernon disown the track) -- the music is direct, heavy, and claustrophobic. Its insularity suits the solipsistic worldview of Eminem, and its monochromatic pulse also puts his astonishing verbal facility in sharp relief. As sheer performance, Eminem's vocals remain a thing of wonder, which is why it's so dispiriting to hear him circling the drain, relying on old tricks instead of expanding his worldview. He has the musical skills to mature; he's just refusing to let himself act his age. ~ Stephen Thomas Erlewine","index":1,"rating":4.0,"year":2018,"thumb":"/library/metadata/815/thumb/1591408710","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2018-08-31","addedAt":1579222062,"updatedAt":1591408710,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"2975","key":"/library/metadata/2975/children","parentRatingKey":"672","guid":"plex://album/5d07cc77403c640290e81fd9","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Kamikaze","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"In case the title Kamikaze didn't provide a clear tell in regards to Eminem's state of mind, the cover art to this surprise 2018 album is an explicit parody of the Beastie Boys' 1986 debut, Licensed to Ill. True heads know that the Beasties originally planned to call Licensed to Ill \"Don't Be a Faggot,\" which the label wisely realized was too antagonistic and homophobic, yet the album was still filled with enough questionable material that the trio spent a good portion of the '90s atoning for their juvenilia -- an understandable action from a group whose members were all entering their thirties. Inviting such comparisons to the Beastie Boys may not be the wisest move for Marshall Mathers. Eminem was 45 when he released Kamikaze, a record that positively seethes with slurs and is drowning in dick jokes. Where the Beasties questioned their past, Eminem finds comfort in it, relying on familiar themes while he celebrates the days that are gone. Coming after Revival, the 2017 album where he grappled with questions of mortality along with the moral rot of the Trump era, the retreat to spitting insults and reflexive anger is a bit of a disappointment, particularly because Kamikaze isn't quite the jolt it was intended to be. Maybe it's because the genesis of the album lies in \"Venom,\" a song Em recorded for the anti-superhero film of the same name, but Kamikaze often feels like an extended exercise in Eminem hitting his marks. Apart from \"Fall\" -- a spectral cut co-written by Bon Iver's Justin Vernon that's also home to a homophobic swipe at Tyler, The Creator (a lyric that made Vernon disown the track) -- the music is direct, heavy, and claustrophobic. Its insularity suits the solipsistic worldview of Eminem, and its monochromatic pulse also puts his astonishing verbal facility in sharp relief. As sheer performance, Eminem's vocals remain a thing of wonder, which is why it's so dispiriting to hear him circling the drain, relying on old tricks instead of expanding his worldview. He has the musical skills to mature; he's just refusing to let himself act his age. ~ Stephen Thomas Erlewine","index":1,"rating":4.0,"year":2018,"thumb":"/library/metadata/2975/thumb/1591780286","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2018-08-31","addedAt":1579222062,"updatedAt":1591780286,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"813","key":"/library/metadata/813/children","parentRatingKey":"672","guid":"plex://album/5d07cc82403c640290e87f1f","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Shady Records","type":"album","title":"Killshot","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"","index":1,"year":2018,"thumb":"/library/metadata/813/thumb/1591408700","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2018-09-14","addedAt":1579222124,"updatedAt":1591408700,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Shady Records"}]},{"ratingKey":"708","key":"/library/metadata/708/children","parentRatingKey":"672","guid":"plex://album/5d07c183403c64029084e90d","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"The Marshall Mathers LP","titleSort":"Marshall Mathers LP","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"It's hard to know what to make of Eminem, even if you know that half of what he says is sincere and half is a put-on; the trick is realizing that there's truth in the joke, and vice versa. Many dismissed his considerable skills as a rapper and social satirist because the vulgarity and gross-out humor on The Slim Shady LP were too detailed for some to believe that it was anything but real. To Eminem's credit, he decided to exploit that confusion on his masterful second record, The Marshall Mathers LP. Eminem is all about blurring the distinction between reality and fiction, humor and horror, satire and documentary, so it makes perfect sense that The Marshall Mathers LP is no more or no less \"real\" than The Slim Shady LP. It is, however, a fairly brilliant expansion of his debut, turning his spare, menacing hip-hop into a hyper-surreal, wittily disturbing thrill ride. It's both funnier and darker than his debut, and Eminem's writing is so sharp and clever that the jokes cut as deeply as the explorations of his ruptured psyche. The production is nearly as evocative as the raps, with liquid basslines, stuttering rhythms, slight sound effects, and spacious soundscapes. There may not be overpowering hooks on every track, but the album works as a whole, always drawing the listener in. But, once you're in, Eminem doesn't care if you understand exactly where he's at, and he doesn't offer any apologies if you can't sort the fact from the fiction. As an artist, he's supposed to create his own world, and with this terrific second effort, he certainly has. It may be a world that is as infuriating as it is intriguing, but it is without question his own, which is far more than most of his peers are able to accomplish at the dawn of a new millennium. ~ Stephen Thomas Erlewine","index":1,"rating":10.0,"year":2000,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2000-05-22","addedAt":1579224658,"updatedAt":1592039335,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"2953","key":"/library/metadata/2953/children","parentRatingKey":"672","guid":"plex://album/5d07c183403c64029084e90d","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"The Marshall Mathers LP","titleSort":"Marshall Mathers LP","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"It's hard to know what to make of Eminem, even if you know that half of what he says is sincere and half is a put-on; the trick is realizing that there's truth in the joke, and vice versa. Many dismissed his considerable skills as a rapper and social satirist because the vulgarity and gross-out humor on The Slim Shady LP were too detailed for some to believe that it was anything but real. To Eminem's credit, he decided to exploit that confusion on his masterful second record, The Marshall Mathers LP. Eminem is all about blurring the distinction between reality and fiction, humor and horror, satire and documentary, so it makes perfect sense that The Marshall Mathers LP is no more or no less \"real\" than The Slim Shady LP. It is, however, a fairly brilliant expansion of his debut, turning his spare, menacing hip-hop into a hyper-surreal, wittily disturbing thrill ride. It's both funnier and darker than his debut, and Eminem's writing is so sharp and clever that the jokes cut as deeply as the explorations of his ruptured psyche. The production is nearly as evocative as the raps, with liquid basslines, stuttering rhythms, slight sound effects, and spacious soundscapes. There may not be overpowering hooks on every track, but the album works as a whole, always drawing the listener in. But, once you're in, Eminem doesn't care if you understand exactly where he's at, and he doesn't offer any apologies if you can't sort the fact from the fiction. As an artist, he's supposed to create his own world, and with this terrific second effort, he certainly has. It may be a world that is as infuriating as it is intriguing, but it is without question his own, which is far more than most of his peers are able to accomplish at the dawn of a new millennium. ~ Stephen Thomas Erlewine","index":1,"rating":10.0,"year":2000,"thumb":"/library/metadata/2953/thumb/1594805024","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2000-05-22","addedAt":1579224658,"updatedAt":1594805024,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"673","key":"/library/metadata/673/children","parentRatingKey":"672","guid":"plex://album/5e215d0806e48128f856ac69","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Music to Be Murdered By","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"The dismal collection of self-indulgence and proudly ignorant misstepping that Eminem offered with 2018's Kamikaze left him with nowhere to go but up. Though his technical mastery hadn't waned at all, cringe-worthy lyrics and a mentality somewhere between seventh grade locker room bragging and an active midlife crisis made for one of the worst albums from one of the (historically) best rappers. Also released without any publicity or lead-up, Music to Be Murdered By sees Eminem pulling himself out of Kamikaze's wreckage somewhat, though he still falls victim to moments of willful dumbness and a tedious self-obsession that's become par for the course. On the album's best tracks, there are still hints of the fire that made Eminem a rap legend. The minimally eerie \"Darkness\" finds him taking on the perspective of Las Vegas music festival shooter Stephen Paddock, occupying the role with the same chilling intensity that made his earlier albums so unsettling. The substandard production of the last few records is also improved on, with help from familiar friends Dr. Dre (in particular on the creeping beat of \"Lock It Up,\" where Dre's trademark slinkiness provides a backdrop for Em) and Anderson .Paak to trade inspired verses. A posthumous feature from Juice WRLD provides the chorus for \"Godzilla,\" one of the album's most pop moments. Eminem flexes his technical abilities in the song's final quarter, spitting a storm of dizzying rhymes that comes close to outdoing his hyperspeed flow on \"Rap God.\" \"You Gon Learn\" is also a standout, with an organic feel driven by live drum sounds and chopped soul samples. Eminem still can't quite get over himself, breaking the fourth wall to rant at his critics and detractors enough to take away from the more imaginative material. There's also no shortage of punny punch lines and eye roll-eliciting lyrical reaches (Including a reference to a '90s sitcom alien in \"Marsh\" with the stunningly bad line \"With all this A-B-C shit, I'm starting to sound like Alf a bit.\") With 20 tracks and an hour-long running time, the good-to-bad ratio on Music to Be Murdered By is a solid 50/50, but that's way better odds than Kamikaze or 2017's similarly disappointing Revival. This particular act in Eminem's story is a strange one, with much of his late-2010s output tarnishing earlier glories. Luckily, Music to Be Murdered By fares better than records that could have just as well been left in the vault. It presents an accurate depiction of where Eminem is at in this weird stage of his career, one where his best work comes when he's able to step out of his own towering shadow. ~ Fred Thomas","index":1,"rating":6.0,"year":2020,"thumb":"/library/metadata/673/thumb/1591408798","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2020-01-17","addedAt":1579334208,"updatedAt":1591408798,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"2940","key":"/library/metadata/2940/children","parentRatingKey":"672","guid":"plex://album/5e215d0806e48128f856ac69","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Music to Be Murdered By","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"The dismal collection of self-indulgence and proudly ignorant misstepping that Eminem offered with 2018's Kamikaze left him with nowhere to go but up. Though his technical mastery hadn't waned at all, cringe-worthy lyrics and a mentality somewhere between seventh grade locker room bragging and an active midlife crisis made for one of the worst albums from one of the (historically) best rappers. Also released without any publicity or lead-up, Music to Be Murdered By sees Eminem pulling himself out of Kamikaze's wreckage somewhat, though he still falls victim to moments of willful dumbness and a tedious self-obsession that's become par for the course. On the album's best tracks, there are still hints of the fire that made Eminem a rap legend. The minimally eerie \"Darkness\" finds him taking on the perspective of Las Vegas music festival shooter Stephen Paddock, occupying the role with the same chilling intensity that made his earlier albums so unsettling. The substandard production of the last few records is also improved on, with help from familiar friends Dr. Dre (in particular on the creeping beat of \"Lock It Up,\" where Dre's trademark slinkiness provides a backdrop for Em) and Anderson .Paak to trade inspired verses. A posthumous feature from Juice WRLD provides the chorus for \"Godzilla,\" one of the album's most pop moments. Eminem flexes his technical abilities in the song's final quarter, spitting a storm of dizzying rhymes that comes close to outdoing his hyperspeed flow on \"Rap God.\" \"You Gon Learn\" is also a standout, with an organic feel driven by live drum sounds and chopped soul samples. Eminem still can't quite get over himself, breaking the fourth wall to rant at his critics and detractors enough to take away from the more imaginative material. There's also no shortage of punny punch lines and eye roll-eliciting lyrical reaches (Including a reference to a '90s sitcom alien in \"Marsh\" with the stunningly bad line \"With all this A-B-C shit, I'm starting to sound like Alf a bit.\") With 20 tracks and an hour-long running time, the good-to-bad ratio on Music to Be Murdered By is a solid 50/50, but that's way better odds than Kamikaze or 2017's similarly disappointing Revival. This particular act in Eminem's story is a strange one, with much of his late-2010s output tarnishing earlier glories. Luckily, Music to Be Murdered By fares better than records that could have just as well been left in the vault. It presents an accurate depiction of where Eminem is at in this weird stage of his career, one where his best work comes when he's able to step out of his own towering shadow. ~ Fred Thomas","index":1,"rating":6.0,"year":2020,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2020-01-17","addedAt":1579334208,"updatedAt":1591780277,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"769","key":"/library/metadata/769/children","parentRatingKey":"672","guid":"plex://album/5d07c7e9403c640290bb814f","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"album","title":"Rap God","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"","index":1,"year":2013,"thumb":"/library/metadata/769/thumb/1591408690","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2013-10-15","addedAt":1579223382,"updatedAt":1591408690,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}]},{"ratingKey":"751","key":"/library/metadata/751/children","parentRatingKey":"672","guid":"plex://album/5d07c44f403c6402909e8333","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Recovery","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"With Recovery it becomes obvious that Eminem's richest albums aren't necessarily his most structurally sound, which isn't much of a surprise when considering the rapper's full-on embrace of flaws and contradictions. This lean, mean bipolar machine began life as Relapse 2, but when Shady decided he wasn't really Shady at the moment and that he was no longer keen on Relapse -- or the last two albums as he states on “Talkin' 2 Myself” -- it became Marshall Mathers time again, so damn any 11th hour issues. This results in an album where a shameless but killer Michael J. Fox punch line (“The world will stop spinnin’ and Michael J. Fox‘ll come to a standstill” from “Cold Wind”) is followed by a song with another, less effective MJF joke (“Make like Michael J. Fox in your drawers, playin' with an Etch-A-Sketch”), although that song is the lurching heavy metal monster “Won't Back Down” with P!nk, and it could be used as the lead-in to “Lose Yourself” on any ego-boosting mixtape. Following an apology for your recent work with a damnation of critics and haters is just sloppy; taking off the skits and then overstuffing your album by a track or two is undermining what's good; and the beats here are collectively just a B+ with only one production (the so good “So Bad”) coming from Dr. Dre. Add to that the detractor idea that being privy to the man's therapy sessions just isn't compelling anymore and the only persuasive moments remaining are the highlights, but fans can feed on the energy, the renewed sense of purpose, and Marshall doing whatever the hell he wants, up to and including shoehorning a grand D12-like comedy number (\"W.T.P.,\" which stands for \"White Trash Party\") into this emotionally heavy album. It’s fascinating when Em admits “Hatred was flowin’ through my veins, on the verge of goin’ insane/I almost made a song dissin’ Lil Wayne” and then “Thank God I didn’t do it/I’da had my ass handed to me, and I knew it” before sparring with said Weezy on the Haddaway-sampling “No Love.” When the recovery-minded “Going Through Changes” gets back on the wagon by sampling Black Sabbath’s very druggy “Changes” it’s a brilliant and layered idea that’s executed with poignant lyrics on top. Add the man at his most profound (the gigantic hit “Not Afraid”) and his most profane (“You wanna get graphic? We can go the scenic route/You couldn’t make a bulimic puke on a piece of corn and peanut poop” from “On Fire”) plus one of thickest lyric booklets out of any of his albums and the fans who really listen are instantly on board. It may be flawed and the rapper’s attitude is sometimes one step ahead of his output, but he hasn’t sounded this unfiltered and proud since The Marshall Mathers LP, so to hell with refinement -- bring on the hunger and spirit of 8 Mile. ~ David Jeffries","index":1,"rating":7.0,"year":2010,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2010-06-18","addedAt":1579223810,"updatedAt":1591408686,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"2957","key":"/library/metadata/2957/children","parentRatingKey":"672","guid":"plex://album/5d07c44f403c6402909e8333","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Recovery","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"With Recovery it becomes obvious that Eminem's richest albums aren't necessarily his most structurally sound, which isn't much of a surprise when considering the rapper's full-on embrace of flaws and contradictions. This lean, mean bipolar machine began life as Relapse 2, but when Shady decided he wasn't really Shady at the moment and that he was no longer keen on Relapse -- or the last two albums as he states on “Talkin' 2 Myself” -- it became Marshall Mathers time again, so damn any 11th hour issues. This results in an album where a shameless but killer Michael J. Fox punch line (“The world will stop spinnin’ and Michael J. Fox‘ll come to a standstill” from “Cold Wind”) is followed by a song with another, less effective MJF joke (“Make like Michael J. Fox in your drawers, playin' with an Etch-A-Sketch”), although that song is the lurching heavy metal monster “Won't Back Down” with P!nk, and it could be used as the lead-in to “Lose Yourself” on any ego-boosting mixtape. Following an apology for your recent work with a damnation of critics and haters is just sloppy; taking off the skits and then overstuffing your album by a track or two is undermining what's good; and the beats here are collectively just a B+ with only one production (the so good “So Bad”) coming from Dr. Dre. Add to that the detractor idea that being privy to the man's therapy sessions just isn't compelling anymore and the only persuasive moments remaining are the highlights, but fans can feed on the energy, the renewed sense of purpose, and Marshall doing whatever the hell he wants, up to and including shoehorning a grand D12-like comedy number (\"W.T.P.,\" which stands for \"White Trash Party\") into this emotionally heavy album. It’s fascinating when Em admits “Hatred was flowin’ through my veins, on the verge of goin’ insane/I almost made a song dissin’ Lil Wayne” and then “Thank God I didn’t do it/I’da had my ass handed to me, and I knew it” before sparring with said Weezy on the Haddaway-sampling “No Love.” When the recovery-minded “Going Through Changes” gets back on the wagon by sampling Black Sabbath’s very druggy “Changes” it’s a brilliant and layered idea that’s executed with poignant lyrics on top. Add the man at his most profound (the gigantic hit “Not Afraid”) and his most profane (“You wanna get graphic? We can go the scenic route/You couldn’t make a bulimic puke on a piece of corn and peanut poop” from “On Fire”) plus one of thickest lyric booklets out of any of his albums and the fans who really listen are instantly on board. It may be flawed and the rapper’s attitude is sometimes one step ahead of his output, but he hasn’t sounded this unfiltered and proud since The Marshall Mathers LP, so to hell with refinement -- bring on the hunger and spirit of 8 Mile. ~ David Jeffries","index":1,"rating":7.0,"year":2010,"thumb":"/library/metadata/2957/thumb/1591780280","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2010-06-18","addedAt":1579223810,"updatedAt":1591780280,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"792","key":"/library/metadata/792/children","parentRatingKey":"672","guid":"plex://album/5d07c39a403c64029098622f","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Relapse","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"Eminem's expansion of his 2009 comeback Relapse is cleverly titled Refill, playing off the prescription pill artwork of the original album while offering precisely what it promises: another seven songs in the same vein as the original. Generally, these songs retain much of the carnivalesque horror show vibe of Relapse -- when Slim Shady raps about \"Buffalo Bill\" it's not about the Wild West, it's the Silence of the Lambs -- but the vibe is looser, helped in part by an increased Jamaican influence but largely deriving from Eminem's re-entry to the world. Unlike the bulk of Relapse, Refill doesn't sound like the work of a hip-hop Daniel Plainview -- a mad genius locked in his mansion, forever stewing over his long-held obsessions -- but sounds like an artist re-engaging with the world, trying new phrasing, opening up his music. Rather than a finished statement, this is experimentation, pointing the way toward what he'll do next time around, but there's one considerable exception: the new single \"Forever,\" which has verses by Drake, Lil' Wayne, and Kanye West, and is none too coincidentally the one track in the entirety of Eminem's 2009 comeback that feels utterly modern. ~ Stephen Thomas Erlewine","index":1,"rating":8.0,"year":2009,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2009-05-15","addedAt":1579222888,"updatedAt":1592039345,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"3017","key":"/library/metadata/3017/children","parentRatingKey":"672","guid":"plex://album/5d07c39a403c64029098622f","parentGuid":"plex://artist/5d07bbfd403c6402904a6596","studio":"Aftermath Entertainment","type":"album","title":"Relapse","parentKey":"/library/metadata/672","parentTitle":"Eminem","summary":"Eminem's expansion of his 2009 comeback Relapse is cleverly titled Refill, playing off the prescription pill artwork of the original album while offering precisely what it promises: another seven songs in the same vein as the original. Generally, these songs retain much of the carnivalesque horror show vibe of Relapse -- when Slim Shady raps about \"Buffalo Bill\" it's not about the Wild West, it's the Silence of the Lambs -- but the vibe is looser, helped in part by an increased Jamaican influence but largely deriving from Eminem's re-entry to the world. Unlike the bulk of Relapse, Refill doesn't sound like the work of a hip-hop Daniel Plainview -- a mad genius locked in his mansion, forever stewing over his long-held obsessions -- but sounds like an artist re-engaging with the world, trying new phrasing, opening up his music. Rather than a finished statement, this is experimentation, pointing the way toward what he'll do next time around, but there's one considerable exception: the new single \"Forever,\" which has verses by Drake, Lil' Wayne, and Kanye West, and is none too coincidentally the one track in the entirety of Eminem's 2009 comeback that feels utterly modern. ~ Stephen Thomas Erlewine","index":1,"rating":8.0,"year":2009,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/672/thumb/1595497087","originallyAvailableAt":"2009-05-15","addedAt":1579222888,"updatedAt":1591780296,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"3331","key":"/library/metadata/3331/children","parentRatingKey":"931","guid":"plex://album/5d07c998403c640290ca3ebb","parentGuid":"plex://artist/5d07bd56403c6402905d03c1","studio":"vap","type":"album","title":"Feeling of Unity","parentKey":"/library/metadata/931","parentTitle":"Fear, and Loathing in Las Vegas","summary":"","index":1,"year":2015,"thumb":"/library/metadata/3331/thumb/1591780368","art":"/library/metadata/931/art/1595497005","parentThumb":"/library/metadata/931/thumb/1595497005","originallyAvailableAt":"2015-09-30","addedAt":1579326506,"updatedAt":1591780368,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Electronicore"},{"tag":"J-Rock"}],"Director":[{"tag":"Vap"}]},{"ratingKey":"2890","key":"/library/metadata/2890/children","parentRatingKey":"1147","guid":"plex://album/5d07caff403c640290d941f7","parentGuid":"plex://artist/5d07bdb9403c640290615e0a","studio":"Microsoft Studios","type":"album","title":"Ori and the Blind Forest (Original Soundtrack)","parentKey":"/library/metadata/1147","parentTitle":"Gareth Coker","summary":"","index":1,"year":2015,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/1147/thumb/1595497024","originallyAvailableAt":"2015-03-10","addedAt":1591780262,"updatedAt":1591780298,"loudnessAnalysisVersion":"1","Director":[{"tag":"Microsoft Studios"}]},{"ratingKey":"3249","key":"/library/metadata/3249/children","parentRatingKey":"907","guid":"plex://album/5d07c843403c640290be3803","parentGuid":"plex://artist/5d07bdfe403c640290640a67","studio":"Goose house","type":"album","title":"Goose house Phrase #01","parentKey":"/library/metadata/907","parentTitle":"Goose house","summary":"","index":1,"year":2011,"thumb":"/library/metadata/3249/thumb/1591780332","parentThumb":"/library/metadata/907/thumb/1595497001","originallyAvailableAt":"2011-06-26","addedAt":1579327808,"updatedAt":1591780332,"loudnessAnalysisVersion":"1","Director":[{"tag":"Goose house"}]},{"ratingKey":"3251","key":"/library/metadata/3251/children","parentRatingKey":"907","guid":"plex://album/5d07c8d6403c640290c3494c","parentGuid":"plex://artist/5d07bdfe403c640290640a67","studio":"gr8! Records","type":"album","title":"光るなら","parentKey":"/library/metadata/907","parentTitle":"Goose house","summary":"","index":1,"year":2014,"thumb":"/library/metadata/3251/thumb/1591780337","parentThumb":"/library/metadata/907/thumb/1595497001","originallyAvailableAt":"2014-10-23","addedAt":1591780331,"updatedAt":1591780337,"loudnessAnalysisVersion":"1","Director":[{"tag":"Gr8! Records"}]},{"ratingKey":"3436","key":"/library/metadata/3436/children","parentRatingKey":"3435","guid":"plex://album/5d07cb28403c640290db0d38","parentGuid":"plex://artist/5d07bcdd403c6402905618e1","studio":"Rhymesayers Entertainment","type":"album","title":"Running Wild","parentKey":"/library/metadata/3435","parentTitle":"Grieves","summary":"","index":1,"year":2017,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3435/thumb/1595065054","originallyAvailableAt":"2017-08-25","addedAt":1592328921,"updatedAt":1592328947,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Rhymesayers Entertainment"}]},{"ratingKey":"1222","key":"/library/metadata/1222/children","parentRatingKey":"1201","guid":"plex://album/5d07c20b403c64029089b606","parentGuid":"plex://artist/5d07bc02403c6402904a9acc","studio":"EASTWORLD","type":"album","title":"COLORS","parentKey":"/library/metadata/1201","parentTitle":"Hikaru Utada","summary":"","index":1,"year":2003,"thumb":"/library/metadata/1222/thumb/1591408815","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1201/thumb/1595497022","originallyAvailableAt":"2003-01-29","addedAt":1579315054,"updatedAt":1591408815,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"},{"tag":"International"}],"Director":[{"tag":"EASTWORLD"}]},{"ratingKey":"2887","key":"/library/metadata/2887/children","parentRatingKey":"1201","guid":"plex://album/5d07c20b403c64029089b606","parentGuid":"plex://artist/5d07bc02403c6402904a9acc","studio":"EASTWORLD","type":"album","title":"COLORS","parentKey":"/library/metadata/1201","parentTitle":"Hikaru Utada","summary":"","index":1,"year":2003,"thumb":"/library/metadata/2887/thumb/1591780258","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1201/thumb/1595497022","originallyAvailableAt":"2003-01-29","addedAt":1579315054,"updatedAt":1591780258,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"},{"tag":"International"}],"Director":[{"tag":"EASTWORLD"}]},{"ratingKey":"2874","key":"/library/metadata/2874/children","parentRatingKey":"1201","guid":"plex://album/5d07c1d0403c640290878fe0","parentGuid":"plex://artist/5d07bc02403c6402904a9acc","studio":"EASTWORLD","type":"album","title":"Passion","parentKey":"/library/metadata/1201","parentTitle":"Hikaru Utada","summary":"\"Passion\" is a song recorded by Japanese singer Utada Hikaru, taken as the fourth single from her studio album Ultra Blue (2006). It premiered on December 14, 2005, in two physical formats and for digital consumption, distributed by EMI Japan and EastWorld. \"Passion\", alongside its English counterpart \"Sanctuary\", were used as the national and international theme songs to the Square Enix video game Kingdom Hearts II (2006); both tracks serve as the successor to \"Hikari\", which is found on Kingdom Hearts. Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"year":2005,"thumb":"/library/metadata/2874/thumb/1591780258","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1201/thumb/1595497022","originallyAvailableAt":"2005-12-14","addedAt":1591780254,"updatedAt":1591780258,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"},{"tag":"International"}],"Director":[{"tag":"EASTWORLD"}]},{"ratingKey":"1202","key":"/library/metadata/1202/children","parentRatingKey":"1201","guid":"plex://album/5d07c6f5403c640290b4c2f8","parentGuid":"plex://artist/5d07bc02403c6402904a9acc","studio":"Island","type":"album","title":"Utada the Best","parentKey":"/library/metadata/1201","parentTitle":"Hikaru Utada","summary":"Utada the Best is Japanese pop/R&B singer-songwriter Hikaru Utada's first English language compilation album, released on November 24, 2010, the same day as Utada Hikaru Single Collection Vol. 2. The album is a \"best of\" album featuring her more prominent and popular songs from her English career as Utada. The album was announced via her Japanese Utada site (www.Utada.jp), without much in way of promoting or officially announcing it. It has also been included in various other sources. The album is available for sale in Japan only. Utada the Best features both songs from her 2004 album Exodus, and her 2009 album This Is the One, as well as previously-released maxi-CD remixes by various artists. The album features both singles and non-singles from both albums. The cover of Utada The Best is the same picture for that of her \"Exodus '04\" single cover. Utada herself stated that the release of the compilation album is \"entirely against \\her] will\". She also said, \"I understand that if it doesn't sell I'm the one who will take the hit, but to be honest, I don't want my fans putting down money for something that my heart isn't in.\" She posted on her official Twitter account: \"The release of \"Utada The best\" is entirely against my will. I wish that my fans won't have to buy it. There's no new material in it.\" The album sold a total of 20,278 copies, peaking at #12 on Oricon charts. This is Utada's overall lowest selling album released in Japan, and is her only album (other than Precious) that did not reach #1 on any chart in Japan. [Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"year":2010,"thumb":"/library/metadata/1202/thumb/1592039319","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1201/thumb/1595497022","originallyAvailableAt":"2010-11-24","addedAt":1579315274,"updatedAt":1592039319,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"},{"tag":"R&B"}],"Director":[{"tag":"Island"}]},{"ratingKey":"2877","key":"/library/metadata/2877/children","parentRatingKey":"1201","guid":"plex://album/5d07c6f5403c640290b4c2f8","parentGuid":"plex://artist/5d07bc02403c6402904a9acc","studio":"Island","type":"album","title":"Utada the Best","parentKey":"/library/metadata/1201","parentTitle":"Hikaru Utada","summary":"Utada the Best is Japanese pop/R&B singer-songwriter Hikaru Utada's first English language compilation album, released on November 24, 2010, the same day as Utada Hikaru Single Collection Vol. 2. The album is a \"best of\" album featuring her more prominent and popular songs from her English career as Utada. The album was announced via her Japanese Utada site (www.Utada.jp), without much in way of promoting or officially announcing it. It has also been included in various other sources. The album is available for sale in Japan only. Utada the Best features both songs from her 2004 album Exodus, and her 2009 album This Is the One, as well as previously-released maxi-CD remixes by various artists. The album features both singles and non-singles from both albums. The cover of Utada The Best is the same picture for that of her \"Exodus '04\" single cover. Utada herself stated that the release of the compilation album is \"entirely against \\her] will\". She also said, \"I understand that if it doesn't sell I'm the one who will take the hit, but to be honest, I don't want my fans putting down money for something that my heart isn't in.\" She posted on her official Twitter account: \"The release of \"Utada The best\" is entirely against my will. I wish that my fans won't have to buy it. There's no new material in it.\" The album sold a total of 20,278 copies, peaking at #12 on Oricon charts. This is Utada's overall lowest selling album released in Japan, and is her only album (other than Precious) that did not reach #1 on any chart in Japan. [Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"year":2010,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1201/thumb/1595497022","originallyAvailableAt":"2010-11-24","addedAt":1579315274,"updatedAt":1591780259,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"},{"tag":"R&B"}],"Director":[{"tag":"Island"}]},{"ratingKey":"2311","key":"/library/metadata/2311/children","parentRatingKey":"2310","guid":"plex://album/5e8bae5d0aa9184b0de7f687","parentGuid":"plex://artist/5d07bd07403c6402905868fd","studio":"SACRA MUSIC","type":"album","title":"BEST OF VOCAL WORKS [nZk] 2","parentKey":"/library/metadata/2310","parentTitle":"Hiroyuki Sawano","summary":"","index":1,"year":2020,"thumb":"/library/metadata/2311/thumb/1591780097","art":"/library/metadata/2310/art/1595242228","parentThumb":"/library/metadata/2310/thumb/1595242228","originallyAvailableAt":"2020-04-08","addedAt":1591780082,"updatedAt":1591780097,"loudnessAnalysisVersion":"1","Director":[{"tag":"SACRA MUSIC"}]},{"ratingKey":"952","key":"/library/metadata/952/children","parentRatingKey":"951","guid":"plex://album/5d07c7ae403c640290b9f462","parentGuid":"plex://artist/5d07be31403c640290665530","studio":"Division Recordings","type":"album","title":"I Am Legion","parentKey":"/library/metadata/951","parentTitle":"I Am Legion","summary":"","index":1,"year":2013,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/951/thumb/1595497021","originallyAvailableAt":"2013-09-02","addedAt":1579325526,"updatedAt":1591408785,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Division Recordings"}]},{"ratingKey":"3323","key":"/library/metadata/3323/children","parentRatingKey":"951","guid":"plex://album/5d07c7ae403c640290b9f462","parentGuid":"plex://artist/5d07be31403c640290665530","studio":"Division Recordings","type":"album","title":"I Am Legion","parentKey":"/library/metadata/951","parentTitle":"I Am Legion","summary":"","index":1,"year":2013,"thumb":"/library/metadata/3323/thumb/1591780371","parentThumb":"/library/metadata/951/thumb/1595497021","originallyAvailableAt":"2013-09-02","addedAt":1579325526,"updatedAt":1591780371,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Division Recordings"}]},{"ratingKey":"1396","key":"/library/metadata/1396/children","parentRatingKey":"1395","guid":"plex://album/5d07c8f2403c640290c4521e","parentGuid":"plex://artist/5d07bd37403c6402905b441c","studio":"Roc Nation","type":"album","title":"2014 Forest Hills Drive","parentKey":"/library/metadata/1395","parentTitle":"J. Cole","summary":"Named after the address of his childhood home in North Carolina, J. Cole's third studio effort was released with no supporting singles, and there are no featured artists, either, because 2014 Forest Hills Drive is one of those personal, conceptual, and \"heavy\" albums. Most importantly, it's admirable bordering on excellent, sure to inspire returning fans to herald it as a classic even if it doesn't woo the skeptical, casually wandering out of its intro with two smooth and soulful numbers that are so free, they're just shy of being clumsy. Key cut \"January 28th\" puts gut-wrenching hard truths of the Pusha-T type (\"What's the price for a black man's life?/I check the toe tag, not one zero in sight\") next to wobbly wordplay that could have been lifted off some old Digable Planets LP (\"Flow is bananas/Here, peel this back\"), while \"Wet Dreamz\" finds J. Cole the producer offering a beat that's rather Alchemist or 9th Wonder inspired, and then slathering it in plush strings for a perfect single on an album that refuses singles. Later, \"No Role Modelz\" mixes a tribute to the late actor James Avery (\"Rest in peace Uncle Phil\"), with a bubbling beat that's a variation on cloud-rap (co-produced by Phonix Beats and Cole), and a snarky, snappy set of put downs that are like an elevated Fergie (\"I don't want no bitch from reality shows/Out of touch with reality hos\"), but all these flights of fancy fly freely since the album lacks an anchor. 2014 Forest Hills Drive comes off as a great, experimental, and advancing mixtape, but it's insider to a fault, as slight as that fault might be. ~ David Jeffries","index":1,"rating":7.0,"year":2014,"thumb":"/library/metadata/1396/thumb/1591408940","art":"/library/metadata/1395/art/1595497029","parentThumb":"/library/metadata/1395/thumb/1595497029","originallyAvailableAt":"2014-09-14","addedAt":1579230556,"updatedAt":1591408940,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Roc Nation"}]},{"ratingKey":"3321","key":"/library/metadata/3321/children","parentRatingKey":"1395","guid":"plex://album/5d07c8f2403c640290c4521e","parentGuid":"plex://artist/5d07bd37403c6402905b441c","studio":"Roc Nation","type":"album","title":"2014 Forest Hills Drive","parentKey":"/library/metadata/1395","parentTitle":"J. Cole","summary":"Named after the address of his childhood home in North Carolina, J. Cole's third studio effort was released with no supporting singles, and there are no featured artists, either, because 2014 Forest Hills Drive is one of those personal, conceptual, and \"heavy\" albums. Most importantly, it's admirable bordering on excellent, sure to inspire returning fans to herald it as a classic even if it doesn't woo the skeptical, casually wandering out of its intro with two smooth and soulful numbers that are so free, they're just shy of being clumsy. Key cut \"January 28th\" puts gut-wrenching hard truths of the Pusha-T type (\"What's the price for a black man's life?/I check the toe tag, not one zero in sight\") next to wobbly wordplay that could have been lifted off some old Digable Planets LP (\"Flow is bananas/Here, peel this back\"), while \"Wet Dreamz\" finds J. Cole the producer offering a beat that's rather Alchemist or 9th Wonder inspired, and then slathering it in plush strings for a perfect single on an album that refuses singles. Later, \"No Role Modelz\" mixes a tribute to the late actor James Avery (\"Rest in peace Uncle Phil\"), with a bubbling beat that's a variation on cloud-rap (co-produced by Phonix Beats and Cole), and a snarky, snappy set of put downs that are like an elevated Fergie (\"I don't want no bitch from reality shows/Out of touch with reality hos\"), but all these flights of fancy fly freely since the album lacks an anchor. 2014 Forest Hills Drive comes off as a great, experimental, and advancing mixtape, but it's insider to a fault, as slight as that fault might be. ~ David Jeffries","index":1,"rating":7.0,"year":2014,"thumb":"/library/metadata/3321/thumb/1591780361","art":"/library/metadata/1395/art/1595497029","parentThumb":"/library/metadata/1395/thumb/1595497029","originallyAvailableAt":"2014-09-14","addedAt":1579230556,"updatedAt":1591780361,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Roc Nation"}]},{"ratingKey":"1400","key":"/library/metadata/1400/children","parentRatingKey":"1395","guid":"plex://album/5d07ccf8403c640290ec7af8","parentGuid":"plex://artist/5d07bd37403c6402905b441c","studio":"Roc Nation Records","type":"album","title":"MIDDLE CHILD","parentKey":"/library/metadata/1395","parentTitle":"J. Cole","summary":"","index":1,"year":2019,"thumb":"/library/metadata/1400/thumb/1591408840","art":"/library/metadata/1395/art/1595497029","parentThumb":"/library/metadata/1395/thumb/1595497029","originallyAvailableAt":"2019-01-23","addedAt":1579230550,"updatedAt":1591408840,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Roc Nation Records"}]},{"ratingKey":"1413","key":"/library/metadata/1413/children","parentRatingKey":"1406","guid":"plex://album/5d07cb1f403c640290daa121","parentGuid":"plex://artist/5d07beae403c6402906c1b7d","studio":"Atlantic","type":"album","title":"508-507-2209","parentKey":"/library/metadata/1406","parentTitle":"Joyner Lucas","summary":"","index":1,"year":2017,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1406/thumb/1595497034","originallyAvailableAt":"2017-06-16","addedAt":1579230132,"updatedAt":1591408857,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Atlantic"}]},{"ratingKey":"2864","key":"/library/metadata/2864/children","parentRatingKey":"1406","guid":"plex://album/5d07cb1f403c640290daa121","parentGuid":"plex://artist/5d07beae403c6402906c1b7d","studio":"Atlantic","type":"album","title":"508-507-2209","parentKey":"/library/metadata/1406","parentTitle":"Joyner Lucas","summary":"","index":1,"year":2017,"thumb":"/library/metadata/2864/thumb/1591780248","parentThumb":"/library/metadata/1406/thumb/1595497034","originallyAvailableAt":"2017-06-16","addedAt":1579230132,"updatedAt":1591780248,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Atlantic"}]},{"ratingKey":"1411","key":"/library/metadata/1411/children","parentRatingKey":"1406","guid":"plex://album/5de8e602cbd6e75dc4ffe9f8","parentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"album","title":"ADHD","parentKey":"/library/metadata/1406","parentTitle":"Joyner Lucas","summary":"","index":1,"year":2019,"thumb":"/library/metadata/1411/thumb/1591408849","parentThumb":"/library/metadata/1406/thumb/1595497034","originallyAvailableAt":"2019-01-01","addedAt":1579230166,"updatedAt":1591408849,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}]},{"ratingKey":"2869","key":"/library/metadata/2869/children","parentRatingKey":"1406","guid":"plex://album/5d07cd58403c640290efc926","parentGuid":"plex://artist/5d07beae403c6402906c1b7d","studio":"[no label]","type":"album","title":"Devil’s Work","parentKey":"/library/metadata/1406","parentTitle":"Joyner Lucas","summary":"","index":1,"year":2019,"thumb":"/library/metadata/2869/thumb/1591780250","parentThumb":"/library/metadata/1406/thumb/1595497034","originallyAvailableAt":"2019-05-02","addedAt":1579230166,"updatedAt":1591780250,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"[no label]"}]},{"ratingKey":"2871","key":"/library/metadata/2871/children","parentRatingKey":"1406","guid":"plex://album/5d07cd6c403c640290f07ae2","parentGuid":"plex://artist/5d07beae403c6402906c1b7d","studio":"Twenty Nine Music Group","type":"album","title":"ISIS","parentKey":"/library/metadata/1406","parentTitle":"Joyner Lucas","summary":"","index":1,"year":2019,"thumb":"/library/metadata/2871/thumb/1591780253","parentThumb":"/library/metadata/1406/thumb/1595497034","originallyAvailableAt":"2019-05-24","addedAt":1579230166,"updatedAt":1591780253,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Twenty Nine Music Group"}]},{"ratingKey":"1135","key":"/library/metadata/1135/children","parentRatingKey":"1134","guid":"local://1135","parentGuid":"plex://artist/5d07be38403c64029066a55e","type":"album","title":"January Rain","parentKey":"/library/metadata/1134","parentTitle":"July","summary":"","index":1,"year":2017,"thumb":"/library/metadata/1135/thumb/1592039300","parentThumb":"/library/metadata/1134/thumb/1595497007","originallyAvailableAt":"2017-01-01","addedAt":1579318750,"updatedAt":1592039300,"loudnessAnalysisVersion":"1"},{"ratingKey":"2295","key":"/library/metadata/2295/children","parentRatingKey":"2294","guid":"plex://album/5ee01759c5e64fcc10ce983b","parentGuid":"plex://artist/5ee014c5c5e64fcc109aa43d","type":"album","title":"January Rain","parentKey":"/library/metadata/2294","parentTitle":"July","summary":"","index":1,"year":2017,"thumb":"/library/metadata/2295/thumb/1595065072","parentThumb":"/library/metadata/2294/thumb/1595065057","originallyAvailableAt":"2017-01-01","addedAt":1591780047,"updatedAt":1595065072,"loudnessAnalysisVersion":"1"},{"ratingKey":"2800","key":"/library/metadata/2800/children","parentRatingKey":"1188","guid":"plex://album/5d07ccab403c640290e9e715","parentGuid":"plex://artist/5d07bff5403c6402907b9844","studio":"Riot Games","type":"album","title":"POP/STARS","parentKey":"/library/metadata/1188","parentTitle":"K/DA","summary":"","index":1,"year":2018,"thumb":"/library/metadata/2800/thumb/1591780203","parentThumb":"/library/metadata/1188/thumb/1595065054","originallyAvailableAt":"2018-11-03","addedAt":1579315728,"updatedAt":1591780203,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Riot Games"}]},{"ratingKey":"2308","key":"/library/metadata/2308/children","parentRatingKey":"937","guid":"plex://album/5d07c90a403c640290c52b20","parentGuid":"plex://artist/5d07be86403c6402906a4866","studio":"Ki/oon","type":"album","title":"TIME","parentKey":"/library/metadata/937","parentTitle":"KANA-BOON","summary":"","index":1,"year":2015,"thumb":"/library/metadata/2308/thumb/1591780077","parentThumb":"/library/metadata/937/thumb/1595497005","originallyAvailableAt":"2015-01-21","addedAt":1579326186,"updatedAt":1591780077,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Ki/oon"}]},{"ratingKey":"3318","key":"/library/metadata/3318/children","parentRatingKey":"1402","guid":"plex://album/5d07caed403c640290d871a6","parentGuid":"plex://artist/5d07bd73403c6402905e90df","studio":"Aftermath Entertainment","type":"album","title":"DAMN.","parentKey":"/library/metadata/1402","parentTitle":"Kendrick Lamar","summary":"To Pimp a Butterfly's proper and oft-biblical follow-up arrived on Good Friday, 13 months after untitled unmastered., an intermediary release that eclipsed the best work of most contemporary artists. If Kendrick Lamar felt pressure to continue living up to his previous output, there's no evidence on DAMN. He's too occupied tracing the spectrum of his mental states, from \"boxin' demons\" to \"flex on swole,\" questioning and reveling in his affluence, castigating and celebrating his bloodline, humble enough to relate his vulnerabilities, assured enough to proclaim \"Ain't none of y'all fuckin' with the flow.\" Throughout, he intensely examines most of the seven deadly sins, aware all along that his existence is threatened by anyone who objects to the color of his skin or clothes -- or, in the case of the blind stranger who shoots him during the album's opener, nothing that is apparent. Compared to the maximum-capacity, genre-twisting vastness and winding narratives of Good Kid, M.A.A.D. City and To Pimp a Butterfly, DAMN. on the surface seems like a comparatively simple rap album that demands less from the listener. There's relative concision in the track titles and material, and a greater emphasis on commercial sounds -- such as Mike WiLL's lean and piano-laced trap beat for the strong-arming \"HUMBLE.,\" Lamar's first Top Ten pop hit, and a couple productions that are merely functional backdrops lacking distinction. In a way, however, DAMN. is just as lavish and singular as the preceding albums, its quantity and weight of thoughts and connected concepts condensed into a considerably tighter space. It contains some of Lamar's best writing and performances, revealing his evolving complexity and versatility as a soul-baring lyricist and dynamic rapper. Although it's occasionally distorted, stretched, smeared, and reversed to compelling and imagination-fueling effect, his voice is at its most affecting in its many untreated forms. Take \"FEAR.,\" in which he switches between echoing hot-blooded parental threats to enumerating, with a 40-acre stare, various death scenarios. His storytelling hits an astonishing new high on \"Duckworth,\" the album's finale. Over ethereal funk sewn by 9th Wonder, Lamar details a potentially tragic encounter between his father and future Top Dawg CEO Anthony Tiffith -- and the conditions leading to it -- that occurred long before Kung Fu Kenny was known as K. Dot. ~ Andy Kellman","index":1,"rating":9.0,"year":2017,"thumb":"/library/metadata/3318/thumb/1591780361","art":"/library/metadata/1402/art/1595497036","parentThumb":"/library/metadata/1402/thumb/1595497036","originallyAvailableAt":"2017-04-14","addedAt":1579230366,"updatedAt":1591780361,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Aftermath Entertainment"}]},{"ratingKey":"2243","key":"/library/metadata/2243/children","parentRatingKey":"2238","guid":"plex://album/5ee0333cc5e64fcc100daa91","parentGuid":"plex://artist/5d07be80403c6402906a06ff","type":"album","title":"L.A Leakers Freestyle #095 (Part 1)","parentKey":"/library/metadata/2238","parentTitle":"King Los","summary":"","index":1,"viewCount":39,"lastViewedAt":1595478130,"year":2019,"thumb":"/library/metadata/2243/thumb/1594545524","parentThumb":"/library/metadata/2238/thumb/1595242226","originallyAvailableAt":"2019-11-22","addedAt":1591780007,"updatedAt":1594545524,"loudnessAnalysisVersion":"1"},{"ratingKey":"2241","key":"/library/metadata/2241/children","parentRatingKey":"2238","guid":"plex://album/5ee0333dc5e64fcc100daca2","parentGuid":"plex://artist/5d07be80403c6402906a06ff","type":"album","title":"L.A Leakers Freestyle #095 (Part 2)","parentKey":"/library/metadata/2238","parentTitle":"King Los","summary":"","index":1,"viewCount":37,"lastViewedAt":1594363372,"year":2019,"thumb":"/library/metadata/2241/thumb/1591780014","parentThumb":"/library/metadata/2238/thumb/1595242226","originallyAvailableAt":"2019-11-22","addedAt":1591780004,"updatedAt":1591780014,"loudnessAnalysisVersion":"1"},{"ratingKey":"2239","key":"/library/metadata/2239/children","parentRatingKey":"2238","guid":"plex://album/5ee0333dc5e64fcc100dac20","parentGuid":"plex://artist/5d07be80403c6402906a06ff","type":"album","title":"L.A Leakers Freestyle #095 (Part 3)","parentKey":"/library/metadata/2238","parentTitle":"King Los","summary":"","index":1,"viewCount":36,"lastViewedAt":1595478640,"year":2019,"thumb":"/library/metadata/2239/thumb/1595242238","parentThumb":"/library/metadata/2238/thumb/1595242226","originallyAvailableAt":"2019-11-29","addedAt":1591780001,"updatedAt":1595242238,"loudnessAnalysisVersion":"1"},{"ratingKey":"1199","key":"/library/metadata/1199/children","parentRatingKey":"1181","guid":"plex://album/5d07cbc0403c640290e17f12","parentGuid":"plex://artist/5d07beeb403c6402906f089c","studio":"Riot Games","type":"album","title":"As We Fall","parentKey":"/library/metadata/1181","parentTitle":"League of Legends","summary":"","index":1,"year":2017,"thumb":"/library/metadata/1199/thumb/1592039309","parentThumb":"/library/metadata/1181/thumb/1595065059","originallyAvailableAt":"2017-12-01","addedAt":1579315728,"updatedAt":1592039309,"loudnessAnalysisVersion":"1","Director":[{"tag":"Riot Games"}]},{"ratingKey":"1197","key":"/library/metadata/1197/children","parentRatingKey":"1181","guid":"plex://album/5eaabc7d5dd81926d6ba741f","parentGuid":"plex://artist/5d07beeb403c6402906f089c","studio":"Riot Games","type":"album","title":"Awaken","parentKey":"/library/metadata/1181","parentTitle":"League of Legends","summary":"","index":1,"year":2019,"thumb":"/library/metadata/1197/thumb/1592039310","parentThumb":"/library/metadata/1181/thumb/1595065059","originallyAvailableAt":"2019-01-22","addedAt":1579315728,"updatedAt":1592039310,"loudnessAnalysisVersion":"1","Director":[{"tag":"Riot Games"}]},{"ratingKey":"1195","key":"/library/metadata/1195/children","parentRatingKey":"1181","guid":"plex://album/5d07cbbf403c640290e17f0e","parentGuid":"plex://artist/5d07beeb403c6402906f089c","studio":"Riot Games","type":"album","title":"Burning Bright","parentKey":"/library/metadata/1181","parentTitle":"League of Legends","summary":"","index":1,"year":2016,"thumb":"/library/metadata/1195/thumb/1592039311","parentThumb":"/library/metadata/1181/thumb/1595065059","originallyAvailableAt":"2016-10-10","addedAt":1579315728,"updatedAt":1592039311,"loudnessAnalysisVersion":"1","Director":[{"tag":"Riot Games"}]},{"ratingKey":"1193","key":"/library/metadata/1193/children","parentRatingKey":"1181","guid":"plex://album/5d07cb61403c640290dd7baf","parentGuid":"plex://artist/5d07beeb403c6402906f089c","studio":"Riot Games","type":"album","title":"Legends Never Die","parentKey":"/library/metadata/1181","parentTitle":"League of Legends","summary":"","index":1,"year":2017,"thumb":"/library/metadata/1193/thumb/1592039311","parentThumb":"/library/metadata/1181/thumb/1595065059","originallyAvailableAt":"2017-09-15","addedAt":1579315728,"updatedAt":1592039311,"loudnessAnalysisVersion":"1","Director":[{"tag":"Riot Games"}]},{"ratingKey":"1191","key":"/library/metadata/1191/children","parentRatingKey":"1181","guid":"plex://album/5eaabc7c5dd81926d6ba56af","parentGuid":"plex://artist/5d07beeb403c6402906f089c","studio":"Riot Games","type":"album","title":"Phoenix","parentKey":"/library/metadata/1181","parentTitle":"League of Legends","summary":"","index":1,"year":2019,"thumb":"/library/metadata/1191/thumb/1592039312","parentThumb":"/library/metadata/1181/thumb/1595065059","originallyAvailableAt":"2019-10-08","addedAt":1579315728,"updatedAt":1592039312,"loudnessAnalysisVersion":"1","Director":[{"tag":"Riot Games"}]},{"ratingKey":"1186","key":"/library/metadata/1186/children","parentRatingKey":"1181","guid":"plex://album/5d07ccad403c640290e9f72d","parentGuid":"plex://artist/5d07beeb403c6402906f089c","studio":"Riot Games","type":"album","title":"RISE","parentKey":"/library/metadata/1181","parentTitle":"League of Legends","summary":"","index":1,"year":2018,"thumb":"/library/metadata/1186/thumb/1592039312","parentThumb":"/library/metadata/1181/thumb/1595065059","originallyAvailableAt":"2018-09-28","addedAt":1579315728,"updatedAt":1592039312,"loudnessAnalysisVersion":"1","Director":[{"tag":"Riot Games"}]},{"ratingKey":"1184","key":"/library/metadata/1184/children","parentRatingKey":"1181","guid":"local://1184","parentGuid":"plex://artist/5d07beeb403c6402906f089c","type":"album","title":"Warriors","parentKey":"/library/metadata/1181","parentTitle":"League of Legends","summary":"","index":1,"year":2020,"thumb":"/library/metadata/1184/thumb/1592039312","parentThumb":"/library/metadata/1181/thumb/1595065059","originallyAvailableAt":"2020-01-10","addedAt":1579315728,"updatedAt":1592039312,"loudnessAnalysisVersion":"1"},{"ratingKey":"2802","key":"/library/metadata/2802/children","parentRatingKey":"1181","guid":"plex://album/5d07c9d2403c640290cc4d06","parentGuid":"plex://artist/5d07beeb403c6402906f089c","studio":"Riot Games","type":"album","title":"Warsongs","parentKey":"/library/metadata/1181","parentTitle":"League of Legends","summary":"","index":1,"year":2016,"thumb":"/library/metadata/2802/thumb/1591780208","parentThumb":"/library/metadata/1181/thumb/1595065059","originallyAvailableAt":"2016-01-14","addedAt":1579315728,"updatedAt":1591780208,"loudnessAnalysisVersion":"1","Director":[{"tag":"Riot Games"}]},{"ratingKey":"3155","key":"/library/metadata/3155/children","parentRatingKey":"1871","guid":"plex://album/5d07cbd4403c640290e261ba","parentGuid":"plex://artist/5d07bf3e403c64029072e601","studio":"Radical Dreamland","type":"album","title":"Celeste Original Soundtrack","parentKey":"/library/metadata/1871","parentTitle":"Lena Raine","summary":"","index":1,"year":2018,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/1871/thumb/1595497040","originallyAvailableAt":"2018-01-25","addedAt":1579038200,"updatedAt":1591780318,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Stage & Screen"}],"Director":[{"tag":"Radical Dreamland"}]},{"ratingKey":"2792","key":"/library/metadata/2792/children","parentRatingKey":"1373","guid":"plex://album/5d07ca38403c640290d09330","parentGuid":"plex://artist/5d07bc12403c6402904b57fb","studio":"Atlantic","type":"album","title":"Sucker for Pain","parentKey":"/library/metadata/1373","parentTitle":"Lil Wayne","summary":"","index":1,"year":2016,"thumb":"/library/metadata/2792/thumb/1591780199","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1373/thumb/1595497027","originallyAvailableAt":"2016-06-24","addedAt":1579230944,"updatedAt":1591780199,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Atlantic"}]},{"ratingKey":"1376","key":"/library/metadata/1376/children","parentRatingKey":"1373","guid":"plex://album/5d07c5e0403c640290ac55b6","parentGuid":"plex://artist/5d07bc12403c6402904b57fb","studio":"Cash Money Records","type":"album","title":"Tha Carter IV","parentKey":"/library/metadata/1373","parentTitle":"Lil Wayne","summary":"An interesting story came out as Lil Wayne’s Tha Carter IV leaked to the Internet five days early. Special guest Busta Rhymes, being interviewed from his tour bus, had not even heard the leak within those first 48, and seemed fascinated to hear that Bun B, Nas, and Shyne were also on his track. This was in spite of the his line “Tunechi, thanks for giving us a whole 'nother classic with Tha Carter IV” the album's final words, delivered by Busta during the “Outro,” one of two tracks on which Wayne doesn’t even appear. Busta’s mix of excitement and confusion perfectly captures this album’s magic in that there’s an electricity in the air here, one so attractive that you don’t care about what’s missing, so don’t hold this up next to Tha Carter II or III because you just might miss a grand Jay-Z diss (“Talkin' about baby money, I got your baby money/ Kidnap your bitch, get that how much you love your lady money”) while considering the differences. If II and III were the arguable masterpieces, this one is less convincing, but it is a solid, above average hip-hop album that would be in held high and wide regard if it carried any other name. Wayne seems to address this new, sometimes B+ era with “Some of us are lovers/Most of y’all are haters/But I put up a wall/And they just wallpaper” on “Blunt Blowing,” a track which is Young Money’s seductive and flossy version of the blues. If dazzling rhetoric and shameless bombast is what grabs his audience, it absolutely overflows during the album’s unstoppable first quarter, which boils over when the short blue mobster called “Megaman” shoots forth “Life is shorter than Bushwick.” The totally T-Pain track “How to Hate” is the album’s first speedbump, and Wayne remains a guest on his own album as Tech N9ne and Rick Ross dominate the following cuts, but the uncontroversial “Abortion” (“I know your name, your name is unimportant/We in the belly of the beast, and she thinkin’ of abortion”) puts the spotlight back on Weezy. After John Legend adds some purposeful polish, it’s all smooth sailing plus with those high Carter standards, bouncing between tracks fans can singalong and connect with (the pure and simple “How to Love”) or marvel at (“It’s Good” where Jay-Z diss meets Alan Parsons sample). In the end, Busta’s pre-cog declaration of “classic” is the download generation’s more “in the moment” definition of the word, and it is fittingly delivered while the venerated Wizard Weezy is out the door and off the track in that “pay no mind to that man behind the curtain” style. On Tha Carter IV, Wayne’s world feels more like a dream than reality, but the loyal subjects of Young Money get a wild ride and the great feeling of flashing those ruby slippers one more time. ~ David Jeffries","index":1,"rating":6.0,"year":2011,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1373/thumb/1595497027","originallyAvailableAt":"2011-08-29","addedAt":1579230944,"updatedAt":1594804917,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Cash Money Records"}]},{"ratingKey":"2794","key":"/library/metadata/2794/children","parentRatingKey":"1373","guid":"plex://album/5d07c5e0403c640290ac55b6","parentGuid":"plex://artist/5d07bc12403c6402904b57fb","studio":"Cash Money Records","type":"album","title":"Tha Carter IV","parentKey":"/library/metadata/1373","parentTitle":"Lil Wayne","summary":"An interesting story came out as Lil Wayne’s Tha Carter IV leaked to the Internet five days early. Special guest Busta Rhymes, being interviewed from his tour bus, had not even heard the leak within those first 48, and seemed fascinated to hear that Bun B, Nas, and Shyne were also on his track. This was in spite of the his line “Tunechi, thanks for giving us a whole 'nother classic with Tha Carter IV” the album's final words, delivered by Busta during the “Outro,” one of two tracks on which Wayne doesn’t even appear. Busta’s mix of excitement and confusion perfectly captures this album’s magic in that there’s an electricity in the air here, one so attractive that you don’t care about what’s missing, so don’t hold this up next to Tha Carter II or III because you just might miss a grand Jay-Z diss (“Talkin' about baby money, I got your baby money/ Kidnap your bitch, get that how much you love your lady money”) while considering the differences. If II and III were the arguable masterpieces, this one is less convincing, but it is a solid, above average hip-hop album that would be in held high and wide regard if it carried any other name. Wayne seems to address this new, sometimes B+ era with “Some of us are lovers/Most of y’all are haters/But I put up a wall/And they just wallpaper” on “Blunt Blowing,” a track which is Young Money’s seductive and flossy version of the blues. If dazzling rhetoric and shameless bombast is what grabs his audience, it absolutely overflows during the album’s unstoppable first quarter, which boils over when the short blue mobster called “Megaman” shoots forth “Life is shorter than Bushwick.” The totally T-Pain track “How to Hate” is the album’s first speedbump, and Wayne remains a guest on his own album as Tech N9ne and Rick Ross dominate the following cuts, but the uncontroversial “Abortion” (“I know your name, your name is unimportant/We in the belly of the beast, and she thinkin’ of abortion”) puts the spotlight back on Weezy. After John Legend adds some purposeful polish, it’s all smooth sailing plus with those high Carter standards, bouncing between tracks fans can singalong and connect with (the pure and simple “How to Love”) or marvel at (“It’s Good” where Jay-Z diss meets Alan Parsons sample). In the end, Busta’s pre-cog declaration of “classic” is the download generation’s more “in the moment” definition of the word, and it is fittingly delivered while the venerated Wizard Weezy is out the door and off the track in that “pay no mind to that man behind the curtain” style. On Tha Carter IV, Wayne’s world feels more like a dream than reality, but the loyal subjects of Young Money get a wild ride and the great feeling of flashing those ruby slippers one more time. ~ David Jeffries","index":1,"rating":6.0,"year":2011,"thumb":"/library/metadata/2794/thumb/1594804919","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1373/thumb/1595497027","originallyAvailableAt":"2011-08-29","addedAt":1579230944,"updatedAt":1594804919,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Cash Money Records"}]},{"ratingKey":"2790","key":"/library/metadata/2790/children","parentRatingKey":"940","guid":"plex://album/5d07c7ef403c640290bbb8b1","parentGuid":"plex://artist/5d07bd55403c6402905cf6cd","studio":"Aniplex","type":"album","title":"LANDSPACE","parentKey":"/library/metadata/940","parentTitle":"LiSA","summary":"LiSA's 2nd studio album Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"year":2013,"thumb":"/library/metadata/2790/thumb/1591780199","parentThumb":"/library/metadata/940/thumb/1595497007","originallyAvailableAt":"2013-10-30","addedAt":1579325990,"updatedAt":1591780199,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Aniplex"}]},{"ratingKey":"2788","key":"/library/metadata/2788/children","parentRatingKey":"940","guid":"plex://album/5d07cd45403c640290ef45a4","parentGuid":"plex://artist/5d07bd55403c6402905cf6cd","studio":"SACRA MUSIC","type":"album","title":"紅蓮華","parentKey":"/library/metadata/940","parentTitle":"LiSA","summary":"","index":1,"year":2019,"thumb":"/library/metadata/2788/thumb/1591780198","parentThumb":"/library/metadata/940/thumb/1595497007","originallyAvailableAt":"2019-04-22","addedAt":1579325992,"updatedAt":1591780198,"loudnessAnalysisVersion":"1","Director":[{"tag":"SACRA MUSIC"}]},{"ratingKey":"2249","key":"/library/metadata/2249/children","parentRatingKey":"2248","guid":"plex://album/5ee02c3ac5e64fcc107a2846","parentGuid":"plex://artist/5d07bd81403c6402905f355b","type":"album","title":"Sway Freestyle 2019 w/Fat Joe","parentKey":"/library/metadata/2248","parentTitle":"Locksmith","summary":"","index":1,"viewCount":36,"lastViewedAt":1594364195,"year":2019,"thumb":"/library/metadata/2249/thumb/1595242233","parentThumb":"/library/metadata/2248/thumb/1595242226","originallyAvailableAt":"2019-01-01","addedAt":1591780015,"updatedAt":1595242233,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Hip Hop"}]},{"ratingKey":"1529","key":"/library/metadata/1529/children","parentRatingKey":"1528","guid":"plex://album/5d07ca38403c640290d096a6","parentGuid":"plex://artist/5d07be02403c640290643754","studio":"Def Jam Recordings","type":"album","title":"Bobby Tarantino","parentKey":"/library/metadata/1528","parentTitle":"Logic","summary":"After topping the R&B/Hip-Hop charts in 2015 with his sci-fi concept sophomore album, The Incredible True Story, Logic returned the following year with his fifth mixtape, Bobby Tarantino. His seventh release in as many years and fifth mixtape overall, Bobby Tarantino arrived unexpectedly in July on Def Jam/Visionary Music Group. Even without prior notice, it debuted at number 16 on the Billboard 200. Featuring \"Flexicution,\" his first Billboard Hot 100 solo single, the mixtape also featured spots by Pusha T (\"Wrist\"), Juicy J (\"Super Mario World\"), and vocals from Jessica Andren, John Lindahl, and George DeNoto. ~ Neil Z. Yeung","index":1,"year":2016,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1528/thumb/1595497073","originallyAvailableAt":"2016-07-01","addedAt":1579226866,"updatedAt":1591408963,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Def Jam Recordings"}]},{"ratingKey":"2845","key":"/library/metadata/2845/children","parentRatingKey":"1528","guid":"plex://album/5d07ca38403c640290d096a6","parentGuid":"plex://artist/5d07be02403c640290643754","studio":"Def Jam Recordings","type":"album","title":"Bobby Tarantino","parentKey":"/library/metadata/1528","parentTitle":"Logic","summary":"After topping the R&B/Hip-Hop charts in 2015 with his sci-fi concept sophomore album, The Incredible True Story, Logic returned the following year with his fifth mixtape, Bobby Tarantino. His seventh release in as many years and fifth mixtape overall, Bobby Tarantino arrived unexpectedly in July on Def Jam/Visionary Music Group. Even without prior notice, it debuted at number 16 on the Billboard 200. Featuring \"Flexicution,\" his first Billboard Hot 100 solo single, the mixtape also featured spots by Pusha T (\"Wrist\"), Juicy J (\"Super Mario World\"), and vocals from Jessica Andren, John Lindahl, and George DeNoto. ~ Neil Z. Yeung","index":1,"year":2016,"thumb":"/library/metadata/2845/thumb/1591780235","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1528/thumb/1595497073","originallyAvailableAt":"2016-07-01","addedAt":1579226866,"updatedAt":1591780235,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Def Jam Recordings"}]},{"ratingKey":"1571","key":"/library/metadata/1571/children","parentRatingKey":"1528","guid":"plex://album/5d07cbf7403c640290e38283","parentGuid":"plex://artist/5d07be02403c640290643754","studio":"Def Jam Recordings","type":"album","title":"Bobby Tarantino II","parentKey":"/library/metadata/1528","parentTitle":"Logic","summary":"","index":1,"year":2018,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1528/thumb/1595497073","originallyAvailableAt":"2018-03-09","addedAt":1579226058,"updatedAt":1591408890,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Def Jam Recordings"}]},{"ratingKey":"2847","key":"/library/metadata/2847/children","parentRatingKey":"1528","guid":"plex://album/5d07cbf7403c640290e38283","parentGuid":"plex://artist/5d07be02403c640290643754","studio":"Def Jam Recordings","type":"album","title":"Bobby Tarantino II","parentKey":"/library/metadata/1528","parentTitle":"Logic","summary":"","index":1,"year":2018,"thumb":"/library/metadata/2847/thumb/1591780243","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1528/thumb/1595497073","originallyAvailableAt":"2018-03-09","addedAt":1579226058,"updatedAt":1591780243,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Def Jam Recordings"}]},{"ratingKey":"1585","key":"/library/metadata/1585/children","parentRatingKey":"1528","guid":"plex://album/5d07cd60403c640290f0038d","parentGuid":"plex://artist/5d07be02403c640290643754","studio":"Visionary Music Group","type":"album","title":"Confessions of a Dangerous Mind","parentKey":"/library/metadata/1528","parentTitle":"Logic","summary":"Maryland rapper Logic's nonstop flow of new content continued from his 2017 breakthrough Everybody to 2018's YSIV to fifth studio album Confessions of a Dangerous Mind in spring of 2019. That doesn't take into account multiple mixtapes and even the emcee's first novel and its accompanying soundtrack, each new project surfacing a few months after the last. While Confessions of a Dangerous Mind shows no signs of Logic running out of gas, he does sound a little low on fresh ideas, applying his scattershot flows to lyrics about mental health, the plight of social media, fame, his relationship with the rap game, and the same type of material he's visited before. His talents as a rapper are undeniable, with styles that can be technically dazzling (as on the syllable-shedding Eminem debut \"Homicide\") or catchy and melodic. Standout track \"Keanu Reeves\" hits with a hooky chorus, fluid verses, and one of most head-bobbing beats on the album. \"Mama/Show Love\" is another strong track, the second verse provided by YBN Cordae complimenting Logic's waterfall flow. The song is dark and driven, but the interplay between the rappers gives it a sense of fun. Mediocre features from G-Eazy and Wiz Khalifa are less inspired, and when Will Smith shows up as a quasi-mentor figure on the embarrassing throwback \"Don't Be Afraid to Be Different,\" things go from bland to painful. Of the 16 tracks here, roughly a third could have easily been left off the project. Similarly, Logic spends a lot of time reiterating the same perspectives on multiple songs as well as inexplicably shouting out more famous rappers. Confessions of a Dangerous Mind feels more self-conscious than dangerous, and its lukewarm consistency suggests that Logic might benefit from taking more time between projects. His talents as a rapper and lyricist are still stunning, and much of the production is solid, but the album ultimately feels like a one-sided conversation with an insecure friend. You love them, but kinda wish they'd just go to therapy and get back to you once they've worked some of those issues out. ~ Fred Thomas","index":1,"rating":6.0,"year":2019,"thumb":"/library/metadata/1585/thumb/1591408896","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1528/thumb/1595497073","originallyAvailableAt":"2019-05-10","addedAt":1579225410,"updatedAt":1591408896,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Visionary Music Group"}]},{"ratingKey":"2854","key":"/library/metadata/2854/children","parentRatingKey":"1528","guid":"plex://album/5d07cd60403c640290f0038d","parentGuid":"plex://artist/5d07be02403c640290643754","studio":"Visionary Music Group","type":"album","title":"Confessions of a Dangerous Mind","parentKey":"/library/metadata/1528","parentTitle":"Logic","summary":"Maryland rapper Logic's nonstop flow of new content continued from his 2017 breakthrough Everybody to 2018's YSIV to fifth studio album Confessions of a Dangerous Mind in spring of 2019. That doesn't take into account multiple mixtapes and even the emcee's first novel and its accompanying soundtrack, each new project surfacing a few months after the last. While Confessions of a Dangerous Mind shows no signs of Logic running out of gas, he does sound a little low on fresh ideas, applying his scattershot flows to lyrics about mental health, the plight of social media, fame, his relationship with the rap game, and the same type of material he's visited before. His talents as a rapper are undeniable, with styles that can be technically dazzling (as on the syllable-shedding Eminem debut \"Homicide\") or catchy and melodic. Standout track \"Keanu Reeves\" hits with a hooky chorus, fluid verses, and one of most head-bobbing beats on the album. \"Mama/Show Love\" is another strong track, the second verse provided by YBN Cordae complimenting Logic's waterfall flow. The song is dark and driven, but the interplay between the rappers gives it a sense of fun. Mediocre features from G-Eazy and Wiz Khalifa are less inspired, and when Will Smith shows up as a quasi-mentor figure on the embarrassing throwback \"Don't Be Afraid to Be Different,\" things go from bland to painful. Of the 16 tracks here, roughly a third could have easily been left off the project. Similarly, Logic spends a lot of time reiterating the same perspectives on multiple songs as well as inexplicably shouting out more famous rappers. Confessions of a Dangerous Mind feels more self-conscious than dangerous, and its lukewarm consistency suggests that Logic might benefit from taking more time between projects. His talents as a rapper and lyricist are still stunning, and much of the production is solid, but the album ultimately feels like a one-sided conversation with an insecure friend. You love them, but kinda wish they'd just go to therapy and get back to you once they've worked some of those issues out. ~ Fred Thomas","index":1,"rating":6.0,"year":2019,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1528/thumb/1595497073","originallyAvailableAt":"2019-05-10","addedAt":1579225410,"updatedAt":1591780246,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Visionary Music Group"}]},{"ratingKey":"1557","key":"/library/metadata/1557/children","parentRatingKey":"1528","guid":"plex://album/5d07cb05403c640290d97ed7","parentGuid":"plex://artist/5d07be02403c640290643754","studio":"Def Jam Recordings","type":"album","title":"Everybody","parentKey":"/library/metadata/1528","parentTitle":"Logic","summary":"There's a lot happening on Logic's third proper Def Jam album. Central is an adaptation of Andy Weir's The Egg, a short story in which a didactic God (portrayed here by astrophysicist Neil deGrasse Tyson) and a stupefied man (played by DJ Big Von) discuss, after the latter's tragic death, reincarnation and the meaning of life. The dialogue begins at the end of the opener, continues as the entirety of the five-minute ninth track, and concludes in the message-filled finale. Without it, there's still well over an hour of music, enough to accommodate a multitude of perspectives and themes from the affably verbose Logic, who still seems to enjoy rapping as much as John Legend does singing. Keeping track of whether Logic's writing from his own or someone else's vantage can be a challenge, but one doesn't need to be that familiar with his work to realize that this contains some of his most personal rhymes. The tone is set early when he declares \"Music is made to assimilate,\" after which he examines what does the opposite. All the while, he details various prejudices he has faced as a light-skinned biracial man, down to the assumption that he must have had it easy despite being born to drug-addicted parents and raised in a violent household with a racist mother who called him the n-word (the six-letter version). The production, handled by 6ix and Logic with a handful of assists, ensures that the album doesn't get mired in concepts and turn into a Saturday Night Live student theater showcase skit. The majority of the tracks are uptempo and tend to change shape as they play out, generally switching between gnashing breakbeats and snaking trap beats with slightly woozy atmospheric touches. Most compelling of the stylistic diversions occurs in \"1-800-273-8255,\" a modern orchestral pop number titled after the number for the National Suicide Prevention Hotline, and the sonically and lyrically connected \"Anziety,\" where Logic details his struggles with (and positive spin on) anxiety. Out of the dozen listed features, Killer Mike takes the prize for his blazing polemic addressed to God. The booklet also acknowledges Weir, though pre-808s Kanye West, post-Section.80 Kendrick Lamar, and Chance the Rapper continue to loom large in Logic and 6ix's approach to making panoramic rap albums. ~ Andy Kellman","index":1,"rating":8.0,"year":2017,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1528/thumb/1595497073","originallyAvailableAt":"2017-05-05","addedAt":1579226342,"updatedAt":1591408886,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Def Jam Recordings"}]},{"ratingKey":"1541","key":"/library/metadata/1541/children","parentRatingKey":"1528","guid":"plex://album/5d07c8dd403c640290c38fbf","parentGuid":"plex://artist/5d07be02403c640290643754","studio":"Def Jam Recordings","type":"album","title":"Under Pressure","parentKey":"/library/metadata/1528","parentTitle":"Logic","summary":"Acting as if the debut album still meant something in the post-mixtape anything-goes world (thanks Internet!), Maryland rapper Logic set himself up for something big after his crafted and beloved series of Young Sinatra mixtapes, but he could have called them Young Beatles. Those right-clickable freebies were like Please Please Me, while this mature entrance on Def Jam is his Rubber Soul turning into Revolver, offering a conceptual, Good Kid, M.A.A.D City-like journey through Logic's sad past, but adding to the mix Drake-sized charisma along with some innocent kid wit. \"Metropolis\" goes \"Just left a hotel in Belgium, and their waffles was insane\" with wide-eyed flair, chuckling and kicking it in stark contrast to Logic's admission elsewhere that selling crack rock to Dad was a low point for this now 24-year-old man. Family problems, addiction, and poverty are always knocking at Under Pressure's bedroom door, but the bedroom walls are lined with pictures of hip-hop heroes of all sorts, as \"Bounce\" finds the joy and creative outlet in a genre that goes \"from Project Pat to Dilla.\" Phone messages from family weave in and out of the album, some of them now sober and asking the rapper to stop speaking of the past, but like the posters on the wall, they're just influences and milestones, as this feature-less album is filled to the brim with Logic, because with such insight, charm, honesty, and outlook, it absolutely should be. Likewise, \"Under Pressure\" is almost ten minutes long because that's what such a complex track deserves, embracing how the rapper's upswinging life is all tangles and contrasts, from a sister dealing with a post-rape life along with kids who hate her, and all while Logic is in danger of morphing into a fame-fed hypebeast (\"I know that birthday, I missed it/I swear I told my assistant, but….\"). Producer 6ix offers up fresh R&B (\"Soul Food\") and A$AP Mob-ish dream sequences (\"Gang Related\") while Logic goes whiz kid with his production on the pop-tacular highlight \"Buried Alive.\" Even if this ambitious album is extremely busy with genre-hops, segues, sampled voices, and interludes popping up, it isn't cluttered, as if blueprints and album outlines were thoroughly discussed and tested, probably with executive producer No I.D.'s final approval. Just like Kendrick's stunning Good Kid, M.A.A.D City, Under Pressure is an autobiographical and odds-beating debut that arrives more fully formed than expected. Maybe all those mixtapes were all called Young Sinatra because the best was yet to come. ~ David Jeffries","index":1,"rating":7.0,"year":2014,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1528/thumb/1595497073","originallyAvailableAt":"2014-10-21","addedAt":1579226632,"updatedAt":1591408884,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Def Jam Recordings"}]},{"ratingKey":"2851","key":"/library/metadata/2851/children","parentRatingKey":"1528","guid":"plex://album/5d07c8dd403c640290c38fbf","parentGuid":"plex://artist/5d07be02403c640290643754","studio":"Def Jam Recordings","type":"album","title":"Under Pressure","parentKey":"/library/metadata/1528","parentTitle":"Logic","summary":"Acting as if the debut album still meant something in the post-mixtape anything-goes world (thanks Internet!), Maryland rapper Logic set himself up for something big after his crafted and beloved series of Young Sinatra mixtapes, but he could have called them Young Beatles. Those right-clickable freebies were like Please Please Me, while this mature entrance on Def Jam is his Rubber Soul turning into Revolver, offering a conceptual, Good Kid, M.A.A.D City-like journey through Logic's sad past, but adding to the mix Drake-sized charisma along with some innocent kid wit. \"Metropolis\" goes \"Just left a hotel in Belgium, and their waffles was insane\" with wide-eyed flair, chuckling and kicking it in stark contrast to Logic's admission elsewhere that selling crack rock to Dad was a low point for this now 24-year-old man. Family problems, addiction, and poverty are always knocking at Under Pressure's bedroom door, but the bedroom walls are lined with pictures of hip-hop heroes of all sorts, as \"Bounce\" finds the joy and creative outlet in a genre that goes \"from Project Pat to Dilla.\" Phone messages from family weave in and out of the album, some of them now sober and asking the rapper to stop speaking of the past, but like the posters on the wall, they're just influences and milestones, as this feature-less album is filled to the brim with Logic, because with such insight, charm, honesty, and outlook, it absolutely should be. Likewise, \"Under Pressure\" is almost ten minutes long because that's what such a complex track deserves, embracing how the rapper's upswinging life is all tangles and contrasts, from a sister dealing with a post-rape life along with kids who hate her, and all while Logic is in danger of morphing into a fame-fed hypebeast (\"I know that birthday, I missed it/I swear I told my assistant, but….\"). Producer 6ix offers up fresh R&B (\"Soul Food\") and A$AP Mob-ish dream sequences (\"Gang Related\") while Logic goes whiz kid with his production on the pop-tacular highlight \"Buried Alive.\" Even if this ambitious album is extremely busy with genre-hops, segues, sampled voices, and interludes popping up, it isn't cluttered, as if blueprints and album outlines were thoroughly discussed and tested, probably with executive producer No I.D.'s final approval. Just like Kendrick's stunning Good Kid, M.A.A.D City, Under Pressure is an autobiographical and odds-beating debut that arrives more fully formed than expected. Maybe all those mixtapes were all called Young Sinatra because the best was yet to come. ~ David Jeffries","index":1,"rating":7.0,"year":2014,"thumb":"/library/metadata/2851/thumb/1591780243","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1528/thumb/1595497073","originallyAvailableAt":"2014-10-21","addedAt":1579226632,"updatedAt":1591780243,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Def Jam Recordings"}]},{"ratingKey":"2273","key":"/library/metadata/2273/children","parentRatingKey":"2272","guid":"plex://album/5ee030e5c5e64fcc10db9423","parentGuid":"plex://artist/5ee02c3ac5e64fcc107a2826","type":"album","title":"Drive You Away","parentKey":"/library/metadata/2272","parentTitle":"Louise Dowd","summary":"","index":1,"year":2014,"thumb":"/library/metadata/2273/thumb/1595065070","parentThumb":"/library/metadata/2272/thumb/1595065056","originallyAvailableAt":"2014-06-30","addedAt":1591780035,"updatedAt":1595065070,"loudnessAnalysisVersion":"1"},{"ratingKey":"1448","key":"/library/metadata/1448/children","parentRatingKey":"1430","guid":"plex://album/5d07c4d4403c640290a33440","parentGuid":"plex://artist/5d07bd74403c6402905e9fb4","studio":"Rostrum Records","type":"album","title":"Best Day Ever","parentKey":"/library/metadata/1430","parentTitle":"Mac Miller","summary":"With his fifth mixtape, 2011's Best Day Ever, Pittsburgh's own Mac Miller kicked off a banner year for the rapper. Preceding an EP, an additional mixtape, and his breakthrough full-length, Blue Slide Park, Best Day Ever presented Miller before the mainstream fame, bubbling with hope and promise. Packed with party-friendly hip-hop and his lyrically dexterous rhymes, the fun and playful set featured guests Phonte (\"I'll Be There\") and Wiz Khalifa (\"Keep Floatin'\"), as well as highlights \"Get Up\" and \"Oy Vey.\" Though his sound would turn inward within the year, Best Day Ever stands as one of Miller's most sonically joyous and emotionally light efforts. After Miller's death in September 2018, Best Day Ever made its first chart appearance on the Billboard 200, debuting at number 26. ~ Neil Z. Yeung","index":1,"rating":8.0,"year":2011,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1430/thumb/1595497068","originallyAvailableAt":"2011-03-11","addedAt":1579229038,"updatedAt":1591408857,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Rostrum Records"}]},{"ratingKey":"2831","key":"/library/metadata/2831/children","parentRatingKey":"1430","guid":"plex://album/5d07c4d4403c640290a33440","parentGuid":"plex://artist/5d07bd74403c6402905e9fb4","studio":"Rostrum Records","type":"album","title":"Best Day Ever","parentKey":"/library/metadata/1430","parentTitle":"Mac Miller","summary":"With his fifth mixtape, 2011's Best Day Ever, Pittsburgh's own Mac Miller kicked off a banner year for the rapper. Preceding an EP, an additional mixtape, and his breakthrough full-length, Blue Slide Park, Best Day Ever presented Miller before the mainstream fame, bubbling with hope and promise. Packed with party-friendly hip-hop and his lyrically dexterous rhymes, the fun and playful set featured guests Phonte (\"I'll Be There\") and Wiz Khalifa (\"Keep Floatin'\"), as well as highlights \"Get Up\" and \"Oy Vey.\" Though his sound would turn inward within the year, Best Day Ever stands as one of Miller's most sonically joyous and emotionally light efforts. After Miller's death in September 2018, Best Day Ever made its first chart appearance on the Billboard 200, debuting at number 26. ~ Neil Z. Yeung","index":1,"rating":8.0,"year":2011,"thumb":"/library/metadata/2831/thumb/1591780231","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1430/thumb/1595497068","originallyAvailableAt":"2011-03-11","addedAt":1579229038,"updatedAt":1591780231,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Rostrum Records"}]},{"ratingKey":"1431","key":"/library/metadata/1431/children","parentRatingKey":"1430","guid":"plex://album/5d07c5f9403c640290ad0e2d","parentGuid":"plex://artist/5d07bd74403c6402905e9fb4","studio":"Rostrum Records","type":"album","title":"Blue Slide Park","parentKey":"/library/metadata/1430","parentTitle":"Mac Miller","summary":"Throw a joint, bong, or bottle of booze in rapper Mac Miller’s hands and he’ll mug for the camera while taking the party to another level, and if there’s such a thing as slacker hoodie grace, his chalice overflows with it. Think Asher Roth with madder skills or Eminem without spite or baggage and you’ve got Miller in a nutshell, with some extra details being his charming, Pittsburgh-loving attitude along with his affiliation with a killer hometown production team called ID Labs, who help make Blue Slide Park sound like the old-school party rocking with the new school. This blast of college-kid enthusiasm that doubles as Miller’s official debut does come with some slight issues though, and if you don’t feel like poppin’ bottles or mackin’ on the honeys, it seems caught in a redundant loop of wine, women, and bong. Approach it unfettered and Blue Slide Park is like winning the lotto, where all of a sudden “frat” means “Animal House” and “backpacker” means “guy sneaking booze into the dorms.” This kid even has the audacity to grab the “45 Number”/”Let Me Clear My Throat” beat for “Party on Fifth Ave.” and the talent to turn the track into a highlight, plus his hedonism is anchored by daytime playfulness, believable respect (“Thinkin’ bout my people murdered in the Holocaust” comes off just fine), and a true understanding of hip-hop that attracts revered folks like Clams Casino to contribute beats. Miller’s big challenge is that he follows in a long line of suburban college rappers who have thrown up whack mixtapes like they were yesterday’s punch bowl, but this memorable debut steps right around that mess and suggests that the kids are not just all right, but all the way live. ~ David Jeffries","index":1,"rating":6.0,"year":2011,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1430/thumb/1595497068","originallyAvailableAt":"2011-11-08","addedAt":1579229386,"updatedAt":1591408951,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Rostrum Records"}]},{"ratingKey":"2839","key":"/library/metadata/2839/children","parentRatingKey":"1430","guid":"plex://album/5d07c5f9403c640290ad0e2d","parentGuid":"plex://artist/5d07bd74403c6402905e9fb4","studio":"Rostrum Records","type":"album","title":"Blue Slide Park","parentKey":"/library/metadata/1430","parentTitle":"Mac Miller","summary":"Throw a joint, bong, or bottle of booze in rapper Mac Miller’s hands and he’ll mug for the camera while taking the party to another level, and if there’s such a thing as slacker hoodie grace, his chalice overflows with it. Think Asher Roth with madder skills or Eminem without spite or baggage and you’ve got Miller in a nutshell, with some extra details being his charming, Pittsburgh-loving attitude along with his affiliation with a killer hometown production team called ID Labs, who help make Blue Slide Park sound like the old-school party rocking with the new school. This blast of college-kid enthusiasm that doubles as Miller’s official debut does come with some slight issues though, and if you don’t feel like poppin’ bottles or mackin’ on the honeys, it seems caught in a redundant loop of wine, women, and bong. Approach it unfettered and Blue Slide Park is like winning the lotto, where all of a sudden “frat” means “Animal House” and “backpacker” means “guy sneaking booze into the dorms.” This kid even has the audacity to grab the “45 Number”/”Let Me Clear My Throat” beat for “Party on Fifth Ave.” and the talent to turn the track into a highlight, plus his hedonism is anchored by daytime playfulness, believable respect (“Thinkin’ bout my people murdered in the Holocaust” comes off just fine), and a true understanding of hip-hop that attracts revered folks like Clams Casino to contribute beats. Miller’s big challenge is that he follows in a long line of suburban college rappers who have thrown up whack mixtapes like they were yesterday’s punch bowl, but this memorable debut steps right around that mess and suggests that the kids are not just all right, but all the way live. ~ David Jeffries","index":1,"rating":6.0,"year":2011,"thumb":"/library/metadata/2839/thumb/1591780235","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1430/thumb/1595497068","originallyAvailableAt":"2011-11-08","addedAt":1579229386,"updatedAt":1591780235,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Rostrum Records"}]},{"ratingKey":"1465","key":"/library/metadata/1465/children","parentRatingKey":"1430","guid":"plex://album/5d07cc57403c640290e6eb2d","parentGuid":"plex://artist/5d07bd74403c6402905e9fb4","studio":"Warner Bros. Records","type":"album","title":"Swimming","parentKey":"/library/metadata/1430","parentTitle":"Mac Miller","summary":"Following 2016's ode to love The Divine Feminine, Pittsburgh rapper Mac Miller avoids treading water and continues his artistic maturation on his fifth full-length, Swimming. As flowing as the title suggests, Swimming undulates with laid-back slacker soul and hypnotic production, like a lava lamp bobbing along calm waves. Inspired by events preceding the album's release, Miller's moody and introspective lyrics hint at the post-breakup black cloud hovering above his head, while also addressing his struggles with maintaining sobriety. Coupled with his soulful sing-rapping and input from producer Jon Brion, Swimming is one of Miller's more enjoyable and cohesive visions. Throughout, there's an emo-R&B vibe that strongly recalls Frank Ocean, just with less eloquent or evocative lyrics. Highlights include the popping, Pharrell-assisted \"Hurt Feelings,\" the synth-funk bounce of the Snoop Dogg and Thundercat collaboration \"What's the Use?,\" and \"Self Care,\" a narcotic cloud rap gem that benefits from co-writers Dev Hynes and J.I.D. The woozy production and marble-mouthed delivery can sometimes be a slog (similar to one of Drake's or Post Malone's overly long albums), but every now and then there's something -- be it the surprise jazz piano on \"Small Worlds\" or the orchestral sweep of \"2009\" -- that pulls everything back into focus. Licking his wounds after a rough first half of 2018, Miller realizes \"You could have the world in the palm of your hands/You still might drop it\" on closer \"So It Goes.\" With an eye on the future, Swimming is ample evidence that Miller can pick up the pieces and continue evolving, his grasp on thoughtful, introspective hip-hop getting stronger by the album. ~ Neil Z. Yeung","index":1,"rating":7.0,"year":2018,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1430/thumb/1595497068","originallyAvailableAt":"2018-08-03","addedAt":1579228676,"updatedAt":1591408864,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Warner Bros. Records"}]},{"ratingKey":"2836","key":"/library/metadata/2836/children","parentRatingKey":"1430","guid":"plex://album/5d07cc57403c640290e6eb2d","parentGuid":"plex://artist/5d07bd74403c6402905e9fb4","studio":"Warner Bros. Records","type":"album","title":"Swimming","parentKey":"/library/metadata/1430","parentTitle":"Mac Miller","summary":"Following 2016's ode to love The Divine Feminine, Pittsburgh rapper Mac Miller avoids treading water and continues his artistic maturation on his fifth full-length, Swimming. As flowing as the title suggests, Swimming undulates with laid-back slacker soul and hypnotic production, like a lava lamp bobbing along calm waves. Inspired by events preceding the album's release, Miller's moody and introspective lyrics hint at the post-breakup black cloud hovering above his head, while also addressing his struggles with maintaining sobriety. Coupled with his soulful sing-rapping and input from producer Jon Brion, Swimming is one of Miller's more enjoyable and cohesive visions. Throughout, there's an emo-R&B vibe that strongly recalls Frank Ocean, just with less eloquent or evocative lyrics. Highlights include the popping, Pharrell-assisted \"Hurt Feelings,\" the synth-funk bounce of the Snoop Dogg and Thundercat collaboration \"What's the Use?,\" and \"Self Care,\" a narcotic cloud rap gem that benefits from co-writers Dev Hynes and J.I.D. The woozy production and marble-mouthed delivery can sometimes be a slog (similar to one of Drake's or Post Malone's overly long albums), but every now and then there's something -- be it the surprise jazz piano on \"Small Worlds\" or the orchestral sweep of \"2009\" -- that pulls everything back into focus. Licking his wounds after a rough first half of 2018, Miller realizes \"You could have the world in the palm of your hands/You still might drop it\" on closer \"So It Goes.\" With an eye on the future, Swimming is ample evidence that Miller can pick up the pieces and continue evolving, his grasp on thoughtful, introspective hip-hop getting stronger by the album. ~ Neil Z. Yeung","index":1,"rating":7.0,"year":2018,"thumb":"/library/metadata/2836/thumb/1591780231","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1430/thumb/1595497068","originallyAvailableAt":"2018-08-03","addedAt":1579228676,"updatedAt":1591780231,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Warner Bros. Records"}]},{"ratingKey":"2321","key":"/library/metadata/2321/children","parentRatingKey":"2031","guid":"plex://album/5d07cbd9403c640290e2908b","parentGuid":"plex://artist/5d07bc29403c6402904c810b","studio":"Sony Music Associated Records","type":"album","title":"KISS OF DEATH (Produced by HYDE)","parentKey":"/library/metadata/2031","parentTitle":"Mika Nakashima","summary":"","index":1,"year":2018,"thumb":"/library/metadata/2321/thumb/1591780111","art":"/library/metadata/2031/art/1595497034","parentThumb":"/library/metadata/2031/thumb/1595497034","originallyAvailableAt":"2018-01-20","addedAt":1579026432,"updatedAt":1591780111,"loudnessAnalysisVersion":"1","Director":[{"tag":"Sony Music Associated Records"}]},{"ratingKey":"1689","key":"/library/metadata/1689/children","parentRatingKey":"1686","guid":"plex://album/5df22a90cbd6e75dc4e86704","parentGuid":"plex://artist/5d07bcf4403c64029057613c","studio":"NF Real Music, LLC","type":"album","title":"PAID MY DUES","parentKey":"/library/metadata/1686","parentTitle":"NF","summary":"","index":1,"year":2019,"thumb":"/library/metadata/1689/thumb/1591408919","parentThumb":"/library/metadata/1686/thumb/1595497070","originallyAvailableAt":"2019-12-03","addedAt":1579174406,"updatedAt":1591408919,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"NF Real Music, LLC"}]},{"ratingKey":"1706","key":"/library/metadata/1706/children","parentRatingKey":"1686","guid":"plex://album/5d07cb9d403c640290e01457","parentGuid":"plex://artist/5d07bcf4403c64029057613c","studio":"NF Real Music","type":"album","title":"Perception","parentKey":"/library/metadata/1686","parentTitle":"NF","summary":"Just a year after the release of his sophomore LP, Michigan rapper NF issued Perception, his third album in as many years. The chart-topping effort was more of the same for the artist: raw and dark, balancing intense bloodletting with the occasional radio-friendly banger. With production and delivery that still sounded quite similar to Eminem at his most serious, Perception didn't do much to distance NF from comparisons to his predecessor. It's no secret that Eminem was a major influence: as NF unloads on \"Know,\" \"I've been doing this since I was just a kid and mama bought me 8 Mile at the movie store.\" However, unlike his fellow Michigander, NF continued to deliver breathless and complex rhymes without curses, profanity, or cartoonish exaggeration. Personal turmoil and trauma continued to fuel his rhymes, with \"Intro III,\" \"Outcast,\" and \"Destiny\" offering some of most aggressive attacks. Even sonically propulsive tracks like \"Let You Down,\" \"One Hundred,\" and \"10 Feet Down\" -- while thrilling and mainstream-ready -- played on introspection and existential musings upon closer examination of his lyrics. For listeners initially attracted to the Christian angle of the rapper's earliest releases, Perception took further steps away from that niche, opting for themes that were more universal. As he reminded fans on \"Remember This,\" \"People change/Even Satan used to be an angel.\" Perception is a heavy and serious listen, but fortunately it's never dull, mostly due to the density of NF's continually engrossing lyrics. ~ Neil Z. Yeung","index":1,"rating":7.0,"year":2017,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1686/thumb/1595497070","originallyAvailableAt":"2017-10-06","addedAt":1579174406,"updatedAt":1591408924,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"},{"tag":"Religious"}],"Director":[{"tag":"NF Real Music"}]},{"ratingKey":"3310","key":"/library/metadata/3310/children","parentRatingKey":"1686","guid":"plex://album/5d07cb9d403c640290e01457","parentGuid":"plex://artist/5d07bcf4403c64029057613c","studio":"NF Real Music","type":"album","title":"Perception","parentKey":"/library/metadata/1686","parentTitle":"NF","summary":"Just a year after the release of his sophomore LP, Michigan rapper NF issued Perception, his third album in as many years. The chart-topping effort was more of the same for the artist: raw and dark, balancing intense bloodletting with the occasional radio-friendly banger. With production and delivery that still sounded quite similar to Eminem at his most serious, Perception didn't do much to distance NF from comparisons to his predecessor. It's no secret that Eminem was a major influence: as NF unloads on \"Know,\" \"I've been doing this since I was just a kid and mama bought me 8 Mile at the movie store.\" However, unlike his fellow Michigander, NF continued to deliver breathless and complex rhymes without curses, profanity, or cartoonish exaggeration. Personal turmoil and trauma continued to fuel his rhymes, with \"Intro III,\" \"Outcast,\" and \"Destiny\" offering some of most aggressive attacks. Even sonically propulsive tracks like \"Let You Down,\" \"One Hundred,\" and \"10 Feet Down\" -- while thrilling and mainstream-ready -- played on introspection and existential musings upon closer examination of his lyrics. For listeners initially attracted to the Christian angle of the rapper's earliest releases, Perception took further steps away from that niche, opting for themes that were more universal. As he reminded fans on \"Remember This,\" \"People change/Even Satan used to be an angel.\" Perception is a heavy and serious listen, but fortunately it's never dull, mostly due to the density of NF's continually engrossing lyrics. ~ Neil Z. Yeung","index":1,"rating":7.0,"year":2017,"thumb":"/library/metadata/3310/thumb/1591780356","parentThumb":"/library/metadata/1686/thumb/1595497070","originallyAvailableAt":"2017-10-06","addedAt":1579174406,"updatedAt":1591780356,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"},{"tag":"Religious"}],"Director":[{"tag":"NF Real Music"}]},{"ratingKey":"1723","key":"/library/metadata/1723/children","parentRatingKey":"1686","guid":"plex://album/5d1a9af9f0b09c68c12c629a","parentGuid":"plex://artist/5d07bcf4403c64029057613c","studio":"Caroline Records","type":"album","title":"The Search","titleSort":"Search","parentKey":"/library/metadata/1686","parentTitle":"NF","summary":"In 2017, Michigan rapper NF made an unexpected mainstream crossover with his chart-topping fourth album, Perception, and its triple-platinum radio hit, \"Let You Down.\" Years later, that single endured on the radio even as he readied a follow-up with his fifth set, The Search. His second consecutive number one, the album featured all the hallmarks of NF's typical sound: lighting-speed bars, dramatic production, and serious subject matter. However, despite the success of his breakthrough -- or, more accurately, because of it -- he's anything but happy or content with the newfound exposure, seething with frustration and anger throughout The Search. One listen to tracks such as \"Leave Me Alone\" and \"-Interlude-\" and listeners will get an unambiguous taste of just how the artist born Nathan Feuerstein feels about his post-breakthrough life. Track after track, the sentiment is the same: fame, money, and success can neither banish the demons that plague us nor cure our mental and emotional woes. In both vocal cadence and lyrical content, NF falls somewhere between Eminem and Twenty One Pilots' Tyler Joseph, while channeling the former's rage and the latter's emotive introspection. As such, The Search is a heavy and emotionally exhausting listen, brimming with troubling allusions to suicide and soul-baring pain. When he's not bleeding out on tracks such as \"My Stress\" and \"Hate Myself,\" he's lashing out on \"Leave Me Alone\" and \"No Excuses.\" The remaining songs land on either side of that fence and, over the course of 20 tracks, it's clear that NF is struggling, jaded, and pretty miserable. With his star showing no signs of fading at the time of the album's release, it would seem NF's fame could only grow. Assuming the pain on The Search is genuine, that may not be ideal for the reluctant emcee, who is pushing against the limelight as it pulls him ever closer. ~ Neil Z. Yeung","index":1,"rating":7.0,"year":2019,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1686/thumb/1595497070","originallyAvailableAt":"2019-07-26","addedAt":1579174406,"updatedAt":1591408927,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Caroline Records"}]},{"ratingKey":"3313","key":"/library/metadata/3313/children","parentRatingKey":"1686","guid":"plex://album/5d1a9af9f0b09c68c12c629a","parentGuid":"plex://artist/5d07bcf4403c64029057613c","studio":"Caroline Records","type":"album","title":"The Search","titleSort":"Search","parentKey":"/library/metadata/1686","parentTitle":"NF","summary":"In 2017, Michigan rapper NF made an unexpected mainstream crossover with his chart-topping fourth album, Perception, and its triple-platinum radio hit, \"Let You Down.\" Years later, that single endured on the radio even as he readied a follow-up with his fifth set, The Search. His second consecutive number one, the album featured all the hallmarks of NF's typical sound: lighting-speed bars, dramatic production, and serious subject matter. However, despite the success of his breakthrough -- or, more accurately, because of it -- he's anything but happy or content with the newfound exposure, seething with frustration and anger throughout The Search. One listen to tracks such as \"Leave Me Alone\" and \"-Interlude-\" and listeners will get an unambiguous taste of just how the artist born Nathan Feuerstein feels about his post-breakthrough life. Track after track, the sentiment is the same: fame, money, and success can neither banish the demons that plague us nor cure our mental and emotional woes. In both vocal cadence and lyrical content, NF falls somewhere between Eminem and Twenty One Pilots' Tyler Joseph, while channeling the former's rage and the latter's emotive introspection. As such, The Search is a heavy and emotionally exhausting listen, brimming with troubling allusions to suicide and soul-baring pain. When he's not bleeding out on tracks such as \"My Stress\" and \"Hate Myself,\" he's lashing out on \"Leave Me Alone\" and \"No Excuses.\" The remaining songs land on either side of that fence and, over the course of 20 tracks, it's clear that NF is struggling, jaded, and pretty miserable. With his star showing no signs of fading at the time of the album's release, it would seem NF's fame could only grow. Assuming the pain on The Search is genuine, that may not be ideal for the reluctant emcee, who is pushing against the limelight as it pulls him ever closer. ~ Neil Z. Yeung","index":1,"rating":7.0,"year":2019,"thumb":"/library/metadata/3313/thumb/1591780357","parentThumb":"/library/metadata/1686/thumb/1595497070","originallyAvailableAt":"2019-07-26","addedAt":1579174406,"updatedAt":1591780357,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Caroline Records"}]},{"ratingKey":"1691","key":"/library/metadata/1691/children","parentRatingKey":"1686","guid":"plex://album/5d07ca08403c640290ce990d","parentGuid":"plex://artist/5d07bcf4403c64029057613c","studio":"Capitol Christian Music Group","type":"album","title":"Therapy Session","parentKey":"/library/metadata/1686","parentTitle":"NF","summary":"Born Nathan Feuerstein, Christian rapper NF gets personal with this sophomore release, using the Therapy Session title as his guide and creating a concept album that's chock-full of raw emotions and honesty. Fans of his debut effort, Mansion, will find that this one gets even darker, but the rewards are numerous, with big theatrical production supporting all the heavy lyrics. \"Breathe,\" \"Real,\" and \"Oh Lord\" make for a good run of highlights in the middle of the album, but also check \"Lost in the Moment\" for a guest shot from Jonathan Thulin, plus \"Grindin',\" which features Social Club Misfits member Marty. ~ David Jeffries","index":1,"rating":8.0,"year":2016,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1686/thumb/1595497070","originallyAvailableAt":"2016-04-22","addedAt":1579174406,"updatedAt":1591408924,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Religious"}],"Director":[{"tag":"Capitol Christian Music Group"}]},{"ratingKey":"3305","key":"/library/metadata/3305/children","parentRatingKey":"1686","guid":"plex://album/5d07ca08403c640290ce990d","parentGuid":"plex://artist/5d07bcf4403c64029057613c","studio":"Capitol Christian Music Group","type":"album","title":"Therapy Session","parentKey":"/library/metadata/1686","parentTitle":"NF","summary":"Born Nathan Feuerstein, Christian rapper NF gets personal with this sophomore release, using the Therapy Session title as his guide and creating a concept album that's chock-full of raw emotions and honesty. Fans of his debut effort, Mansion, will find that this one gets even darker, but the rewards are numerous, with big theatrical production supporting all the heavy lyrics. \"Breathe,\" \"Real,\" and \"Oh Lord\" make for a good run of highlights in the middle of the album, but also check \"Lost in the Moment\" for a guest shot from Jonathan Thulin, plus \"Grindin',\" which features Social Club Misfits member Marty. ~ David Jeffries","index":1,"rating":8.0,"year":2016,"thumb":"/library/metadata/3305/thumb/1591780356","parentThumb":"/library/metadata/1686/thumb/1595497070","originallyAvailableAt":"2016-04-22","addedAt":1579174406,"updatedAt":1591780356,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Religious"}],"Director":[{"tag":"Capitol Christian Music Group"}]},{"ratingKey":"1687","key":"/library/metadata/1687/children","parentRatingKey":"1686","guid":"plex://album/5dce96c9bab7c365841da0f1","parentGuid":"plex://artist/5d07bcf4403c64029057613c","studio":"NF Real Music","type":"album","title":"When I Grow Up","parentKey":"/library/metadata/1686","parentTitle":"NF","summary":"","index":1,"year":2019,"thumb":"/library/metadata/1687/thumb/1591408971","parentThumb":"/library/metadata/1686/thumb/1595497070","originallyAvailableAt":"2019-06-27","addedAt":1579174406,"updatedAt":1591408971,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"NF Real Music"}]},{"ratingKey":"2450","key":"/library/metadata/2450/children","parentRatingKey":"1361","guid":"plex://album/5d07cadc403c640290d7aa81","parentGuid":"plex://artist/5d07bf56403c64029074117c","studio":"VOEZ","type":"album","title":"VOEZ (Original Soundtrack)","parentKey":"/library/metadata/1361","parentTitle":"Night Keepers","summary":"","index":1,"year":2016,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/1361/thumb/1595065059","originallyAvailableAt":"2016-05-26","addedAt":1579310408,"updatedAt":1591780149,"loudnessAnalysisVersion":"1","Director":[{"tag":"VOEZ"}]},{"ratingKey":"925","key":"/library/metadata/925/children","parentRatingKey":"924","guid":"plex://album/5d07c9cf403c640290cc2fad","parentGuid":"plex://artist/5d07bed5403c6402906df41b","studio":"antwork","type":"album","title":"Fixion","parentKey":"/library/metadata/924","parentTitle":"THE ORAL CIGARETTES","summary":"","index":1,"year":2016,"thumb":"/library/metadata/925/thumb/1592039271","parentThumb":"/library/metadata/924/thumb/1595497004","originallyAvailableAt":"2016-01-05","addedAt":1579327138,"updatedAt":1592039271,"loudnessAnalysisVersion":"1","Director":[{"tag":"Antwork"}]},{"ratingKey":"1744","key":"/library/metadata/1744/children","parentRatingKey":"1743","guid":"plex://album/5d07c920403c640290c5eb20","parentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"album","title":"Dying Light","parentKey":"/library/metadata/1743","parentTitle":"Paweł Błaszczak","summary":"","index":1,"year":2015,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1743/thumb/1595497045","originallyAvailableAt":"2015-02-04","addedAt":1579310638,"updatedAt":1592039390,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Classical"}]},{"ratingKey":"2684","key":"/library/metadata/2684/children","parentRatingKey":"1743","guid":"plex://album/5da5601be019a48cf5020f17","parentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"album","title":"Dying Light: The Following","titleSort":"dying light the following original game soundtrack","parentKey":"/library/metadata/1743","parentTitle":"Paweł Błaszczak","summary":"","index":1,"year":2016,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/1743/thumb/1595497045","originallyAvailableAt":"2016-02-23","addedAt":1579173174,"updatedAt":1591780179,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Classical"}]},{"ratingKey":"2810","key":"/library/metadata/2810/children","parentRatingKey":"1894","guid":"plex://album/5d07cace403c640290d71be1","parentGuid":"plex://artist/5d07bd70403c6402905e6e01","studio":"Sony Records International","type":"album","title":"Shelter: Complete Edition","parentKey":"/library/metadata/1894","parentTitle":"Porter Robinson","summary":"","index":1,"year":2017,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1894/thumb/1595497041","originallyAvailableAt":"2017-02-15","addedAt":1579027458,"updatedAt":1591780229,"loudnessAnalysisVersion":"1","Director":[{"tag":"Sony Records International"}]},{"ratingKey":"1895","key":"/library/metadata/1895/children","parentRatingKey":"1894","guid":"plex://album/5d07c8a8403c640290c1872d","parentGuid":"plex://artist/5d07bd70403c6402905e6e01","studio":"Astralwerks","type":"album","title":"Worlds","parentKey":"/library/metadata/1894","parentTitle":"Porter Robinson","summary":"Porter Robinson was a teenage Beatport chart-topper -- one of the youngest and fastest-rising EDM producers. In 2012, after a few singles, he issued \"Language,\" his first song to dent Billboard's Hot Dance/Electronic Songs chart in the U.S. Just after his 20th birthday, it went into the Top Ten of the U.K. pop chart. The North Carolina native made a greater impact in his country when he teamed with Mat Zo for \"Easy,\" one of 2013's most memorable commercial dance singles. Meanwhile, Robinson -- worn down by whirlwind success and EDM's strictures -- was edging toward a retreat from his genre and even expressed opposition to it. While the producer still wanted to appeal to a large audience, he sought to make his music more substantive, with a purpose greater than moving bodies. Worlds, his first proper studio album, was preceded by the release of four of its songs as singles. \"Sea of Voices\" was seemingly chosen first for being the most radical departure from Robinson's previous output. For over three minutes, it's nothing but softly swelling strings, wind chimes, and Breanne Düren's distantly cooing voice, and then a trudging beat enters and disappears in time for Düren to sing, lullaby-like, something vague about the world falling apart. Although there are other extended stretches of crude ambient and animated theatrics, Robinson often finds an appealing midpoint between his past, more direct approach and his desire to be more musical and emotive. Much of the material has a youthful, wide-scoped touch that draws from Robinson's love for M83 and aspects of Discovery-era Daft Punk, as well as video games. \"Sad Machine,\" on which Robinson duets with a voice derived from Yamaha's Vocaloid voice synthesizer, has some naive synth pop charm. \"Lionhearted\" (featuring Urban Cone), \"Flicker,\" and \"Years of War\" (with Düren and Sean Caskey) likewise have sections muscular and bold enough to move large crowds. Through several clumsier moments, it's evident Robinson's still getting the hang of making music that translates outside clubs and festivals. Going by what he has accomplished and what he aimed to achieve here, his development should be fascinating. ~ Andy Kellman","index":1,"rating":6.0,"year":2014,"thumb":"/library/metadata/1895/thumb/1591408988","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1894/thumb/1595497041","originallyAvailableAt":"2014-08-08","addedAt":1579033940,"updatedAt":1591408988,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Electronic"}],"Director":[{"tag":"Astralwerks"}]},{"ratingKey":"2826","key":"/library/metadata/2826/children","parentRatingKey":"1894","guid":"plex://album/5d07c8a8403c640290c1872d","parentGuid":"plex://artist/5d07bd70403c6402905e6e01","studio":"Astralwerks","type":"album","title":"Worlds","parentKey":"/library/metadata/1894","parentTitle":"Porter Robinson","summary":"Porter Robinson was a teenage Beatport chart-topper -- one of the youngest and fastest-rising EDM producers. In 2012, after a few singles, he issued \"Language,\" his first song to dent Billboard's Hot Dance/Electronic Songs chart in the U.S. Just after his 20th birthday, it went into the Top Ten of the U.K. pop chart. The North Carolina native made a greater impact in his country when he teamed with Mat Zo for \"Easy,\" one of 2013's most memorable commercial dance singles. Meanwhile, Robinson -- worn down by whirlwind success and EDM's strictures -- was edging toward a retreat from his genre and even expressed opposition to it. While the producer still wanted to appeal to a large audience, he sought to make his music more substantive, with a purpose greater than moving bodies. Worlds, his first proper studio album, was preceded by the release of four of its songs as singles. \"Sea of Voices\" was seemingly chosen first for being the most radical departure from Robinson's previous output. For over three minutes, it's nothing but softly swelling strings, wind chimes, and Breanne Düren's distantly cooing voice, and then a trudging beat enters and disappears in time for Düren to sing, lullaby-like, something vague about the world falling apart. Although there are other extended stretches of crude ambient and animated theatrics, Robinson often finds an appealing midpoint between his past, more direct approach and his desire to be more musical and emotive. Much of the material has a youthful, wide-scoped touch that draws from Robinson's love for M83 and aspects of Discovery-era Daft Punk, as well as video games. \"Sad Machine,\" on which Robinson duets with a voice derived from Yamaha's Vocaloid voice synthesizer, has some naive synth pop charm. \"Lionhearted\" (featuring Urban Cone), \"Flicker,\" and \"Years of War\" (with Düren and Sean Caskey) likewise have sections muscular and bold enough to move large crowds. Through several clumsier moments, it's evident Robinson's still getting the hang of making music that translates outside clubs and festivals. Going by what he has accomplished and what he aimed to achieve here, his development should be fascinating. ~ Andy Kellman","index":1,"rating":6.0,"year":2014,"thumb":"/library/metadata/2826/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1894/thumb/1595497041","originallyAvailableAt":"2014-08-08","addedAt":1579033940,"updatedAt":1591780229,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Electronic"}],"Director":[{"tag":"Astralwerks"}]},{"ratingKey":"2566","key":"/library/metadata/2566/children","parentRatingKey":"835","guid":"plex://album/5d30ad59f0b09c68c12f6416","parentGuid":"plex://artist/5d07bcca403c6402905500eb","studio":"Don Manacca","type":"album","title":"Weathering With You","parentKey":"/library/metadata/835","parentTitle":"RADWIMPS","summary":"","index":1,"year":2019,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/835/thumb/1595497015","originallyAvailableAt":"2019-07-19","addedAt":1579328880,"updatedAt":1591780169,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Don Manacca"}]},{"ratingKey":"2539","key":"/library/metadata/2539/children","parentRatingKey":"835","guid":"plex://album/5d07ca4f403c640290d19b5d","parentGuid":"plex://artist/5d07bcca403c6402905500eb","studio":"EMI Records","type":"album","title":"Your Name","parentKey":"/library/metadata/835","parentTitle":"RADWIMPS","summary":"","index":1,"year":2016,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/835/thumb/1595497015","originallyAvailableAt":"2016-08-24","addedAt":1579329248,"updatedAt":1591780166,"loudnessAnalysisVersion":"1","Director":[{"tag":"EMI Records"}]},{"ratingKey":"1029","key":"/library/metadata/1029/children","parentRatingKey":"1001","guid":"plex://album/5d07c33d403c6402909501ef","parentGuid":"plex://artist/5d07bc10403c6402904b3ee4","studio":"Interscope Records","type":"album","title":"Appeal to Reason","parentKey":"/library/metadata/1001","parentTitle":"Rise Against","summary":"If ever there was a year to release a political punk album it was 2008, when the U.S. was consumed by the wildest presidential campaign in modern history. It seems like the perfect backdrop for Rise Against to release Appeal to Reason, their third major-label record, and in a way it is -- certainly, the group rages against the moral decay rotting the core of the U.S. on the opening \"Collapse (Post-Amerika),\" just as they strike out against the slow dumbing down of America on \"Re-Education (Of Labor)\" and tell Iraqi soldier stories on \"Hero of War.\" The latter showcases the acoustic guitars that helped goose 2006's The Sufferer & the Witness into the Billboard Top Ten but the rest boast the manic rapid-fire hardcore delivery that hearkens back to Rise Against's politically minded forefathers Bad Religion. This balance of plaintive modern folk and carefully traditional protest punk is offset by Rise Against's increasingly strong fondness for heavy, slick production, the kind where the rhythms are too tight and the guitars overdriven and clean, the kind where it sounds more like '80s metal than '80s punk. Rise Against is hardly the only modern punk band to be weighed down by this contradiction -- it's entirely too devoted on chops and gear, Guitar Center punk -- but it stings a little more with them as their ambitions, smarts, and skills are higher than their peers. They seem like they shouldn't have such a beefy, big sound, particularly as it obscures their message, giving the group a weird dichotomy: they are clean, accomplished musicians and sincere, socially conscious rockers but those two halves don't complement each other well, at least not on the well-intentioned Appeal to Reason. ~ Stephen Thomas Erlewine","index":1,"rating":6.0,"year":2008,"thumb":"/library/metadata/1029/thumb/1591408777","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1001/thumb/1595497032","originallyAvailableAt":"2008-10-02","addedAt":1579323616,"updatedAt":1591408777,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Interscope Records"}]},{"ratingKey":"3299","key":"/library/metadata/3299/children","parentRatingKey":"1001","guid":"plex://album/5d07c33d403c6402909501ef","parentGuid":"plex://artist/5d07bc10403c6402904b3ee4","studio":"Interscope Records","type":"album","title":"Appeal to Reason","parentKey":"/library/metadata/1001","parentTitle":"Rise Against","summary":"If ever there was a year to release a political punk album it was 2008, when the U.S. was consumed by the wildest presidential campaign in modern history. It seems like the perfect backdrop for Rise Against to release Appeal to Reason, their third major-label record, and in a way it is -- certainly, the group rages against the moral decay rotting the core of the U.S. on the opening \"Collapse (Post-Amerika),\" just as they strike out against the slow dumbing down of America on \"Re-Education (Of Labor)\" and tell Iraqi soldier stories on \"Hero of War.\" The latter showcases the acoustic guitars that helped goose 2006's The Sufferer & the Witness into the Billboard Top Ten but the rest boast the manic rapid-fire hardcore delivery that hearkens back to Rise Against's politically minded forefathers Bad Religion. This balance of plaintive modern folk and carefully traditional protest punk is offset by Rise Against's increasingly strong fondness for heavy, slick production, the kind where the rhythms are too tight and the guitars overdriven and clean, the kind where it sounds more like '80s metal than '80s punk. Rise Against is hardly the only modern punk band to be weighed down by this contradiction -- it's entirely too devoted on chops and gear, Guitar Center punk -- but it stings a little more with them as their ambitions, smarts, and skills are higher than their peers. They seem like they shouldn't have such a beefy, big sound, particularly as it obscures their message, giving the group a weird dichotomy: they are clean, accomplished musicians and sincere, socially conscious rockers but those two halves don't complement each other well, at least not on the well-intentioned Appeal to Reason. ~ Stephen Thomas Erlewine","index":1,"rating":6.0,"year":2008,"thumb":"/library/metadata/3299/thumb/1591780355","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1001/thumb/1595497032","originallyAvailableAt":"2008-10-02","addedAt":1579323616,"updatedAt":1591780355,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Interscope Records"}]},{"ratingKey":"3281","key":"/library/metadata/3281/children","parentRatingKey":"1001","guid":"plex://album/5d07c1eb403c640290889127","parentGuid":"plex://artist/5d07bc10403c6402904b3ee4","studio":"Geffen Records","type":"album","title":"Siren Song of the Counter Culture","parentKey":"/library/metadata/1001","parentTitle":"Rise Against","summary":"Rise Against's somewhat sudden major label-ness has slightly diluted their direct assault on melodic hardcore, but the adjustment should only invite more sugar punkers to the Chicago combo's bittersweet party. Rise Against has moved up in the sonic nicety department -- loud rock vet GGGarth produces, and the Andy Wallace mix is a flawless cross section of thick, grit, and slick. But Siren Song of the Counter Culture is simply the band's latest statement, combining their significant yet not unwelcome Bad Religion influence with nods to the rousing choruses of peers like A.F.I. Beyond that grandiose title -- that line could've been lifted from a Crass treatise, for Pete's sake -- Rise Against seem to have diversified their lyrical base. There are still salvos of sharply defined social criticism -- \"If we're the flagship of peace and prosperity/We're taking on water and about to f*cking sink,\" begins the blistering hardcore opener, \"State of the Union.\" But Rise Against also rock on the personal reflection or relationship tip. \"Paper Wings\" builds a sad story about growing apart around a winning lead guitar lick straight from their Fat Wreck past, while the staggeringly paced \"Blood to Blood\" is in the bitter first person. \"'I don't love you anymore/Is all I remember you telling me.\" Sometimes Siren Song gets carried away with its own melodic urgency. The multiple layers of guitars and somewhat obvious mixing tweaks in \"Tip the Scales\" and \"Rumors of My Demise Have Been Greatly Exaggerated\" lead Rise Against to lose the thread of hardcore volatility that's driven them since the beginning. Still, this is their major-label debut, and a band's gotta eat, so maybe the fuller sound and occasional forays into acoustic guitars and cello overdubs (\"Dancing for Rain\") are OK. Rise Against has always been pretty sincere in both its politics and commitment to hardcore revivalism, so if Siren Song nods to accessibility, it's only to recruit more kids for the raging. ~ Johnny Loftus","index":1,"rating":6.0,"year":2004,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1001/thumb/1595497032","originallyAvailableAt":"2004-08-10","addedAt":1579323820,"updatedAt":1595497144,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Geffen Records"}]},{"ratingKey":"1002","key":"/library/metadata/1002/children","parentRatingKey":"1001","guid":"plex://album/5d07c208403c6402908995f4","parentGuid":"plex://artist/5d07bc10403c6402904b3ee4","studio":"Geffen Records","type":"album","title":"The Sufferer & the Witness","titleSort":"Sufferer & the Witness","parentKey":"/library/metadata/1001","parentTitle":"Rise Against","summary":"The Sufferer & the Witness finds Rise Against continuing on the path begun on 2004's well-received Siren Song of the Counter Culture. Their melodic hardcore may still sound more mainstream accessible, but this can hardly be looked at as a bad thing. After all, the band's sincerity and passion emerge very much intact -- their socially conscious approach no less pressing -- and new and old fans alike should take to Sufferer with open arms. With producers Bill Stevenson and Jason Livermore manning the controls this time around, the band's inner grit is aptly drawn out amid all the pit-ready choruses and fist-in-the-air, stirring lyrics. As such, Rise Against continue to muscularly confront political and personal grievances to the tune of swirling guitars, assertive rhythms, and Tim McIlrath's sandpapered vocals. However, \"Chamber the Cartridge\" doesn't quite open the record with the same acidic bite as past lead tracks, as the chorus is lacking something in its delivery to really hit a nerve. This later happens again in songs like \"Under the Knife\" and the ferocious-yet-still-slightly-missing \"Worth Dying For,\" but moments like these are, in truth, more the exception than the rule. \"Injection\" and \"Ready to Fall\" bring things back into invigorating Rise Against territory early on, while \"Bricks\" stands out as a vicious blast of old-school hardcore energy and power. This record is basically one shout-along, mosh-worthy song after another, though the guys do throw in some interesting moments outside of continual rushes of pure adrenaline. The excellent \"Prayer of the Refugee\" jarringly alternates between plaintive guitars and weary singing to an empowered chorus and exploding rhythm section to affectingly address the plight of displaced families of war; the frustrated disconnect distressing a troubled relationship is represented surprisingly well in \"The Approaching Curve,\" with its driving use of spoken word and complementary female backing vocals. Essentially, The Sufferer & the Witness showcases Rise Against maturing within the realms of major-label hardcore revivalism, while still remaining relevant and exciting. So even with the occasional letdown, there's a lot to be said for Rise Against pulling everything off with as much substance and strength as they do the whole way through. ~ Corey Apar","index":1,"rating":8.0,"year":2006,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1001/thumb/1595497032","originallyAvailableAt":"2006-07-03","addedAt":1579324020,"updatedAt":1592039296,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Geffen Records"}]},{"ratingKey":"3294","key":"/library/metadata/3294/children","parentRatingKey":"1001","guid":"plex://album/5d07c208403c6402908995f4","parentGuid":"plex://artist/5d07bc10403c6402904b3ee4","studio":"Geffen Records","type":"album","title":"The Sufferer & the Witness","titleSort":"Sufferer & the Witness","parentKey":"/library/metadata/1001","parentTitle":"Rise Against","summary":"The Sufferer & the Witness finds Rise Against continuing on the path begun on 2004's well-received Siren Song of the Counter Culture. Their melodic hardcore may still sound more mainstream accessible, but this can hardly be looked at as a bad thing. After all, the band's sincerity and passion emerge very much intact -- their socially conscious approach no less pressing -- and new and old fans alike should take to Sufferer with open arms. With producers Bill Stevenson and Jason Livermore manning the controls this time around, the band's inner grit is aptly drawn out amid all the pit-ready choruses and fist-in-the-air, stirring lyrics. As such, Rise Against continue to muscularly confront political and personal grievances to the tune of swirling guitars, assertive rhythms, and Tim McIlrath's sandpapered vocals. However, \"Chamber the Cartridge\" doesn't quite open the record with the same acidic bite as past lead tracks, as the chorus is lacking something in its delivery to really hit a nerve. This later happens again in songs like \"Under the Knife\" and the ferocious-yet-still-slightly-missing \"Worth Dying For,\" but moments like these are, in truth, more the exception than the rule. \"Injection\" and \"Ready to Fall\" bring things back into invigorating Rise Against territory early on, while \"Bricks\" stands out as a vicious blast of old-school hardcore energy and power. This record is basically one shout-along, mosh-worthy song after another, though the guys do throw in some interesting moments outside of continual rushes of pure adrenaline. The excellent \"Prayer of the Refugee\" jarringly alternates between plaintive guitars and weary singing to an empowered chorus and exploding rhythm section to affectingly address the plight of displaced families of war; the frustrated disconnect distressing a troubled relationship is represented surprisingly well in \"The Approaching Curve,\" with its driving use of spoken word and complementary female backing vocals. Essentially, The Sufferer & the Witness showcases Rise Against maturing within the realms of major-label hardcore revivalism, while still remaining relevant and exciting. So even with the occasional letdown, there's a lot to be said for Rise Against pulling everything off with as much substance and strength as they do the whole way through. ~ Corey Apar","index":1,"rating":8.0,"year":2006,"thumb":"/library/metadata/3294/thumb/1591780351","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1001/thumb/1595497032","originallyAvailableAt":"2006-07-03","addedAt":1579324020,"updatedAt":1591780351,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Geffen Records"}]},{"ratingKey":"2277","key":"/library/metadata/2277/children","parentRatingKey":"531","guid":"plex://album/5e20570806e48128f8a615cd","parentGuid":"plex://artist/5d07bc15403c6402904b7ef5","studio":"Entertainment One U.S.","type":"album","title":"The Allegory","titleSort":"Allegory","parentKey":"/library/metadata/531","parentTitle":"Royce da 5′9″","summary":"Shortly after his prolific 2018 -- which saw the release of a pair of full-lengths -- Detroit emcee Royce da 5'9\" returned with his eighth LP, 2020's The Allegory. Typically hard-hitting and thoughtful, the veteran rapper highlights street struggles and big-picture injustices in America, tackling economic disparity, racism, street violence, drug addiction, and social justice through a sharp, wise lens. With bars upon bars of head-spinning wordplay and complex lyrical content, The Allegory is unabashedly political. From the educational interludes \"Ice Cream\" and \"Mr. Grace\"/\"Ms. Grace\" to cultural shots \"FUBU\" and \"Dope Man,\" each track is a lesson in itself. The layers are so dense that repeat listens are almost required, revealing fresh quotables each time. Royce is joined on this grand opus by guests Eminem, DJ Premier, KXNG Crooked, T.I., Vince Staples, G Perico, and the Griselda trio (Westside Gunn, Conway the Machine, and Benny the Butcher). Intense and thrilling, The Allegory is a powerful work with uncomfortably realistic and poignant snapshots of American life that linger long after the last song has finished. ~ Neil Z. Yeung","index":1,"rating":8.0,"year":2020,"thumb":"/library/metadata/2277/thumb/1594804863","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/531/thumb/1595497005","originallyAvailableAt":"2020-02-21","addedAt":1591780039,"updatedAt":1594804863,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Entertainment One U.S."}]},{"ratingKey":"537","key":"/library/metadata/537/children","parentRatingKey":"531","guid":"plex://album/5d07cc1d403c640290e4d8fc","parentGuid":"plex://artist/5d07bc15403c6402904b7ef5","studio":"eOne","type":"album","title":"Book of Ryan","parentKey":"/library/metadata/531","parentTitle":"Royce da 5′9″","summary":"","index":1,"year":2018,"thumb":"/library/metadata/537/thumb/1591408657","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/531/thumb/1595497005","originallyAvailableAt":"2018-05-04","addedAt":1579310056,"updatedAt":1591408657,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"EOne"}]},{"ratingKey":"2279","key":"/library/metadata/2279/children","parentRatingKey":"531","guid":"plex://album/5d07cc1d403c640290e4d8fc","parentGuid":"plex://artist/5d07bc15403c6402904b7ef5","studio":"eOne","type":"album","title":"Book of Ryan","parentKey":"/library/metadata/531","parentTitle":"Royce da 5′9″","summary":"","index":1,"year":2018,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/531/thumb/1595497005","originallyAvailableAt":"2018-05-04","addedAt":1579310056,"updatedAt":1591780048,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"EOne"}]},{"ratingKey":"2275","key":"/library/metadata/2275/children","parentRatingKey":"531","guid":"plex://album/5ee02c3ac5e64fcc107a27a7","parentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"album","title":"L.A Leakers Freestyle #100","parentKey":"/library/metadata/531","parentTitle":"Royce da 5′9″","summary":"","index":1,"viewCount":36,"lastViewedAt":1594319784,"year":2020,"thumb":"/library/metadata/2275/thumb/1591780042","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/531/thumb/1595497005","originallyAvailableAt":"2020-02-25","addedAt":1591780039,"updatedAt":1591780042,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Hip Hop"}]},{"ratingKey":"2808","key":"/library/metadata/2808/children","parentRatingKey":"969","guid":"plex://album/5d07c9d4403c640290cc6604","parentGuid":"plex://artist/5d07bebb403c6402906cb9ac","type":"album","title":"Burnt Rice","parentKey":"/library/metadata/969","parentTitle":"Shawn Wasabi","summary":"","index":1,"year":2015,"thumb":"/library/metadata/2808/thumb/1591780222","parentThumb":"/library/metadata/969/thumb/1595065058","originallyAvailableAt":"2015-12-04","addedAt":1579325092,"updatedAt":1591780222,"loudnessAnalysisVersion":"1"},{"ratingKey":"974","key":"/library/metadata/974/children","parentRatingKey":"969","guid":"local://974","parentGuid":"plex://artist/5d07bebb403c6402906cb9ac","type":"album","title":"MARBLE TEA","parentKey":"/library/metadata/969","parentTitle":"Shawn Wasabi","summary":"","index":1,"year":2019,"thumb":"/library/metadata/974/thumb/1592039276","parentThumb":"/library/metadata/969/thumb/1595065058","originallyAvailableAt":"2019-10-08","addedAt":1579325092,"updatedAt":1592039276,"loudnessAnalysisVersion":"1"},{"ratingKey":"2806","key":"/library/metadata/2806/children","parentRatingKey":"969","guid":"plex://album/5d07cb34403c640290db94e4","parentGuid":"plex://artist/5d07bebb403c6402906cb9ac","studio":"[no label]","type":"album","title":"Otter Pop","parentKey":"/library/metadata/969","parentTitle":"Shawn Wasabi","summary":"","index":1,"year":2017,"thumb":"/library/metadata/2806/thumb/1591780220","parentThumb":"/library/metadata/969/thumb/1595065058","originallyAvailableAt":"2017-07-20","addedAt":1579325092,"updatedAt":1591780220,"loudnessAnalysisVersion":"1","Director":[{"tag":"[no label]"}]},{"ratingKey":"2804","key":"/library/metadata/2804/children","parentRatingKey":"969","guid":"plex://album/5d07cc80403c640290e87078","parentGuid":"plex://artist/5d07bebb403c6402906cb9ac","studio":"[no label]","type":"album","title":"SQUEEZ®","parentKey":"/library/metadata/969","parentTitle":"Shawn Wasabi","summary":"","index":1,"year":2018,"thumb":"/library/metadata/2804/thumb/1591780220","parentThumb":"/library/metadata/969/thumb/1595065058","originallyAvailableAt":"2018-08-24","addedAt":1579325092,"updatedAt":1591780220,"loudnessAnalysisVersion":"1","Director":[{"tag":"[no label]"}]},{"ratingKey":"1111","key":"/library/metadata/1111/children","parentRatingKey":"1110","guid":"plex://album/5d07ca8c403c640290d44a7c","parentGuid":"plex://artist/5d07bebc403c6402906ccc77","studio":"[no label]","type":"album","title":"Ordinary Songs","parentKey":"/library/metadata/1110","parentTitle":"Snail’s House","summary":"","index":1,"year":2016,"thumb":"/library/metadata/1111/thumb/1592039297","parentThumb":"/library/metadata/1110/thumb/1595497018","originallyAvailableAt":"2016-03-29","addedAt":1579321496,"updatedAt":1592039297,"loudnessAnalysisVersion":"1","Director":[{"tag":"[no label]"}]},{"ratingKey":"3264","key":"/library/metadata/3264/children","parentRatingKey":"1110","guid":"plex://album/5d07ca8c403c640290d44a7c","parentGuid":"plex://artist/5d07bebc403c6402906ccc77","studio":"[no label]","type":"album","title":"Ordinary Songs","parentKey":"/library/metadata/1110","parentTitle":"Snail’s House","summary":"","index":1,"year":2016,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/1110/thumb/1595497018","originallyAvailableAt":"2016-03-29","addedAt":1579321496,"updatedAt":1591780346,"loudnessAnalysisVersion":"1","Director":[{"tag":"[no label]"}]},{"ratingKey":"1123","key":"/library/metadata/1123/children","parentRatingKey":"1110","guid":"plex://album/5d07ca8e403c640290d45e2f","parentGuid":"plex://artist/5d07bebc403c6402906ccc77","studio":"[no label]","type":"album","title":"Ordinary Songs 2","parentKey":"/library/metadata/1110","parentTitle":"Snail’s House","summary":"","index":1,"year":2016,"thumb":"/library/metadata/1123/thumb/1592039299","parentThumb":"/library/metadata/1110/thumb/1595497018","originallyAvailableAt":"2016-11-17","addedAt":1579321230,"updatedAt":1592039299,"loudnessAnalysisVersion":"1","Director":[{"tag":"[no label]"}]},{"ratingKey":"3274","key":"/library/metadata/3274/children","parentRatingKey":"1110","guid":"plex://album/5d07ca8e403c640290d45e2f","parentGuid":"plex://artist/5d07bebc403c6402906ccc77","studio":"[no label]","type":"album","title":"Ordinary Songs 2","parentKey":"/library/metadata/1110","parentTitle":"Snail’s House","summary":"","index":1,"year":2016,"thumb":"/library/metadata/3274/thumb/1591780348","parentThumb":"/library/metadata/1110/thumb/1595497018","originallyAvailableAt":"2016-11-17","addedAt":1579321230,"updatedAt":1591780348,"loudnessAnalysisVersion":"1","Director":[{"tag":"[no label]"}]},{"ratingKey":"3257","key":"/library/metadata/3257/children","parentRatingKey":"1602","guid":"plex://album/5d07c5cc403c640290abb681","parentGuid":"plex://artist/5d07bc14403c6402904b7737","studio":"Strange Music","type":"album","title":"All 6’s and 7’s","parentKey":"/library/metadata/1602","parentTitle":"Tech N9ne","summary":"In the early 2000s, it seemed like the cut \"Tormented\" would forever be Tech N9ne’s theme song, but enthusiasm, determination, and a whole lot of success had made the once simply “sick” rapper sound strangely positive and hopeful since about 2009. It just means that in 2011, the rapper considers being sincere more important than being sinister for sinister's sake, so take every crossover play on All 6's and 7's for what they are: the gifted and dark Tech N9ne testing his skills against the unknown. Granted, he’s worked with big names before, but the guest list here is especially ambitious, running from Lil Wayne -- who joins Tech and T-Pain on the cartoonish sleaze number “F**k Food” -- to Snoop Dogg, along with E-40 and Krizz Kaliko on the suitably titled “Pornographic.” Somewhere in the middle there’s B.o.B. sounding rather Juggaloo on the grand graveyard dance “Am I a Psycho,” plus a truly global cast on “Worldwide Choppers” which features Turkish rapper Ceza next to domestic favorites like Twista and Busta Rhymes. Gimmicks abound on this dark carnival of an album, and if you can’t hang with some murder talk and misogyny, it’s best to stay away, but this fat, epic effort is still a swift thrill ride and doesn’t bore despite its size. While a couple of hatchet-carrying fans from the old days might be shaken off by the man’s willingness to sound radio-worthy, the album Tech introduced as his “biggest” and “craziest” is also his best to date. ~ David Jeffries","index":1,"rating":8.0,"year":2011,"thumb":"/library/metadata/3257/thumb/1591780337","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1602/thumb/1595497044","originallyAvailableAt":"2011-06-07","addedAt":1579220422,"updatedAt":1591780337,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Strange Music"}]},{"ratingKey":"3255","key":"/library/metadata/3255/children","parentRatingKey":"1602","guid":"plex://album/5d07c248403c6402908bed99","parentGuid":"plex://artist/5d07bc14403c6402904b7737","studio":"Strange Music","type":"album","title":"Everready","parentKey":"/library/metadata/1602","parentTitle":"Tech N9ne","summary":"Kansas City representative and horror-core master Tech N9ne is back with Everready, his first studio album since 2002's Absolute Power. Tech comes stomping out of the gate on the rowdy, hard rock-influenced \"Riot Maker\" and \"No Can Do.\" Production-wise, he incorporates a mix of styles from Bay Area hyphy to down south crunk from beatmakers Rick Rock and Legendary Traxster. Everready also features guest appearances from E-40, Brotha Lynch Hung, Skatterman, Snug Brim, Reign Yates, Big Krizz Kaliko, and Kutt Calhoun.","index":1,"year":2006,"thumb":"/library/metadata/3255/thumb/1591780335","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1602/thumb/1595497044","originallyAvailableAt":"2006-11-07","addedAt":1579220422,"updatedAt":1591780335,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Strange Music"}]},{"ratingKey":"3262","key":"/library/metadata/3262/children","parentRatingKey":"1602","guid":"plex://album/5d07cd3a403c640290eee4a4","parentGuid":"plex://artist/5d07bc14403c6402904b7737","studio":"Strange Music","type":"album","title":"N9na","parentKey":"/library/metadata/1602","parentTitle":"Tech N9ne","summary":"After a relatively quiet stretch, the usually prolific Tech N9ne returned in 2019 with his 13th solo album, N9NA. Celebrating 20 years of his label Strange Music, the Kansas City emcee spends the bulk of the album ruminating on his decades in the game as one of the most successful independent rappers of all time, taking time to boast, brag, and pour out gratitude to everyone who got him here. Another packed value-for-money bounty, N9NA features a handful of familiar faces (Krizz Kaliko, Jelly Roll, King Iso) but maintains the focus on Tech's ever-tight bars, head-spinning chopper delivery, and irrepressibly confident attitude. He rattles off a laundry list of bona fides on \"Like I Ain't,\" while waving the freak flag for his impressively varied audience of Juggalos, metalheads, and rap purists on \"Lord of Weird.\" The team of producers -- including usual player Michael \"Seven\" Summers -- keeps the energy high and the vibes varied, injecting dread and drama when Tech amps up the menace (\"F.T.I. 2.0,\" \"You Line!\") and beefing up the bass when it's time to party (\"F'n Do It,\" \"EDI's\"). Just shy of two dozen tracks, Tech knows how to please his horde of devoted diehards and there's no lack of highlights here. Even when the final third of the album smooths out with more restrained production, he simply packs in more bars and twisting wordplay. Tech rarely disappoints and N9NA is no different. ~ Neil Z. Yeung","index":1,"rating":8.0,"year":2019,"thumb":"/library/metadata/3262/thumb/1591780339","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1602/thumb/1595497044","originallyAvailableAt":"2019-04-19","addedAt":1579220422,"updatedAt":1591780339,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Strange Music"}]},{"ratingKey":"1608","key":"/library/metadata/1608/children","parentRatingKey":"1602","guid":"plex://album/5d07c7a5403c640290b9aaf3","parentGuid":"plex://artist/5d07bc14403c6402904b7737","studio":"Strange Music","type":"album","title":"Something Else","parentKey":"/library/metadata/1602","parentTitle":"Tech N9ne","summary":"Building on the pop and polish of his 2011 release All 6's and 7's, this 2013 effort from Tech N9ne finds the angry and angsty rapper bringing back some of the horror show rap of his early days, which is good, because now his nightmares are not only vivid, but incredibly well-funded. Tortured souls looking to enter the ring (or pit) couldn't ask for a more epic entrance theme than \"Straight Out the Gate,\" which throws a children's choir, System of a Down's Serj Tankian, and an orchestra into a rap-rock mix that would be endorsed by Zeus. Here and elsewhere, Tech tears down his critics when any Internet search box will reveal his reviews have been generally quite good in recent years, but Something Else overcomes these moments with an attitude that the whole world should submit to the rapper's Strange Music empire, and he's going to keep stomping and storming until even Grandma is a fan. Joining the club feels triumphant during these moments, while, believe it or not, \"Bitch\" offers a more layered argument that Tech is the real deal, with T-Pain and touchy racial issues all being skillfully juggled by a man who once seemed strictly juggaloo. \"Fragile\" ups the game artistically with jazz club ambience and the great Kendrick Lamar as guest star, and right before \"My Haiku - Burn the World\" brings on the Strange Music family with longtime friend Krizz Kaliko in tow, Tech unleashes a kinetic bit of Death Grips-like punk-rap that's clever as all hell. Late in the game, there's the true pop-rap uplift of \"Believe\" and the weird, wonderful mash-up \"Strange 2013,\" where Tech meets the remaining members of the Doors and a Jim Morrison sample. Big and bold the whole way through and with nary a stumble, Something Else is another triumph from Tech. ~ David Jeffries","index":1,"rating":8.0,"year":2013,"thumb":"/library/metadata/1608/thumb/1591408899","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1602/thumb/1595497044","originallyAvailableAt":"2013-07-30","addedAt":1579220422,"updatedAt":1591408899,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Strange Music"}]},{"ratingKey":"1605","key":"/library/metadata/1605/children","parentRatingKey":"1602","guid":"plex://album/5d07c93e403c640290c6e7db","parentGuid":"plex://artist/5d07bc14403c6402904b7737","studio":"Strange Music","type":"album","title":"Special Effects","parentKey":"/library/metadata/1602","parentTitle":"Tech N9ne","summary":"Sticking to his guns with angry, soul-searching lyrics spewing out while the high-powered crossover collaborations fly about, Tech N9ne skillfully rides his career trajectory as it soars ever upwards with Special Effects, an album that's powerful more than purposeful, plus a therapy session where all the party people can sing along. After literally drilling into the underground rapper's head during the intro, the album rolls out with a series of hard-hitting solo cuts, most produced by house beatmaker Seven and some featuring a Gospel choir, because that's the stately and dramatic way Tech rolls. Frequent collaborators and Strange Music regulars like Krizz Kaliko (featured on the Alice Cooper-like \"Shroud\") and Hopsin (guest growler on the bass-dropping highlight \"Psycho Bitch III\") appear before the album goes wandering into some weighty metal balladry with Slipknot's Corey Taylor on \"Wither,\" then it moves into worthy radio material with 2 Chainz and B.o.B on the aptly titled electro-popper \"Hood Go Crazy.\" Cramming Lil Wayne, Yo Gotti, and Big Scoob into one posse cut makes \"Bass Ackwards\" an easy pick, and it's another skillful moment from Seven when the minimal robot beat of \"No K\" bleeps and suits both E-40 and Krizz Kaliko. Kaliko is back for the odd Richie Havens-inspired jam and Eminem feature called \"Speedom (Worldwide Choppers 2),\" then the album turns back toward patented Strange Music heaviness with \"A Certain Comfort\" and \"Burn It Down\" being rock-rap of the highest order, while the woozy \"Life Sentences\" stretches out in that retro Funkadelic style. Among it all is the story-telling triumph of \"Lacrimosa,\" a constantly weaving and swaying cut where the loss of the rapper's mother threatens to rip apart his psyche, along with his career. That's plenty of worthwhile music, but Special Effects ramps up to its most attractive moments and gives newcomers plenty to wade through. That said, the album doesn't even buckle with this all-star and ultra-ambitious weight, as the gifted Tech remains a great balancer of the very big and the very bold. ~ David Jeffries","index":1,"rating":7.0,"year":2015,"thumb":"/library/metadata/1605/thumb/1591408893","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1602/thumb/1595497044","originallyAvailableAt":"2015-05-04","addedAt":1579220422,"updatedAt":1591408893,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Strange Music"}]},{"ratingKey":"3260","key":"/library/metadata/3260/children","parentRatingKey":"1602","guid":"plex://album/5d07c93e403c640290c6e7db","parentGuid":"plex://artist/5d07bc14403c6402904b7737","studio":"Strange Music","type":"album","title":"Special Effects","parentKey":"/library/metadata/1602","parentTitle":"Tech N9ne","summary":"Sticking to his guns with angry, soul-searching lyrics spewing out while the high-powered crossover collaborations fly about, Tech N9ne skillfully rides his career trajectory as it soars ever upwards with Special Effects, an album that's powerful more than purposeful, plus a therapy session where all the party people can sing along. After literally drilling into the underground rapper's head during the intro, the album rolls out with a series of hard-hitting solo cuts, most produced by house beatmaker Seven and some featuring a Gospel choir, because that's the stately and dramatic way Tech rolls. Frequent collaborators and Strange Music regulars like Krizz Kaliko (featured on the Alice Cooper-like \"Shroud\") and Hopsin (guest growler on the bass-dropping highlight \"Psycho Bitch III\") appear before the album goes wandering into some weighty metal balladry with Slipknot's Corey Taylor on \"Wither,\" then it moves into worthy radio material with 2 Chainz and B.o.B on the aptly titled electro-popper \"Hood Go Crazy.\" Cramming Lil Wayne, Yo Gotti, and Big Scoob into one posse cut makes \"Bass Ackwards\" an easy pick, and it's another skillful moment from Seven when the minimal robot beat of \"No K\" bleeps and suits both E-40 and Krizz Kaliko. Kaliko is back for the odd Richie Havens-inspired jam and Eminem feature called \"Speedom (Worldwide Choppers 2),\" then the album turns back toward patented Strange Music heaviness with \"A Certain Comfort\" and \"Burn It Down\" being rock-rap of the highest order, while the woozy \"Life Sentences\" stretches out in that retro Funkadelic style. Among it all is the story-telling triumph of \"Lacrimosa,\" a constantly weaving and swaying cut where the loss of the rapper's mother threatens to rip apart his psyche, along with his career. That's plenty of worthwhile music, but Special Effects ramps up to its most attractive moments and gives newcomers plenty to wade through. That said, the album doesn't even buckle with this all-star and ultra-ambitious weight, as the gifted Tech remains a great balancer of the very big and the very bold. ~ David Jeffries","index":1,"rating":7.0,"year":2015,"thumb":"/library/metadata/3260/thumb/1591780337","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1602/thumb/1595497044","originallyAvailableAt":"2015-05-04","addedAt":1579220422,"updatedAt":1591780337,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Strange Music"}]},{"ratingKey":"1616","key":"/library/metadata/1616/children","parentRatingKey":"1602","guid":"plex://album/5d07ca71403c640290d30dbb","parentGuid":"plex://artist/5d07bc14403c6402904b7737","studio":"Strange Music","type":"album","title":"The Storm","titleSort":"Storm","parentKey":"/library/metadata/1602","parentTitle":"Tech N9ne","summary":"Hardcore rap workhorse Tech N9ne continues his prolific run with his 11th solo studio album -- and 17th overall -- The Storm. After nearly two decades in the game, he's audibly weary from his years as an independent artist. Despite a loyal fan base of \"Technicians\" and his success as Strange Music label head, the mainstream remains uncracked. Much of that frustration seeps into The Storm, with a darkness cloaking everything. Serving as a spiritual sequel to his 1999 debut, The Storm is split into three parts, each one delving into a different part of Tech's psyche. \"Kingdom\" is the hardest-hitting, featuring passionate and speedy bars, hefty bass boom, and a couple club bangers. Tech's veteran status keeps each boast afloat, while the muscular beats bolster each track's power, especially on \"Erbody But Me.\" Even though Tech wears the crown, Worcester, Massachusetts rapper Joyner Lucas and mixtape wunderkind Logic steal the show on \"Sriracha,\" which joins Beyoncé's \"Formation\" as one of 2016's best odes to hot sauce. The track is fiery indeed, as Lucas blazes through his verse at light speed, challenging Tech's own verbal wizardry. Like his past work, this effort once again crosses genre lines, with one leg remaining in the darker corners of the hip-hop world and the other firmly planted in the territory occupied by his rock fans. This is the point where Tech ventures into the next realm with \"Clown Town.\" Tapping into his Juggalo side, Tech recruits Korn vocalist Jonathan Davis for a madcap ride on the goth metal carousel of \"Starting to Turn.\" Singer/songwriter Kate Rose returns for another collaboration on the vulnerable, sax-laden \"Hold on Me.\" Outlaw country twang infuses the horrorcore \"Poisoning the Well,\" a sharp look into the political landscape of 2016 that gives a shout-out to Flint, Michigan. On the final third of the triptych, \"G. Zone,\" Tech's street side offers some of the most inspired nuggets on The Storm. Aside from the straightforward \"Buss Serves\" -- which rides a window-rattling Too $hort sample -- \"G. Zone\" features left-field guests Boyz II Men, resurrecting their sexed-up 1991 single \"Uhh Ahh\" on \"Buddha,\" and Gary Clark, Jr., who unleashes a face-melting solo on \"No Gun Control.\" Floetry's Marsha Ambrosius elevates \"Anywhere\" with shimmering lightness as Tech sprints his way through verse after verse. Throughout the album, his bars are impressive, but toward the end of The Storm, his vulnerability and brutal honesty prove he's hungry and determined as ever. \"The Needle\" stands out for its uncomfortably frank examination of Tech's career, self-doubt, and his future in the game. Reflective and conflicted, it reaffirms how he's managed to last this long: through the support of his fans. Wherever he goes after The Storm, this is a testament to Tech's commitment to his craft. ~ Neil Z. Yeung","index":1,"rating":8.0,"year":2016,"thumb":"/library/metadata/1616/thumb/1591408904","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1602/thumb/1595497044","originallyAvailableAt":"2016-12-09","addedAt":1579220422,"updatedAt":1591408904,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Rap"}],"Director":[{"tag":"Strange Music"}]},{"ratingKey":"2319","key":"/library/metadata/2319/children","parentRatingKey":"912","guid":"plex://album/5d07c8aa403c640290c19df1","parentGuid":"plex://artist/5d07be4b403c6402906789d3","studio":"Sony Music Associated Records","type":"album","title":"Fantastic Magic","parentKey":"/library/metadata/912","parentTitle":"TK","summary":"TK's second studio album \"Fantastic Magic\" was released on 26th of August, 2014. The album featured seven new tracks, one featuring vocalist Chara, a reworking of \"Dramatic Slow Motion\", and the other being \"Contrast\". The limited pressing contains music videos for songs featured on the album, along with \"Haze\", released on Flowering. The album also featured TK's hit single \"unravel\". Read more on Last.fm. User-contributed text is available under the Creative Commons By-SA License; additional terms may apply.","index":1,"year":2014,"thumb":"/library/metadata/2319/thumb/1591780110","art":"/library/metadata/912/art/1595497003","parentThumb":"/library/metadata/912/thumb/1595497003","originallyAvailableAt":"2014-08-27","addedAt":1579327142,"updatedAt":1591780110,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Sony Music Associated Records"}]},{"ratingKey":"2317","key":"/library/metadata/2317/children","parentRatingKey":"912","guid":"plex://album/5d07c677403c640290b14981","parentGuid":"plex://artist/5d07be4b403c6402906789d3","studio":"Sony Music Associated Records","type":"album","title":"flowering","parentKey":"/library/metadata/912","parentTitle":"TK","summary":"Toru Kitajima, known to his fans simply as TK, is the guitarist and vocalist of Japanese math rockers Ling Tosite Sigure, whose frenetic, angular music may best be described as “tightly controlled chaos.” On this, his debut solo album, TK transposes his main band’s basic template onto a marginally softer palette, incorporating acoustic instrumentation, increased melodic sense, and gentle, almost ambient interludes. This is in no wise a relaxing album, however. Many of the songs are played at high tempo and follow a similar pattern: complex, arpeggiated motifs on acoustic guitar and piano are layered up with rubbery basslines, tumbling drums, and fuzzy electric guitar into an often dissonant stew, from which occasionally they will all come together to burst out into a wonderfully melodic passage. TK sings throughout in a breathy, otherworldly falsetto, only losing it toward the end of “Abnormal Trick,” when he shrieks like a wounded animal under a twisted, atonal guitar solo. These songs do generally have verse-chorus structure, if not an altogether traditional one, but it is often hard to spot amidst the barrage and really takes a few listens to become apparent. Of the faster songs, “Haze” perhaps comes the closest to a traditional pop song structure, with a coherent melody all the way through. It’s the little things adding to the overall texture that, in part, make this album so special: the folky violin and electronic bleeps on “Haze”; the muffled vocals and sweeping string arrangements of single “Film a Moment,” on which TK’s Sigure bandmates help out. It’s when the album takes time to breathe that its real beauty is revealed. The hushed lullabies “White Silence” and “Fourth” are simply gorgeous, with lush pastoral melodies and tasteful string embellishments. The short, almost ambient instrumentals “Daylily” and “Sound AM 326” seem heavily influenced by Ryuichi Sakamoto. This is a wonderful, beautiful album, one of the best releases of 2012. TK’s aim seems to have been to combine beauty and ugliness, gentleness and fury. In this he has most definitely succeeded. Fans of Ling Tosite Sigure will undoubtedly love this album. The casual audience seeking an entry point into Japanese indie rock could certainly do worse than to start here, though some may be put off by the sheer density. However, this is a great stepping stone for preparing the listener to enjoy the full sonic onslaught of Sigure itself. ~ John D. Buchanan","index":1,"rating":9.0,"year":2012,"thumb":"/library/metadata/2317/thumb/1591780099","art":"/library/metadata/912/art/1595497003","parentThumb":"/library/metadata/912/thumb/1595497003","originallyAvailableAt":"2012-06-27","addedAt":1579327142,"updatedAt":1591780099,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Sony Music Associated Records"}]},{"ratingKey":"2315","key":"/library/metadata/2315/children","parentRatingKey":"912","guid":"plex://album/5d07cc95403c640290e92ab7","parentGuid":"plex://artist/5d07be4b403c6402906789d3","studio":"Sony Music Associated Records","type":"album","title":"katharsis","parentKey":"/library/metadata/912","parentTitle":"TK","summary":"","index":1,"year":2018,"thumb":"/library/metadata/2315/thumb/1591780099","art":"/library/metadata/912/art/1595497003","parentThumb":"/library/metadata/912/thumb/1595497003","originallyAvailableAt":"2018-10-10","addedAt":1579327144,"updatedAt":1591780099,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Pop/Rock"}],"Director":[{"tag":"Sony Music Associated Records"}]},{"ratingKey":"2313","key":"/library/metadata/2313/children","parentRatingKey":"912","guid":"plex://album/5d07c89b403c640290c11500","parentGuid":"plex://artist/5d07be4b403c6402906789d3","studio":"Sony Music Associated Records","type":"album","title":"unravel (acoustic version)","parentKey":"/library/metadata/912","parentTitle":"TK","summary":"","index":1,"year":2014,"thumb":"/library/metadata/2313/thumb/1591780094","art":"/library/metadata/912/art/1595497003","parentThumb":"/library/metadata/912/thumb/1595497003","originallyAvailableAt":"2014-07-23","addedAt":1579327140,"updatedAt":1591780094,"loudnessAnalysisVersion":"1","Director":[{"tag":"Sony Music Associated Records"}]},{"ratingKey":"2461","key":"/library/metadata/2461/children","parentRatingKey":"1792","guid":"plex://album/5d07c9a0403c640290ca85df","parentGuid":"plex://artist/5d07bdbe403c640290618c3d","studio":"Materia Collective","type":"album","title":"UNDERTALE Soundtrack","parentKey":"/library/metadata/1792","parentTitle":"Toby Fox","summary":"","index":1,"year":2015,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/1792/thumb/1595497055","originallyAvailableAt":"2015-09-15","addedAt":1579038794,"updatedAt":1591780169,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Stage & Screen"}],"Director":[{"tag":"Materia Collective"}]},{"ratingKey":"2270","key":"/library/metadata/2270/children","parentRatingKey":"2269","guid":"plex://album/5ee02577c5e64fcc10ede84b","parentGuid":"plex://artist/5ee02538c5e64fcc10e8aed8","type":"album","title":"Matter of Time","parentKey":"/library/metadata/2269","parentTitle":"TRÏBE","summary":"","index":1,"year":2017,"thumb":"/library/metadata/2270/thumb/1591780036","parentThumb":"/library/metadata/2269/thumb/1595065061","originallyAvailableAt":"2017-05-26","addedAt":1591780031,"updatedAt":1591780036,"loudnessAnalysisVersion":"1"},{"ratingKey":"2246","key":"/library/metadata/2246/children","parentRatingKey":"2245","guid":"plex://album/5ee022d2c5e64fcc10b80791","parentGuid":"plex://artist/5d07be56403c640290680c0a","type":"album","title":"Paper Plane's Adventure","parentKey":"/library/metadata/2245","parentTitle":"V.K克","summary":"","index":1,"year":2014,"thumb":"/library/metadata/2246/thumb/1591780016","parentThumb":"/library/metadata/2245/thumb/1595242226","originallyAvailableAt":"2014-05-30","addedAt":1591780012,"updatedAt":1591780016,"loudnessAnalysisVersion":"1"},{"ratingKey":"2323","key":"/library/metadata/2323/children","parentRatingKey":"2037","guid":"plex://album/5d07cc2b403c640290e55372","parentGuid":"plex://artist/5d07bc03403c6402904aa70f","studio":"SLEIGH BELLS","type":"album","title":"Xenoblade2 ORIGINAL SOUNDTRACK","parentKey":"/library/metadata/2037","parentTitle":"Yasunori Mitsuda","summary":"","index":1,"viewCount":192,"lastViewedAt":1594726301,"year":2018,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2037/thumb/1595242235","originallyAvailableAt":"2018-05-23","addedAt":1579024926,"updatedAt":1591780126,"loudnessAnalysisVersion":"1","Director":[{"tag":"SLEIGH BELLS"}]},{"ratingKey":"2710","key":"/library/metadata/2710/children","parentRatingKey":"2165","guid":"plex://album/5d07cc56403c640290e6e1f8","parentGuid":"plex://artist/5d07be50403c64029067c46e","studio":"SQUARE ENIX MUSIC","type":"album","title":"OCTOPATH TRAVELER Original Soundtrack","parentKey":"/library/metadata/2165","parentTitle":"Yasunori Nishiki","summary":"","index":1,"lastViewedAt":1592294770,"year":2018,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2165/thumb/1595242230","originallyAvailableAt":"2018-07-13","addedAt":1579025156,"updatedAt":1591780180,"loudnessAnalysisVersion":"1","Director":[{"tag":"SQUARE ENIX MUSIC"}]},{"ratingKey":"2306","key":"/library/metadata/2306/children","parentRatingKey":"584","guid":"plex://album/5ee02c3ac5e64fcc107a2a6b","parentGuid":"plex://artist/5d07bd50403c6402905cac9b","type":"album","title":"\"Billy Goat\" Freestyle","titleSort":"Billy Goat\" Freestyle","parentKey":"/library/metadata/584","parentTitle":"Yelawolf","summary":"","index":1,"viewCount":38,"lastViewedAt":1594363224,"year":2019,"thumb":"/library/metadata/2306/thumb/1591780077","art":"/library/metadata/584/art/1595497000","parentThumb":"/library/metadata/584/thumb/1595497000","originallyAvailableAt":"2019-02-06","addedAt":1591780070,"updatedAt":1591780077,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Hip Hop"}]},{"ratingKey":"2302","key":"/library/metadata/2302/children","parentRatingKey":"584","guid":"plex://album/5ee02c3ac5e64fcc107a2b5d","parentGuid":"plex://artist/5d07bd50403c6402905cac9b","type":"album","title":"\"Bloody Sunday\" Freestyle","titleSort":"Bloody Sunday\" Freestyle","parentKey":"/library/metadata/584","parentTitle":"Yelawolf","summary":"","index":1,"viewCount":36,"lastViewedAt":1594365645,"year":2019,"thumb":"/library/metadata/2302/thumb/1591780066","art":"/library/metadata/584/art/1595497000","parentThumb":"/library/metadata/584/thumb/1595497000","originallyAvailableAt":"2019-03-10","addedAt":1591780063,"updatedAt":1591780066,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Hip Hop"}]},{"ratingKey":"2304","key":"/library/metadata/2304/children","parentRatingKey":"584","guid":"plex://album/5ee02c3ac5e64fcc107a2a8b","parentGuid":"plex://artist/5d07bd50403c6402905cac9b","type":"album","title":"\"Mountain Dew Mouth\" Freestyle","titleSort":"Mountain Dew Mouth\" Freestyle","parentKey":"/library/metadata/584","parentTitle":"Yelawolf","summary":"","index":1,"viewCount":38,"lastViewedAt":1595478342,"year":2019,"thumb":"/library/metadata/2304/thumb/1591780069","art":"/library/metadata/584/art/1595497000","parentThumb":"/library/metadata/584/thumb/1595497000","originallyAvailableAt":"2019-03-02","addedAt":1591780067,"updatedAt":1591780069,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Hip Hop"}]},{"ratingKey":"2778","key":"/library/metadata/2778/children","parentRatingKey":"2777","guid":"plex://album/5d07c998403c640290ca3fe9","parentGuid":"plex://artist/5d07be50403c64029067c2ce","studio":"DaFuture","type":"album","title":"CHAM!","parentKey":"/library/metadata/2777","parentTitle":"マクロスMACROSS 82–99","summary":"","index":1,"year":2015,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2777/thumb/1595242228","originallyAvailableAt":"2015-10-06","addedAt":1591780192,"updatedAt":1591780201,"loudnessAnalysisVersion":"1","Genre":[{"tag":"Electronic"},{"tag":"Funk"}],"Director":[{"tag":"DaFuture"}]},{"ratingKey":"905","key":"/library/metadata/905/children","parentRatingKey":"904","guid":"mbid://2f923832-09d2-4ae9-b1f3-2680ef5a01de","parentGuid":"local://904","type":"album","title":"BOOTLEG","parentKey":"/library/metadata/904","parentTitle":"米津玄師","summary":"","index":1,"year":2017,"thumb":"/library/metadata/905/thumb/1595065072","parentThumb":"/library/metadata/904/thumb/1595065054","originallyAvailableAt":"2017-11-03","addedAt":1579327810,"updatedAt":1595065072,"loudnessAnalysisVersion":"1"},{"ratingKey":"2600","key":"/library/metadata/2600/children","parentRatingKey":"589","guid":"plex://album/5d07c4bf403c640290a26fec","parentGuid":"plex://artist/5d07bd83403c6402905f5544","studio":"5pb.Records","type":"album","title":"CHAOS;HEAD Original Soundtrack","parentKey":"/library/metadata/589","parentTitle":"阿保剛","summary":"","index":1,"year":2008,"thumb":"/library/metadata/2600/thumb/1591780197","parentThumb":"/library/metadata/589/thumb/1595497013","originallyAvailableAt":"2008-07-04","addedAt":1591780161,"updatedAt":1591780197,"loudnessAnalysisVersion":"1","Director":[{"tag":"5pb.Records"}]},{"ratingKey":"2598","key":"/library/metadata/2598/children","parentRatingKey":"589","guid":"plex://album/5d07c9d3403c640290cc5b04","parentGuid":"plex://artist/5d07bd83403c6402905f5544","studio":"5pb.Records","type":"album","title":"STEINS;GATE 0 O.S.T 「GATE OF STEINER」","parentKey":"/library/metadata/589","parentTitle":"阿保剛","summary":"","index":1,"year":2015,"thumb":"/library/metadata/2598/thumb/1591780171","parentThumb":"/library/metadata/589/thumb/1595497013","originallyAvailableAt":"2015-12-29","addedAt":1591780159,"updatedAt":1591780171,"loudnessAnalysisVersion":"1","Director":[{"tag":"5pb.Records"}]},{"ratingKey":"2602","key":"/library/metadata/2602/children","parentRatingKey":"589","guid":"plex://album/5d07c66d403c640290b0ee7e","parentGuid":"plex://artist/5d07bd83403c6402905f5544","studio":"5pb.Records","type":"album","title":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","parentKey":"/library/metadata/589","parentTitle":"阿保剛","summary":"","index":1,"year":2010,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/589/thumb/1595497013","originallyAvailableAt":"2010-02-03","addedAt":1582088310,"updatedAt":1591780175,"loudnessAnalysisVersion":"1","Director":[{"tag":"5pb.Records"}]},{"ratingKey":"2644","key":"/library/metadata/2644/children","parentRatingKey":"589","guid":"plex://album/5d07ca51403c640290d1ada1","parentGuid":"plex://artist/5d07bd83403c6402905f5544","studio":"5pb.Records","type":"album","title":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","parentKey":"/library/metadata/589","parentTitle":"阿保剛","summary":"","index":1,"year":2016,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/589/thumb/1595497013","originallyAvailableAt":"2016-08-24","addedAt":1582086382,"updatedAt":1591780176,"loudnessAnalysisVersion":"1","Director":[{"tag":"5pb.Records"}]}]}} 2020-07-25 16:55:42.576 Verbose/PlexDataProvider: Insert Album: The Impossible Kid 2020-07-25 16:55:42.576 Verbose/PlexDataProvider: Insert Album: 地方都市のメメント・モリ 2020-07-25 16:55:42.577 Verbose/PlexDataProvider: Insert Album: Abstract 9 2020-07-25 16:55:42.577 Verbose/PlexDataProvider: Insert Album: Urameshi 2020-07-25 16:55:42.577 Verbose/PlexDataProvider: Insert Album: Vice City 2020-07-25 16:55:42.577 Verbose/PlexDataProvider: Insert Album: Trine 2: Soundtrack: Special Edition 2020-07-25 16:55:42.577 Verbose/PlexDataProvider: Insert Album: Trine 2: Soundtrack: Special Edition 2020-07-25 16:55:42.578 Verbose/PlexDataProvider: Insert Album: Trine 3: The Artifacts of Power Original Soundtrack 2020-07-25 16:55:42.578 Verbose/PlexDataProvider: Insert Album: Trine 4: The Nightmare Prince Original Soundtrack 2020-07-25 16:55:42.578 Verbose/PlexDataProvider: Insert Album: Trine Original Soundtrack 2020-07-25 16:55:42.578 Verbose/PlexDataProvider: Insert Album: BEST HIT AKG 2020-07-25 16:55:42.578 Verbose/PlexDataProvider: Insert Album: Re: Re: 2020-07-25 16:55:42.579 Verbose/PlexDataProvider: Insert Album: A Death‐Grip on Yesterday 2020-07-25 16:55:42.579 Verbose/PlexDataProvider: Insert Album: Lead Sails Paper Anchor 2020-07-25 16:55:42.579 Verbose/PlexDataProvider: Insert Album: Lead Sails Paper Anchor 2020-07-25 16:55:42.579 Verbose/PlexDataProvider: Insert Album: HOT 97 Freestyle 2017 2020-07-25 16:55:42.579 Verbose/PlexDataProvider: Insert Album: Streams of Thought, Vol. 2 2020-07-25 16:55:42.579 Verbose/PlexDataProvider: Insert Album: Streams of Thought, Vol. 1 2020-07-25 16:55:42.580 Verbose/PlexDataProvider: Insert Album: POWER OF LIFE 2020-07-25 16:55:42.580 Verbose/PlexDataProvider: Insert Album: POWER OF LIFE 2020-07-25 16:55:42.580 Verbose/PlexDataProvider: Insert Album: Dark Before Dawn 2020-07-25 16:55:42.580 Verbose/PlexDataProvider: Insert Album: Dear Agony 2020-07-25 16:55:42.580 Verbose/PlexDataProvider: Insert Album: Dear Agony 2020-07-25 16:55:42.580 Verbose/PlexDataProvider: Insert Album: Phobia 2020-07-25 16:55:42.581 Verbose/PlexDataProvider: Insert Album: Phobia 2020-07-25 16:55:42.581 Verbose/PlexDataProvider: Insert Album: Saturate 2020-07-25 16:55:42.581 Verbose/PlexDataProvider: Insert Album: Saturate 2020-07-25 16:55:42.581 Verbose/PlexDataProvider: Insert Album: We Are Not Alone 2020-07-25 16:55:42.581 Verbose/PlexDataProvider: Insert Album: We Are Not Alone 2020-07-25 16:55:42.581 Verbose/PlexDataProvider: Insert Album: “Awaken, My Love!” 2020-07-25 16:55:42.582 Verbose/PlexDataProvider: Insert Album: Because the Internet 2020-07-25 16:55:42.582 Verbose/PlexDataProvider: Insert Album: Because the Internet 2020-07-25 16:55:42.582 Verbose/PlexDataProvider: Insert Album: Camp 2020-07-25 16:55:42.582 Verbose/PlexDataProvider: Insert Album: Camp 2020-07-25 16:55:42.582 Verbose/PlexDataProvider: Insert Album: This Is America 2020-07-25 16:55:42.583 Verbose/PlexDataProvider: Insert Album: Birthday 2020-07-25 16:55:42.583 Verbose/PlexDataProvider: Insert Album: Fairy Party 2020-07-25 16:55:42.583 Verbose/PlexDataProvider: Insert Album: Stardew Valley: Original Soundtrack 2020-07-25 16:55:42.583 Verbose/PlexDataProvider: Insert Album: Bastion: Original Soundtrack 2020-07-25 16:55:42.583 Verbose/PlexDataProvider: Insert Album: Transistor: Original Soundtrack Extended 2020-07-25 16:55:42.584 Verbose/PlexDataProvider: Insert Album: HOT 97 Freestyle 2018 2020-07-25 16:55:42.584 Verbose/PlexDataProvider: Insert Album: L.A Leakers Freestyle #074 2020-07-25 16:55:42.584 Verbose/PlexDataProvider: Insert Album: Divas 2020-07-25 16:55:42.584 Verbose/PlexDataProvider: Insert Album: The Sound of Silence (live on Conan) 2020-07-25 16:55:42.584 Verbose/PlexDataProvider: Insert Album: Compass 2020-07-25 16:55:42.584 Verbose/PlexDataProvider: Insert Album: Kaleidoscope 2020-07-25 16:55:42.585 Verbose/PlexDataProvider: Insert Album: Kaleidoscope 2020-07-25 16:55:42.585 Verbose/PlexDataProvider: Insert Album: Mirror 2020-07-25 16:55:42.585 Verbose/PlexDataProvider: Insert Album: Mirror 2020-07-25 16:55:42.585 Verbose/PlexDataProvider: Insert Album: Nightfall 2020-07-25 16:55:42.585 Verbose/PlexDataProvider: Insert Album: Perfect Blue 2020-07-25 16:55:42.585 Verbose/PlexDataProvider: Insert Album: Restore 2020-07-25 16:55:42.586 Verbose/PlexDataProvider: Insert Album: Curtain Call: The Hits 2020-07-25 16:55:42.586 Verbose/PlexDataProvider: Insert Album: The Eminem Show 2020-07-25 16:55:42.586 Verbose/PlexDataProvider: Insert Album: The Eminem Show 2020-07-25 16:55:42.586 Verbose/PlexDataProvider: Insert Album: Encore 2020-07-25 16:55:42.586 Verbose/PlexDataProvider: Insert Album: Kamikaze 2020-07-25 16:55:42.586 Verbose/PlexDataProvider: Insert Album: Kamikaze 2020-07-25 16:55:42.587 Verbose/PlexDataProvider: Insert Album: Killshot 2020-07-25 16:55:42.587 Verbose/PlexDataProvider: Insert Album: The Marshall Mathers LP 2020-07-25 16:55:42.587 Verbose/PlexDataProvider: Insert Album: The Marshall Mathers LP 2020-07-25 16:55:42.587 Verbose/PlexDataProvider: Insert Album: Music to Be Murdered By 2020-07-25 16:55:42.587 Verbose/PlexDataProvider: Insert Album: Music to Be Murdered By 2020-07-25 16:55:42.588 Verbose/PlexDataProvider: Insert Album: Rap God 2020-07-25 16:55:42.588 Verbose/PlexDataProvider: Insert Album: Recovery 2020-07-25 16:55:42.588 Verbose/PlexDataProvider: Insert Album: Recovery 2020-07-25 16:55:42.588 Verbose/PlexDataProvider: Insert Album: Relapse 2020-07-25 16:55:42.588 Verbose/PlexDataProvider: Insert Album: Relapse 2020-07-25 16:55:42.588 Verbose/PlexDataProvider: Insert Album: Feeling of Unity 2020-07-25 16:55:42.589 Verbose/PlexDataProvider: Insert Album: Ori and the Blind Forest (Original Soundtrack) 2020-07-25 16:55:42.589 Verbose/PlexDataProvider: Insert Album: Goose house Phrase #01 2020-07-25 16:55:42.589 Verbose/PlexDataProvider: Insert Album: 光るなら 2020-07-25 16:55:42.589 Verbose/PlexDataProvider: Insert Album: Running Wild 2020-07-25 16:55:42.589 Verbose/PlexDataProvider: Insert Album: COLORS 2020-07-25 16:55:42.590 Verbose/PlexDataProvider: Insert Album: COLORS 2020-07-25 16:55:42.590 Verbose/PlexDataProvider: Insert Album: Passion 2020-07-25 16:55:42.590 Verbose/PlexDataProvider: Insert Album: Utada the Best 2020-07-25 16:55:42.590 Verbose/PlexDataProvider: Insert Album: Utada the Best 2020-07-25 16:55:42.590 Verbose/PlexDataProvider: Insert Album: BEST OF VOCAL WORKS [nZk] 2 2020-07-25 16:55:42.591 Verbose/PlexDataProvider: Insert Album: I Am Legion 2020-07-25 16:55:42.591 Verbose/PlexDataProvider: Insert Album: I Am Legion 2020-07-25 16:55:42.591 Verbose/PlexDataProvider: Insert Album: 2014 Forest Hills Drive 2020-07-25 16:55:42.591 Verbose/PlexDataProvider: Insert Album: 2014 Forest Hills Drive 2020-07-25 16:55:42.591 Verbose/PlexDataProvider: Insert Album: MIDDLE CHILD 2020-07-25 16:55:42.592 Verbose/PlexDataProvider: Insert Album: 508-507-2209 2020-07-25 16:55:42.592 Verbose/PlexDataProvider: Insert Album: 508-507-2209 2020-07-25 16:55:42.592 Verbose/PlexDataProvider: Insert Album: ADHD 2020-07-25 16:55:42.592 Verbose/PlexDataProvider: Insert Album: Devil’s Work 2020-07-25 16:55:42.592 Verbose/PlexDataProvider: Insert Album: ISIS 2020-07-25 16:55:42.593 Verbose/PlexDataProvider: Insert Album: January Rain 2020-07-25 16:55:42.593 Verbose/PlexDataProvider: Insert Album: January Rain 2020-07-25 16:55:42.593 Verbose/PlexDataProvider: Insert Album: POP/STARS 2020-07-25 16:55:42.593 Verbose/PlexDataProvider: Insert Album: TIME 2020-07-25 16:55:42.593 Verbose/PlexDataProvider: Insert Album: DAMN. 2020-07-25 16:55:42.593 Verbose/PlexDataProvider: Insert Album: L.A Leakers Freestyle #095 (Part 1) 2020-07-25 16:55:42.594 Verbose/PlexDataProvider: Insert Album: L.A Leakers Freestyle #095 (Part 2) 2020-07-25 16:55:42.594 Verbose/PlexDataProvider: Insert Album: L.A Leakers Freestyle #095 (Part 3) 2020-07-25 16:55:42.594 Verbose/PlexDataProvider: Insert Album: As We Fall 2020-07-25 16:55:42.594 Verbose/PlexDataProvider: Insert Album: Awaken 2020-07-25 16:55:42.594 Verbose/PlexDataProvider: Insert Album: Burning Bright 2020-07-25 16:55:42.594 Verbose/PlexDataProvider: Insert Album: Legends Never Die 2020-07-25 16:55:42.595 Verbose/PlexDataProvider: Insert Album: Phoenix 2020-07-25 16:55:42.595 Verbose/PlexDataProvider: Insert Album: RISE 2020-07-25 16:55:42.595 Verbose/PlexDataProvider: Insert Album: Warriors 2020-07-25 16:55:42.595 Verbose/PlexDataProvider: Insert Album: Warsongs 2020-07-25 16:55:42.595 Verbose/PlexDataProvider: Insert Album: Celeste Original Soundtrack 2020-07-25 16:55:42.595 Verbose/PlexDataProvider: Insert Album: Sucker for Pain 2020-07-25 16:55:42.596 Verbose/PlexDataProvider: Insert Album: Tha Carter IV 2020-07-25 16:55:42.596 Verbose/PlexDataProvider: Insert Album: Tha Carter IV 2020-07-25 16:55:42.596 Verbose/PlexDataProvider: Insert Album: LANDSPACE 2020-07-25 16:55:42.596 Verbose/PlexDataProvider: Insert Album: 紅蓮華 2020-07-25 16:55:42.596 Verbose/PlexDataProvider: Insert Album: Sway Freestyle 2019 w/Fat Joe 2020-07-25 16:55:42.597 Verbose/PlexDataProvider: Insert Album: Bobby Tarantino 2020-07-25 16:55:42.597 Verbose/PlexDataProvider: Insert Album: Bobby Tarantino 2020-07-25 16:55:42.597 Verbose/PlexDataProvider: Insert Album: Bobby Tarantino II 2020-07-25 16:55:42.597 Verbose/PlexDataProvider: Insert Album: Bobby Tarantino II 2020-07-25 16:55:42.597 Verbose/PlexDataProvider: Insert Album: Confessions of a Dangerous Mind 2020-07-25 16:55:42.597 Verbose/PlexDataProvider: Insert Album: Confessions of a Dangerous Mind 2020-07-25 16:55:42.598 Verbose/PlexDataProvider: Insert Album: Everybody 2020-07-25 16:55:42.598 Verbose/PlexDataProvider: Insert Album: Under Pressure 2020-07-25 16:55:42.598 Verbose/PlexDataProvider: Insert Album: Under Pressure 2020-07-25 16:55:42.598 Verbose/PlexDataProvider: Insert Album: Drive You Away 2020-07-25 16:55:42.598 Verbose/PlexDataProvider: Insert Album: Best Day Ever 2020-07-25 16:55:42.598 Verbose/PlexDataProvider: Insert Album: Best Day Ever 2020-07-25 16:55:42.599 Verbose/PlexDataProvider: Insert Album: Blue Slide Park 2020-07-25 16:55:42.599 Verbose/PlexDataProvider: Insert Album: Blue Slide Park 2020-07-25 16:55:42.599 Verbose/PlexDataProvider: Insert Album: Swimming 2020-07-25 16:55:42.599 Verbose/PlexDataProvider: Insert Album: Swimming 2020-07-25 16:55:42.599 Verbose/PlexDataProvider: Insert Album: KISS OF DEATH (Produced by HYDE) 2020-07-25 16:55:42.599 Verbose/PlexDataProvider: Insert Album: PAID MY DUES 2020-07-25 16:55:42.600 Verbose/PlexDataProvider: Insert Album: Perception 2020-07-25 16:55:42.600 Verbose/PlexDataProvider: Insert Album: Perception 2020-07-25 16:55:42.600 Verbose/PlexDataProvider: Insert Album: The Search 2020-07-25 16:55:42.600 Verbose/PlexDataProvider: Insert Album: The Search 2020-07-25 16:55:42.600 Verbose/PlexDataProvider: Insert Album: Therapy Session 2020-07-25 16:55:42.600 Verbose/PlexDataProvider: Insert Album: Therapy Session 2020-07-25 16:55:42.601 Verbose/PlexDataProvider: Insert Album: When I Grow Up 2020-07-25 16:55:42.601 Verbose/PlexDataProvider: Insert Album: VOEZ (Original Soundtrack) 2020-07-25 16:55:42.601 Verbose/PlexDataProvider: Insert Album: Fixion 2020-07-25 16:55:42.601 Verbose/PlexDataProvider: Insert Album: Dying Light 2020-07-25 16:55:42.601 Verbose/PlexDataProvider: Insert Album: Dying Light: The Following 2020-07-25 16:55:42.601 Verbose/PlexDataProvider: Insert Album: Shelter: Complete Edition 2020-07-25 16:55:42.602 Verbose/PlexDataProvider: Insert Album: Worlds 2020-07-25 16:55:42.602 Verbose/PlexDataProvider: Insert Album: Worlds 2020-07-25 16:55:42.602 Verbose/PlexDataProvider: Insert Album: Weathering With You 2020-07-25 16:55:42.602 Verbose/PlexDataProvider: Insert Album: Your Name 2020-07-25 16:55:42.602 Verbose/PlexDataProvider: Insert Album: Appeal to Reason 2020-07-25 16:55:42.603 Verbose/PlexDataProvider: Insert Album: Appeal to Reason 2020-07-25 16:55:42.603 Verbose/PlexDataProvider: Insert Album: Siren Song of the Counter Culture 2020-07-25 16:55:42.603 Verbose/PlexDataProvider: Insert Album: The Sufferer & the Witness 2020-07-25 16:55:42.603 Verbose/PlexDataProvider: Insert Album: The Sufferer & the Witness 2020-07-25 16:55:42.603 Verbose/PlexDataProvider: Insert Album: The Allegory 2020-07-25 16:55:42.604 Verbose/PlexDataProvider: Insert Album: Book of Ryan 2020-07-25 16:55:42.604 Verbose/PlexDataProvider: Insert Album: Book of Ryan 2020-07-25 16:55:42.604 Verbose/PlexDataProvider: Insert Album: L.A Leakers Freestyle #100 2020-07-25 16:55:42.604 Verbose/PlexDataProvider: Insert Album: Burnt Rice 2020-07-25 16:55:42.604 Verbose/PlexDataProvider: Insert Album: MARBLE TEA 2020-07-25 16:55:42.604 Verbose/PlexDataProvider: Insert Album: Otter Pop 2020-07-25 16:55:42.605 Verbose/PlexDataProvider: Insert Album: SQUEEZ® 2020-07-25 16:55:42.605 Verbose/PlexDataProvider: Insert Album: Ordinary Songs 2020-07-25 16:55:42.605 Verbose/PlexDataProvider: Insert Album: Ordinary Songs 2020-07-25 16:55:42.605 Verbose/PlexDataProvider: Insert Album: Ordinary Songs 2 2020-07-25 16:55:42.605 Verbose/PlexDataProvider: Insert Album: Ordinary Songs 2 2020-07-25 16:55:42.606 Verbose/PlexDataProvider: Insert Album: All 6’s and 7’s 2020-07-25 16:55:42.606 Verbose/PlexDataProvider: Insert Album: Everready 2020-07-25 16:55:42.606 Verbose/PlexDataProvider: Insert Album: N9na 2020-07-25 16:55:42.606 Verbose/PlexDataProvider: Insert Album: Something Else 2020-07-25 16:55:42.606 Verbose/PlexDataProvider: Insert Album: Special Effects 2020-07-25 16:55:42.606 Verbose/PlexDataProvider: Insert Album: Special Effects 2020-07-25 16:55:42.607 Verbose/PlexDataProvider: Insert Album: The Storm 2020-07-25 16:55:42.607 Verbose/PlexDataProvider: Insert Album: Fantastic Magic 2020-07-25 16:55:42.607 Verbose/PlexDataProvider: Insert Album: flowering 2020-07-25 16:55:42.607 Verbose/PlexDataProvider: Insert Album: katharsis 2020-07-25 16:55:42.607 Verbose/PlexDataProvider: Insert Album: unravel (acoustic version) 2020-07-25 16:55:42.607 Verbose/PlexDataProvider: Insert Album: UNDERTALE Soundtrack 2020-07-25 16:55:42.608 Verbose/PlexDataProvider: Insert Album: Matter of Time 2020-07-25 16:55:42.608 Verbose/PlexDataProvider: Insert Album: Paper Plane's Adventure 2020-07-25 16:55:42.608 Verbose/PlexDataProvider: Insert Album: Xenoblade2 ORIGINAL SOUNDTRACK 2020-07-25 16:55:42.608 Verbose/PlexDataProvider: Insert Album: OCTOPATH TRAVELER Original Soundtrack 2020-07-25 16:55:42.608 Verbose/PlexDataProvider: Insert Album: "Billy Goat" Freestyle 2020-07-25 16:55:42.609 Verbose/PlexDataProvider: Insert Album: "Bloody Sunday" Freestyle 2020-07-25 16:55:42.609 Verbose/PlexDataProvider: Insert Album: "Mountain Dew Mouth" Freestyle 2020-07-25 16:55:42.609 Verbose/PlexDataProvider: Insert Album: CHAM! 2020-07-25 16:55:42.609 Verbose/PlexDataProvider: Insert Album: BOOTLEG 2020-07-25 16:55:42.609 Verbose/PlexDataProvider: Insert Album: CHAOS;HEAD Original Soundtrack 2020-07-25 16:55:42.609 Verbose/PlexDataProvider: Insert Album: STEINS;GATE 0 O.S.T 「GATE OF STEINER」 2020-07-25 16:55:42.610 Verbose/PlexDataProvider: Insert Album: STEINS;GATE Original Soundtrack+ラジオCD(仮) 2020-07-25 16:55:42.610 Verbose/PlexDataProvider: Insert Album: 「STEINS;GATE 0 SOUND TRACKS」 -完全版- 2020-07-25 16:55:42.610 Verbose/PlexDataProvider: End Insert Album: 188 [0.32s] 2020-07-25 16:55:42.610 Verbose/PlexLogger: --> [448] GET http://64.188.16.148:32400/library/sections/3/all?X-Plex-Container-Start=0&X-Plex-Container-Size=1000&type=10 2020-07-25 16:55:42.982 Verbose/PlexLogger: <-- [448] 200 OK http://64.188.16.148:32400/library/sections/3/all?X-Plex-Container-Start=0&X-Plex-Container-Size=1000&type=10 (511ms, unknown-length body) 2020-07-25 16:55:44.660 Verbose/PlexLogger: <-- [448] {"MediaContainer":{"size":1000,"totalSize":1535,"allowSync":true,"art":"/:/resources/artist-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":3,"librarySectionTitle":"Music","librarySectionUUID":"137cc432-cc5e-4fac-9080-36313483dc7f","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":0,"thumb":"/:/resources/artist.png","title1":"Music","title2":"All Artists","viewGroup":"artist","viewMode":65592,"Metadata":[{"ratingKey":"3453","key":"/library/metadata/3453","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e04","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Mystery Fish","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":1,"parentIndex":1,"ratingCount":40578,"viewCount":1,"lastViewedAt":1592295094,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":189022,"addedAt":1592328924,"updatedAt":1595065069,"Media":[{"id":3095,"duration":189022,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3102,"key":"/library/parts/3102/1592327146/file.mp3","duration":189022,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\001 - Mystery Fish.mp3","size":8544673,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3454","key":"/library/metadata/3454","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e06","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Rings","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":2,"parentIndex":1,"ratingCount":44234,"viewCount":1,"lastViewedAt":1592295317,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":227422,"addedAt":1592328924,"updatedAt":1595065069,"Media":[{"id":3096,"duration":227422,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3103,"key":"/library/parts/3103/1592327146/file.mp3","duration":227422,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\002 - Rings.mp3","size":10080659,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3455","key":"/library/metadata/3455","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e08","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Lotta Years","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":3,"parentIndex":1,"ratingCount":31565,"viewCount":1,"lastViewedAt":1592295449,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":118987,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3097,"duration":118987,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3104,"key":"/library/parts/3104/1592327146/file.mp3","duration":118987,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\003 - Lotta Years.mp3","size":5743300,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3456","key":"/library/metadata/3456","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e0b","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Dorks","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":4,"parentIndex":1,"ratingCount":33264,"viewCount":1,"lastViewedAt":1592295653,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":212950,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3098,"duration":212950,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3105,"key":"/library/parts/3105/1592327148/file.mp3","duration":212950,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\004 - Dorks.mp3","size":9501786,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3457","key":"/library/metadata/3457","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e0e","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Rabies","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":5,"parentIndex":1,"ratingCount":26257,"viewCount":1,"lastViewedAt":1592295841,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":185547,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3099,"duration":185547,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3106,"key":"/library/parts/3106/1592327148/file.mp3","duration":185547,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\005 - Rabies.mp3","size":8405690,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3458","key":"/library/metadata/3458","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e11","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Supercell","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":6,"parentIndex":1,"ratingCount":26817,"viewCount":1,"lastViewedAt":1592296064,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":230635,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3100,"duration":230635,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3107,"key":"/library/parts/3107/1592327148/file.mp3","duration":230635,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\006 - Supercell.mp3","size":10209190,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3459","key":"/library/metadata/3459","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e13","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Blood Sandwich","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":7,"parentIndex":1,"ratingCount":30211,"viewCount":1,"lastViewedAt":1592296324,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":265377,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3101,"duration":265377,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3108,"key":"/library/parts/3108/1592327148/file.mp3","duration":265377,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\007 - Blood Sandwich.mp3","size":11598914,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3460","key":"/library/metadata/3460","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e16","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Get Out of the Car","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":8,"parentIndex":1,"ratingCount":25061,"viewCount":1,"lastViewedAt":1592296457,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":113214,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3102,"duration":113214,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3109,"key":"/library/parts/3109/1592327148/file.mp3","duration":113214,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\008 - Get Out of the Car.mp3","size":5512391,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3461","key":"/library/metadata/3461","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e18","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Shrunk","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":9,"parentIndex":1,"ratingCount":28468,"viewCount":1,"lastViewedAt":1592296635,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":188656,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3103,"duration":188656,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3110,"key":"/library/parts/3110/1592327148/file.mp3","duration":188656,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\009 - Shrunk.mp3","size":8530033,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3462","key":"/library/metadata/3462","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e1b","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Kirby","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":10,"parentIndex":1,"ratingCount":30748,"viewCount":1,"lastViewedAt":1592296804,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":166948,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3104,"duration":166948,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3111,"key":"/library/parts/3111/1592327148/file.mp3","duration":166948,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\010 - Kirby.mp3","size":7661722,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3463","key":"/library/metadata/3463","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e1f","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"TUFF","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":11,"parentIndex":1,"ratingCount":22193,"viewCount":1,"lastViewedAt":1592297031,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":231209,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3105,"duration":231209,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3112,"key":"/library/parts/3112/1592327148/file.mp3","duration":231209,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\011 - TUFF.mp3","size":10232169,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3464","key":"/library/metadata/3464","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e21","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Lazy Eye","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":12,"parentIndex":1,"ratingCount":21757,"viewCount":1,"lastViewedAt":1592297202,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":164884,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3106,"duration":164884,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3113,"key":"/library/parts/3113/1592327150/file.mp3","duration":164884,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\012 - Lazy Eye.mp3","size":7579182,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3465","key":"/library/metadata/3465","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e24","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Defender","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":13,"parentIndex":1,"ratingCount":20858,"viewCount":1,"lastViewedAt":1592297390,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":191216,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3107,"duration":191216,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3114,"key":"/library/parts/3114/1592327150/file.mp3","duration":191216,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\013 - Defender.mp3","size":8632439,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3466","key":"/library/metadata/3466","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e27","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Water Tower","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":14,"parentIndex":1,"ratingCount":20040,"viewCount":1,"lastViewedAt":1592297618,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":230896,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3108,"duration":230896,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3115,"key":"/library/parts/3115/1592327150/file.mp3","duration":230896,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\014 - Water Tower.mp3","size":10219645,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3467","key":"/library/metadata/3467","parentRatingKey":"3452","grandparentRatingKey":"3418","guid":"plex://track/5d07f353403c6402902d0e29","parentGuid":"plex://album/5d07c9eb403c640290cd4dbf","grandparentGuid":"plex://artist/5d07bc07403c6402904ad640","type":"track","title":"Molecules","grandparentKey":"/library/metadata/3418","parentKey":"/library/metadata/3452","grandparentTitle":"Aesop Rock","parentTitle":"The Impossible Kid","summary":"","index":15,"parentIndex":1,"ratingCount":19838,"viewCount":1,"lastViewedAt":1592297824,"thumb":"/library/metadata/3452/thumb/1592328938","art":"/library/metadata/3418/art/1595065057","parentThumb":"/library/metadata/3452/thumb/1592328938","grandparentThumb":"/library/metadata/3418/thumb/1595065057","grandparentArt":"/library/metadata/3418/art/1595065057","duration":202762,"addedAt":1592328924,"updatedAt":1595065070,"Media":[{"id":3109,"duration":202762,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3116,"key":"/library/parts/3116/1592327150/file.mp3","duration":202762,"file":"D:\\Public\\Media\\Music\\Aesop Rock\\The Impossible Kid\\015 - Molecules.mp3","size":9094286,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3254","key":"/library/metadata/3254","parentRatingKey":"3253","grandparentRatingKey":"928","guid":"plex://track/5d07fed7403c640290c1e529","parentGuid":"plex://album/5d07cbb1403c640290e0e1bf","grandparentGuid":"plex://artist/5d07bd76403c6402905eb7fe","type":"track","title":"空に歌えば","grandparentKey":"/library/metadata/928","parentKey":"/library/metadata/3253","grandparentTitle":"amazarashi","parentTitle":"地方都市のメメント・モリ","summary":"","index":5,"parentIndex":1,"ratingCount":1967,"thumb":"/library/metadata/3253/thumb/1591780334","parentThumb":"/library/metadata/3253/thumb/1591780334","grandparentThumb":"/library/metadata/928/thumb/1595497004","duration":218200,"addedAt":1591780332,"updatedAt":1595497088,"Media":[{"id":2899,"duration":218200,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2899,"key":"/library/parts/2899/1591831796/file.mp3","duration":218200,"file":"D:\\Public\\Media\\Music\\amazarashi\\地方都市のメメント・モリ\\005 - Sora ni Utaeba.mp3","size":5532411,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2301","key":"/library/metadata/2301","parentRatingKey":"2300","grandparentRatingKey":"2007","guid":"plex://track/5ee01511c5e64fcc10a0ba63","parentGuid":"plex://album/5ee014c6c5e64fcc109aa871","grandparentGuid":"plex://artist/5d07be64403c64029068b452","type":"track","title":"The Fall of Earth","titleSort":"Fall of Earth","grandparentKey":"/library/metadata/2007","parentKey":"/library/metadata/2300","grandparentTitle":"Anonymuz","parentTitle":"Abstract 9","summary":"","index":1,"parentIndex":1,"ratingCount":1105,"thumb":"/library/metadata/2300/thumb/1595065067","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2300/thumb/1595065067","grandparentThumb":"/library/metadata/2007/thumb/1595065054","grandparentArt":"/library/metadata/2007/art/1595065054","duration":91402,"addedAt":1591780051,"updatedAt":1595065067,"Media":[{"id":2018,"duration":91402,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2018,"key":"/library/parts/2018/1591831540/file.mp3","duration":91402,"file":"D:\\Public\\Media\\Music\\Anonymuz\\Abstract 9\\001 - The Fall of Earth.mp3","size":1485877,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2016","key":"/library/metadata/2016","parentRatingKey":"2015","grandparentRatingKey":"2007","guid":"plex://track/5d07fe63403c640290bb37a2","parentGuid":"plex://album/5d07cb40403c640290dc17a2","grandparentGuid":"plex://artist/5d07be64403c64029068b452","type":"track","title":"Urameshi","grandparentKey":"/library/metadata/2007","parentKey":"/library/metadata/2015","grandparentTitle":"Anonymuz","parentTitle":"Urameshi","summary":"","index":2,"parentIndex":1,"ratingCount":2428,"viewCount":1,"lastViewedAt":1591602807,"thumb":"/library/metadata/2015/thumb/1592039368","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2015/thumb/1592039368","grandparentThumb":"/library/metadata/2007/thumb/1595065054","grandparentArt":"/library/metadata/2007/art/1595065054","duration":195448,"addedAt":1579030858,"updatedAt":1595065063,"Media":[{"id":1768,"duration":195448,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1768,"key":"/library/parts/1768/1591831538/file.mp3","duration":195448,"file":"D:\\Public\\Media\\Music\\Anonymuz\\Urameshi\\002 - Urameshi.mp3","size":3280481,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2017","key":"/library/metadata/2017","parentRatingKey":"2015","grandparentRatingKey":"2007","guid":"plex://track/5d07fe63403c640290bb3bdf","parentGuid":"plex://album/5d07cb40403c640290dc17a2","grandparentGuid":"plex://artist/5d07be64403c64029068b452","type":"track","title":"Hiei","grandparentKey":"/library/metadata/2007","parentKey":"/library/metadata/2015","grandparentTitle":"Anonymuz","parentTitle":"Urameshi","summary":"","index":5,"parentIndex":1,"ratingCount":1179,"viewCount":1,"lastViewedAt":1591602492,"thumb":"/library/metadata/2015/thumb/1592039368","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2015/thumb/1592039368","grandparentThumb":"/library/metadata/2007/thumb/1595065054","grandparentArt":"/library/metadata/2007/art/1595065054","duration":197146,"addedAt":1579030858,"updatedAt":1595065063,"Media":[{"id":1769,"duration":197146,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1769,"key":"/library/parts/1769/1591831538/file.mp3","duration":197146,"file":"D:\\Public\\Media\\Music\\Anonymuz\\Urameshi\\005 - Hiei.mp3","size":3307640,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2009","key":"/library/metadata/2009","parentRatingKey":"2008","grandparentRatingKey":"2007","guid":"plex://track/5d07f961403c64029079d114","parentGuid":"plex://album/5d07ca94403c640290d4a653","grandparentGuid":"plex://artist/5d07be64403c64029068b452","type":"track","title":"Vice","grandparentKey":"/library/metadata/2007","parentKey":"/library/metadata/2008","grandparentTitle":"Anonymuz","parentTitle":"Vice City","summary":"","index":7,"parentIndex":1,"ratingCount":117,"viewCount":1,"lastViewedAt":1591603390,"thumb":"/library/metadata/2008/thumb/1592039369","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2008/thumb/1592039369","grandparentThumb":"/library/metadata/2007/thumb/1595065054","grandparentArt":"/library/metadata/2007/art/1595065054","duration":223503,"addedAt":1579030930,"updatedAt":1595065065,"Media":[{"id":1762,"duration":223503,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1762,"key":"/library/parts/1762/1591831538/file.mp3","duration":223503,"file":"D:\\Public\\Media\\Music\\Anonymuz\\Vice City\\007 - Vice.mp3","size":4089602,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2010","key":"/library/metadata/2010","parentRatingKey":"2008","grandparentRatingKey":"2007","guid":"plex://track/5d07f961403c64029079d71f","parentGuid":"plex://album/5d07ca94403c640290d4a653","grandparentGuid":"plex://artist/5d07be64403c64029068b452","type":"track","title":"Cowboy Bebop","grandparentKey":"/library/metadata/2007","parentKey":"/library/metadata/2008","grandparentTitle":"Anonymuz","parentTitle":"Vice City","summary":"","index":8,"parentIndex":1,"ratingCount":1101,"viewCount":1,"lastViewedAt":1591602309,"thumb":"/library/metadata/2008/thumb/1592039369","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2008/thumb/1592039369","grandparentThumb":"/library/metadata/2007/thumb/1595065054","grandparentArt":"/library/metadata/2007/art/1595065054","duration":170031,"addedAt":1579030930,"updatedAt":1595065065,"Media":[{"id":1763,"duration":170031,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1763,"key":"/library/parts/1763/1591831538/file.mp3","duration":170031,"file":"D:\\Public\\Media\\Music\\Anonymuz\\Vice City\\008 - Cowboy Bebop.mp3","size":3234056,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2011","key":"/library/metadata/2011","parentRatingKey":"2008","grandparentRatingKey":"2007","guid":"plex://track/5d07f961403c64029079d1ea","parentGuid":"plex://album/5d07ca94403c640290d4a653","grandparentGuid":"plex://artist/5d07be64403c64029068b452","type":"track","title":"Pride","grandparentKey":"/library/metadata/2007","parentKey":"/library/metadata/2008","grandparentTitle":"Anonymuz","parentTitle":"Vice City","summary":"","index":9,"parentIndex":1,"ratingCount":706,"viewCount":1,"lastViewedAt":1591602938,"thumb":"/library/metadata/2008/thumb/1592039369","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2008/thumb/1592039369","grandparentThumb":"/library/metadata/2007/thumb/1595065054","grandparentArt":"/library/metadata/2007/art/1595065054","duration":139807,"addedAt":1579030930,"updatedAt":1595065065,"Media":[{"id":1764,"duration":139807,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1764,"key":"/library/parts/1764/1591831538/file.mp3","duration":139807,"file":"D:\\Public\\Media\\Music\\Anonymuz\\Vice City\\009 - Pride.mp3","size":2750463,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2012","key":"/library/metadata/2012","parentRatingKey":"2008","grandparentRatingKey":"2007","guid":"plex://track/5d07f961403c64029079ce1e","parentGuid":"plex://album/5d07ca94403c640290d4a653","grandparentGuid":"plex://artist/5d07be64403c64029068b452","type":"track","title":"Before the Fall","grandparentKey":"/library/metadata/2007","parentKey":"/library/metadata/2008","grandparentTitle":"Anonymuz","parentTitle":"Vice City","summary":"","index":10,"parentIndex":1,"ratingCount":709,"viewCount":1,"lastViewedAt":1591603105,"thumb":"/library/metadata/2008/thumb/1592039369","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2008/thumb/1592039369","grandparentThumb":"/library/metadata/2007/thumb/1595065054","grandparentArt":"/library/metadata/2007/art/1595065054","duration":175124,"addedAt":1579030930,"updatedAt":1595065065,"Media":[{"id":1765,"duration":175124,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1765,"key":"/library/parts/1765/1591831538/file.mp3","duration":175124,"file":"D:\\Public\\Media\\Music\\Anonymuz\\Vice City\\010 - Before the Fall.mp3","size":3315566,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2013","key":"/library/metadata/2013","parentRatingKey":"2008","grandparentRatingKey":"2007","guid":"plex://track/5d07f961403c64029079ca61","parentGuid":"plex://album/5d07ca94403c640290d4a653","grandparentGuid":"plex://artist/5d07be64403c64029068b452","type":"track","title":"Warfare","grandparentKey":"/library/metadata/2007","parentKey":"/library/metadata/2008","grandparentTitle":"Anonymuz","parentTitle":"Vice City","summary":"","index":13,"parentIndex":1,"ratingCount":808,"viewCount":1,"lastViewedAt":1591602161,"thumb":"/library/metadata/2008/thumb/1592039369","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2008/thumb/1592039369","grandparentThumb":"/library/metadata/2007/thumb/1595065054","grandparentArt":"/library/metadata/2007/art/1595065054","duration":180035,"addedAt":1579030930,"updatedAt":1595065065,"Media":[{"id":1766,"duration":180035,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1766,"key":"/library/parts/1766/1591831538/file.mp3","duration":180035,"file":"D:\\Public\\Media\\Music\\Anonymuz\\Vice City\\013 - Warfare.mp3","size":3394126,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2014","key":"/library/metadata/2014","parentRatingKey":"2008","grandparentRatingKey":"2007","guid":"plex://track/5d07f961403c64029079ccfb","parentGuid":"plex://album/5d07ca94403c640290d4a653","grandparentGuid":"plex://artist/5d07be64403c64029068b452","type":"track","title":"Reasonable Doubt","grandparentKey":"/library/metadata/2007","parentKey":"/library/metadata/2008","grandparentTitle":"Anonymuz","parentTitle":"Vice City","summary":"","index":14,"parentIndex":1,"ratingCount":1873,"viewCount":1,"lastViewedAt":1591602638,"thumb":"/library/metadata/2008/thumb/1592039369","art":"/library/metadata/2007/art/1595065054","parentThumb":"/library/metadata/2008/thumb/1592039369","grandparentThumb":"/library/metadata/2007/thumb/1595065054","grandparentArt":"/library/metadata/2007/art/1595065054","duration":166164,"addedAt":1579030930,"updatedAt":1595065065,"Media":[{"id":1767,"duration":166164,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1767,"key":"/library/parts/1767/1591831538/file.mp3","duration":166164,"file":"D:\\Public\\Media\\Music\\Anonymuz\\Vice City\\014 - Reasonable Doubt.mp3","size":3172208,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1319","key":"/library/metadata/1319","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07dc97403c640290047b07","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Trine 2 Main Theme","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":1,"parentIndex":1,"ratingCount":5272,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":151797,"addedAt":1579311790,"updatedAt":1595497167,"Media":[{"id":1141,"duration":151797,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1141,"key":"/library/parts/1141/1591831550/file.mp3","duration":151797,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\001 - Trine 2 Main Theme.mp3","size":3999125,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1320","key":"/library/metadata/1320","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519c2d","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Story Begins","titleSort":"Story Begins","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":2,"parentIndex":1,"ratingCount":2670,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":182099,"addedAt":1579311790,"updatedAt":1595497167,"Media":[{"id":1142,"duration":182099,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1142,"key":"/library/parts/1142/1591831550/file.mp3","duration":182099,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\002 - The Story Begins.mp3","size":4726372,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1321","key":"/library/metadata/1321","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519a28","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Mighty Warrior Pontius","titleSort":"Mighty Warrior Pontius","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":3,"parentIndex":1,"ratingCount":2368,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":90096,"addedAt":1579311790,"updatedAt":1595497167,"Media":[{"id":1143,"duration":90096,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1143,"key":"/library/parts/1143/1591831550/file.mp3","duration":90096,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\003 - The Mighty Warrior Pontius.mp3","size":2518312,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3239","key":"/library/metadata/3239","parentRatingKey":"3238","grandparentRatingKey":"1275","guid":"plex://track/5d07e161403c64029051a593","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Mighty Warrior Pontius, Part II","titleSort":"Mighty Warrior Pontius, Part II","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3238","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":4,"parentIndex":1,"ratingCount":2367,"thumb":"/library/metadata/3238/thumb/1591780327","parentThumb":"/library/metadata/3238/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":90096,"addedAt":1591780322,"updatedAt":1595497170,"Media":[{"id":2888,"duration":90096,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2888,"key":"/library/parts/2888/1591831550/file.mp3","duration":90096,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\004 - The Mighty Warrior Pontius, Part II.mp3","size":2518330,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1323","key":"/library/metadata/1323","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07dc97403c640290047b0c","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Thieves Guild","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":5,"parentIndex":1,"ratingCount":2429,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":109008,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1145,"duration":109008,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1145,"key":"/library/parts/1145/1591831550/file.mp3","duration":109008,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\005 - Thieves Guild.mp3","size":2972191,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1324","key":"/library/metadata/1324","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a2d2","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Mudwater Dale","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":6,"parentIndex":1,"ratingCount":2102,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":190093,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1146,"duration":190093,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1146,"key":"/library/parts/1146/1591831550/file.mp3","duration":190093,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\006 - Mudwater Dale.mp3","size":4918209,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3240","key":"/library/metadata/3240","parentRatingKey":"3238","grandparentRatingKey":"1275","guid":"plex://track/5d07dc97403c640290047b10","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Waltz of the Temple Forest Elves","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3238","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":7,"parentIndex":1,"ratingCount":2645,"thumb":"/library/metadata/3238/thumb/1591780327","parentThumb":"/library/metadata/3238/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":225306,"addedAt":1591780322,"updatedAt":1595497170,"Media":[{"id":2889,"duration":225306,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2889,"key":"/library/parts/2889/1591831550/file.mp3","duration":225306,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\007 - Waltz of the Temple Forest Elves.mp3","size":5763359,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1326","key":"/library/metadata/1326","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a140","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Goblins!","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":8,"parentIndex":1,"ratingCount":2236,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":80039,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1148,"duration":80039,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1148,"key":"/library/parts/1148/1591831550/file.mp3","duration":80039,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\008 - Goblins!.mp3","size":2276844,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1327","key":"/library/metadata/1327","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519dd8","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Mosslight Marsh","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":9,"parentIndex":1,"ratingCount":1895,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":211513,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1149,"duration":211513,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1149,"key":"/library/parts/1149/1591831552/file.mp3","duration":211513,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\009 - Mosslight Marsh.mp3","size":5432302,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3241","key":"/library/metadata/3241","parentRatingKey":"3238","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a241","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Snake, Oh It’s a Snake!","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3238","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":10,"parentIndex":1,"ratingCount":2274,"thumb":"/library/metadata/3238/thumb/1591780327","parentThumb":"/library/metadata/3238/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":89678,"addedAt":1591780323,"updatedAt":1595497170,"Media":[{"id":2890,"duration":89678,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2890,"key":"/library/parts/2890/1591831552/file.mp3","duration":89678,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\010 - Snake, Oh It’s a Snake!.mp3","size":2508217,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1329","key":"/library/metadata/1329","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519e3a","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Petrified Tree","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":11,"parentIndex":1,"ratingCount":1935,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":220290,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1151,"duration":220290,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1151,"key":"/library/parts/1151/1591831552/file.mp3","duration":220290,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\011 - Petrified Tree.mp3","size":5642954,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1330","key":"/library/metadata/1330","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519b60","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Goblins! Part II","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":12,"parentIndex":1,"ratingCount":2076,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":80039,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1152,"duration":80039,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1152,"key":"/library/parts/1152/1591831552/file.mp3","duration":80039,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\012 - Goblins! Part II.mp3","size":2276863,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1331","key":"/library/metadata/1331","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519c2f","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Shadowed Halls","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":13,"parentIndex":1,"ratingCount":1801,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":232333,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1153,"duration":232333,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1153,"key":"/library/parts/1153/1591831552/file.mp3","duration":232333,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\013 - Shadowed Halls.mp3","size":5931973,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3242","key":"/library/metadata/3242","parentRatingKey":"3238","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519a2a","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Lost Court of Mushroom Caves","titleSort":"Lost Court of Mushroom Caves","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3238","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":14,"parentIndex":1,"ratingCount":2052,"thumb":"/library/metadata/3238/thumb/1591780327","parentThumb":"/library/metadata/3238/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":192992,"addedAt":1591780323,"updatedAt":1595497170,"Media":[{"id":2891,"duration":192992,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2891,"key":"/library/parts/2891/1591831552/file.mp3","duration":192992,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\014 - The Lost Court of Mushroom Caves.mp3","size":4987839,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1333","key":"/library/metadata/1333","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e161403c64029051a594","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Hushing Grove","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":15,"parentIndex":1,"ratingCount":1804,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":223843,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1155,"duration":223843,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1155,"key":"/library/parts/1155/1591831552/file.mp3","duration":223843,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\015 - Hushing Grove.mp3","size":5728216,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3243","key":"/library/metadata/3243","parentRatingKey":"3238","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519a2e","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"For the Kingdom!","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3238","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":16,"parentIndex":1,"ratingCount":1746,"thumb":"/library/metadata/3238/thumb/1591780327","parentThumb":"/library/metadata/3238/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":80039,"addedAt":1591780323,"updatedAt":1595497170,"Media":[{"id":2892,"duration":80039,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2892,"key":"/library/parts/2892/1591831552/file.mp3","duration":80039,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\016 - For the Kingdom!.mp3","size":2276863,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1335","key":"/library/metadata/1335","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a2d3","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Searock Castle","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":17,"parentIndex":1,"ratingCount":1882,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":289697,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1157,"duration":289697,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1157,"key":"/library/parts/1157/1591831552/file.mp3","duration":289697,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\017 - Searock Castle.mp3","size":7308731,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1336","key":"/library/metadata/1336","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519ad8","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Eldritch Passages","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":18,"parentIndex":1,"ratingCount":1653,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":227004,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1158,"duration":227004,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1158,"key":"/library/parts/1158/1591831554/file.mp3","duration":227004,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\018 - Eldritch Passages.mp3","size":5804084,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1337","key":"/library/metadata/1337","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a143","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Icewarden Keep","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":19,"parentIndex":1,"ratingCount":1904,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":241293,"addedAt":1579311792,"updatedAt":1595497167,"Media":[{"id":1159,"duration":241293,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1159,"key":"/library/parts/1159/1591831554/file.mp3","duration":241293,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\019 - Icewarden Keep.mp3","size":6147013,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1338","key":"/library/metadata/1338","parentRatingKey":"1318","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519cc9","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Giant Dragon","titleSort":"Giant Dragon","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/1318","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":20,"parentIndex":1,"ratingCount":1699,"thumb":"/library/metadata/1318/thumb/1592039349","parentThumb":"/library/metadata/1318/thumb/1592039349","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":176431,"addedAt":1579311802,"updatedAt":1595497167,"Media":[{"id":1160,"duration":176431,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1160,"key":"/library/parts/1160/1591831554/file.mp3","duration":176431,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\020 - The Giant Dragon.mp3","size":4590286,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3244","key":"/library/metadata/3244","parentRatingKey":"3238","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519dd9","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Trine 2 Main Theme (Storybook version)","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3238","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":21,"parentIndex":1,"ratingCount":2098,"thumb":"/library/metadata/3238/thumb/1591780327","parentThumb":"/library/metadata/3238/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":90305,"addedAt":1591780323,"updatedAt":1595497170,"Media":[{"id":2893,"duration":90305,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2893,"key":"/library/parts/2893/1591831554/file.mp3","duration":90305,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\021 - Trine 2 Main Theme (Storybook version).mp3","size":2523292,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3245","key":"/library/metadata/3245","parentRatingKey":"3238","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a245","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Trine 2 Main Theme (orchestral version)","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3238","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":22,"parentIndex":1,"ratingCount":1107,"thumb":"/library/metadata/3238/thumb/1591780327","parentThumb":"/library/metadata/3238/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":126223,"addedAt":1591780323,"updatedAt":1595497170,"Media":[{"id":2894,"duration":126223,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2894,"key":"/library/parts/2894/1591831554/file.mp3","duration":126223,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\022 - Trine 2 Main Theme (orchestral version).mp3","size":3385338,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3246","key":"/library/metadata/3246","parentRatingKey":"3238","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519e3c","parentGuid":"plex://album/5d07c5df403c640290ac4d3d","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Giant Dragon (orchestral version)","titleSort":"Giant Dragon (orchestral version)","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3238","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 2: Soundtrack: Special Edition","summary":"","index":23,"parentIndex":1,"ratingCount":1699,"thumb":"/library/metadata/3238/thumb/1591780327","parentThumb":"/library/metadata/3238/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":144378,"addedAt":1591780323,"updatedAt":1595497170,"Media":[{"id":2895,"duration":144378,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2895,"key":"/library/parts/2895/1591831554/file.mp3","duration":144378,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 2 Soundtrack\\023 - The Giant Dragon (orchestral version).mp3","size":3821056,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3205","key":"/library/metadata/3205","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e3cbf","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Trine 3 Main Theme","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":170031,"addedAt":1591780317,"updatedAt":1595497170,"Media":[{"id":2856,"duration":170031,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2856,"key":"/library/parts/2856/1591831546/file.mp3","duration":170031,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\001 - Trine 3 Main Theme.mp3","size":5266991,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3206","key":"/library/metadata/3206","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e3d46","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Pontius the Knight","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":190093,"addedAt":1591780317,"updatedAt":1595497170,"Media":[{"id":2857,"duration":190093,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2857,"key":"/library/parts/2857/1591831546/file.mp3","duration":190093,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\002 - Pontius the Knight.mp3","size":5748482,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3207","key":"/library/metadata/3207","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e4152","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Smash Puny Goblins","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":73168,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2858,"duration":73168,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2858,"key":"/library/parts/2858/1591831546/file.mp3","duration":73168,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\003 - Smash Puny Goblins.mp3","size":2942301,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3208","key":"/library/metadata/3208","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d1403c6402900e4886","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Zoya the Thief","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":176770,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2859,"duration":176770,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2859,"key":"/library/parts/2859/1591831546/file.mp3","duration":176770,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\004 - Zoya the Thief.mp3","size":5428733,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3209","key":"/library/metadata/3209","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e3f47","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Amadeus the Wizard","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":234187,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2860,"duration":234187,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2860,"key":"/library/parts/2860/1591831546/file.mp3","duration":234187,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\005 - Amadeus the Wizard.mp3","size":6806755,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3210","key":"/library/metadata/3210","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e3f27","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Academy Gatehouse","titleSort":"Academy Gatehouse","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":6,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":281835,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2861,"duration":281835,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2861,"key":"/library/parts/2861/1591831546/file.mp3","duration":281835,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\006 - The Academy Gatehouse.mp3","size":7950297,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3211","key":"/library/metadata/3211","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e4659","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Guardian of the Walls","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":73665,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2862,"duration":73665,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2862,"key":"/library/parts/2862/1591831548/file.mp3","duration":73665,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\007 - Guardian of the Walls.mp3","size":2954219,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3212","key":"/library/metadata/3212","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e3dff","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Astral Academy Recrudesce","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":8,"parentIndex":1,"ratingCount":3402,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":244532,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2863,"duration":244532,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2863,"key":"/library/parts/2863/1591831548/file.mp3","duration":244532,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\008 - Astral Academy Recrudesce.mp3","size":7055036,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3213","key":"/library/metadata/3213","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e4115","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Academy Hallways Resurrected","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":9,"parentIndex":1,"ratingCount":2987,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":254145,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2864,"duration":254145,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2864,"key":"/library/parts/2864/1591831548/file.mp3","duration":254145,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\009 - Academy Hallways Resurrected.mp3","size":7285754,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3214","key":"/library/metadata/3214","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e462d","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Infernal Minions of Sarek","titleSort":"Infernal Minions of Sarek","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":10,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":194586,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2865,"duration":194586,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2865,"key":"/library/parts/2865/1591831548/file.mp3","duration":194586,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\010 - The Infernal Minions of Sarek.mp3","size":5856339,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3215","key":"/library/metadata/3215","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e36e6","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Chronicles of the Guardian","titleSort":"Chronicles of the Guardian","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":314331,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2866,"duration":314331,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2866,"key":"/library/parts/2866/1591831548/file.mp3","duration":314331,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\011 - The Chronicles of the Guardian.mp3","size":8730229,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3216","key":"/library/metadata/3216","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0cf403c6402900e2fc3","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Redwood Forest","titleSort":"Redwood Forest","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":321227,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2867,"duration":321227,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2867,"key":"/library/parts/2867/1591831548/file.mp3","duration":321227,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\012 - The Redwood Forest.mp3","size":8895716,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3217","key":"/library/metadata/3217","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e37a0","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Beast in the Trees","titleSort":"Beast in the Trees","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":13,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":170031,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2868,"duration":170031,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2868,"key":"/library/parts/2868/1591831548/file.mp3","duration":170031,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\013 - The Beast in the Trees.mp3","size":5267003,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3218","key":"/library/metadata/3218","parentRatingKey":"3204","grandparentRatingKey":"1275","guid":"plex://track/5d07f0d0403c6402900e396a","parentGuid":"plex://album/5d07c9ac403c640290caec58","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Lost Mines","titleSort":"Lost Mines","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3204","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 3: The Artifacts of Power Original Soundtrack","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/3204/thumb/1591780324","parentThumb":"/library/metadata/3204/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":182177,"addedAt":1591780318,"updatedAt":1595497170,"Media":[{"id":2869,"duration":182177,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2869,"key":"/library/parts/2869/1591831548/file.mp3","duration":182177,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 3- The Artifacts of Power Original Soundtrack\\014 - The Lost Mines.mp3","size":5558386,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3178","key":"/library/metadata/3178","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b7573e1","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Main Theme","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":185182,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2830,"duration":185182,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2830,"key":"/library/parts/2830/1591831554/file.mp3","duration":185182,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\001 - Main Theme.mp3","size":4927492,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3179","key":"/library/metadata/3179","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b7573e9","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"A Wintery Morning","titleSort":"Wintery Morning","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":247405,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2831,"duration":247405,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2831,"key":"/library/parts/2831/1591831554/file.mp3","duration":247405,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\002 - A Wintery Morning.mp3","size":6420814,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3180","key":"/library/metadata/3180","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b7573ef","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Cursed Manor","titleSort":"Cursed Manor","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":216973,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2832,"duration":216973,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2832,"key":"/library/parts/2832/1591831556/file.mp3","duration":216973,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\003 - The Cursed Manor.mp3","size":5690288,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3181","key":"/library/metadata/3181","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b7573f5","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"A Knight Turned Villain","titleSort":"Knight Turned Villain","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":149916,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2833,"duration":149916,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2833,"key":"/library/parts/2833/1591831556/file.mp3","duration":149916,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\004 - A Knight Turned Villain.mp3","size":4081089,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3182","key":"/library/metadata/3182","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b7573fb","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"A Masquerade Night","titleSort":"Masquerade Night","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":214804,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2834,"duration":214804,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2834,"key":"/library/parts/2834/1591831556/file.mp3","duration":214804,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\005 - A Masquerade Night.mp3","size":5638396,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3183","key":"/library/metadata/3183","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b757401","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Craghill Moors","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":6,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":271908,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2835,"duration":271908,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2835,"key":"/library/parts/2835/1591831556/file.mp3","duration":271908,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\006 - Craghill Moors.mp3","size":7008876,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3184","key":"/library/metadata/3184","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b7575bf","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Hunter on the Heath","titleSort":"Hunter on the Heath","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":149916,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2836,"duration":149916,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2836,"key":"/library/parts/2836/1591831556/file.mp3","duration":149916,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\007 - The Hunter on the Heath.mp3","size":4081090,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3185","key":"/library/metadata/3185","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b757408","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Thorny Hedge Maze","titleSort":"Thorny Hedge Maze","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":8,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":337214,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2837,"duration":337214,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2837,"key":"/library/parts/2837/1591831556/file.mp3","duration":337214,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\008 - The Thorny Hedge Maze.mp3","size":8576237,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3186","key":"/library/metadata/3186","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b757410","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Heatherwood Hall","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":336065,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2838,"duration":336065,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2838,"key":"/library/parts/2838/1591831556/file.mp3","duration":336065,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\009 - Heatherwood Hall.mp3","size":8548640,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3187","key":"/library/metadata/3187","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7575c2","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Prince's Dream","titleSort":"Prince's Dream","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":10,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":286145,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2839,"duration":286145,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2839,"key":"/library/parts/2839/1591831556/file.mp3","duration":286145,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\010 - The Prince's Dream.mp3","size":7350568,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3188","key":"/library/metadata/3188","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6ef856e113a5b757414","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"A Wizard's Worst Nightmare","titleSort":"Wizard's Worst Nightmare","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":149916,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2840,"duration":149916,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2840,"key":"/library/parts/2840/1591831556/file.mp3","duration":149916,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\011 - A Wizard's Worst Nightmare.mp3","size":4081098,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3189","key":"/library/metadata/3189","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7575c8","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Moonlit Forests","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":280293,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2841,"duration":280293,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2841,"key":"/library/parts/2841/1591831556/file.mp3","duration":280293,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\012 - Moonlit Forests.mp3","size":7210128,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3190","key":"/library/metadata/3190","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7575cc","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Badgerborough","titleSort":"Badgerborough","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":13,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":313051,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2842,"duration":313051,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2842,"key":"/library/parts/2842/1591831558/file.mp3","duration":313051,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\013 - The Badgerborough.mp3","size":7996313,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3191","key":"/library/metadata/3191","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7575d6","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Goldleaf Garden","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":276506,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2843,"duration":276506,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2843,"key":"/library/parts/2843/1591831558/file.mp3","duration":276506,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\014 - Goldleaf Garden.mp3","size":7119221,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3192","key":"/library/metadata/3192","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7575dc","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Firwood Water","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":15,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":265508,"addedAt":1591780313,"updatedAt":1595497172,"Media":[{"id":2844,"duration":265508,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2844,"key":"/library/parts/2844/1591831558/file.mp3","duration":265508,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\015 - Firwood Water.mp3","size":6855275,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3193","key":"/library/metadata/3193","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7575df","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Broken Fellowship","titleSort":"Broken Fellowship","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":16,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":121260,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2845,"duration":121260,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2845,"key":"/library/parts/2845/1591831558/file.mp3","duration":121260,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\016 - The Broken Fellowship.mp3","size":3393196,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3194","key":"/library/metadata/3194","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7575e5","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Crackling Mire","titleSort":"Crackling Mire","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":17,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":250723,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2846,"duration":250723,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2846,"key":"/library/parts/2846/1591831558/file.mp3","duration":250723,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\017 - The Crackling Mire.mp3","size":6500439,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3195","key":"/library/metadata/3195","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7575e8","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Blueberry Forest","titleSort":"Blueberry Forest","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":18,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":301714,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2847,"duration":301714,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2847,"key":"/library/parts/2847/1591831558/file.mp3","duration":301714,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\018 - The Blueberry Forest.mp3","size":7724087,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3196","key":"/library/metadata/3196","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7576b7","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Gossamer Grove","titleSort":"Gossamer Grove","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":19,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":313234,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2848,"duration":313234,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2848,"key":"/library/parts/2848/1591831558/file.mp3","duration":313234,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\019 - The Gossamer Grove.mp3","size":8000703,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3197","key":"/library/metadata/3197","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7576b9","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Her Majesty of Misdemeanor","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":20,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":149916,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2849,"duration":149916,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2849,"key":"/library/parts/2849/1591831560/file.mp3","duration":149916,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\020 - Her Majesty of Misdemeanor.mp3","size":4081098,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3198","key":"/library/metadata/3198","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7576bc","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Snow-Topped Heights","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":21,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":285440,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2850,"duration":285440,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2850,"key":"/library/parts/2850/1591831560/file.mp3","duration":285440,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\021 - Snow-Topped Heights.mp3","size":7333503,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3199","key":"/library/metadata/3199","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7576c2","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Nightmare Prince","titleSort":"Nightmare Prince","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":22,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":272274,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2851,"duration":272274,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2851,"key":"/library/parts/2851/1591831560/file.mp3","duration":272274,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\022 - The Nightmare Prince.mp3","size":7017527,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3200","key":"/library/metadata/3200","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7576c5","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Haunted Tombs","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":23,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":235702,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2852,"duration":235702,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2852,"key":"/library/parts/2852/1591831560/file.mp3","duration":235702,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\023 - Haunted Tombs.mp3","size":6139939,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3201","key":"/library/metadata/3201","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7576c9","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"The Rising Shadow","titleSort":"Rising Shadow","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":24,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":206811,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2853,"duration":206811,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2853,"key":"/library/parts/2853/1591831560/file.mp3","duration":206811,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\024 - The Rising Shadow.mp3","size":5446553,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3202","key":"/library/metadata/3202","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7576d2","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Toby's Dream","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":25,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":228806,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2854,"duration":228806,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2854,"key":"/library/parts/2854/1591831560/file.mp3","duration":228806,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\025 - Toby's Dream.mp3","size":5974285,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3203","key":"/library/metadata/3203","parentRatingKey":"3177","grandparentRatingKey":"1275","guid":"plex://track/5dfbc6f0856e113a5b7576d8","parentGuid":"plex://album/5dfb6b8f856e113a5b32078f","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Storytime","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3177","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine 4: The Nightmare Prince Original Soundtrack","summary":"","index":26,"parentIndex":1,"thumb":"/library/metadata/3177/thumb/1591780324","parentThumb":"/library/metadata/3177/thumb/1591780324","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":210860,"addedAt":1591780314,"updatedAt":1595497172,"Media":[{"id":2855,"duration":210860,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2855,"key":"/library/parts/2855/1591831560/file.mp3","duration":210860,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine 4- The Nightmare Prince Original Soundtrack\\026 - Storytime.mp3","size":5543572,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3220","key":"/library/metadata/3220","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519a22","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Astral Academy","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":1,"parentIndex":1,"ratingCount":3404,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":242834,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2870,"duration":242834,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2870,"key":"/library/parts/2870/1591831540/file.mp3","duration":242834,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\001 - Astral Academy.mp3","size":6700512,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3221","key":"/library/metadata/3221","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e161403c64029051a591","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Academy Hallways","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":2,"parentIndex":1,"ratingCount":2987,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":253701,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2871,"duration":253701,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2871,"key":"/library/parts/2871/1591831540/file.mp3","duration":253701,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\002 - Academy Hallways.mp3","size":6961323,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3222","key":"/library/metadata/3222","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519a27","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Wolvercote Catacombs","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":3,"parentIndex":1,"ratingCount":2807,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":300904,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2872,"duration":300904,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2872,"key":"/library/parts/2872/1591831540/file.mp3","duration":300904,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\003 - Wolvercote Catacombs.mp3","size":8094209,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3223","key":"/library/metadata/3223","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a2cf","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Dragon Graveyard","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":4,"parentIndex":1,"ratingCount":2909,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":232333,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2873,"duration":232333,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2873,"key":"/library/parts/2873/1591831540/file.mp3","duration":232333,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\004 - Dragon Graveyard.mp3","size":6448487,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3224","key":"/library/metadata/3224","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519ad2","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Crystal Caverns","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":5,"parentIndex":1,"ratingCount":3165,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":270132,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2874,"duration":270132,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2874,"key":"/library/parts/2874/1591831540/file.mp3","duration":270132,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\005 - Crystal Caverns.mp3","size":7355665,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3225","key":"/library/metadata/3225","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a138","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Crypt of the Damned","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":6,"parentIndex":1,"ratingCount":2498,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":218070,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2875,"duration":218070,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2875,"key":"/library/parts/2875/1591831542/file.mp3","duration":218070,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\006 - Crypt of the Damned.mp3","size":6106182,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3226","key":"/library/metadata/3226","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519dd5","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Forsaken Dungeons","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":7,"parentIndex":1,"ratingCount":2485,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":245551,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2876,"duration":245551,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2876,"key":"/library/parts/2876/1591831542/file.mp3","duration":245551,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\007 - Forsaken Dungeons.mp3","size":6765720,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3227","key":"/library/metadata/3227","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a235","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Throne of the Lost King","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":8,"parentIndex":1,"ratingCount":2359,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":276427,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2877,"duration":276427,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2877,"key":"/library/parts/2877/1591831542/file.mp3","duration":276427,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\008 - Throne of the Lost King.mp3","size":7506774,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3228","key":"/library/metadata/3228","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519e36","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Fangle Forest","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":9,"parentIndex":1,"ratingCount":2485,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":252813,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2878,"duration":252813,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2878,"key":"/library/parts/2878/1591831542/file.mp3","duration":252813,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\009 - Fangle Forest.mp3","size":6940001,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3229","key":"/library/metadata/3229","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519b5e","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Shadowthorn Thicket","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":10,"parentIndex":1,"ratingCount":2973,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":252813,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2879,"duration":252813,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2879,"key":"/library/parts/2879/1591831542/file.mp3","duration":252813,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\010 - Shadowthorn Thicket.mp3","size":6940013,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3230","key":"/library/metadata/3230","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519c2b","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Ruins of the Perished","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":11,"parentIndex":1,"ratingCount":3068,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":248241,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2880,"duration":248241,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2880,"key":"/library/parts/2880/1591831542/file.mp3","duration":248241,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\011 - Ruins of the Perished.mp3","size":6830305,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3231","key":"/library/metadata/3231","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519a26","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Waltz of the Perished","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":12,"parentIndex":1,"ratingCount":2154,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":265090,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2881,"duration":265090,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2881,"key":"/library/parts/2881/1591831544/file.mp3","duration":265090,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\012 - Waltz of the Perished.mp3","size":7234628,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3232","key":"/library/metadata/3232","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e161403c64029051a592","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Heartland Mines","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":13,"parentIndex":1,"ratingCount":2017,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":270863,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2882,"duration":270863,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2882,"key":"/library/parts/2882/1591831544/file.mp3","duration":270863,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\013 - Heartland Mines.mp3","size":7373220,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3233","key":"/library/metadata/3233","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519a29","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Bramblestoke Village","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":14,"parentIndex":1,"ratingCount":3648,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":252813,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2883,"duration":252813,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2883,"key":"/library/parts/2883/1591831544/file.mp3","duration":252813,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\014 - Bramblestoke Village.mp3","size":6940015,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3234","key":"/library/metadata/3234","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a2d0","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Iron Forge","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":15,"parentIndex":1,"ratingCount":2127,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":243800,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2884,"duration":243800,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2884,"key":"/library/parts/2884/1591831544/file.mp3","duration":243800,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\015 - Iron Forge.mp3","size":6723702,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3235","key":"/library/metadata/3235","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519ad3","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Tower of Sarek","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":16,"parentIndex":1,"ratingCount":2137,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":174210,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2885,"duration":174210,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2885,"key":"/library/parts/2885/1591831544/file.mp3","duration":174210,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\016 - Tower of Sarek.mp3","size":5053546,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3236","key":"/library/metadata/3236","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c64029051a13d","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Trine Main Theme","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":17,"parentIndex":1,"ratingCount":2787,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":102687,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2886,"duration":102687,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2886,"key":"/library/parts/2886/1591831544/file.mp3","duration":102687,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\017 - Trine Main Theme.mp3","size":3336992,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3237","key":"/library/metadata/3237","parentRatingKey":"3219","grandparentRatingKey":"1275","guid":"plex://track/5d07e160403c640290519dd7","parentGuid":"plex://album/5d07c415403c6402909c8cde","grandparentGuid":"plex://artist/5d07bc83403c6402905150d8","type":"track","title":"Trine Trailer Theme","grandparentKey":"/library/metadata/1275","parentKey":"/library/metadata/3219","grandparentTitle":"Ari Pulkkinen","parentTitle":"Trine Original Soundtrack","summary":"","index":18,"parentIndex":1,"ratingCount":1682,"thumb":"/library/metadata/3219/thumb/1591780327","parentThumb":"/library/metadata/3219/thumb/1591780327","grandparentThumb":"/library/metadata/1275/thumb/1595497045","duration":90305,"addedAt":1591780320,"updatedAt":1595497174,"Media":[{"id":2887,"duration":90305,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2887,"key":"/library/parts/2887/1591831546/file.mp3","duration":90305,"file":"D:\\Public\\Media\\Music\\Ari Pulkkinen\\Trine Original Soundtrack\\018 - Trine Trailer Theme.mp3","size":3039828,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"899","key":"/library/metadata/899","parentRatingKey":"898","grandparentRatingKey":"895","guid":"plex://track/5d07cf4b403c64029018e393","parentGuid":"plex://album/5d07c63d403c640290af673f","grandparentGuid":"plex://artist/5d07bc30403c6402904ce94a","type":"track","title":"遥か彼方","grandparentKey":"/library/metadata/895","parentKey":"/library/metadata/898","grandparentTitle":"ASIAN KUNG-FU GENERATION","parentTitle":"BEST HIT AKG","summary":"","index":1,"parentIndex":1,"ratingCount":18949,"thumb":"/library/metadata/898/thumb/1591408714","art":"/library/metadata/895/art/1595497003","parentThumb":"/library/metadata/898/thumb/1591408714","grandparentThumb":"/library/metadata/895/thumb/1595497003","grandparentArt":"/library/metadata/895/art/1595497003","duration":243147,"addedAt":1579328296,"updatedAt":1595497082,"Media":[{"id":802,"duration":243147,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":802,"key":"/library/parts/802/1591831560/file.mp3","duration":243147,"file":"D:\\Public\\Media\\Music\\ASIAN KUNG-FU GENERATION\\Best Hit AKG\\001 - Haruka Kanata.mp3","size":6578297,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3248","key":"/library/metadata/3248","parentRatingKey":"3247","grandparentRatingKey":"895","guid":"plex://track/5d07f321403c6402902a9cfe","parentGuid":"plex://album/5d07c9e6403c640290cd17fe","grandparentGuid":"plex://artist/5d07bc30403c6402904ce94a","type":"track","title":"Re: Re:","grandparentKey":"/library/metadata/895","parentKey":"/library/metadata/3247","grandparentTitle":"ASIAN KUNG-FU GENERATION","parentTitle":"Re: Re:","summary":"","index":1,"parentIndex":1,"ratingCount":4666,"thumb":"/library/metadata/3247/thumb/1591780328","art":"/library/metadata/895/art/1595497003","parentThumb":"/library/metadata/3247/thumb/1591780328","grandparentThumb":"/library/metadata/895/thumb/1595497003","grandparentArt":"/library/metadata/895/art/1595497003","duration":227395,"addedAt":1591780325,"updatedAt":1595497083,"Media":[{"id":2896,"duration":227395,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2896,"key":"/library/parts/2896/1591831562/file.mp3","duration":227395,"file":"D:\\Public\\Media\\Music\\ASIAN KUNG-FU GENERATION\\Re-Re-\\001 - Re- Re.mp3","size":5600297,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3385","key":"/library/metadata/3385","parentRatingKey":"3384","grandparentRatingKey":"978","guid":"plex://track/5d07d201403c640290563527","parentGuid":"plex://album/5d07c1e5403c6402908859c2","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Creature","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3384","grandparentTitle":"Atreyu","parentTitle":"A Death‐Grip on Yesterday","summary":"","index":1,"parentIndex":1,"ratingCount":111527,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3384/thumb/1591780400","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":179774,"addedAt":1591780395,"updatedAt":1595497100,"Media":[{"id":3004,"duration":179774,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3004,"key":"/library/parts/3004/1591831564/file.mp3","duration":179774,"file":"D:\\Public\\Media\\Music\\Atreyu\\A Death‐Grip on Yesterday\\001 - Creature.mp3","size":4912716,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3386","key":"/library/metadata/3386","parentRatingKey":"3384","grandparentRatingKey":"978","guid":"plex://track/5d07d201403c640290563655","parentGuid":"plex://album/5d07c1e5403c6402908859c2","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Shameful","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3384","grandparentTitle":"Atreyu","parentTitle":"A Death‐Grip on Yesterday","summary":"","index":2,"parentIndex":1,"ratingCount":107306,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3384/thumb/1591780400","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":211800,"addedAt":1591780395,"updatedAt":1595497100,"Media":[{"id":3005,"duration":211800,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3005,"key":"/library/parts/3005/1591831564/file.mp3","duration":211800,"file":"D:\\Public\\Media\\Music\\Atreyu\\A Death‐Grip on Yesterday\\002 - Shameful.mp3","size":5681757,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3387","key":"/library/metadata/3387","parentRatingKey":"3384","grandparentRatingKey":"978","guid":"plex://track/5d07d200403c64029056310b","parentGuid":"plex://album/5d07c1e5403c6402908859c2","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Our Sick Story (Thus Far)","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3384","grandparentTitle":"Atreyu","parentTitle":"A Death‐Grip on Yesterday","summary":"","index":3,"parentIndex":1,"ratingCount":51738,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3384/thumb/1591780400","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":211408,"addedAt":1591780395,"updatedAt":1595497100,"Media":[{"id":3006,"duration":211408,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3006,"key":"/library/parts/3006/1591831564/file.mp3","duration":211408,"file":"D:\\Public\\Media\\Music\\Atreyu\\A Death‐Grip on Yesterday\\003 - Our Sick Story (Thus Far).mp3","size":5671171,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3388","key":"/library/metadata/3388","parentRatingKey":"3384","grandparentRatingKey":"978","guid":"plex://track/5d07d201403c6402905635e8","parentGuid":"plex://album/5d07c1e5403c6402908859c2","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"The Theft","titleSort":"Theft","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3384","grandparentTitle":"Atreyu","parentTitle":"A Death‐Grip on Yesterday","summary":"","index":4,"parentIndex":1,"ratingCount":114509,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3384/thumb/1591780400","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":238759,"addedAt":1591780395,"updatedAt":1595497100,"Media":[{"id":3007,"duration":238759,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3007,"key":"/library/parts/3007/1591831564/file.mp3","duration":238759,"file":"D:\\Public\\Media\\Music\\Atreyu\\A Death‐Grip on Yesterday\\004 - The Theft.mp3","size":6327806,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3389","key":"/library/metadata/3389","parentRatingKey":"3384","grandparentRatingKey":"978","guid":"plex://track/5d07d201403c6402905632b4","parentGuid":"plex://album/5d07c1e5403c6402908859c2","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"We Stand Up","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3384","grandparentTitle":"Atreyu","parentTitle":"A Death‐Grip on Yesterday","summary":"","index":5,"parentIndex":1,"ratingCount":74415,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3384/thumb/1591780400","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":189675,"addedAt":1591780395,"updatedAt":1595497100,"Media":[{"id":3008,"duration":189675,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3008,"key":"/library/parts/3008/1591831566/file.mp3","duration":189675,"file":"D:\\Public\\Media\\Music\\Atreyu\\A Death‐Grip on Yesterday\\005 - We Stand Up.mp3","size":5150266,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3390","key":"/library/metadata/3390","parentRatingKey":"3384","grandparentRatingKey":"978","guid":"plex://track/5d07d201403c640290563b5c","parentGuid":"plex://album/5d07c1e5403c6402908859c2","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Ex’s and Oh’s","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3384","grandparentTitle":"Atreyu","parentTitle":"A Death‐Grip on Yesterday","summary":"","index":6,"parentIndex":1,"ratingCount":221006,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3384/thumb/1591780400","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":212244,"addedAt":1591780395,"updatedAt":1595497100,"Media":[{"id":3009,"duration":212244,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3009,"key":"/library/parts/3009/1591831566/file.mp3","duration":212244,"file":"D:\\Public\\Media\\Music\\Atreyu\\A Death‐Grip on Yesterday\\006 - Ex’s and Oh’s.mp3","size":5691069,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3391","key":"/library/metadata/3391","parentRatingKey":"3384","grandparentRatingKey":"978","guid":"plex://track/5d07d201403c6402905631d4","parentGuid":"plex://album/5d07c1e5403c6402908859c2","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Your Private War","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3384","grandparentTitle":"Atreyu","parentTitle":"A Death‐Grip on Yesterday","summary":"","index":7,"parentIndex":1,"ratingCount":74052,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3384/thumb/1591780400","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":213760,"addedAt":1591780395,"updatedAt":1595497100,"Media":[{"id":3010,"duration":213760,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3010,"key":"/library/parts/3010/1591831566/file.mp3","duration":213760,"file":"D:\\Public\\Media\\Music\\Atreyu\\A Death‐Grip on Yesterday\\007 - Your Private War.mp3","size":5728657,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3392","key":"/library/metadata/3392","parentRatingKey":"3384","grandparentRatingKey":"978","guid":"plex://track/5d07d200403c640290562fdd","parentGuid":"plex://album/5d07c1e5403c6402908859c2","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"My Fork in the Road (Your Knife in My Back)","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3384","grandparentTitle":"Atreyu","parentTitle":"A Death‐Grip on Yesterday","summary":"","index":8,"parentIndex":1,"ratingCount":62109,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3384/thumb/1591780400","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":208091,"addedAt":1591780395,"updatedAt":1595497100,"Media":[{"id":3011,"duration":208091,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3011,"key":"/library/parts/3011/1591831566/file.mp3","duration":208091,"file":"D:\\Public\\Media\\Music\\Atreyu\\A Death‐Grip on Yesterday\\008 - My Fork in the Road (Your Knife in My Back).mp3","size":5591212,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3393","key":"/library/metadata/3393","parentRatingKey":"3384","grandparentRatingKey":"978","guid":"plex://track/5d07d200403c640290562f15","parentGuid":"plex://album/5d07c1e5403c6402908859c2","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Untitled Finale","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3384","grandparentTitle":"Atreyu","parentTitle":"A Death‐Grip on Yesterday","summary":"","index":9,"parentIndex":1,"ratingCount":84169,"thumb":"/library/metadata/3384/thumb/1591780400","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3384/thumb/1591780400","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":316160,"addedAt":1591780395,"updatedAt":1595497100,"Media":[{"id":3012,"duration":316160,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3012,"key":"/library/parts/3012/1591831566/file.mp3","duration":316160,"file":"D:\\Public\\Media\\Music\\Atreyu\\A Death‐Grip on Yesterday\\009 - Untitled Finale.mp3","size":8186105,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"980","key":"/library/metadata/980","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907dec19","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Doomsday","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":1,"parentIndex":1,"ratingCount":167291,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":199888,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":844,"duration":199888,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":844,"key":"/library/parts/844/1591831562/file.mp3","duration":199888,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\001 - Doomsday.mp3","size":5193751,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"981","key":"/library/metadata/981","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907decef","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Honor","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":2,"parentIndex":1,"ratingCount":138808,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":188891,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":845,"duration":188891,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":845,"key":"/library/parts/845/1591831562/file.mp3","duration":188891,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\002 - Honor.mp3","size":4931002,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"982","key":"/library/metadata/982","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907deadc","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Falling Down","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":3,"parentIndex":1,"ratingCount":196170,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":183040,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":846,"duration":183040,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":846,"key":"/library/parts/846/1591831562/file.mp3","duration":183040,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\003 - Falling Down.mp3","size":4789388,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"983","key":"/library/metadata/983","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907df25b","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Becoming the Bull","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":4,"parentIndex":1,"ratingCount":226043,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":221022,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":847,"duration":221022,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":847,"key":"/library/parts/847/1591831562/file.mp3","duration":221022,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\004 - Becoming the Bull.mp3","size":5700347,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"984","key":"/library/metadata/984","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907df228","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"When Two Are One","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":5,"parentIndex":1,"ratingCount":120739,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":281155,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":848,"duration":281155,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":848,"key":"/library/parts/848/1591831562/file.mp3","duration":281155,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\005 - When Two Are One.mp3","size":7145321,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"985","key":"/library/metadata/985","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907deb73","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Lose It","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":6,"parentIndex":1,"ratingCount":109877,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":239725,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":849,"duration":239725,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":849,"key":"/library/parts/849/1591831562/file.mp3","duration":239725,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\006 - Lose It.mp3","size":6149188,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"986","key":"/library/metadata/986","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907df410","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"No One Cares","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":7,"parentIndex":1,"ratingCount":95301,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":188786,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":850,"duration":188786,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":850,"key":"/library/parts/850/1591831562/file.mp3","duration":188786,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\007 - No One Cares.mp3","size":4927220,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"987","key":"/library/metadata/987","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907df119","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Can't Happen Here","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":8,"parentIndex":1,"ratingCount":81884,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":242390,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":851,"duration":242390,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":851,"key":"/library/parts/851/1591831562/file.mp3","duration":242390,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\008 - Can't Happen Here.mp3","size":6213575,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"988","key":"/library/metadata/988","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907deeb2","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Slow Burn","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":9,"parentIndex":1,"ratingCount":108724,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":206759,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":852,"duration":206759,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":852,"key":"/library/parts/852/1591831564/file.mp3","duration":206759,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\009 - Slow Burn.mp3","size":5359715,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"989","key":"/library/metadata/989","parentRatingKey":"979","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907dee68","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Blow","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/979","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":10,"parentIndex":1,"ratingCount":181621,"thumb":"/library/metadata/979/thumb/1591408805","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/979/thumb/1591408805","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":250174,"addedAt":1579324482,"updatedAt":1595497100,"Media":[{"id":853,"duration":250174,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":853,"key":"/library/parts/853/1591831564/file.mp3","duration":250174,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\010 - Blow.mp3","size":6403152,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3395","key":"/library/metadata/3395","parentRatingKey":"3394","grandparentRatingKey":"978","guid":"plex://track/5d07d46d403c6402907df477","parentGuid":"plex://album/5d07c2ca403c64029090c88b","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3cca","type":"track","title":"Lead Sails (and a Paper Anchor)","grandparentKey":"/library/metadata/978","parentKey":"/library/metadata/3394","grandparentTitle":"Atreyu","parentTitle":"Lead Sails Paper Anchor","summary":"","index":11,"parentIndex":1,"ratingCount":52604,"thumb":"/library/metadata/3394/thumb/1591780399","art":"/library/metadata/978/art/1595497011","parentThumb":"/library/metadata/3394/thumb/1591780399","grandparentThumb":"/library/metadata/978/thumb/1595497011","grandparentArt":"/library/metadata/978/art/1595497011","duration":254772,"addedAt":1591780397,"updatedAt":1595497101,"Media":[{"id":3013,"duration":254772,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3013,"key":"/library/parts/3013/1591831564/file.mp3","duration":254772,"file":"D:\\Public\\Media\\Music\\Atreyu\\Lead Sails Paper Anchor\\011 - Lead Sails (and a Paper Anchor).mp3","size":6511456,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2252","key":"/library/metadata/2252","parentRatingKey":"2251","grandparentRatingKey":"564","guid":"plex://track/5ee02c82c5e64fcc10800248","parentGuid":"plex://album/5ee02c3ac5e64fcc107a2bac","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"HOT 97 Freestyle 2017","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2251","grandparentTitle":"Black Thought","parentTitle":"HOT 97 Freestyle 2017","summary":"","index":1,"parentIndex":1,"viewCount":36,"lastViewedAt":1595491827,"thumb":"/library/metadata/2251/thumb/1591780022","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2251/thumb/1591780022","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":654524,"addedAt":1591780019,"updatedAt":1595497079,"Media":[{"id":1981,"duration":654524,"bitrate":229,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1981,"key":"/library/parts/1981/1591831568/file.mp3","duration":654524,"file":"D:\\Public\\Media\\Music\\Black Thought\\HOT 97 Freestyle 2017\\001 - HOT 97 Freestyle 2017.mp3","size":18756731,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2260","key":"/library/metadata/2260","parentRatingKey":"2259","grandparentRatingKey":"564","guid":"plex://track/5d080849403c64029040884d","parentGuid":"plex://album/5d07cccd403c640290eaf99c","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"Fentanyl","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2259","grandparentTitle":"Black Thought","parentTitle":"Streams of Thought, Vol. 2","originalTitle":"Black Thought & Salaam Remi","summary":"","index":1,"parentIndex":1,"ratingCount":7530,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2259/thumb/1591780029","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":117159,"addedAt":1591780025,"updatedAt":1595497081,"Media":[{"id":1987,"duration":117159,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1987,"key":"/library/parts/1987/1591831566/file.mp3","duration":117159,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 2\\001 - Fentanyl.mp3","size":3027867,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2261","key":"/library/metadata/2261","parentRatingKey":"2259","grandparentRatingKey":"564","guid":"plex://track/5d080849403c64029040852a","parentGuid":"plex://album/5d07cccd403c640290eaf99c","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"Soundtrack to Confusion","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2259","grandparentTitle":"Black Thought","parentTitle":"Streams of Thought, Vol. 2","originalTitle":"Black Thought & Salaam Remi","summary":"","index":2,"parentIndex":1,"ratingCount":6778,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2259/thumb/1591780029","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":191373,"addedAt":1591780025,"updatedAt":1595497081,"Media":[{"id":1988,"duration":191373,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1988,"key":"/library/parts/1988/1591831566/file.mp3","duration":191373,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 2\\002 - Soundtrack to Confusion.mp3","size":4813419,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2262","key":"/library/metadata/2262","parentRatingKey":"2259","grandparentRatingKey":"564","guid":"plex://track/5d080849403c6402904088b4","parentGuid":"plex://album/5d07cccd403c640290eaf99c","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"Get Outlined","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2259","grandparentTitle":"Black Thought","parentTitle":"Streams of Thought, Vol. 2","originalTitle":"Black Thought & Salaam Remi","summary":"","index":3,"parentIndex":1,"ratingCount":5725,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2259/thumb/1591780029","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":209423,"addedAt":1591780025,"updatedAt":1595497081,"Media":[{"id":1989,"duration":209423,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1989,"key":"/library/parts/1989/1591831568/file.mp3","duration":209423,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 2\\003 - Get Outlined.mp3","size":5245541,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2263","key":"/library/metadata/2263","parentRatingKey":"2259","grandparentRatingKey":"564","guid":"plex://track/5d080849403c640290408cbf","parentGuid":"plex://album/5d07cccd403c640290eaf99c","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"History Unfolds","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2259","grandparentTitle":"Black Thought","parentTitle":"Streams of Thought, Vol. 2","originalTitle":"Black Thought & Salaam Remi","summary":"","index":4,"parentIndex":1,"ratingCount":5083,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2259/thumb/1591780029","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":82076,"addedAt":1591780025,"updatedAt":1595497081,"Media":[{"id":1990,"duration":82076,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1990,"key":"/library/parts/1990/1591831568/file.mp3","duration":82076,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 2\\004 - History Unfolds.mp3","size":2184035,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2264","key":"/library/metadata/2264","parentRatingKey":"2259","grandparentRatingKey":"564","guid":"plex://track/5d080849403c64029040872b","parentGuid":"plex://album/5d07cccd403c640290eaf99c","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"How to Hold a Choppa","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2259","grandparentTitle":"Black Thought","parentTitle":"Streams of Thought, Vol. 2","originalTitle":"Black Thought & Salaam Remi","summary":"","index":5,"parentIndex":1,"ratingCount":4900,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2259/thumb/1591780029","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":91820,"addedAt":1591780025,"updatedAt":1595497081,"Media":[{"id":1991,"duration":91820,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1991,"key":"/library/parts/1991/1591831568/file.mp3","duration":91820,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 2\\005 - How to Hold a Choppa.mp3","size":2418049,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2265","key":"/library/metadata/2265","parentRatingKey":"2259","grandparentRatingKey":"564","guid":"plex://track/5d080849403c64029040878f","parentGuid":"plex://album/5d07cccd403c640290eaf99c","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"The New Grit","titleSort":"New Grit","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2259","grandparentTitle":"Black Thought","parentTitle":"Streams of Thought, Vol. 2","originalTitle":"Black Thought & Salaam Remi","summary":"","index":6,"parentIndex":1,"ratingCount":4890,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2259/thumb/1591780029","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":109113,"addedAt":1591780025,"updatedAt":1595497081,"Media":[{"id":1992,"duration":109113,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1992,"key":"/library/parts/1992/1591831568/file.mp3","duration":109113,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 2\\006 - The New Grit.mp3","size":2833093,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2266","key":"/library/metadata/2266","parentRatingKey":"2259","grandparentRatingKey":"564","guid":"plex://track/5d080849403c640290408850","parentGuid":"plex://album/5d07cccd403c640290eaf99c","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"Long Liveth","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2259","grandparentTitle":"Black Thought","parentTitle":"Streams of Thought, Vol. 2","originalTitle":"Black Thought & Salaam Remi","summary":"","index":7,"parentIndex":1,"ratingCount":4784,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2259/thumb/1591780029","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":158432,"addedAt":1591780025,"updatedAt":1595497081,"Media":[{"id":1993,"duration":158432,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1993,"key":"/library/parts/1993/1591831568/file.mp3","duration":158432,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 2\\007 - Long Liveth.mp3","size":4020389,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2267","key":"/library/metadata/2267","parentRatingKey":"2259","grandparentRatingKey":"564","guid":"plex://track/5d080849403c64029040852c","parentGuid":"plex://album/5d07cccd403c640290eaf99c","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"Streets","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2259","grandparentTitle":"Black Thought","parentTitle":"Streams of Thought, Vol. 2","originalTitle":"Black Thought & Salaam Remi","summary":"","index":8,"parentIndex":1,"ratingCount":4551,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2259/thumb/1591780029","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":195422,"addedAt":1591780025,"updatedAt":1595497081,"Media":[{"id":1994,"duration":195422,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1994,"key":"/library/parts/1994/1591831568/file.mp3","duration":195422,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 2\\008 - Streets.mp3","size":4909290,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2268","key":"/library/metadata/2268","parentRatingKey":"2259","grandparentRatingKey":"564","guid":"plex://track/5d080849403c6402904088b5","parentGuid":"plex://album/5d07cccd403c640290eaf99c","grandparentGuid":"plex://artist/5d07bc0f403c6402904b3a91","type":"track","title":"Conception","grandparentKey":"/library/metadata/564","parentKey":"/library/metadata/2259","grandparentTitle":"Black Thought","parentTitle":"Streams of Thought, Vol. 2","originalTitle":"Black Thought & Salaam Remi","summary":"","index":9,"parentIndex":1,"ratingCount":9204,"thumb":"/library/metadata/2259/thumb/1591780029","art":"/library/metadata/564/art/1595497001","parentThumb":"/library/metadata/2259/thumb/1591780029","grandparentThumb":"/library/metadata/564/thumb/1595497001","grandparentArt":"/library/metadata/564/art/1595497001","duration":249808,"addedAt":1591780025,"updatedAt":1595497081,"Media":[{"id":1995,"duration":249808,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1995,"key":"/library/parts/1995/1591831568/file.mp3","duration":249808,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 2\\009 - Conception.mp3","size":6216659,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2254","key":"/library/metadata/2254","parentRatingKey":"2253","grandparentRatingKey":"567","guid":"plex://track/5d0803fa403c64029008db68","parentGuid":"plex://album/5d07cc37403c640290e5bcf7","grandparentGuid":"plex://artist/5df21777cbd6e75dc4cf37df","type":"track","title":"Twofifteen","grandparentKey":"/library/metadata/567","parentKey":"/library/metadata/2253","grandparentTitle":"Black Thought & 9th Wonder","parentTitle":"Streams of Thought, Vol. 1","originalTitle":"Black Thought","summary":"","index":1,"parentIndex":1,"ratingCount":13817,"thumb":"/library/metadata/2253/thumb/1591780025","parentThumb":"/library/metadata/2253/thumb/1591780025","grandparentThumb":"/library/metadata/567/thumb/1595497001","duration":225776,"addedAt":1591780022,"updatedAt":1595497077,"Media":[{"id":1982,"duration":225776,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1982,"key":"/library/parts/1982/1591831568/file.mp3","duration":225776,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 1\\001 - Twofifteen.mp3","size":5853622,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2255","key":"/library/metadata/2255","parentRatingKey":"2253","grandparentRatingKey":"567","guid":"plex://track/5d0803fa403c64029008da8b","parentGuid":"plex://album/5d07cc37403c640290e5bcf7","grandparentGuid":"plex://artist/5df21777cbd6e75dc4cf37df","type":"track","title":"9th vs. Thought","grandparentKey":"/library/metadata/567","parentKey":"/library/metadata/2253","grandparentTitle":"Black Thought & 9th Wonder","parentTitle":"Streams of Thought, Vol. 1","originalTitle":"Black Thought","summary":"","index":2,"parentIndex":1,"ratingCount":13787,"thumb":"/library/metadata/2253/thumb/1591780025","parentThumb":"/library/metadata/2253/thumb/1591780025","grandparentThumb":"/library/metadata/567/thumb/1595497001","duration":167941,"addedAt":1591780022,"updatedAt":1595497077,"Media":[{"id":1983,"duration":167941,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1983,"key":"/library/parts/1983/1591831568/file.mp3","duration":167941,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 1\\002 - 9th vs. Thought.mp3","size":4457806,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2256","key":"/library/metadata/2256","parentRatingKey":"2253","grandparentRatingKey":"567","guid":"plex://track/5d0803f9403c64029008d4c4","parentGuid":"plex://album/5d07cc37403c640290e5bcf7","grandparentGuid":"plex://artist/5df21777cbd6e75dc4cf37df","type":"track","title":"Dostoyevsky","grandparentKey":"/library/metadata/567","parentKey":"/library/metadata/2253","grandparentTitle":"Black Thought & 9th Wonder","parentTitle":"Streams of Thought, Vol. 1","originalTitle":"Black Thought feat. Rapsody","summary":"","index":3,"parentIndex":1,"ratingCount":8117,"thumb":"/library/metadata/2253/thumb/1591780025","parentThumb":"/library/metadata/2253/thumb/1591780025","grandparentThumb":"/library/metadata/567/thumb/1595497001","duration":234083,"addedAt":1591780022,"updatedAt":1595497077,"Media":[{"id":1984,"duration":234083,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1984,"key":"/library/parts/1984/1591831568/file.mp3","duration":234083,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 1\\003 - Dostoyevsky.mp3","size":6052311,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2257","key":"/library/metadata/2257","parentRatingKey":"2253","grandparentRatingKey":"567","guid":"plex://track/5d0803f9403c64029008d67d","parentGuid":"plex://album/5d07cc37403c640290e5bcf7","grandparentGuid":"plex://artist/5df21777cbd6e75dc4cf37df","type":"track","title":"Making a Murderer","grandparentKey":"/library/metadata/567","parentKey":"/library/metadata/2253","grandparentTitle":"Black Thought & 9th Wonder","parentTitle":"Streams of Thought, Vol. 1","originalTitle":"Black Thought feat. Styles P","summary":"","index":4,"parentIndex":1,"ratingCount":6757,"thumb":"/library/metadata/2253/thumb/1591780025","parentThumb":"/library/metadata/2253/thumb/1591780025","grandparentThumb":"/library/metadata/567/thumb/1595497001","duration":273110,"addedAt":1591780022,"updatedAt":1595497078,"Media":[{"id":1985,"duration":273110,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1985,"key":"/library/parts/1985/1591831568/file.mp3","duration":273110,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 1\\004 - Making a Murderer.mp3","size":6990467,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2258","key":"/library/metadata/2258","parentRatingKey":"2253","grandparentRatingKey":"567","guid":"plex://track/5d0803f9403c64029008d3f6","parentGuid":"plex://album/5d07cc37403c640290e5bcf7","grandparentGuid":"plex://artist/5df21777cbd6e75dc4cf37df","type":"track","title":"Thank You","grandparentKey":"/library/metadata/567","parentKey":"/library/metadata/2253","grandparentTitle":"Black Thought & 9th Wonder","parentTitle":"Streams of Thought, Vol. 1","originalTitle":"Black Thought feat. KIRBY","summary":"","index":5,"parentIndex":1,"ratingCount":6409,"thumb":"/library/metadata/2253/thumb/1591780025","parentThumb":"/library/metadata/2253/thumb/1591780025","grandparentThumb":"/library/metadata/567/thumb/1595497001","duration":138239,"addedAt":1591780022,"updatedAt":1595497078,"Media":[{"id":1986,"duration":138239,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1986,"key":"/library/parts/1986/1591831568/file.mp3","duration":138239,"file":"D:\\Public\\Media\\Music\\Black Thought\\Streams of Thought, Vol. 1\\005 - Thank You.mp3","size":3749710,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"902","key":"/library/metadata/902","parentRatingKey":"901","grandparentRatingKey":"900","guid":"plex://track/5d07ec5c403c640290d83088","parentGuid":"plex://album/5d07c95a403c640290c7fc35","grandparentGuid":"plex://artist/5d07be9f403c6402906b6b8b","type":"track","title":"Flyers","grandparentKey":"/library/metadata/900","parentKey":"/library/metadata/901","grandparentTitle":"BRADIO","parentTitle":"POWER OF LIFE","summary":"","index":2,"parentIndex":1,"ratingCount":23384,"thumb":"/library/metadata/901/thumb/1592039253","parentThumb":"/library/metadata/901/thumb/1592039253","grandparentThumb":"/library/metadata/900/thumb/1595065053","duration":206132,"addedAt":1579328132,"updatedAt":1595065062,"Media":[{"id":803,"duration":206132,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":803,"key":"/library/parts/803/1591831570/file.mp3","duration":206132,"file":"D:\\Public\\Media\\Music\\BRADIO\\POWER OF LIFE\\002 - Flyers.mp3","size":5186062,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3397","key":"/library/metadata/3397","parentRatingKey":"3396","grandparentRatingKey":"900","guid":"plex://track/5d07edc6403c640290e8ef33","parentGuid":"plex://album/5d07c95a403c640290c7fc35","grandparentGuid":"plex://artist/5d07be9f403c6402906b6b8b","type":"track","title":"オトナHIT PARADE","grandparentKey":"/library/metadata/900","parentKey":"/library/metadata/3396","grandparentTitle":"BRADIO","parentTitle":"POWER OF LIFE","summary":"","index":7,"parentIndex":1,"ratingCount":6537,"thumb":"/library/metadata/3396/thumb/1591780400","parentThumb":"/library/metadata/3396/thumb/1591780400","grandparentThumb":"/library/metadata/900/thumb/1595065053","duration":248920,"addedAt":1591780398,"updatedAt":1595065063,"Media":[{"id":3014,"duration":248920,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3014,"key":"/library/parts/3014/1591831570/file.mp3","duration":248920,"file":"D:\\Public\\Media\\Music\\BRADIO\\POWER OF LIFE\\007 - オトナHIT PARADE.mp3","size":6209904,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1098","key":"/library/metadata/1098","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbc403c640290dc87fc","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Dark","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":1,"parentIndex":1,"ratingCount":28978,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":133355,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":951,"duration":133355,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":951,"key":"/library/parts/951/1591831578/file.mp3","duration":133355,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\001 - Dark.mp3","size":3843544,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1099","key":"/library/metadata/1099","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbc403c640290dc8b94","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Failure","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":2,"parentIndex":1,"ratingCount":70755,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":215484,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":952,"duration":215484,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":952,"key":"/library/parts/952/1591831578/file.mp3","duration":215484,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\002 - Failure.mp3","size":5815303,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1100","key":"/library/metadata/1100","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbc403c640290dc8b2a","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Angels Fall","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":3,"parentIndex":1,"ratingCount":76584,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":237270,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":953,"duration":237270,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":953,"key":"/library/parts/953/1591831578/file.mp3","duration":237270,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\003 - Angels Fall.mp3","size":6337909,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1101","key":"/library/metadata/1101","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbb403c640290dc85ee","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Breaking the Silence","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":4,"parentIndex":1,"ratingCount":33175,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":182413,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":954,"duration":182413,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":954,"key":"/library/parts/954/1591831578/file.mp3","duration":182413,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\004 - Breaking the Silence.mp3","size":5021614,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1102","key":"/library/metadata/1102","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbc403c640290dc88c8","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Hollow","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":5,"parentIndex":1,"ratingCount":31655,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":232881,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":955,"duration":232881,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":955,"key":"/library/parts/955/1591831578/file.mp3","duration":232881,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\005 - Hollow.mp3","size":6232594,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1103","key":"/library/metadata/1103","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbc403c640290dc86cd","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Close to Heaven","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":6,"parentIndex":1,"ratingCount":27434,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":249051,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":956,"duration":249051,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":956,"key":"/library/parts/956/1591831578/file.mp3","duration":249051,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\006 - Close to Heaven.mp3","size":6620275,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1104","key":"/library/metadata/1104","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbb403c640290dc7bdb","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Bury Me Alive","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":7,"parentIndex":1,"ratingCount":24272,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":241972,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":957,"duration":241972,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":957,"key":"/library/parts/957/1591831580/file.mp3","duration":241972,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\007 - Bury Me Alive.mp3","size":6450414,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1105","key":"/library/metadata/1105","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbb403c640290dc84fc","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Never Again","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":8,"parentIndex":1,"ratingCount":34680,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":223764,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":958,"duration":223764,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":958,"key":"/library/parts/958/1591831580/file.mp3","duration":223764,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\008 - Never Again.mp3","size":6014552,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1106","key":"/library/metadata/1106","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbb403c640290dc7dc4","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"The Great Divide","titleSort":"Great Divide","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":9,"parentIndex":1,"ratingCount":22896,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":252682,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":959,"duration":252682,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":959,"key":"/library/parts/959/1591831580/file.mp3","duration":252682,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\009 - The Great Divide.mp3","size":6708247,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1107","key":"/library/metadata/1107","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbb403c640290dc8159","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Ashes of Eden","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":10,"parentIndex":1,"ratingCount":46115,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":293955,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":960,"duration":293955,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":960,"key":"/library/parts/960/1591831580/file.mp3","duration":293955,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\010 - Ashes of Eden.mp3","size":7699212,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1108","key":"/library/metadata/1108","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbb403c640290dc8401","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Defeated","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":11,"parentIndex":1,"ratingCount":29772,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":213159,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":961,"duration":213159,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":961,"key":"/library/parts/961/1591831580/file.mp3","duration":213159,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\011 - Defeated.mp3","size":5759417,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1109","key":"/library/metadata/1109","parentRatingKey":"1097","grandparentRatingKey":"1043","guid":"plex://track/5d07ecbb403c640290dc7e21","parentGuid":"plex://album/5d07c935403c640290c699e2","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Dawn","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1097","grandparentTitle":"Breaking Benjamin","parentTitle":"Dark Before Dawn","summary":"","index":12,"parentIndex":1,"ratingCount":23479,"thumb":"/library/metadata/1097/thumb/1591408802","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1097/thumb/1591408802","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":113972,"addedAt":1579322004,"updatedAt":1595497152,"Media":[{"id":962,"duration":113972,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":962,"key":"/library/parts/962/1591831580/file.mp3","duration":113972,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dark Before Dawn\\012 - Dawn.mp3","size":3376728,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1086","key":"/library/metadata/1086","parentRatingKey":"1085","grandparentRatingKey":"1043","guid":"plex://track/5d07d81f403c640290bbf80e","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Fade Away","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1085","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":1,"parentIndex":1,"ratingCount":122058,"thumb":"/library/metadata/1085/thumb/1592039304","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1085/thumb/1592039304","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":194899,"addedAt":1579322262,"updatedAt":1595497152,"Media":[{"id":940,"duration":194899,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":940,"key":"/library/parts/940/1591831570/file.mp3","duration":194899,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\001 - Fade Away.mp3","size":5364414,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1087","key":"/library/metadata/1087","parentRatingKey":"1085","grandparentRatingKey":"1043","guid":"plex://track/5d07d81e403c640290bbf431","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"I Will Not Bow","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1085","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":2,"parentIndex":1,"ratingCount":304270,"thumb":"/library/metadata/1085/thumb/1592039304","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1085/thumb/1592039304","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":219898,"addedAt":1579322262,"updatedAt":1595497152,"Media":[{"id":941,"duration":219898,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":941,"key":"/library/parts/941/1591831570/file.mp3","duration":219898,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\002 - I Will Not Bow.mp3","size":5965508,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1088","key":"/library/metadata/1088","parentRatingKey":"1085","grandparentRatingKey":"1043","guid":"plex://track/5d07d81e403c640290bbf062","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Crawl","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1085","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":3,"parentIndex":1,"ratingCount":128467,"thumb":"/library/metadata/1085/thumb/1592039304","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1085/thumb/1592039304","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":236617,"addedAt":1579322262,"updatedAt":1595497152,"Media":[{"id":942,"duration":236617,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":942,"key":"/library/parts/942/1591831570/file.mp3","duration":236617,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\003 - Crawl.mp3","size":6367003,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3358","key":"/library/metadata/3358","parentRatingKey":"3357","grandparentRatingKey":"1043","guid":"plex://track/5d07d81e403c640290bbf309","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Give Me a Sign","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3357","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":4,"parentIndex":1,"ratingCount":170509,"thumb":"/library/metadata/3357/thumb/1591780386","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3357/thumb/1591780386","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":257123,"addedAt":1591780383,"updatedAt":1595497154,"Media":[{"id":2981,"duration":257123,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2981,"key":"/library/parts/2981/1591831570/file.mp3","duration":257123,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\004 - Give Me a Sign.mp3","size":6858266,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1090","key":"/library/metadata/1090","parentRatingKey":"1085","grandparentRatingKey":"1043","guid":"plex://track/5d07d81e403c640290bbf09e","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Hopeless","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1085","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":5,"parentIndex":1,"ratingCount":115154,"thumb":"/library/metadata/1085/thumb/1592039304","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1085/thumb/1592039304","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":202945,"addedAt":1579322262,"updatedAt":1595497152,"Media":[{"id":944,"duration":202945,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":944,"key":"/library/parts/944/1591831570/file.mp3","duration":202945,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\005 - Hopeless.mp3","size":5557555,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1091","key":"/library/metadata/1091","parentRatingKey":"1085","grandparentRatingKey":"1043","guid":"plex://track/5d07d81e403c640290bbf156","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"What Lies Beneath","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1085","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":6,"parentIndex":1,"ratingCount":118710,"thumb":"/library/metadata/1085/thumb/1592039304","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1085/thumb/1592039304","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":214987,"addedAt":1579322262,"updatedAt":1595497152,"Media":[{"id":945,"duration":214987,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":945,"key":"/library/parts/945/1591831572/file.mp3","duration":214987,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\006 - What Lies Beneath.mp3","size":5846920,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3359","key":"/library/metadata/3359","parentRatingKey":"3357","grandparentRatingKey":"1043","guid":"plex://track/5d07d81f403c640290bbf833","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Anthem of the Angels","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3357","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":7,"parentIndex":1,"ratingCount":114605,"thumb":"/library/metadata/3357/thumb/1591780386","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3357/thumb/1591780386","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":242938,"addedAt":1591780383,"updatedAt":1595497154,"Media":[{"id":2982,"duration":242938,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2982,"key":"/library/parts/2982/1591831572/file.mp3","duration":242938,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\007 - Anthem of the Angels.mp3","size":6518639,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1093","key":"/library/metadata/1093","parentRatingKey":"1085","grandparentRatingKey":"1043","guid":"plex://track/5d07d81e403c640290bbf01e","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Lights Out","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1085","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":8,"parentIndex":1,"ratingCount":115380,"thumb":"/library/metadata/1085/thumb/1592039304","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1085/thumb/1592039304","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":213733,"addedAt":1579322262,"updatedAt":1595497152,"Media":[{"id":947,"duration":213733,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":947,"key":"/library/parts/947/1591831572/file.mp3","duration":213733,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\008 - Lights Out.mp3","size":5816754,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1094","key":"/library/metadata/1094","parentRatingKey":"1085","grandparentRatingKey":"1043","guid":"plex://track/5d07d81e403c640290bbeef9","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Dear Agony","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1085","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":9,"parentIndex":1,"ratingCount":133764,"thumb":"/library/metadata/1085/thumb/1592039304","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1085/thumb/1592039304","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":258324,"addedAt":1579322262,"updatedAt":1595497152,"Media":[{"id":948,"duration":258324,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":948,"key":"/library/parts/948/1591831572/file.mp3","duration":258324,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\009 - Dear Agony.mp3","size":6887343,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3360","key":"/library/metadata/3360","parentRatingKey":"3357","grandparentRatingKey":"1043","guid":"plex://track/5d07d81e403c640290bbf492","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Into the Nothing","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3357","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":10,"parentIndex":1,"ratingCount":105770,"thumb":"/library/metadata/3357/thumb/1591780386","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3357/thumb/1591780386","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":224130,"addedAt":1591780383,"updatedAt":1595497154,"Media":[{"id":2983,"duration":224130,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2983,"key":"/library/parts/2983/1591831572/file.mp3","duration":224130,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\010 - Into the Nothing.mp3","size":6066852,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1096","key":"/library/metadata/1096","parentRatingKey":"1085","grandparentRatingKey":"1043","guid":"plex://track/5d07d81e403c640290bbf574","parentGuid":"plex://album/5d07c3d6403c6402909a5cf7","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Without You","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1085","grandparentTitle":"Breaking Benjamin","parentTitle":"Dear Agony","summary":"","index":11,"parentIndex":1,"ratingCount":122268,"thumb":"/library/metadata/1085/thumb/1592039304","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1085/thumb/1592039304","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":258951,"addedAt":1579322262,"updatedAt":1595497152,"Media":[{"id":950,"duration":258951,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":950,"key":"/library/parts/950/1591831572/file.mp3","duration":258951,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Dear Agony\\011 - Without You.mp3","size":6903048,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1072","key":"/library/metadata/1072","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c640290617cab","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Intro","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":1,"parentIndex":1,"ratingCount":185013,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":74057,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":927,"duration":74057,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":927,"key":"/library/parts/927/1591831580/file.mp3","duration":74057,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\001 - Intro.mp3","size":2472848,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3354","key":"/library/metadata/3354","parentRatingKey":"3353","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c64029061764d","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"The Diary of Jane","titleSort":"Diary of Jane","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3353","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":2,"parentIndex":1,"ratingCount":719808,"thumb":"/library/metadata/3353/thumb/1591780384","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3353/thumb/1591780384","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":195839,"addedAt":1591780381,"updatedAt":1595497156,"Media":[{"id":2978,"duration":195839,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2978,"key":"/library/parts/2978/1591831580/file.mp3","duration":195839,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\002 - The Diary of Jane.mp3","size":5395391,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1074","key":"/library/metadata/1074","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2ab403c640290617ef8","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Breath","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":3,"parentIndex":1,"ratingCount":588658,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":223582,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":929,"duration":223582,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":929,"key":"/library/parts/929/1591831582/file.mp3","duration":223582,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\003 - Breath.mp3","size":6063616,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1075","key":"/library/metadata/1075","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2ab403c640290618624","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"You","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":4,"parentIndex":1,"ratingCount":343482,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":202396,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":930,"duration":202396,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":930,"key":"/library/parts/930/1591831582/file.mp3","duration":202396,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\004 - You.mp3","size":5554047,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1076","key":"/library/metadata/1076","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c640290617984","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Evil Angel","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":5,"parentIndex":1,"ratingCount":365053,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":220630,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":931,"duration":220630,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":931,"key":"/library/parts/931/1591831582/file.mp3","duration":220630,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\005 - Evil Angel.mp3","size":5991771,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3355","key":"/library/metadata/3355","parentRatingKey":"3353","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c64029061755c","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Until the End","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3353","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":6,"parentIndex":1,"ratingCount":409923,"thumb":"/library/metadata/3353/thumb/1591780384","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3353/thumb/1591780384","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":251062,"addedAt":1591780381,"updatedAt":1595497156,"Media":[{"id":2979,"duration":251062,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2979,"key":"/library/parts/2979/1591831582/file.mp3","duration":251062,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\006 - Until the End.mp3","size":6723309,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3356","key":"/library/metadata/3356","parentRatingKey":"3353","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c640290617b84","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Dance With the Devil","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3353","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":7,"parentIndex":1,"ratingCount":406155,"thumb":"/library/metadata/3353/thumb/1591780384","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3353/thumb/1591780384","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":224940,"addedAt":1591780381,"updatedAt":1595497156,"Media":[{"id":2980,"duration":224940,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2980,"key":"/library/parts/2980/1591831582/file.mp3","duration":224940,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\007 - Dance With the Devil.mp3","size":6095906,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1079","key":"/library/metadata/1079","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c64029061767d","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Topless","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":8,"parentIndex":1,"ratingCount":291790,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":182909,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":934,"duration":182909,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":934,"key":"/library/parts/934/1591831582/file.mp3","duration":182909,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\008 - Topless.mp3","size":5086047,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1080","key":"/library/metadata/1080","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c640290617930","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Here We Are","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":9,"parentIndex":1,"ratingCount":234405,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":258742,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":935,"duration":258742,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":935,"key":"/library/parts/935/1591831582/file.mp3","duration":258742,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\009 - Here We Are.mp3","size":6907449,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1081","key":"/library/metadata/1081","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c640290617d06","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Unknown Soldier","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":10,"parentIndex":1,"ratingCount":284200,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":222328,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":936,"duration":222328,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":936,"key":"/library/parts/936/1591831584/file.mp3","duration":222328,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\010 - Unknown Soldier.mp3","size":6033153,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1082","key":"/library/metadata/1082","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c640290617ab9","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Had Enough","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":11,"parentIndex":1,"ratingCount":335629,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":230191,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":937,"duration":230191,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":937,"key":"/library/parts/937/1591831584/file.mp3","duration":230191,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\011 - Had Enough.mp3","size":6222427,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1083","key":"/library/metadata/1083","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c64029061776a","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"You Fight Me","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":12,"parentIndex":1,"ratingCount":217636,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":188839,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":938,"duration":188839,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":938,"key":"/library/parts/938/1591831584/file.mp3","duration":188839,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\012 - You Fight Me.mp3","size":5229182,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1084","key":"/library/metadata/1084","parentRatingKey":"1071","grandparentRatingKey":"1043","guid":"plex://track/5d07d2aa403c6402906174bb","parentGuid":"plex://album/5d07c21e403c6402908a74ca","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Outro","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1071","grandparentTitle":"Breaking Benjamin","parentTitle":"Phobia","summary":"","index":13,"parentIndex":1,"ratingCount":158133,"thumb":"/library/metadata/1071/thumb/1592039305","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1071/thumb/1592039305","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":135444,"addedAt":1579322502,"updatedAt":1595497155,"Media":[{"id":939,"duration":135444,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":939,"key":"/library/parts/939/1591831584/file.mp3","duration":135444,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Phobia\\013 - Outro.mp3","size":3945946,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1058","key":"/library/metadata/1058","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4df9","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Wish I May","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":1,"parentIndex":1,"ratingCount":133573,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":239333,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":914,"duration":239333,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":914,"key":"/library/parts/914/1591831572/file.mp3","duration":239333,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\001 - Wish I May.mp3","size":6089580,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1059","key":"/library/metadata/1059","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4dfc","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Medicate","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":2,"parentIndex":1,"ratingCount":151950,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":225880,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":915,"duration":225880,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":915,"key":"/library/parts/915/1591831572/file.mp3","duration":225880,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\002 - Medicate.mp3","size":5766372,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1060","key":"/library/metadata/1060","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4836","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Polyamorous","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":3,"parentIndex":1,"ratingCount":216864,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":177319,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":916,"duration":177319,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":916,"key":"/library/parts/916/1591831574/file.mp3","duration":177319,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\003 - Polyamorous.mp3","size":4601925,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1061","key":"/library/metadata/1061","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4e00","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Skin","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":4,"parentIndex":1,"ratingCount":151261,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":206628,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":917,"duration":206628,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":917,"key":"/library/parts/917/1591831574/file.mp3","duration":206628,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\004 - Skin.mp3","size":5304368,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1062","key":"/library/metadata/1062","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4e03","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Natural Life","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":5,"parentIndex":1,"ratingCount":120027,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":247771,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":918,"duration":247771,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":918,"key":"/library/parts/918/1591831574/file.mp3","duration":247771,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\005 - Natural Life.mp3","size":6291919,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3352","key":"/library/metadata/3352","parentRatingKey":"3351","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4e06","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Next to Nothing","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3351","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":6,"parentIndex":1,"ratingCount":130048,"thumb":"/library/metadata/3351/thumb/1591780380","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3351/thumb/1591780380","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":224052,"addedAt":1591780379,"updatedAt":1595497158,"Media":[{"id":2977,"duration":224052,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2977,"key":"/library/parts/2977/1591831574/file.mp3","duration":224052,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\006 - Next to Nothing.mp3","size":5722570,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1064","key":"/library/metadata/1064","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4e0a","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Water","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":7,"parentIndex":1,"ratingCount":122370,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":252891,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":920,"duration":252891,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":920,"key":"/library/parts/920/1591831574/file.mp3","duration":252891,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\007 - Water.mp3","size":6414799,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1065","key":"/library/metadata/1065","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4e0e","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Home","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":8,"parentIndex":1,"ratingCount":131450,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":217704,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":921,"duration":217704,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":921,"key":"/library/parts/921/1591831574/file.mp3","duration":217704,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\008 - Home.mp3","size":5571970,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1066","key":"/library/metadata/1066","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4e10","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Phase","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":9,"parentIndex":1,"ratingCount":110748,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":272953,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":922,"duration":272953,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":922,"key":"/library/parts/922/1591831574/file.mp3","duration":272953,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\009 - Phase.mp3","size":6896678,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1067","key":"/library/metadata/1067","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4e13","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"No Games","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":10,"parentIndex":1,"ratingCount":122667,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":213394,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":923,"duration":213394,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":923,"key":"/library/parts/923/1591831574/file.mp3","duration":213394,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\010 - No Games.mp3","size":5466868,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1068","key":"/library/metadata/1068","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe4839","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Sugarcoat","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":11,"parentIndex":1,"ratingCount":112042,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":213655,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":924,"duration":213655,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":924,"key":"/library/parts/924/1591831576/file.mp3","duration":213655,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\011 - Sugarcoat.mp3","size":5473193,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1069","key":"/library/metadata/1069","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe483c","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Shallow Bay","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":12,"parentIndex":1,"ratingCount":114927,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":247640,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":925,"duration":247640,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":925,"key":"/library/parts/925/1591831576/file.mp3","duration":247640,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\012 - Shallow Bay.mp3","size":6288686,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1070","key":"/library/metadata/1070","parentRatingKey":"1057","grandparentRatingKey":"1043","guid":"plex://track/5d07ce17403c640290fe46f8","parentGuid":"plex://album/5d07c19b403c64029085be27","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Forever","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1057","grandparentTitle":"Breaking Benjamin","parentTitle":"Saturate","summary":"","index":13,"parentIndex":1,"ratingCount":32063,"thumb":"/library/metadata/1057/thumb/1592039307","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1057/thumb/1592039307","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":234553,"addedAt":1579323044,"updatedAt":1595497157,"Media":[{"id":926,"duration":234553,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":926,"key":"/library/parts/926/1591831576/file.mp3","duration":234553,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\Saturate\\013 - Forever.mp3","size":5974776,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3348","key":"/library/metadata/3348","parentRatingKey":"3347","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b86","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"So Cold (Remix)","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3347","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":1,"parentIndex":1,"ratingCount":486737,"thumb":"/library/metadata/3347/thumb/1591780380","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3347/thumb/1591780380","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":273789,"addedAt":1591780377,"updatedAt":1595497160,"Media":[{"id":2974,"duration":273789,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2974,"key":"/library/parts/2974/1591831576/file.mp3","duration":273789,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\001 - So Cold (Remix).mp3","size":6724303,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1046","key":"/library/metadata/1046","parentRatingKey":"1044","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b88","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Simple Design","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1044","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":2,"parentIndex":1,"ratingCount":165557,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1044/thumb/1592039308","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":251768,"addedAt":1579323254,"updatedAt":1595497158,"Media":[{"id":903,"duration":251768,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":903,"key":"/library/parts/903/1591831576/file.mp3","duration":251768,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\002 - Simple Design.mp3","size":6199114,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3349","key":"/library/metadata/3349","parentRatingKey":"3347","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b89","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Follow (Radio Edit)","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3347","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":3,"parentIndex":1,"ratingCount":233676,"thumb":"/library/metadata/3347/thumb/1591780380","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3347/thumb/1591780380","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":197198,"addedAt":1591780377,"updatedAt":1595497160,"Media":[{"id":2975,"duration":197198,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2975,"key":"/library/parts/2975/1591831576/file.mp3","duration":197198,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\003 - Follow (Radio Edit).mp3","size":4886126,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1048","key":"/library/metadata/1048","parentRatingKey":"1044","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b8c","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Firefly","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1044","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":4,"parentIndex":1,"ratingCount":256601,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1044/thumb/1592039308","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":186749,"addedAt":1579323254,"updatedAt":1595497158,"Media":[{"id":905,"duration":186749,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":905,"key":"/library/parts/905/1591831576/file.mp3","duration":186749,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\004 - Firefly.mp3","size":4637772,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1049","key":"/library/metadata/1049","parentRatingKey":"1044","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b8d","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Break My Fall","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1044","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":5,"parentIndex":1,"ratingCount":198349,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1044/thumb/1592039308","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":204564,"addedAt":1579323254,"updatedAt":1595497158,"Media":[{"id":906,"duration":204564,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":906,"key":"/library/parts/906/1591831576/file.mp3","duration":204564,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\005 - Break My Fall.mp3","size":5064711,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1050","key":"/library/metadata/1050","parentRatingKey":"1044","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b8f","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Forget It","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1044","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":6,"parentIndex":1,"ratingCount":238553,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1044/thumb/1592039308","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":209632,"addedAt":1579323254,"updatedAt":1595497158,"Media":[{"id":907,"duration":209632,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":907,"key":"/library/parts/907/1591831576/file.mp3","duration":209632,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\006 - Forget It.mp3","size":5188358,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1051","key":"/library/metadata/1051","parentRatingKey":"1044","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b91","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Sooner Or Later","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1044","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":7,"parentIndex":1,"ratingCount":272916,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1044/thumb/1592039308","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":216711,"addedAt":1579323254,"updatedAt":1595497158,"Media":[{"id":908,"duration":216711,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":908,"key":"/library/parts/908/1591831576/file.mp3","duration":216711,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\007 - Sooner Or Later.mp3","size":5356683,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1052","key":"/library/metadata/1052","parentRatingKey":"1044","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b93","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Breakdown","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1044","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":8,"parentIndex":1,"ratingCount":195339,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1044/thumb/1592039308","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":225436,"addedAt":1579323254,"updatedAt":1595497158,"Media":[{"id":909,"duration":225436,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":909,"key":"/library/parts/909/1591831576/file.mp3","duration":225436,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\008 - Breakdown.mp3","size":5566080,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1053","key":"/library/metadata/1053","parentRatingKey":"1044","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b94","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Away","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1044","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":9,"parentIndex":1,"ratingCount":180572,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1044/thumb/1592039308","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":193175,"addedAt":1579323254,"updatedAt":1595497158,"Media":[{"id":910,"duration":193175,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":910,"key":"/library/parts/910/1591831576/file.mp3","duration":193175,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\009 - Away.mp3","size":4791729,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1054","key":"/library/metadata/1054","parentRatingKey":"1044","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b96","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Believe","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1044","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":10,"parentIndex":1,"ratingCount":159500,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1044/thumb/1592039308","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":197041,"addedAt":1579323254,"updatedAt":1595497158,"Media":[{"id":911,"duration":197041,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":911,"key":"/library/parts/911/1591831576/file.mp3","duration":197041,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\010 - Believe.mp3","size":4884469,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1055","key":"/library/metadata/1055","parentRatingKey":"1044","grandparentRatingKey":"1043","guid":"plex://track/5d07cfa7403c640290216b98","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Rain","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/1044","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":11,"parentIndex":1,"ratingCount":234683,"thumb":"/library/metadata/1044/thumb/1592039308","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/1044/thumb/1592039308","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":205296,"addedAt":1579323254,"updatedAt":1595497158,"Media":[{"id":912,"duration":205296,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":912,"key":"/library/parts/912/1591831576/file.mp3","duration":205296,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\011 - Rain.mp3","size":5082017,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3350","key":"/library/metadata/3350","parentRatingKey":"3347","grandparentRatingKey":"1043","guid":"plex://track/5d07d131403c640290446105","parentGuid":"plex://album/5d07c19b403c64029085be26","grandparentGuid":"plex://artist/5d07bc10403c6402904b3f5d","type":"track","title":"Rain (2005) [Alternate Single Version]","grandparentKey":"/library/metadata/1043","parentKey":"/library/metadata/3347","grandparentTitle":"Breaking Benjamin","parentTitle":"We Are Not Alone","summary":"","index":12,"parentIndex":1,"ratingCount":11351,"thumb":"/library/metadata/3347/thumb/1591780380","art":"/library/metadata/1043/art/1595497039","parentThumb":"/library/metadata/3347/thumb/1591780380","grandparentThumb":"/library/metadata/1043/thumb/1595497039","grandparentArt":"/library/metadata/1043/art/1595497039","duration":202657,"addedAt":1591780378,"updatedAt":1595497160,"Media":[{"id":2976,"duration":202657,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2976,"key":"/library/parts/2976/1591831576/file.mp3","duration":202657,"file":"D:\\Public\\Media\\Music\\Breaking Benjamin\\We Are Not Alone\\012 - Rain (2005) [Alternate Single Version].mp3","size":5019354,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3362","key":"/library/metadata/3362","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f88a403c6402906f5f77","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Me and Your Mama","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":1,"parentIndex":1,"ratingCount":201685,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":378827,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2984,"duration":378827,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2984,"key":"/library/parts/2984/1591831588/file.mp3","duration":378827,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\001 - Me and Your Mama.mp3","size":9866573,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3363","key":"/library/metadata/3363","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f88a403c6402906f5c75","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Have Some Love","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":2,"parentIndex":1,"ratingCount":133950,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":221779,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2985,"duration":221779,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2985,"key":"/library/parts/2985/1591831588/file.mp3","duration":221779,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\002 - Have Some Love.mp3","size":6098883,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3364","key":"/library/metadata/3364","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f889403c6402906f4d83","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Boogieman","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":3,"parentIndex":1,"ratingCount":122463,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":213629,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2986,"duration":213629,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2986,"key":"/library/parts/2986/1591831588/file.mp3","duration":213629,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\003 - Boogieman.mp3","size":5900781,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3365","key":"/library/metadata/3365","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f889403c6402906f4ab7","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Zombies","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":4,"parentIndex":1,"ratingCount":118558,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":280111,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2987,"duration":280111,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2987,"key":"/library/parts/2987/1591831588/file.mp3","duration":280111,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\004 - Zombies.mp3","size":7497863,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3366","key":"/library/metadata/3366","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f88a403c6402906f5241","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Riot","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":5,"parentIndex":1,"ratingCount":112871,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":125126,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2988,"duration":125126,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2988,"key":"/library/parts/2988/1591831588/file.mp3","duration":125126,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\005 - Riot.mp3","size":3776994,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3367","key":"/library/metadata/3367","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f88a403c6402906f53b4","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Redbone","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":6,"parentIndex":1,"ratingCount":421127,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":327157,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2989,"duration":327157,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2989,"key":"/library/parts/2989/1591831588/file.mp3","duration":327157,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\006 - Redbone.mp3","size":8627160,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3368","key":"/library/metadata/3368","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f88a403c6402906f53f9","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"California","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":7,"parentIndex":1,"ratingCount":131143,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":166112,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2990,"duration":166112,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2990,"key":"/library/parts/2990/1591831588/file.mp3","duration":166112,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\007 - California.mp3","size":4762092,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3369","key":"/library/metadata/3369","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f88a403c6402906f51c1","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Terrified","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":8,"parentIndex":1,"ratingCount":124828,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":255764,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2991,"duration":255764,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2991,"key":"/library/parts/2991/1591831590/file.mp3","duration":255764,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\008 - Terrified.mp3","size":6913220,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3370","key":"/library/metadata/3370","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f88a403c6402906f5915","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Baby Boy","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":9,"parentIndex":1,"ratingCount":113954,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":382302,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2992,"duration":382302,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2992,"key":"/library/parts/2992/1591831590/file.mp3","duration":382302,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\009 - Baby Boy.mp3","size":9950068,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3371","key":"/library/metadata/3371","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f88a403c6402906f59fb","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"The Night Me and Your Mama Met","titleSort":"Night Me and Your Mama Met","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":10,"parentIndex":1,"ratingCount":102578,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":214073,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2993,"duration":214073,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2993,"key":"/library/parts/2993/1591831590/file.mp3","duration":214073,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\010 - The Night Me and Your Mama Met.mp3","size":5910175,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3372","key":"/library/metadata/3372","parentRatingKey":"3361","grandparentRatingKey":"1479","guid":"plex://track/5d07f88a403c6402906f57f9","parentGuid":"plex://album/5d07ca7d403c640290d3a7ae","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Stand Tall","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3361","grandparentTitle":"Childish Gambino","parentTitle":"“Awaken, My Love!”","summary":"","index":11,"parentIndex":1,"ratingCount":97866,"thumb":"/library/metadata/3361/thumb/1591780392","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3361/thumb/1591780392","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":371147,"addedAt":1591780387,"updatedAt":1595497178,"Media":[{"id":2994,"duration":371147,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2994,"key":"/library/parts/2994/1591831590/file.mp3","duration":371147,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\“Awaken, My Love!”\\011 - Stand Tall.mp3","size":9683429,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3376","key":"/library/metadata/3376","parentRatingKey":"3375","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c64029081702e","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"The Library (intro)","titleSort":"Library (intro)","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3375","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":1,"parentIndex":1,"ratingCount":8350,"thumb":"/library/metadata/3375/thumb/1591780397","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3375/thumb/1591780397","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":5067,"addedAt":1591780391,"updatedAt":1595497180,"Media":[{"id":2996,"duration":5067,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2996,"key":"/library/parts/2996/1591831590/file.mp3","duration":5067,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\001 - The Library (intro).mp3","size":300220,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3377","key":"/library/metadata/3377","parentRatingKey":"3375","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c640290817899","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"I. Crawl","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3375","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":2,"parentIndex":1,"ratingCount":105793,"thumb":"/library/metadata/3375/thumb/1591780397","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3375/thumb/1591780397","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":209815,"addedAt":1591780391,"updatedAt":1595497180,"Media":[{"id":2997,"duration":209815,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2997,"key":"/library/parts/2997/1591831590/file.mp3","duration":209815,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\002 - I. Crawl.mp3","size":5217756,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1511","key":"/library/metadata/1511","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c640290817803","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"II. Worldstar","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":3,"parentIndex":1,"ratingCount":152051,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":245080,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1308,"duration":245080,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1308,"key":"/library/parts/1308/1591831590/file.mp3","duration":245080,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\003 - II. Worldstar.mp3","size":6060523,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1512","key":"/library/metadata/1512","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c640290817668","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Dial Up","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":4,"parentIndex":1,"ratingCount":126339,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":44120,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1309,"duration":44120,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1309,"key":"/library/parts/1309/1591831592/file.mp3","duration":44120,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\004 - Dial Up.mp3","size":1237530,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1513","key":"/library/metadata/1513","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c640290816f75","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"I. The Worst Guys","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","originalTitle":"Childish Gambino feat. Chance the Rapper","summary":"","index":5,"parentIndex":1,"ratingCount":123619,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":225253,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1310,"duration":225253,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1310,"key":"/library/parts/1310/1591831592/file.mp3","duration":225253,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\005 - I. The Worst Guys.mp3","size":5590485,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1514","key":"/library/metadata/1514","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c640290817103","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"II. Shadows","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":6,"parentIndex":1,"ratingCount":131581,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":231810,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1311,"duration":231810,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1311,"key":"/library/parts/1311/1591831592/file.mp3","duration":231810,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\006 - II. Shadows.mp3","size":5742034,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1515","key":"/library/metadata/1515","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c640290817821","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"III. Telegraph Ave. (\"Oakland\" by Lloyd)","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":7,"parentIndex":1,"ratingCount":165290,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":210651,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1312,"duration":210651,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1312,"key":"/library/parts/1312/1591831592/file.mp3","duration":210651,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\007 - III. Telegraph Ave. (Oakland by Lloyd).mp3","size":5234272,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1516","key":"/library/metadata/1516","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c640290817980","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"IV. Sweatpants","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":8,"parentIndex":1,"ratingCount":273758,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":188813,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1313,"duration":188813,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1313,"key":"/library/parts/1313/1591831592/file.mp3","duration":188813,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\008 - IV. Sweatpants.mp3","size":4710099,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3378","key":"/library/metadata/3378","parentRatingKey":"3375","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c6402908174da","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"V. 3005","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3375","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":9,"parentIndex":1,"ratingCount":165091,"thumb":"/library/metadata/3375/thumb/1591780397","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3375/thumb/1591780397","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":239856,"addedAt":1591780391,"updatedAt":1595497180,"Media":[{"id":2998,"duration":239856,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2998,"key":"/library/parts/2998/1591831592/file.mp3","duration":239856,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\009 - V. 3005.mp3","size":5941761,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1518","key":"/library/metadata/1518","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c6402908171e2","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Playing Around Before the Party Starts","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":10,"parentIndex":1,"ratingCount":120196,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":54674,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1315,"duration":54674,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1315,"key":"/library/parts/1315/1591831592/file.mp3","duration":54674,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\010 - Playing Around Before the Party Starts.mp3","size":1490927,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1519","key":"/library/metadata/1519","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e4403c640290816907","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"I. The Party","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":11,"parentIndex":1,"ratingCount":119779,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":96496,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1316,"duration":96496,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1316,"key":"/library/parts/1316/1591831592/file.mp3","duration":96496,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\011 - I. The Party.mp3","size":2496518,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1520","key":"/library/metadata/1520","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c6402908173e0","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"II. No Exit","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":12,"parentIndex":1,"ratingCount":112597,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":174759,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1317,"duration":174759,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1317,"key":"/library/parts/1317/1591831592/file.mp3","duration":174759,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\012 - II. No Exit.mp3","size":4372802,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3379","key":"/library/metadata/3379","parentRatingKey":"3375","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c640290817318","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Death by Numbers","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3375","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":13,"parentIndex":1,"ratingCount":106899,"thumb":"/library/metadata/3375/thumb/1591780397","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3375/thumb/1591780397","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":45035,"addedAt":1591780391,"updatedAt":1595497180,"Media":[{"id":2999,"duration":45035,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2999,"key":"/library/parts/2999/1591831592/file.mp3","duration":45035,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\013 - Death by Numbers.mp3","size":1259805,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1522","key":"/library/metadata/1522","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c6402908176c3","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"I. Flight of the Navigator","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":14,"parentIndex":1,"ratingCount":115047,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":344398,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1319,"duration":344398,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1319,"key":"/library/parts/1319/1591831592/file.mp3","duration":344398,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\014 - I. Flight of the Navigator.mp3","size":8447234,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3380","key":"/library/metadata/3380","parentRatingKey":"3375","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c6402908172bc","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"II. Zealots of Stockholm (Free Information)","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3375","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":15,"parentIndex":1,"ratingCount":109253,"thumb":"/library/metadata/3375/thumb/1591780397","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3375/thumb/1591780397","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":290768,"addedAt":1591780391,"updatedAt":1595497180,"Media":[{"id":3000,"duration":290768,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3000,"key":"/library/parts/3000/1591831592/file.mp3","duration":290768,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\015 - II. Zealots of Stockholm (Free Information).mp3","size":7157101,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1524","key":"/library/metadata/1524","parentRatingKey":"1508","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c64029081757d","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"III. Urn","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1508","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":16,"parentIndex":1,"ratingCount":95168,"thumb":"/library/metadata/1508/thumb/1591408878","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1508/thumb/1591408878","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":77061,"addedAt":1579227668,"updatedAt":1595497178,"Media":[{"id":1321,"duration":77061,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1321,"key":"/library/parts/1321/1591831592/file.mp3","duration":77061,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\016 - III. Urn.mp3","size":2028044,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3381","key":"/library/metadata/3381","parentRatingKey":"3375","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c6402908170d1","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Pink Toes","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3375","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","originalTitle":"Childish Gambino feat. Jhené Aiko","summary":"","index":17,"parentIndex":1,"ratingCount":1568,"thumb":"/library/metadata/3375/thumb/1591780397","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3375/thumb/1591780397","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":212636,"addedAt":1591780392,"updatedAt":1595497180,"Media":[{"id":3001,"duration":212636,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3001,"key":"/library/parts/3001/1591831592/file.mp3","duration":212636,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\017 - Pink Toes.mp3","size":5285315,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3382","key":"/library/metadata/3382","parentRatingKey":"3375","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e5403c640290817171","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Earth: The Oldest Computer (The Last Night)","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3375","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","originalTitle":"Childish Gambino feat. Azealia Banks","summary":"","index":18,"parentIndex":1,"thumb":"/library/metadata/3375/thumb/1591780397","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3375/thumb/1591780397","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":282488,"addedAt":1591780392,"updatedAt":1595497180,"Media":[{"id":3002,"duration":282488,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3002,"key":"/library/parts/3002/1591831592/file.mp3","duration":282488,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\018 - Earth- The Oldest Computer (The Last Night).mp3","size":6958361,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3383","key":"/library/metadata/3383","parentRatingKey":"3375","grandparentRatingKey":"1479","guid":"plex://track/5d07e4e6403c640290817f76","parentGuid":"plex://album/5d07c7f5403c640290bbf7b4","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Life: The Biggest Troll (Andrew Auernheimer)","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3375","grandparentTitle":"Childish Gambino","parentTitle":"Because the Internet","summary":"","index":19,"parentIndex":1,"ratingCount":9526,"thumb":"/library/metadata/3375/thumb/1591780397","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3375/thumb/1591780397","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":341707,"addedAt":1591780392,"updatedAt":1595497180,"Media":[{"id":3003,"duration":341707,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3003,"key":"/library/parts/3003/1591831594/file.mp3","duration":341707,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Because the Internet\\019 - Life- The Biggest Troll (Andrew Auernheimer).mp3","size":8379634,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1483","key":"/library/metadata/1483","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d7963","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Outside","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":1,"parentIndex":1,"ratingCount":136957,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":273110,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1282,"duration":273110,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1282,"key":"/library/parts/1282/1591831584/file.mp3","duration":273110,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\001 - Outside.mp3","size":6939014,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1484","key":"/library/metadata/1484","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d8342","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Fire Fly","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":2,"parentIndex":1,"ratingCount":157556,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":206001,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1283,"duration":206001,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1283,"key":"/library/parts/1283/1591831584/file.mp3","duration":206001,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\002 - Fire Fly.mp3","size":5329099,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1485","key":"/library/metadata/1485","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d810e","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Bonfire","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":3,"parentIndex":1,"ratingCount":309006,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":193828,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1284,"duration":193828,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1284,"key":"/library/parts/1284/1591831584/file.mp3","duration":193828,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\003 - Bonfire.mp3","size":5035967,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3374","key":"/library/metadata/3374","parentRatingKey":"3373","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d7cb5","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"All the Shine","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/3373","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":4,"parentIndex":1,"ratingCount":132866,"thumb":"/library/metadata/3373/thumb/1591780393","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/3373/thumb/1591780393","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":346488,"addedAt":1591780391,"updatedAt":1595497182,"Media":[{"id":2995,"duration":346488,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2995,"key":"/library/parts/2995/1591831586/file.mp3","duration":346488,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\004 - All the Shine.mp3","size":8700445,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1487","key":"/library/metadata/1487","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d83e4","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Letter Home","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":5,"parentIndex":1,"ratingCount":115810,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":104254,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1286,"duration":104254,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1286,"key":"/library/parts/1286/1591831586/file.mp3","duration":104254,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\005 - Letter Home.mp3","size":2881062,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1488","key":"/library/metadata/1488","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d79af","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Heartbeat","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":6,"parentIndex":1,"ratingCount":298996,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":270393,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1287,"duration":270393,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1287,"key":"/library/parts/1287/1591831586/file.mp3","duration":270393,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\006 - Heartbeat.mp3","size":6874880,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1489","key":"/library/metadata/1489","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d8024","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Backpackers","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":7,"parentIndex":1,"ratingCount":124430,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":197302,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1288,"duration":197302,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1288,"key":"/library/parts/1288/1591831586/file.mp3","duration":197302,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\007 - Backpackers.mp3","size":5118629,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1490","key":"/library/metadata/1490","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d78d4","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Les","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":8,"parentIndex":1,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":319399,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1289,"duration":319399,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1289,"key":"/library/parts/1289/1591831586/file.mp3","duration":319399,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\008 - Les.mp3","size":8052054,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1491","key":"/library/metadata/1491","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d7aff","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Hold You Down","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":9,"parentIndex":1,"ratingCount":110796,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":292911,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1290,"duration":292911,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1290,"key":"/library/parts/1290/1591831586/file.mp3","duration":292911,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\009 - Hold You Down.mp3","size":7414678,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1492","key":"/library/metadata/1492","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d7be1","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Kids","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":10,"parentIndex":1,"ratingCount":102996,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":297404,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1291,"duration":297404,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1291,"key":"/library/parts/1291/1591831586/file.mp3","duration":297404,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\010 - Kids.mp3","size":7521226,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1493","key":"/library/metadata/1493","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d7a33","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"You See Me","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":11,"parentIndex":1,"ratingCount":126701,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":196284,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1292,"duration":196284,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1292,"key":"/library/parts/1292/1591831586/file.mp3","duration":196284,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\011 - You See Me.mp3","size":5094314,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1494","key":"/library/metadata/1494","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d79ae","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"Sunrise","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":12,"parentIndex":1,"ratingCount":124756,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":220813,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1293,"duration":220813,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1293,"key":"/library/parts/1293/1591831586/file.mp3","duration":220813,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\012 - Sunrise.mp3","size":5682548,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1495","key":"/library/metadata/1495","parentRatingKey":"1482","grandparentRatingKey":"1479","guid":"plex://track/5d07dd24403c6402900d7d83","parentGuid":"plex://album/5d07c60c403c640290ada508","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"That Power","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1482","grandparentTitle":"Childish Gambino","parentTitle":"Camp","summary":"","index":13,"parentIndex":1,"ratingCount":93072,"thumb":"/library/metadata/1482/thumb/1591408871","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1482/thumb/1591408871","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":462576,"addedAt":1579228210,"updatedAt":1595497181,"Media":[{"id":1294,"duration":462576,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1294,"key":"/library/parts/1294/1591831586/file.mp3","duration":462576,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\Camp\\013 - That Power.mp3","size":11493993,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1481","key":"/library/metadata/1481","parentRatingKey":"1480","grandparentRatingKey":"1479","guid":"plex://track/5d080377403c6402900184cc","parentGuid":"plex://album/5d07cc24403c640290e50f4f","grandparentGuid":"plex://artist/5d07bd46403c6402905c12e0","type":"track","title":"This Is America","grandparentKey":"/library/metadata/1479","parentKey":"/library/metadata/1480","grandparentTitle":"Childish Gambino","parentTitle":"This Is America","summary":"","index":1,"parentIndex":1,"ratingCount":300311,"thumb":"/library/metadata/1480/thumb/1591408954","art":"/library/metadata/1479/art/1595497055","parentThumb":"/library/metadata/1480/thumb/1591408954","grandparentThumb":"/library/metadata/1479/thumb/1595497055","grandparentArt":"/library/metadata/1479/art/1595497055","duration":228780,"addedAt":1579228304,"updatedAt":1595497181,"Media":[{"id":1281,"duration":228780,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1281,"key":"/library/parts/1281/1591831594/file.mp3","duration":228780,"file":"D:\\Public\\Media\\Music\\Childish Gambino\\This Is America\\001 - This Is America.mp3","size":6779272,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3153","key":"/library/metadata/3153","parentRatingKey":"3152","grandparentRatingKey":"945","guid":"plex://track/5d07daff403c640290ec556c","parentGuid":"plex://album/5d07c650403c640290afeb35","grandparentGuid":"plex://artist/5d07bd6d403c6402905e417e","type":"track","title":"Irony","grandparentKey":"/library/metadata/945","parentKey":"/library/metadata/3152","grandparentTitle":"ClariS","parentTitle":"Birthday","summary":"","index":2,"parentIndex":1,"ratingCount":20998,"thumb":"/library/metadata/3152/thumb/1591780311","art":"/library/metadata/945/art/1595497007","parentThumb":"/library/metadata/3152/thumb/1591780311","grandparentThumb":"/library/metadata/945/thumb/1595497007","grandparentArt":"/library/metadata/945/art/1595497007","duration":257906,"addedAt":1591780307,"updatedAt":1595497095,"Media":[{"id":2807,"duration":257906,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2807,"key":"/library/parts/2807/1591831594/file.mp3","duration":257906,"file":"D:\\Public\\Media\\Music\\ClariS\\BIRTHDAY\\002 - Irony.mp3","size":6267019,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3154","key":"/library/metadata/3154","parentRatingKey":"3152","grandparentRatingKey":"945","guid":"plex://track/5d07dbab403c640290f67e73","parentGuid":"plex://album/5d07c650403c640290afeb35","grandparentGuid":"plex://artist/5d07bd6d403c6402905e417e","type":"track","title":"Connect","grandparentKey":"/library/metadata/945","parentKey":"/library/metadata/3152","grandparentTitle":"ClariS","parentTitle":"Birthday","summary":"","index":7,"parentIndex":1,"ratingCount":19897,"thumb":"/library/metadata/3152/thumb/1591780311","art":"/library/metadata/945/art/1595497007","parentThumb":"/library/metadata/3152/thumb/1591780311","grandparentThumb":"/library/metadata/945/thumb/1595497007","grandparentArt":"/library/metadata/945/art/1595497007","duration":266788,"addedAt":1591780308,"updatedAt":1595497095,"Media":[{"id":2808,"duration":266788,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2808,"key":"/library/parts/2808/1591831594/file.mp3","duration":266788,"file":"D:\\Public\\Media\\Music\\ClariS\\BIRTHDAY\\007 - Connect.mp3","size":6479023,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3151","key":"/library/metadata/3151","parentRatingKey":"3150","grandparentRatingKey":"945","guid":"plex://track/5d07fc0b403c6402909cc110","parentGuid":"plex://album/5d07ccc1403c640290ea9014","grandparentGuid":"plex://artist/5d07bd6d403c6402905e417e","type":"track","title":"ヒトリゴト","grandparentKey":"/library/metadata/945","parentKey":"/library/metadata/3150","grandparentTitle":"ClariS","parentTitle":"Fairy Party","summary":"","index":3,"parentIndex":1,"ratingCount":2016,"thumb":"/library/metadata/3150/thumb/1591780310","art":"/library/metadata/945/art/1595497007","parentThumb":"/library/metadata/3150/thumb/1591780310","grandparentThumb":"/library/metadata/945/thumb/1595497007","grandparentArt":"/library/metadata/945/art/1595497007","duration":233116,"addedAt":1591780302,"updatedAt":1595497096,"Media":[{"id":2806,"duration":233116,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2806,"key":"/library/parts/2806/1591831594/file.mp3","duration":233116,"file":"D:\\Public\\Media\\Music\\ClariS\\Fairy Party\\003 - ヒトリゴト.mp3","size":7427018,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3076","key":"/library/metadata/3076","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2aca","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Stardew Valley Overture","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":1,"parentIndex":1,"ratingCount":8529,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":146416,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2732,"duration":146416,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2732,"key":"/library/parts/2732/1591831800/file.mp3","duration":146416,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\001 - Stardew Valley Overture.mp3","size":2854283,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3077","key":"/library/metadata/3077","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2717","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Cloud Country","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":2,"parentIndex":1,"ratingCount":5684,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":90044,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2733,"duration":90044,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2733,"key":"/library/parts/2733/1591831800/file.mp3","duration":90044,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\002 - Cloud Country.mp3","size":1952307,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3078","key":"/library/metadata/3078","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2bb5","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Grandpa's Theme","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":3,"parentIndex":1,"ratingCount":5793,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":62511,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2734,"duration":62511,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2734,"key":"/library/parts/2734/1591831800/file.mp3","duration":62511,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\003 - Grandpa's Theme.mp3","size":1511782,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3079","key":"/library/metadata/3079","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2a30","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Settling In","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":4,"parentIndex":1,"ratingCount":4970,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":108042,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2735,"duration":108042,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2735,"key":"/library/parts/2735/1591831802/file.mp3","duration":108042,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\004 - Settling In.mp3","size":2240277,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3080","key":"/library/metadata/3080","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2947","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Spring (It's a Big World Outside)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":5,"parentIndex":1,"ratingCount":6168,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":236225,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2736,"duration":236225,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2736,"key":"/library/parts/2736/1591831802/file.mp3","duration":236225,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\005 - Spring (It's a Big World Outside).mp3","size":4291246,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3081","key":"/library/metadata/3081","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37d403c6402902f4cfa","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Spring (The Valley Comes Alive)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":6,"parentIndex":1,"ratingCount":5142,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":262739,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2737,"duration":262739,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2737,"key":"/library/parts/2737/1591831802/file.mp3","duration":262739,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\006 - Spring (The Valley Comes Alive).mp3","size":4715471,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3082","key":"/library/metadata/3082","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f353d","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Spring (Wild Horseradish Jam)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":7,"parentIndex":1,"ratingCount":4884,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":245133,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2738,"duration":245133,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2738,"key":"/library/parts/2738/1591831802/file.mp3","duration":245133,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\007 - Spring (Wild Horseradish Jam).mp3","size":4433763,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3083","key":"/library/metadata/3083","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2593","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Pelican Town","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":8,"parentIndex":1,"ratingCount":4564,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":137168,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2739,"duration":137168,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2739,"key":"/library/parts/2739/1591831802/file.mp3","duration":137168,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\008 - Pelican Town.mp3","size":2706303,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3084","key":"/library/metadata/3084","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2624","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Flower Dance","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":9,"parentIndex":1,"ratingCount":1723,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":30040,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2740,"duration":30040,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2740,"key":"/library/parts/2740/1591831802/file.mp3","duration":30040,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\009 - Flower Dance.mp3","size":992253,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3085","key":"/library/metadata/3085","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f28ee","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Fun Festival","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":10,"parentIndex":1,"ratingCount":4042,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":117106,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2741,"duration":117106,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2741,"key":"/library/parts/2741/1591831802/file.mp3","duration":117106,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\010 - Fun Festival.mp3","size":2385313,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3086","key":"/library/metadata/3086","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f311b","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Distant Banjo","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":11,"parentIndex":1,"ratingCount":4073,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":114546,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2742,"duration":114546,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2742,"key":"/library/parts/2742/1591831802/file.mp3","duration":114546,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\011 - Distant Banjo.mp3","size":2344355,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3087","key":"/library/metadata/3087","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2948","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"A Glimpse of the Other World (Wizard's Theme)","titleSort":"Glimpse of the Other World (Wizard's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":12,"parentIndex":1,"ratingCount":3822,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":105952,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2743,"duration":105952,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2743,"key":"/library/parts/2743/1591831802/file.mp3","duration":105952,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\012 - A Glimpse of the Other World (Wizard's Theme).mp3","size":2206910,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3088","key":"/library/metadata/3088","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f31c6","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Summer (Nature's Crescendo)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":13,"parentIndex":1,"ratingCount":4391,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":208300,"addedAt":1591780299,"updatedAt":1595065086,"Media":[{"id":2744,"duration":208300,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2744,"key":"/library/parts/2744/1591831802/file.mp3","duration":208300,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\013 - Summer (Nature's Crescendo).mp3","size":3844438,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3089","key":"/library/metadata/3089","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2e61","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Summer (The Sun Can Bend an Orange Sky)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":14,"parentIndex":1,"ratingCount":4161,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":218253,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2745,"duration":218253,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2745,"key":"/library/parts/2745/1591831804/file.mp3","duration":218253,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\014 - Summer (The Sun Can Bend an Orange Sky).mp3","size":4003705,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3090","key":"/library/metadata/3090","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f27e6","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Summer (Tropicala)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":15,"parentIndex":1,"ratingCount":4266,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":202031,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2746,"duration":202031,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2746,"key":"/library/parts/2746/1591831804/file.mp3","duration":202031,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\015 - Summer (Tropicala).mp3","size":3744110,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3091","key":"/library/metadata/3091","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2fe4","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"The Adventure Guild","titleSort":"Adventure Guild","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":16,"parentIndex":1,"ratingCount":3700,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":50128,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2747,"duration":50128,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2747,"key":"/library/parts/2747/1591831804/file.mp3","duration":50128,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\016 - The Adventure Guild.mp3","size":1313679,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3092","key":"/library/metadata/3092","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2ca3","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"The Stardrop Saloon","titleSort":"Stardrop Saloon","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":17,"parentIndex":1,"ratingCount":3714,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":83226,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2748,"duration":83226,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2748,"key":"/library/parts/2748/1591831804/file.mp3","duration":83226,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\017 - The Stardrop Saloon.mp3","size":1843233,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3093","key":"/library/metadata/3093","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f3034","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Luau Festival","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":18,"parentIndex":1,"ratingCount":3590,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":90096,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2749,"duration":90096,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2749,"key":"/library/parts/2749/1591831804/file.mp3","duration":90096,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\018 - Luau Festival.mp3","size":1953145,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3094","key":"/library/metadata/3094","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2db6","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Dance of the Moonlight Jellies","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":19,"parentIndex":1,"ratingCount":7558,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":110811,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2750,"duration":110811,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2750,"key":"/library/parts/2750/1591831804/file.mp3","duration":110811,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\019 - Dance of the Moonlight Jellies.mp3","size":2284620,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3095","key":"/library/metadata/3095","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f3289","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Fall (The Smell of Mushroom)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":20,"parentIndex":1,"ratingCount":4276,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":213028,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2751,"duration":213028,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2751,"key":"/library/parts/2751/1591831804/file.mp3","duration":213028,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\020 - Fall (The Smell of Mushroom).mp3","size":3920091,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3096","key":"/library/metadata/3096","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2acd","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Fall (Ghost Synth)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":21,"parentIndex":1,"ratingCount":4583,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":157283,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2752,"duration":157283,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2752,"key":"/library/parts/2752/1591831804/file.mp3","duration":157283,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\021 - Fall (Ghost Synth).mp3","size":3028146,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3097","key":"/library/metadata/3097","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f271a","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Fall (Raven's Descent)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":22,"parentIndex":1,"ratingCount":4907,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":169613,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2753,"duration":169613,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2753,"key":"/library/parts/2753/1591831804/file.mp3","duration":169613,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\022 - Fall (Raven's Descent).mp3","size":3225431,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3098","key":"/library/metadata/3098","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2bb6","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"The Library and Museum","titleSort":"Library and Museum","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":23,"parentIndex":1,"ratingCount":3428,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":108904,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2754,"duration":108904,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2754,"key":"/library/parts/2754/1591831804/file.mp3","duration":108904,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\023 - The Library and Museum.mp3","size":2254093,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3099","key":"/library/metadata/3099","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2a32","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Stardew Valley Fair Theme","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":24,"parentIndex":1,"ratingCount":3334,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":113711,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2755,"duration":113711,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2755,"key":"/library/parts/2755/1591831804/file.mp3","duration":113711,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\024 - Stardew Valley Fair Theme.mp3","size":2331004,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3100","key":"/library/metadata/3100","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f294b","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Festival Game","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":25,"parentIndex":1,"ratingCount":3153,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":52035,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2756,"duration":52035,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2756,"key":"/library/parts/2756/1591831806/file.mp3","duration":52035,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\025 - Festival Game.mp3","size":1344178,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3101","key":"/library/metadata/3101","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37d403c6402902f4cfc","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Spirit's Eve Festival","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":26,"parentIndex":1,"ratingCount":3225,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":125518,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2757,"duration":125518,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2757,"key":"/library/parts/2757/1591831806/file.mp3","duration":125518,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\026 - Spirit's Eve Festival.mp3","size":2519913,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3102","key":"/library/metadata/3102","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f353f","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Winter (Nocturne of Ice)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":27,"parentIndex":1,"ratingCount":5726,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":200045,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2758,"duration":200045,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2758,"key":"/library/parts/2758/1591831806/file.mp3","duration":200045,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\027 - Winter (Nocturne of Ice).mp3","size":3712357,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3103","key":"/library/metadata/3103","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2594","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Winter (The Wind Can Be Still)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":28,"parentIndex":1,"ratingCount":6499,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":170997,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2759,"duration":170997,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2759,"key":"/library/parts/2759/1591831806/file.mp3","duration":170997,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\028 - Winter (The Wind Can Be Still).mp3","size":3247598,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3104","key":"/library/metadata/3104","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2625","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Winter (Ancient)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":29,"parentIndex":1,"ratingCount":3802,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":184790,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2760,"duration":184790,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2760,"key":"/library/parts/2760/1591831806/file.mp3","duration":184790,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\029 - Winter (Ancient).mp3","size":3468253,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3105","key":"/library/metadata/3105","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f28f0","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Winter Festival","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":30,"parentIndex":1,"ratingCount":3057,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":85995,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2761,"duration":85995,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2761,"key":"/library/parts/2761/1591831806/file.mp3","duration":85995,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\030 - Winter Festival.mp3","size":1887529,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3106","key":"/library/metadata/3106","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f311c","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"A Golden Star Is Born","titleSort":"Golden Star Is Born","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":31,"parentIndex":1,"ratingCount":3206,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":117002,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2762,"duration":117002,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2762,"key":"/library/parts/2762/1591831806/file.mp3","duration":117002,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\031 - A Golden Star Is Born.mp3","size":2383659,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3107","key":"/library/metadata/3107","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f294c","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Country Shop","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":32,"parentIndex":1,"ratingCount":3087,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":64026,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2763,"duration":64026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2763,"key":"/library/parts/2763/1591831806/file.mp3","duration":64026,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\032 - Country Shop.mp3","size":1536019,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3108","key":"/library/metadata/3108","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f31c7","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Calico Desert","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":33,"parentIndex":1,"ratingCount":3132,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":128026,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2764,"duration":128026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2764,"key":"/library/parts/2764/1591831806/file.mp3","duration":128026,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\033 - Calico Desert.mp3","size":2560021,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3109","key":"/library/metadata/3109","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2e66","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Playful","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":34,"parentIndex":1,"ratingCount":2913,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":54595,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2765,"duration":54595,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2765,"key":"/library/parts/2765/1591831806/file.mp3","duration":54595,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\034 - Playful.mp3","size":1385126,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3110","key":"/library/metadata/3110","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f27e7","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Buttercup Melody","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":35,"parentIndex":1,"ratingCount":2973,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":64026,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2766,"duration":64026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2766,"key":"/library/parts/2766/1591831808/file.mp3","duration":64026,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\035 - Buttercup Melody.mp3","size":1536027,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3111","key":"/library/metadata/3111","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2fea","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Pleasant Memory (Penny's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":36,"parentIndex":1,"ratingCount":3151,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":60029,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2767,"duration":60029,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2767,"key":"/library/parts/2767/1591831808/file.mp3","duration":60029,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\036 - Pleasant Memory (Penny's Theme).mp3","size":1472110,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3112","key":"/library/metadata/3112","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2ca6","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Piano Solo (Elliott's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":37,"parentIndex":1,"ratingCount":70,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":25887,"addedAt":1591780300,"updatedAt":1595065086,"Media":[{"id":2768,"duration":25887,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2768,"key":"/library/parts/2768/1591831808/file.mp3","duration":25887,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\037 - Piano Solo (Elliott's Theme).mp3","size":925831,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3113","key":"/library/metadata/3113","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f3036","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Land of Green and Gold (Leah's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":38,"parentIndex":1,"ratingCount":2938,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":84035,"addedAt":1591780300,"updatedAt":1595065087,"Media":[{"id":2769,"duration":84035,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2769,"key":"/library/parts/2769/1591831808/file.mp3","duration":84035,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\038 - Land of Green and Gold (Leah's Theme).mp3","size":1856226,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3114","key":"/library/metadata/3114","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2dba","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"A Stillness in the Rain (Abigail's Melody)","titleSort":"Stillness in the Rain (Abigail's Melody)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":39,"parentIndex":1,"ratingCount":3086,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":64313,"addedAt":1591780300,"updatedAt":1595065087,"Media":[{"id":2770,"duration":64313,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2770,"key":"/library/parts/2770/1591831808/file.mp3","duration":64313,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\039 - A Stillness in the Rain (Abigail's Melody).mp3","size":1540677,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3115","key":"/library/metadata/3115","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f328b","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Starwatcher (Maru's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":40,"parentIndex":1,"ratingCount":3090,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":99631,"addedAt":1591780300,"updatedAt":1595065087,"Media":[{"id":2771,"duration":99631,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2771,"key":"/library/parts/2771/1591831808/file.mp3","duration":99631,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\040 - Starwatcher (Maru's Theme).mp3","size":2105726,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3116","key":"/library/metadata/3116","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2ace","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"A Sad Song (Alex's Theme)","titleSort":"Sad Song (Alex's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":41,"parentIndex":1,"ratingCount":2670,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":56320,"addedAt":1591780300,"updatedAt":1595065087,"Media":[{"id":2772,"duration":56320,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2772,"key":"/library/parts/2772/1591831808/file.mp3","duration":56320,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\041 - A Sad Song (Alex's Theme).mp3","size":1412748,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3117","key":"/library/metadata/3117","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f271d","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Pickle Jar Rag (Haley's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":42,"parentIndex":1,"ratingCount":2761,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":65802,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2773,"duration":65802,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2773,"key":"/library/parts/2773/1591831808/file.mp3","duration":65802,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\042 - Pickle Jar Rag (Haley's Theme).mp3","size":1564477,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3118","key":"/library/metadata/3118","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2bb7","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Echos (Sebastian's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":43,"parentIndex":1,"ratingCount":2955,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":43232,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2774,"duration":43232,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2774,"key":"/library/parts/2774/1591831808/file.mp3","duration":43232,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\043 - Echos (Sebastian's Theme).mp3","size":1203350,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3119","key":"/library/metadata/3119","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2a33","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Grapefruit Sky (Dr. Harvey's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":44,"parentIndex":1,"ratingCount":2832,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":74475,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2775,"duration":74475,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2775,"key":"/library/parts/2775/1591831808/file.mp3","duration":74475,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\044 - Grapefruit Sky (Dr. Harvey's Theme).mp3","size":1703249,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3120","key":"/library/metadata/3120","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d08018d403c640290e61a2e","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Frozen Pizza and Eggs (Shane's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":45,"parentIndex":1,"ratingCount":627,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":74893,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2776,"duration":74893,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2776,"key":"/library/parts/2776/1591831810/file.mp3","duration":74893,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\045 - Frozen Pizza and Eggs (Shane's Theme).mp3","size":1709941,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3121","key":"/library/metadata/3121","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d08018c403c640290e6188a","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Song of Feathers (Emily's Theme)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":46,"parentIndex":1,"ratingCount":550,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":176901,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2777,"duration":176901,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2777,"key":"/library/parts/2777/1591831810/file.mp3","duration":176901,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\046 - Song of Feathers (Emily's Theme).mp3","size":3342061,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3122","key":"/library/metadata/3122","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d08018c403c640290e6176b","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Dreamscape","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":47,"parentIndex":1,"ratingCount":591,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":62537,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2778,"duration":62537,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2778,"key":"/library/parts/2778/1591831810/file.mp3","duration":62537,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\047 - Dreamscape.mp3","size":1512192,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3123","key":"/library/metadata/3123","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d08018d403c640290e6198f","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Emily's Dance","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":48,"parentIndex":1,"ratingCount":531,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":62511,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2779,"duration":62511,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2779,"key":"/library/parts/2779/1591831810/file.mp3","duration":62511,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\048 - Emily's Dance.mp3","size":1511780,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3124","key":"/library/metadata/3124","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f294f","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Alex's Keepsake","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":49,"parentIndex":1,"ratingCount":2690,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":41273,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2780,"duration":41273,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2780,"key":"/library/parts/2780/1591831810/file.mp3","duration":41273,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\049 - Alex's Keepsake.mp3","size":1171983,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3125","key":"/library/metadata/3125","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37d403c6402902f4cff","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Band Practice","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":50,"parentIndex":1,"ratingCount":58,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":15908,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2781,"duration":15908,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2781,"key":"/library/parts/2781/1591831810/file.mp3","duration":15908,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\050 - Band Practice.mp3","size":766141,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3126","key":"/library/metadata/3126","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f3542","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Sam's Band (electronic version)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":51,"parentIndex":1,"ratingCount":2520,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":63190,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2782,"duration":63190,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2782,"key":"/library/parts/2782/1591831810/file.mp3","duration":63190,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\051 - Sam's Band (electronic version).mp3","size":1522683,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3127","key":"/library/metadata/3127","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2596","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Sam's Band (pop version)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":52,"parentIndex":1,"ratingCount":2390,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":64287,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2783,"duration":64287,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2783,"key":"/library/parts/2783/1591831810/file.mp3","duration":64287,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\052 - Sam's Band (pop version).mp3","size":1540223,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3128","key":"/library/metadata/3128","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2626","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Sam's Band (bluegrass version)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":53,"parentIndex":1,"ratingCount":2312,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":62537,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2784,"duration":62537,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2784,"key":"/library/parts/2784/1591831810/file.mp3","duration":62537,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\053 - Sam's Band (bluegrass version).mp3","size":1512232,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3129","key":"/library/metadata/3129","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f28f3","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Sam's Band (heavy version)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":54,"parentIndex":1,"ratingCount":2257,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":61074,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2785,"duration":61074,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2785,"key":"/library/parts/2785/1591831810/file.mp3","duration":61074,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\054 - Sam's Band (heavy version).mp3","size":1488818,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3130","key":"/library/metadata/3130","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f311e","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"A Dark Corner of the Past","titleSort":"Dark Corner of the Past","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":55,"parentIndex":1,"ratingCount":2759,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":37799,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2786,"duration":37799,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2786,"key":"/library/parts/2786/1591831810/file.mp3","duration":37799,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\055 - A Dark Corner of the Past.mp3","size":1116414,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3131","key":"/library/metadata/3131","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2950","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Music Box Song","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":56,"parentIndex":1,"ratingCount":2661,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":74213,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2787,"duration":74213,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2787,"key":"/library/parts/2787/1591831810/file.mp3","duration":74213,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\056 - Music Box Song.mp3","size":1699028,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3132","key":"/library/metadata/3132","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f31c9","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Jaunty","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":57,"parentIndex":1,"ratingCount":2498,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":54883,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2788,"duration":54883,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2788,"key":"/library/parts/2788/1591831810/file.mp3","duration":54883,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\057 - Jaunty.mp3","size":1389722,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3133","key":"/library/metadata/3133","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2e6a","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Violin Solo","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":58,"parentIndex":1,"ratingCount":60,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":23170,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2789,"duration":23170,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2789,"key":"/library/parts/2789/1591831810/file.mp3","duration":23170,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\058 - Violin Solo.mp3","size":882329,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3134","key":"/library/metadata/3134","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f27e9","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Wedding Celebration","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":59,"parentIndex":1,"ratingCount":2510,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":39079,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2790,"duration":39079,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2790,"key":"/library/parts/2790/1591831810/file.mp3","duration":39079,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\059 - Wedding Celebration.mp3","size":1136882,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3135","key":"/library/metadata/3135","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2ff0","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (Crystal Bells)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":60,"parentIndex":1,"ratingCount":2822,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":172930,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2791,"duration":172930,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2791,"key":"/library/parts/2791/1591831810/file.mp3","duration":172930,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\060 - Mines (Crystal Bells).mp3","size":3278509,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3136","key":"/library/metadata/3136","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2ca9","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (A Flicker in the Deep)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":61,"parentIndex":1,"ratingCount":2983,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":85577,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2792,"duration":85577,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2792,"key":"/library/parts/2792/1591831810/file.mp3","duration":85577,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\061 - Mines (A Flicker in the Deep).mp3","size":1880870,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3137","key":"/library/metadata/3137","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f303a","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (Star Lumpy)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":62,"parentIndex":1,"ratingCount":2746,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":104385,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2793,"duration":104385,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2793,"key":"/library/parts/2793/1591831810/file.mp3","duration":104385,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\062 - Mines (Star Lumpy).mp3","size":2181778,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3138","key":"/library/metadata/3138","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2dc0","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (Icicles)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":63,"parentIndex":1,"ratingCount":2910,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":101328,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2794,"duration":101328,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2794,"key":"/library/parts/2794/1591831810/file.mp3","duration":101328,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\063 - Mines (Icicles).mp3","size":2132871,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3139","key":"/library/metadata/3139","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f328d","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (Marimba of Frozen Bones)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":64,"parentIndex":1,"ratingCount":2395,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":115043,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2795,"duration":115043,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2795,"key":"/library/parts/2795/1591831810/file.mp3","duration":115043,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\064 - Mines (Marimba of Frozen Bones).mp3","size":2352332,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3140","key":"/library/metadata/3140","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2ad0","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (Cloth)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":65,"parentIndex":1,"ratingCount":3004,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":106135,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2796,"duration":106135,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2796,"key":"/library/parts/2796/1591831812/file.mp3","duration":106135,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\065 - Mines (Cloth).mp3","size":2209772,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3141","key":"/library/metadata/3141","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f271e","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (Visitor to the Unknown)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":66,"parentIndex":1,"ratingCount":2528,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":128026,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2797,"duration":128026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2797,"key":"/library/parts/2797/1591831812/file.mp3","duration":128026,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\066 - Mines (Visitor to the Unknown).mp3","size":2560055,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3142","key":"/library/metadata/3142","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2bb8","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (The Lava Dwellers)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":67,"parentIndex":1,"ratingCount":2553,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":179278,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2798,"duration":179278,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2798,"key":"/library/parts/2798/1591831812/file.mp3","duration":179278,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\067 - Mines (The Lava Dwellers).mp3","size":3380081,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3143","key":"/library/metadata/3143","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2a35","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (Magical Shoes)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":68,"parentIndex":1,"ratingCount":2487,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":107624,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2799,"duration":107624,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2799,"key":"/library/parts/2799/1591831812/file.mp3","duration":107624,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\068 - Mines (Magical Shoes).mp3","size":2233611,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3144","key":"/library/metadata/3144","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2951","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Mines (Danger!)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":69,"parentIndex":1,"ratingCount":2424,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":112796,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2800,"duration":112796,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2800,"key":"/library/parts/2800/1591831812/file.mp3","duration":112796,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\069 - Mines (Danger!).mp3","size":2316355,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3145","key":"/library/metadata/3145","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37d403c6402902f4d01","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"In the Deep Woods","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":70,"parentIndex":1,"ratingCount":2885,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":126171,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2801,"duration":126171,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2801,"key":"/library/parts/2801/1591831812/file.mp3","duration":126171,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\070 - In the Deep Woods.mp3","size":2530354,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3146","key":"/library/metadata/3146","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f3543","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Journey of the Prairie King (Overworld)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":71,"parentIndex":1,"ratingCount":2146,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":104045,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2802,"duration":104045,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2802,"key":"/library/parts/2802/1591831812/file.mp3","duration":104045,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\071 - Journey of the Prairie King (Overworld).mp3","size":2176387,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3147","key":"/library/metadata/3147","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2597","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Journey of the Prairie King (The Outlaw)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":72,"parentIndex":1,"ratingCount":2089,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":66899,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2803,"duration":66899,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2803,"key":"/library/parts/2803/1591831812/file.mp3","duration":66899,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\072 - Journey of the Prairie King (The Outlaw).mp3","size":1582051,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3148","key":"/library/metadata/3148","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f2628","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Journey of the Prairie King (Final Boss & Ending)","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":73,"parentIndex":1,"ratingCount":2028,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":83565,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2804,"duration":83565,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2804,"key":"/library/parts/2804/1591831812/file.mp3","duration":83565,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\073 - Journey of the Prairie King (Final Boss & Ending).mp3","size":1848727,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3149","key":"/library/metadata/3149","parentRatingKey":"3075","grandparentRatingKey":"1924","guid":"plex://track/5d07f37b403c6402902f28f5","parentGuid":"plex://album/5d07c9f1403c640290cd9318","grandparentGuid":"plex://artist/5d07befa403c6402906fb64c","type":"track","title":"Load Game","grandparentKey":"/library/metadata/1924","parentKey":"/library/metadata/3075","grandparentTitle":"ConcernedApe","parentTitle":"Stardew Valley: Original Soundtrack","summary":"","index":74,"parentIndex":1,"ratingCount":2922,"thumb":"/library/metadata/3075/thumb/1591780319","parentThumb":"/library/metadata/3075/thumb/1591780319","grandparentThumb":"/library/metadata/1924/thumb/1595065062","duration":112535,"addedAt":1591780301,"updatedAt":1595065087,"Media":[{"id":2805,"duration":112535,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2805,"key":"/library/parts/2805/1591831812/file.mp3","duration":112535,"file":"D:\\Public\\Media\\Music\\ConcernedApe\\Stardew Valley- Original Soundtrack\\074 - Load Game.mp3","size":2312164,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3053","key":"/library/metadata/3053","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d12f","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Get Used to It","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","originalTitle":"Darren Korb feat. Logan Cunningham","summary":"","index":1,"parentIndex":1,"ratingCount":37488,"viewCount":1,"lastViewedAt":1593320374,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":54543,"addedAt":1591780291,"updatedAt":1595497136,"Media":[{"id":2710,"duration":54543,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2710,"key":"/library/parts/2710/1591831596/file.mp3","duration":54543,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\001 - Get Used to It.mp3","size":1797834,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3054","key":"/library/metadata/3054","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d6c3","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"A Proper Story","titleSort":"Proper Story","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":2,"parentIndex":1,"ratingCount":49622,"viewCount":1,"lastViewedAt":1593320442,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":69407,"addedAt":1591780291,"updatedAt":1595497136,"Media":[{"id":2711,"duration":69407,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2711,"key":"/library/parts/2711/1591831596/file.mp3","duration":69407,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\002 - A Proper Story.mp3","size":2153572,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3055","key":"/library/metadata/3055","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d89a","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"In Case of Trouble","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":3,"parentIndex":1,"ratingCount":59648,"viewCount":1,"lastViewedAt":1593320610,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":178860,"addedAt":1591780292,"updatedAt":1595497136,"Media":[{"id":2712,"duration":178860,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2712,"key":"/library/parts/2712/1591831596/file.mp3","duration":178860,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\003 - In Case of Trouble.mp3","size":4780454,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3056","key":"/library/metadata/3056","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d1c8","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Bynn the Breaker","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":4,"parentIndex":1,"ratingCount":42152,"viewCount":1,"lastViewedAt":1593320853,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":249730,"addedAt":1591780292,"updatedAt":1595497136,"Media":[{"id":2713,"duration":249730,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2713,"key":"/library/parts/2713/1591831596/file.mp3","duration":249730,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\004 - Bynn the Breaker.mp3","size":6481335,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3057","key":"/library/metadata/3057","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d5f0","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"The Sole Regret","titleSort":"Sole Regret","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":5,"parentIndex":1,"ratingCount":36799,"viewCount":1,"lastViewedAt":1593321011,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":147670,"addedAt":1591780293,"updatedAt":1595497136,"Media":[{"id":2714,"duration":147670,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2714,"key":"/library/parts/2714/1591831596/file.mp3","duration":147670,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\005 - The Sole Regret.mp3","size":4031883,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3058","key":"/library/metadata/3058","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbd403c64029006e084","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Twisted Streets","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":6,"parentIndex":1,"ratingCount":34689,"viewCount":1,"lastViewedAt":1593321210,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":204826,"addedAt":1591780293,"updatedAt":1595497136,"Media":[{"id":2715,"duration":204826,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2715,"key":"/library/parts/2715/1591831596/file.mp3","duration":204826,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\006 - Twisted Streets.mp3","size":5403625,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3059","key":"/library/metadata/3059","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d2cb","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Terminal March","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":7,"parentIndex":1,"ratingCount":36723,"viewCount":1,"lastViewedAt":1593321453,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":247040,"addedAt":1591780293,"updatedAt":1595497136,"Media":[{"id":2716,"duration":247040,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2716,"key":"/library/parts/2716/1591831596/file.mp3","duration":247040,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\007 - Terminal March.mp3","size":6416757,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3060","key":"/library/metadata/3060","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d818","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Percy’s Escape","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":8,"parentIndex":1,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":97828,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2717,"duration":97828,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2717,"key":"/library/parts/2717/1591831596/file.mp3","duration":97828,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\008 - Percy’s Escape.mp3","size":2835678,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3061","key":"/library/metadata/3061","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d387","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Faith of Jevel","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":9,"parentIndex":1,"ratingCount":32616,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":91428,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2718,"duration":91428,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2718,"key":"/library/parts/2718/1591831596/file.mp3","duration":91428,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\009 - Faith of Jevel.mp3","size":2682081,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3062","key":"/library/metadata/3062","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d268","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Mine, Windbag, Mine","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":10,"parentIndex":1,"ratingCount":32184,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":186017,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2719,"duration":186017,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2719,"key":"/library/parts/2719/1591831598/file.mp3","duration":186017,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\010 - Mine, Windbag, Mine.mp3","size":4952236,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3063","key":"/library/metadata/3063","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d516","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Slinger’s Song","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":276297,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2720,"duration":276297,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2720,"key":"/library/parts/2720/1591831598/file.mp3","duration":276297,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\011 - Slinger’s Song.mp3","size":7118926,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3064","key":"/library/metadata/3064","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d347","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Build That Wall (Zia’s Theme)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","originalTitle":"Darren Korb feat. Ashley Barrett","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":165250,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2721,"duration":165250,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2721,"key":"/library/parts/2721/1591831598/file.mp3","duration":165250,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\012 - Build That Wall (Zia’s Theme).mp3","size":4454977,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3065","key":"/library/metadata/3065","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d4f2","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Spike in a Rail","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":13,"parentIndex":1,"ratingCount":39256,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":178860,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2722,"duration":178860,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2722,"key":"/library/parts/2722/1591831598/file.mp3","duration":178860,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\013 - Spike in a Rail.mp3","size":4780450,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3066","key":"/library/metadata/3066","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d857","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"What’s Left Undone","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":22334,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2723,"duration":22334,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2723,"key":"/library/parts/2723/1591831598/file.mp3","duration":22334,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\014 - What’s Left Undone.mp3","size":1023900,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3067","key":"/library/metadata/3067","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d584","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Brusher Patrol","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":15,"parentIndex":1,"ratingCount":31069,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":269635,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2724,"duration":269635,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2724,"key":"/library/parts/2724/1591831598/file.mp3","duration":269635,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\015 - Brusher Patrol.mp3","size":6959061,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3068","key":"/library/metadata/3068","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d03a","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"The Mancer’s Dilemma","titleSort":"Mancer’s Dilemma","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":16,"parentIndex":1,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":127268,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2725,"duration":127268,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2725,"key":"/library/parts/2725/1591831598/file.mp3","duration":127268,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\016 - The Mancer’s Dilemma.mp3","size":3542252,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3069","key":"/library/metadata/3069","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d9d9","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Mother, I’m Here (Zulf’s Theme)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":17,"parentIndex":1,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":136907,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2726,"duration":136907,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2726,"key":"/library/parts/2726/1591831600/file.mp3","duration":136907,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\017 - Mother, I’m Here (Zulf’s Theme).mp3","size":3774473,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3070","key":"/library/metadata/3070","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d6f2","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Pale Watchers","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":18,"parentIndex":1,"ratingCount":29730,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":269635,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2727,"duration":269635,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2727,"key":"/library/parts/2727/1591831600/file.mp3","duration":269635,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\018 - Pale Watchers.mp3","size":6959059,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3071","key":"/library/metadata/3071","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006dce2","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"The Bottom Feeders","titleSort":"Bottom Feeders","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":19,"parentIndex":1,"ratingCount":28910,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":282880,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2728,"duration":282880,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2728,"key":"/library/parts/2728/1591831600/file.mp3","duration":282880,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\019 - The Bottom Feeders.mp3","size":7276927,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3072","key":"/library/metadata/3072","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d59c","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"From Wharf to Wilds","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","summary":"","index":20,"parentIndex":1,"ratingCount":28928,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":82155,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2729,"duration":82155,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2729,"key":"/library/parts/2729/1591831600/file.mp3","duration":82155,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\020 - From Wharf to Wilds.mp3","size":2459530,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3073","key":"/library/metadata/3073","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006d090","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Setting Sail, Coming Home (End Theme)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","originalTitle":"Darren Korb feat. Ashley Barrett","summary":"","index":21,"parentIndex":1,"ratingCount":48433,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":175020,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2730,"duration":175020,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2730,"key":"/library/parts/2730/1591831600/file.mp3","duration":175020,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\021 - Setting Sail, Coming Home (End Theme).mp3","size":4690158,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3074","key":"/library/metadata/3074","parentRatingKey":"3052","grandparentRatingKey":"1227","guid":"plex://track/5d07dcbc403c64029006da90","parentGuid":"plex://album/5d07c5e4403c640290ac7420","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"The Pantheon (Ain’t Gonna Catch You)","titleSort":"Pantheon (Ain’t Gonna Catch You)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3052","grandparentTitle":"Darren Korb","parentTitle":"Bastion: Original Soundtrack","originalTitle":"Darren Korb feat. Logan Cunningham","summary":"","index":22,"parentIndex":1,"thumb":"/library/metadata/3052/thumb/1591780300","parentThumb":"/library/metadata/3052/thumb/1591780300","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":147670,"addedAt":1591780294,"updatedAt":1595497136,"Media":[{"id":2731,"duration":147670,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2731,"key":"/library/parts/2731/1591831600/file.mp3","duration":147670,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Bastion- Original Soundtrack\\022 - The Pantheon (Ain’t Gonna Catch You).mp3","size":4033791,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3029","key":"/library/metadata/3029","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6700","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Old Friends (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":1,"parentIndex":1,"ratingCount":54218,"viewCount":1,"lastViewedAt":1593194968,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":202239,"addedAt":1591780288,"updatedAt":1595497138,"Media":[{"id":2687,"duration":202239,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2687,"key":"/library/parts/2687/1591831602/file.mp3","duration":202239,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\001 - Old Friends (Hummed).mp3","size":5736320,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3030","key":"/library/metadata/3030","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6701","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Stained Glass (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":2,"parentIndex":1,"ratingCount":21716,"lastViewedAt":1593195110,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":161593,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2688,"duration":161593,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2688,"key":"/library/parts/2688/1591831602/file.mp3","duration":161593,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\002 - Stained Glass (Hummed).mp3","size":4760867,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3031","key":"/library/metadata/3031","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af68aa","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Forecast (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":3,"parentIndex":1,"ratingCount":21155,"viewCount":1,"lastViewedAt":1593195257,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":149106,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2689,"duration":149106,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2689,"key":"/library/parts/2689/1591831602/file.mp3","duration":149106,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\003 - Forecast (Hummed).mp3","size":4461180,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3032","key":"/library/metadata/3032","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af65ae","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"The Spine (Instrumental)","titleSort":"Spine (Instrumental)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":4,"parentIndex":1,"ratingCount":4400,"viewCount":1,"lastViewedAt":1593195444,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":194324,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2690,"duration":194324,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2690,"key":"/library/parts/2690/1591831602/file.mp3","duration":194324,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\004 - The Spine (Instrumental).mp3","size":5547931,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3033","key":"/library/metadata/3033","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6cb6","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Coasting (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":5,"parentIndex":1,"ratingCount":21206,"viewCount":2,"lastViewedAt":1593246676,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":208744,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2691,"duration":208744,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2691,"key":"/library/parts/2691/1591831602/file.mp3","duration":208744,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\005 - Coasting (Hummed).mp3","size":5892481,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3034","key":"/library/metadata/3034","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6ba4","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Vanishing Point (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":6,"parentIndex":1,"ratingCount":19386,"lastViewedAt":1593246876,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":224078,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2692,"duration":224078,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2692,"key":"/library/parts/2692/1591831602/file.mp3","duration":224078,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\006 - Vanishing Point (Hummed).mp3","size":6260508,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3035","key":"/library/metadata/3035","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6ce5","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Traces (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":7,"parentIndex":1,"ratingCount":17670,"viewCount":1,"lastViewedAt":1593195978,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":124577,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2693,"duration":124577,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2693,"key":"/library/parts/2693/1591831602/file.mp3","duration":124577,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\007 - Traces (Hummed).mp3","size":3872481,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3036","key":"/library/metadata/3036","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d5403c640290af6138","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Water Wall (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":8,"parentIndex":1,"ratingCount":17296,"viewCount":1,"lastViewedAt":1593196201,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":239595,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2694,"duration":239595,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2694,"key":"/library/parts/2694/1591831604/file.mp3","duration":239595,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\008 - Water Wall (Hummed).mp3","size":6634034,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3037","key":"/library/metadata/3037","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6eb6","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"In Circles (Instrumental)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":9,"parentIndex":1,"ratingCount":3636,"viewCount":1,"lastViewedAt":1593196261,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":52976,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2695,"duration":52976,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2695,"key":"/library/parts/2695/1591831604/file.mp3","duration":52976,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\009 - In Circles (Instrumental).mp3","size":2154060,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3038","key":"/library/metadata/3038","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6fa7","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Heightmap (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":11,"parentIndex":1,"ratingCount":16308,"viewCount":1,"lastViewedAt":1593247992,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":261746,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2696,"duration":261746,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2696,"key":"/library/parts/2696/1591831604/file.mp3","duration":261746,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\011 - Heightmap (Hummed).mp3","size":7164544,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3039","key":"/library/metadata/3039","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af67fd","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Dormant (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":12,"parentIndex":1,"ratingCount":15036,"viewCount":1,"lastViewedAt":1593196675,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":171598,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2697,"duration":171598,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2697,"key":"/library/parts/2697/1591831604/file.mp3","duration":171598,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\012 - Dormant (Hummed).mp3","size":5000974,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3040","key":"/library/metadata/3040","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af7195","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Apex Beat (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":13,"parentIndex":1,"ratingCount":15473,"viewCount":2,"lastViewedAt":1593247504,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":191608,"addedAt":1591780289,"updatedAt":1595497138,"Media":[{"id":2698,"duration":191608,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2698,"key":"/library/parts/2698/1591831604/file.mp3","duration":191608,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\013 - Apex Beat (Hummed).mp3","size":5481213,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3041","key":"/library/metadata/3041","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6a37","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Gateless (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":14,"parentIndex":1,"ratingCount":15361,"viewCount":1,"lastViewedAt":1593197112,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":261746,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2699,"duration":261746,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2699,"key":"/library/parts/2699/1591831604/file.mp3","duration":261746,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\014 - Gateless (Hummed).mp3","size":7164542,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3042","key":"/library/metadata/3042","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6a51","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Sandbox (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":15,"parentIndex":1,"ratingCount":15616,"viewCount":1,"lastViewedAt":1593197320,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":205609,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2700,"duration":205609,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2700,"key":"/library/parts/2700/1591831604/file.mp3","duration":205609,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\015 - Sandbox (Hummed).mp3","size":5817249,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3043","key":"/library/metadata/3043","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6b50","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"We All Become (Instrumental)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":16,"parentIndex":1,"ratingCount":3201,"viewCount":1,"lastViewedAt":1593197470,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":149106,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2701,"duration":149106,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2701,"key":"/library/parts/2701/1591831606/file.mp3","duration":149106,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\016 - We All Become (Instrumental).mp3","size":4462464,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3044","key":"/library/metadata/3044","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6c48","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Interlace (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":17,"parentIndex":1,"ratingCount":14435,"viewCount":1,"lastViewedAt":1593219424,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":255373,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2702,"duration":255373,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2702,"key":"/library/parts/2702/1591831606/file.mp3","duration":255373,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\017 - Interlace (Hummed).mp3","size":7011571,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3045","key":"/library/metadata/3045","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6640","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Tangent (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":18,"parentIndex":1,"ratingCount":13953,"viewCount":1,"lastViewedAt":1593219619,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":201639,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2703,"duration":201639,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2703,"key":"/library/parts/2703/1591831606/file.mp3","duration":201639,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\018 - Tangent (Hummed).mp3","size":5721954,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3046","key":"/library/metadata/3046","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af69ad","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Signals (Instrumental)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":19,"parentIndex":1,"ratingCount":2742,"viewCount":1,"lastViewedAt":1593219794,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":176117,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2704,"duration":176117,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2704,"key":"/library/parts/2704/1591831606/file.mp3","duration":176117,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\019 - Signals (Instrumental).mp3","size":5110643,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3047","key":"/library/metadata/3047","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6a27","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Impossible (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":20,"parentIndex":1,"ratingCount":14378,"viewCount":1,"lastViewedAt":1593220059,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":280111,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2705,"duration":280111,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2705,"key":"/library/parts/2705/1591831606/file.mp3","duration":280111,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\020 - Impossible (Hummed).mp3","size":7605284,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3048","key":"/library/metadata/3048","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6931","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Blank Canvas (Hummed)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":21,"parentIndex":1,"ratingCount":13928,"viewCount":2,"lastViewedAt":1593247098,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":53028,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2706,"duration":53028,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2706,"key":"/library/parts/2706/1591831606/file.mp3","duration":53028,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\021 - Blank Canvas (Hummed).mp3","size":2155308,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3049","key":"/library/metadata/3049","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af6702","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"Paper Boats (Instrumental)","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":22,"parentIndex":1,"ratingCount":2767,"viewCount":2,"lastViewedAt":1593247317,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":241110,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2707,"duration":241110,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2707,"key":"/library/parts/2707/1591831606/file.mp3","duration":241110,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\022 - Paper Boats (Instrumental).mp3","size":6671224,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3050","key":"/library/metadata/3050","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af68ab","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"G_ld L__f","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":24,"parentIndex":1,"ratingCount":2863,"viewCount":2,"lastViewedAt":1593247040,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":163343,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2708,"duration":163343,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2708,"key":"/library/parts/2708/1591831606/file.mp3","duration":163343,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\024 - G_ld L_f.mp3","size":4802848,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3051","key":"/library/metadata/3051","parentRatingKey":"3028","grandparentRatingKey":"1227","guid":"plex://track/5d07e8d6403c640290af65b0","parentGuid":"plex://album/5d07c8a4403c640290c163aa","grandparentGuid":"plex://artist/5d07bda1403c640290607447","type":"track","title":"_n C_rcl_s","grandparentKey":"/library/metadata/1227","parentKey":"/library/metadata/3028","grandparentTitle":"Darren Korb","parentTitle":"Transistor: Original Soundtrack Extended","summary":"","index":25,"parentIndex":1,"ratingCount":1424,"viewCount":1,"lastViewedAt":1593220711,"thumb":"/library/metadata/3028/thumb/1591780305","parentThumb":"/library/metadata/3028/thumb/1591780305","grandparentThumb":"/library/metadata/1227/thumb/1595497028","duration":206132,"addedAt":1591780289,"updatedAt":1595497139,"Media":[{"id":2709,"duration":206132,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2709,"key":"/library/parts/2709/1591831608/file.mp3","duration":206132,"file":"D:\\Public\\Media\\Music\\Darren Korb\\Transistor- Original Soundtrack Extended\\025 - _n C_rcl_s.mp3","size":5830681,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3478","key":"/library/metadata/3478","parentRatingKey":"3477","grandparentRatingKey":"3474","guid":"plex://track/5ee02c80c5e64fcc107fe5b6","parentGuid":"plex://album/5ee02c3ac5e64fcc107a298f","grandparentGuid":"plex://artist/5d07bed3403c6402906ddfca","type":"track","title":"HOT 97 Freestyle 2018","grandparentKey":"/library/metadata/3474","parentKey":"/library/metadata/3477","grandparentTitle":"Daylyt","parentTitle":"HOT 97 Freestyle 2018","summary":"","index":1,"parentIndex":1,"viewCount":14,"lastViewedAt":1594364775,"art":"/library/metadata/3474/art/1595587322","grandparentThumb":"/library/metadata/3474/thumb/1595587322","grandparentArt":"/library/metadata/3474/art/1595587322","duration":570801,"addedAt":1593546837,"updatedAt":1595587327,"Media":[{"id":3111,"duration":570801,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3118,"key":"/library/parts/3118/1593546788/file.mp3","duration":570801,"file":"D:\\Public\\Media\\Music\\Daylyt\\HOT 97 Freestyle 2018\\001 - HOT 97 Freestyle 2018.mp3","size":13701851,"container":"mp3"}]}]},{"ratingKey":"3476","key":"/library/metadata/3476","parentRatingKey":"3475","grandparentRatingKey":"3474","guid":"plex://track/5ee02c81c5e64fcc107ff236","parentGuid":"plex://album/5ee02c3ac5e64fcc107a2bcc","grandparentGuid":"plex://artist/5d07bed3403c6402906ddfca","type":"track","title":"L.A Leakers Freestyle #074","grandparentKey":"/library/metadata/3474","parentKey":"/library/metadata/3475","grandparentTitle":"Daylyt","parentTitle":"L.A Leakers Freestyle #074","summary":"","index":1,"parentIndex":1,"viewCount":13,"lastViewedAt":1594365091,"art":"/library/metadata/3474/art/1595587322","grandparentThumb":"/library/metadata/3474/thumb/1595587322","grandparentArt":"/library/metadata/3474/art/1595587322","duration":290115,"addedAt":1593546833,"updatedAt":1595587327,"Media":[{"id":3110,"duration":290115,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3117,"key":"/library/parts/3117/1593546800/file.mp3","duration":290115,"file":"D:\\Public\\Media\\Music\\Daylyt\\L.A Leakers Freestyle #074\\001 - L.A Leakers Freestyle #074.mp3","size":6965404,"container":"mp3"}]}]},{"ratingKey":"2002","key":"/library/metadata/2002","parentRatingKey":"2001","grandparentRatingKey":"2000","guid":"local://2002","parentGuid":"local://2001","grandparentGuid":"plex://artist/5dae8fffb37302b855ec4f0d","type":"track","title":"All The King's Horses","grandparentKey":"/library/metadata/2000","parentKey":"/library/metadata/2001","grandparentTitle":"Deep Wave","parentTitle":"Divas","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/2001/thumb/1592039365","parentThumb":"/library/metadata/2001/thumb/1592039365","grandparentThumb":"/library/metadata/2000/thumb/1595065055","duration":236382,"addedAt":1579031488,"updatedAt":1595065066,"Media":[{"id":1759,"duration":236382,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1759,"key":"/library/parts/1759/1591831876/file.mp3","duration":236382,"file":"D:\\Public\\Media\\Music\\Deep Wave\\Divas\\002 - All The King's Horses.mp3","size":3827219,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2003","key":"/library/metadata/2003","parentRatingKey":"2001","grandparentRatingKey":"2000","guid":"local://2003","parentGuid":"local://2001","grandparentGuid":"plex://artist/5dae8fffb37302b855ec4f0d","type":"track","title":"C'est La Vie","grandparentKey":"/library/metadata/2000","parentKey":"/library/metadata/2001","grandparentTitle":"Deep Wave","parentTitle":"Divas","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/2001/thumb/1592039365","parentThumb":"/library/metadata/2001/thumb/1592039365","grandparentThumb":"/library/metadata/2000/thumb/1595065055","duration":158928,"addedAt":1579031488,"updatedAt":1595065066,"Media":[{"id":1760,"duration":158928,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1760,"key":"/library/parts/1760/1591831876/file.mp3","duration":158928,"file":"D:\\Public\\Media\\Music\\Deep Wave\\Divas\\004 - C'est La Vie.mp3","size":2588009,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2924","key":"/library/metadata/2924","parentRatingKey":"2923","grandparentRatingKey":"2004","guid":"plex://track/5d0800cf403c640290dc3ee3","parentGuid":"plex://album/5d07caff403c640290d93aa8","grandparentGuid":"plex://artist/5d07bbfc403c6402904a5bfc","type":"track","title":"The Sound of Silence","titleSort":"Sound of Silence","grandparentKey":"/library/metadata/2004","parentKey":"/library/metadata/2923","grandparentTitle":"Disturbed","parentTitle":"The Sound of Silence (live on Conan)","summary":"","index":1,"parentIndex":1,"ratingCount":198130,"thumb":"/library/metadata/2923/thumb/1591780268","art":"/library/metadata/2004/art/1595497029","parentThumb":"/library/metadata/2923/thumb/1591780268","grandparentThumb":"/library/metadata/2004/thumb/1595497029","grandparentArt":"/library/metadata/2004/art/1595497029","duration":253152,"addedAt":1591780264,"updatedAt":1595497138,"Media":[{"id":2591,"duration":253152,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2591,"key":"/library/parts/2591/1591831608/file.mp3","duration":253152,"file":"D:\\Public\\Media\\Music\\Disturbed\\The Sound of Silence\\001 - The Sound of Silence.mp3","size":10582795,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1675","key":"/library/metadata/1675","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a3403c6402907d3d0f","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Bounce","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","originalTitle":"DJ OKAWARI feat. Talib Kweli","summary":"","index":1,"parentIndex":1,"ratingCount":2778,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":140208,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1452,"duration":140208,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1452,"key":"/library/parts/1452/1591831616/file.mp3","duration":140208,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\001 - Bounce.mp3","size":6612426,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1676","key":"/library/metadata/1676","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a3403c6402907d3bfe","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Starry Sky","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","summary":"","index":2,"parentIndex":1,"ratingCount":6408,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":264912,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1453,"duration":264912,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1453,"key":"/library/parts/1453/1591831616/file.mp3","duration":264912,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\002 - Starry Sky.mp3","size":11600532,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1677","key":"/library/metadata/1677","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a3403c6402907d3b5c","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Midnight Train","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","originalTitle":"DJ OKAWARI feat. Emi Meyer","summary":"","index":3,"parentIndex":1,"ratingCount":2218,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":304800,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1454,"duration":304800,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1454,"key":"/library/parts/1454/1591831616/file.mp3","duration":304800,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\003 - Midnight Train.mp3","size":13196116,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1678","key":"/library/metadata/1678","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a3403c6402907d3984","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Yours","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","summary":"","index":4,"parentIndex":1,"ratingCount":4721,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":241440,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1455,"duration":241440,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1455,"key":"/library/parts/1455/1591831616/file.mp3","duration":241440,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\004 - Yours.mp3","size":10661642,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1679","key":"/library/metadata/1679","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a3403c6402907d3842","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Keep Falling","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","originalTitle":"DJ OKAWARI feat. GIOVANCA","summary":"","index":5,"parentIndex":1,"ratingCount":1164,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":270792,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1456,"duration":270792,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1456,"key":"/library/parts/1456/1591831618/file.mp3","duration":270792,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\005 - Keep Falling.mp3","size":11835786,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1680","key":"/library/metadata/1680","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a3403c6402907d3932","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Last Note","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","summary":"","index":6,"parentIndex":1,"ratingCount":3257,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":184728,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1457,"duration":184728,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1457,"key":"/library/parts/1457/1591831618/file.mp3","duration":184728,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\006 - Last Note.mp3","size":8393170,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1681","key":"/library/metadata/1681","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a3403c6402907d3c15","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Eventually","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","originalTitle":"DJ OKAWARI feat. Emily Styler","summary":"","index":7,"parentIndex":1,"ratingCount":1217,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":220704,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1458,"duration":220704,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1458,"key":"/library/parts/1458/1591831618/file.mp3","duration":220704,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\007 - Eventually.mp3","size":9832280,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1682","key":"/library/metadata/1682","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a4403c6402907d47b1","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Mirage","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","summary":"","index":8,"parentIndex":1,"ratingCount":3442,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":278112,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1459,"duration":278112,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1459,"key":"/library/parts/1459/1591831618/file.mp3","duration":278112,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\008 - Mirage.mp3","size":12128524,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1683","key":"/library/metadata/1683","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a4403c6402907d48a5","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Be There","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","originalTitle":"DJ OKAWARI feat. Brittany Campbell","summary":"","index":9,"parentIndex":1,"ratingCount":1007,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":256968,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1460,"duration":256968,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1460,"key":"/library/parts/1460/1591831618/file.mp3","duration":256968,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\009 - Be There.mp3","size":11282856,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1684","key":"/library/metadata/1684","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a4403c6402907d4f68","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"SADAME","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","summary":"","index":10,"parentIndex":1,"ratingCount":2645,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":255096,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1461,"duration":255096,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1461,"key":"/library/parts/1461/1591831618/file.mp3","duration":255096,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\010 - SADAME.mp3","size":11207886,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1685","key":"/library/metadata/1685","parentRatingKey":"1674","grandparentRatingKey":"1618","guid":"plex://track/5d07f9a5403c6402907d5257","parentGuid":"plex://album/5d07ca9c403c640290d4fb56","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Four Water","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1674","grandparentTitle":"DJ OKAWARI","parentTitle":"Compass","summary":"","index":11,"parentIndex":1,"ratingCount":2861,"thumb":"/library/metadata/1674/thumb/1592039375","parentThumb":"/library/metadata/1674/thumb/1592039375","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":243744,"addedAt":1579032520,"updatedAt":1595497184,"Media":[{"id":1462,"duration":243744,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1462,"key":"/library/parts/1462/1591831618/file.mp3","duration":243744,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Compass\\011 - Four Water.mp3","size":10753814,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1640","key":"/library/metadata/1640","parentRatingKey":"1639","grandparentRatingKey":"1618","guid":"plex://track/5d07dc9c403c64029004d308","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Encounter","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1639","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari","summary":"","index":1,"parentIndex":1,"ratingCount":15635,"thumb":"/library/metadata/1639/thumb/1592039376","parentThumb":"/library/metadata/1639/thumb/1592039376","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":205322,"addedAt":1579175892,"updatedAt":1595497184,"Media":[{"id":1420,"duration":205322,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1420,"key":"/library/parts/1420/1591831612/file.mp3","duration":205322,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\001 - Encounter.mp3","size":5354534,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3340","key":"/library/metadata/3340","parentRatingKey":"3339","grandparentRatingKey":"1618","guid":"plex://track/5d07f15c403c6402901538af","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Brown Eyes","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3339","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari feat. Brittany Campbell","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/3339/thumb/1591780372","parentThumb":"/library/metadata/3339/thumb/1591780372","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":314122,"addedAt":1591780369,"updatedAt":1595497185,"Media":[{"id":2967,"duration":314122,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2967,"key":"/library/parts/2967/1591831612/file.mp3","duration":314122,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\002 - Brown Eyes.mp3","size":7965538,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3341","key":"/library/metadata/3341","parentRatingKey":"3339","grandparentRatingKey":"1618","guid":"plex://track/5d07f15c403c640290153a00","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Represent","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3339","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari feat. 金原千恵子","summary":"","index":3,"parentIndex":1,"ratingCount":1121,"thumb":"/library/metadata/3339/thumb/1591780372","parentThumb":"/library/metadata/3339/thumb/1591780372","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":276427,"addedAt":1591780369,"updatedAt":1595497185,"Media":[{"id":2968,"duration":276427,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2968,"key":"/library/parts/2968/1591831612/file.mp3","duration":276427,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\003 - Represent.mp3","size":7060864,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3342","key":"/library/metadata/3342","parentRatingKey":"3339","grandparentRatingKey":"1618","guid":"plex://track/5d07f15c403c6402901532ee","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Kaleidoscope","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3339","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari feat. Tekitha","summary":"","index":4,"parentIndex":1,"ratingCount":1244,"thumb":"/library/metadata/3339/thumb/1591780372","parentThumb":"/library/metadata/3339/thumb/1591780372","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":238079,"addedAt":1591780369,"updatedAt":1595497185,"Media":[{"id":2969,"duration":238079,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2969,"key":"/library/parts/2969/1591831612/file.mp3","duration":238079,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\004 - Kaleidoscope.mp3","size":6140522,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1644","key":"/library/metadata/1644","parentRatingKey":"1639","grandparentRatingKey":"1618","guid":"plex://track/5d07dc9c403c64029004cd99","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Flower Dance","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1639","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari","summary":"","index":5,"parentIndex":1,"ratingCount":34318,"thumb":"/library/metadata/1639/thumb/1592039376","parentThumb":"/library/metadata/1639/thumb/1592039376","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":264385,"addedAt":1579175892,"updatedAt":1595497184,"Media":[{"id":1424,"duration":264385,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1424,"key":"/library/parts/1424/1591831612/file.mp3","duration":264385,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\005 - Flower Dance.mp3","size":6772449,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3343","key":"/library/metadata/3343","parentRatingKey":"3339","grandparentRatingKey":"1618","guid":"plex://track/5d07f15c403c640290153188","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"U","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3339","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari feat. Stacy Epps","summary":"","index":6,"parentIndex":1,"thumb":"/library/metadata/3339/thumb/1591780372","parentThumb":"/library/metadata/3339/thumb/1591780372","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":272143,"addedAt":1591780369,"updatedAt":1595497185,"Media":[{"id":2970,"duration":272143,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2970,"key":"/library/parts/2970/1591831612/file.mp3","duration":272143,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\006 - U.mp3","size":6958030,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1646","key":"/library/metadata/1646","parentRatingKey":"1639","grandparentRatingKey":"1618","guid":"plex://track/5d07dc9c403c64029004c86a","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Another Sky","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1639","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari","summary":"","index":7,"parentIndex":1,"ratingCount":12158,"thumb":"/library/metadata/1639/thumb/1592039376","parentThumb":"/library/metadata/1639/thumb/1592039376","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":186357,"addedAt":1579175892,"updatedAt":1595497184,"Media":[{"id":1426,"duration":186357,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1426,"key":"/library/parts/1426/1591831612/file.mp3","duration":186357,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\007 - Another Sky.mp3","size":4899241,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1647","key":"/library/metadata/1647","parentRatingKey":"1639","grandparentRatingKey":"1618","guid":"plex://track/5d07dc9c403c64029004d0bd","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"A Cup of Coffee","titleSort":"Cup of Coffee","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1639","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari","summary":"","index":8,"parentIndex":1,"ratingCount":19260,"thumb":"/library/metadata/1639/thumb/1592039376","parentThumb":"/library/metadata/1639/thumb/1592039376","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":273632,"addedAt":1579175892,"updatedAt":1595497184,"Media":[{"id":1427,"duration":273632,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1427,"key":"/library/parts/1427/1591831612/file.mp3","duration":273632,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\008 - A Cup of Coffee.mp3","size":6993853,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3344","key":"/library/metadata/3344","parentRatingKey":"3339","grandparentRatingKey":"1618","guid":"plex://track/5d07f15d403c640290153bdb","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Brighter Side","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3339","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari feat. Amanda Diva","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/3339/thumb/1591780372","parentThumb":"/library/metadata/3339/thumb/1591780372","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":277629,"addedAt":1591780370,"updatedAt":1595497185,"Media":[{"id":2971,"duration":277629,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2971,"key":"/library/parts/2971/1591831614/file.mp3","duration":277629,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\009 - Brighter Side.mp3","size":7089711,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1649","key":"/library/metadata/1649","parentRatingKey":"1639","grandparentRatingKey":"1618","guid":"plex://track/5d07dc9c403c64029004d107","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Temperature of Tears","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1639","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari","summary":"","index":10,"parentIndex":1,"ratingCount":15267,"thumb":"/library/metadata/1639/thumb/1592039376","parentThumb":"/library/metadata/1639/thumb/1592039376","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":271725,"addedAt":1579175950,"updatedAt":1595497184,"Media":[{"id":1429,"duration":271725,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1429,"key":"/library/parts/1429/1591831614/file.mp3","duration":271725,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\010 - Temperature of Tears.mp3","size":6947683,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3345","key":"/library/metadata/3345","parentRatingKey":"3339","grandparentRatingKey":"1618","guid":"plex://track/5d07f15c403c640290153439","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"The Bonds","titleSort":"Bonds","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3339","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari feat. Nanase","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/3339/thumb/1591780372","parentThumb":"/library/metadata/3339/thumb/1591780372","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":291840,"addedAt":1591780370,"updatedAt":1595497185,"Media":[{"id":2972,"duration":291840,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2972,"key":"/library/parts/2972/1591831614/file.mp3","duration":291840,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\011 - The Bonds.mp3","size":7430760,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3346","key":"/library/metadata/3346","parentRatingKey":"3339","grandparentRatingKey":"1618","guid":"plex://track/5d07dc9c403c64029004cd03","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Change the World","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3339","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari feat. Woong San","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/3339/thumb/1591780372","parentThumb":"/library/metadata/3339/thumb/1591780372","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":235128,"addedAt":1591780370,"updatedAt":1595497185,"Media":[{"id":2973,"duration":235128,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2973,"key":"/library/parts/2973/1591831614/file.mp3","duration":235128,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\012 - Change the World.mp3","size":6069689,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1652","key":"/library/metadata/1652","parentRatingKey":"1639","grandparentRatingKey":"1618","guid":"plex://track/5d07dc9c403c64029004d34f","parentGuid":"plex://album/5d07c5e0403c640290ac5842","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Peacock","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1639","grandparentTitle":"DJ OKAWARI","parentTitle":"Kaleidoscope","originalTitle":"DJ Okawari","summary":"","index":13,"parentIndex":1,"ratingCount":9754,"thumb":"/library/metadata/1639/thumb/1592039376","parentThumb":"/library/metadata/1639/thumb/1592039376","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":273632,"addedAt":1579175892,"updatedAt":1595497184,"Media":[{"id":1432,"duration":273632,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1432,"key":"/library/parts/1432/1591831614/file.mp3","duration":273632,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Kaleidoscope\\013 - Peacock.mp3","size":6993837,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3334","key":"/library/metadata/3334","parentRatingKey":"3333","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c6402904156db","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Sound of Silence","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3333","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari feat. Kaori","summary":"","index":1,"parentIndex":1,"ratingCount":1167,"thumb":"/library/metadata/3333/thumb/1591780370","parentThumb":"/library/metadata/3333/thumb/1591780370","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":267389,"addedAt":1591780367,"updatedAt":1595497188,"Media":[{"id":2962,"duration":267389,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2962,"key":"/library/parts/2962/1591831608/file.mp3","duration":267389,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\001 - Sound of Silence.mp3","size":7216205,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1621","key":"/library/metadata/1621","parentRatingKey":"1619","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c640290415c7c","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Luv Letter","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1619","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari","summary":"","index":2,"parentIndex":1,"ratingCount":45102,"thumb":"/library/metadata/1619/thumb/1592039378","parentThumb":"/library/metadata/1619/thumb/1592039378","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":272483,"addedAt":1579176786,"updatedAt":1595497186,"Media":[{"id":1403,"duration":272483,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1403,"key":"/library/parts/1403/1591831608/file.mp3","duration":272483,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\002 - Luv Letter.mp3","size":7338506,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3335","key":"/library/metadata/3335","parentRatingKey":"3333","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c640290415410","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"You Gotta Be","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3333","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari feat. Amadori","summary":"","index":3,"parentIndex":1,"ratingCount":1096,"thumb":"/library/metadata/3333/thumb/1591780370","parentThumb":"/library/metadata/3333/thumb/1591780370","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":236355,"addedAt":1591780367,"updatedAt":1595497188,"Media":[{"id":2963,"duration":236355,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2963,"key":"/library/parts/2963/1591831608/file.mp3","duration":236355,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\003 - You Gotta Be.mp3","size":6471394,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3336","key":"/library/metadata/3336","parentRatingKey":"3333","grandparentRatingKey":"1618","guid":"plex://track/5d07e05e403c640290415348","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Pack Light","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3333","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari feat. Eriko","summary":"","index":4,"parentIndex":1,"ratingCount":891,"thumb":"/library/metadata/3333/thumb/1591780370","parentThumb":"/library/metadata/3333/thumb/1591780370","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":243461,"addedAt":1591780367,"updatedAt":1595497188,"Media":[{"id":2964,"duration":243461,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2964,"key":"/library/parts/2964/1591831610/file.mp3","duration":243461,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\004 - Pack Light.mp3","size":6641917,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1624","key":"/library/metadata/1624","parentRatingKey":"1619","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c640290415a70","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Afterschool","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1619","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari","summary":"","index":5,"parentIndex":1,"ratingCount":13556,"thumb":"/library/metadata/1619/thumb/1592039378","parentThumb":"/library/metadata/1619/thumb/1592039378","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":236617,"addedAt":1579176786,"updatedAt":1595497186,"Media":[{"id":1406,"duration":236617,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1406,"key":"/library/parts/1406/1591831610/file.mp3","duration":236617,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\005 - Afterschool.mp3","size":6477721,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1625","key":"/library/metadata/1625","parentRatingKey":"1619","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c64029041555a","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Following the Dream","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1619","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari","summary":"","index":6,"parentIndex":1,"ratingCount":10976,"thumb":"/library/metadata/1619/thumb/1592039378","parentThumb":"/library/metadata/1619/thumb/1592039378","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":122749,"addedAt":1579176786,"updatedAt":1595497186,"Media":[{"id":1407,"duration":122749,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1407,"key":"/library/parts/1407/1591831610/file.mp3","duration":122749,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\006 - Following the Dream.mp3","size":3744909,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3337","key":"/library/metadata/3337","parentRatingKey":"3333","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c640290415850","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Free Bird","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3333","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ OKAWARI feat. SIERRA","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/3333/thumb/1591780370","parentThumb":"/library/metadata/3333/thumb/1591780370","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":298631,"addedAt":1591780367,"updatedAt":1595497188,"Media":[{"id":2965,"duration":298631,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2965,"key":"/library/parts/2965/1591831610/file.mp3","duration":298631,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\007 - Free Bird.mp3","size":7966009,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1627","key":"/library/metadata/1627","parentRatingKey":"1619","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c6402904156c3","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Sweet Light","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1619","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari","summary":"","index":8,"parentIndex":1,"ratingCount":10066,"thumb":"/library/metadata/1619/thumb/1592039378","parentThumb":"/library/metadata/1619/thumb/1592039378","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":237322,"addedAt":1579176786,"updatedAt":1595497186,"Media":[{"id":1409,"duration":237322,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1409,"key":"/library/parts/1409/1591831610/file.mp3","duration":237322,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\008 - Sweet Light.mp3","size":6494646,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3338","key":"/library/metadata/3338","parentRatingKey":"3333","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c6402904156c6","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"All I Have","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/3333","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari feat. Amanda Diva","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/3333/thumb/1591780370","parentThumb":"/library/metadata/3333/thumb/1591780370","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":236355,"addedAt":1591780367,"updatedAt":1595497188,"Media":[{"id":2966,"duration":236355,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2966,"key":"/library/parts/2966/1591831610/file.mp3","duration":236355,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\009 - All I Have.mp3","size":6471390,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1629","key":"/library/metadata/1629","parentRatingKey":"1619","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c640290415f24","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Minamo","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1619","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari","summary":"","index":10,"parentIndex":1,"ratingCount":10725,"thumb":"/library/metadata/1619/thumb/1592039378","parentThumb":"/library/metadata/1619/thumb/1592039378","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":233012,"addedAt":1579176786,"updatedAt":1595497186,"Media":[{"id":1411,"duration":233012,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1411,"key":"/library/parts/1411/1591831610/file.mp3","duration":233012,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\010 - Minamo.mp3","size":6391195,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1630","key":"/library/metadata/1630","parentRatingKey":"1619","grandparentRatingKey":"1618","guid":"plex://track/5d07e05f403c6402904156dd","parentGuid":"plex://album/5d07c3f9403c6402909b93e8","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Evening Comes 2","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1619","grandparentTitle":"DJ OKAWARI","parentTitle":"Mirror","originalTitle":"DJ Okawari","summary":"","index":11,"parentIndex":1,"ratingCount":8958,"thumb":"/library/metadata/1619/thumb/1592039378","parentThumb":"/library/metadata/1619/thumb/1592039378","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":252159,"addedAt":1579176788,"updatedAt":1595497186,"Media":[{"id":1412,"duration":252159,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1412,"key":"/library/parts/1412/1591831610/file.mp3","duration":252159,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\MIRROR\\011 - Evening Comes 2.mp3","size":6850981,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1632","key":"/library/metadata/1632","parentRatingKey":"1631","grandparentRatingKey":"1618","guid":"plex://track/5dfbc6ee856e113a5b7548ae","parentGuid":"plex://album/5dfb6b53856e113a5b2e4099","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Nightfall","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1631","grandparentTitle":"DJ OKAWARI","parentTitle":"Nightfall","originalTitle":"DJ Okawari","summary":"","index":1,"parentIndex":1,"ratingCount":1735,"thumb":"/library/metadata/1631/thumb/1592039380","parentThumb":"/library/metadata/1631/thumb/1592039380","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":216607,"addedAt":1579176028,"updatedAt":1595497189,"Media":[{"id":1413,"duration":216607,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1413,"key":"/library/parts/1413/1591831614/file.mp3","duration":216607,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Nightfall\\001 - Nightfall.mp3","size":5459143,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1633","key":"/library/metadata/1633","parentRatingKey":"1631","grandparentRatingKey":"1618","guid":"plex://track/5dfbc6ee856e113a5b7548ba","parentGuid":"plex://album/5dfb6b53856e113a5b2e4099","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Fragile","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1631","grandparentTitle":"DJ OKAWARI","parentTitle":"Nightfall","originalTitle":"DJ Okawari","summary":"","index":2,"parentIndex":1,"ratingCount":2317,"thumb":"/library/metadata/1631/thumb/1592039380","parentThumb":"/library/metadata/1631/thumb/1592039380","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":276166,"addedAt":1579176028,"updatedAt":1595497189,"Media":[{"id":1414,"duration":276166,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1414,"key":"/library/parts/1414/1591831614/file.mp3","duration":276166,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Nightfall\\002 - Fragile.mp3","size":6894300,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1634","key":"/library/metadata/1634","parentRatingKey":"1631","grandparentRatingKey":"1618","guid":"plex://track/5dfbc6ee856e113a5b7548c3","parentGuid":"plex://album/5dfb6b53856e113a5b2e4099","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Twilight","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1631","grandparentTitle":"DJ OKAWARI","parentTitle":"Nightfall","originalTitle":"DJ Okawari","summary":"","index":3,"parentIndex":1,"ratingCount":1275,"thumb":"/library/metadata/1631/thumb/1592039380","parentThumb":"/library/metadata/1631/thumb/1592039380","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":216607,"addedAt":1579176028,"updatedAt":1595497189,"Media":[{"id":1415,"duration":216607,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1415,"key":"/library/parts/1415/1591831616/file.mp3","duration":216607,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Nightfall\\003 - Twilight.mp3","size":5462677,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1635","key":"/library/metadata/1635","parentRatingKey":"1631","grandparentRatingKey":"1618","guid":"plex://track/5dfbc6ee856e113a5b754b5c","parentGuid":"plex://album/5dfb6b53856e113a5b2e4099","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Addiction","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1631","grandparentTitle":"DJ OKAWARI","parentTitle":"Nightfall","originalTitle":"DJ Okawari","summary":"","index":4,"parentIndex":1,"ratingCount":2013,"thumb":"/library/metadata/1631/thumb/1592039380","parentThumb":"/library/metadata/1631/thumb/1592039380","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":283088,"addedAt":1579176028,"updatedAt":1595497189,"Media":[{"id":1416,"duration":283088,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1416,"key":"/library/parts/1416/1591831616/file.mp3","duration":283088,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Nightfall\\004 - Addiction.mp3","size":7059957,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1636","key":"/library/metadata/1636","parentRatingKey":"1631","grandparentRatingKey":"1618","guid":"plex://track/5dfbc6ee856e113a5b754b61","parentGuid":"plex://album/5dfb6b53856e113a5b2e4099","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Mesmerize","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1631","grandparentTitle":"DJ OKAWARI","parentTitle":"Nightfall","originalTitle":"DJ Okawari","summary":"","index":5,"parentIndex":1,"ratingCount":1052,"thumb":"/library/metadata/1631/thumb/1592039380","parentThumb":"/library/metadata/1631/thumb/1592039380","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":208352,"addedAt":1579176028,"updatedAt":1595497189,"Media":[{"id":1417,"duration":208352,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1417,"key":"/library/parts/1417/1591831616/file.mp3","duration":208352,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Nightfall\\005 - Mesmerize.mp3","size":5264657,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1637","key":"/library/metadata/1637","parentRatingKey":"1631","grandparentRatingKey":"1618","guid":"plex://track/5dfbc6ee856e113a5b754b66","parentGuid":"plex://album/5dfb6b53856e113a5b2e4099","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Glitter","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1631","grandparentTitle":"DJ OKAWARI","parentTitle":"Nightfall","originalTitle":"DJ Okawari","summary":"","index":6,"parentIndex":1,"ratingCount":1227,"thumb":"/library/metadata/1631/thumb/1592039380","parentThumb":"/library/metadata/1631/thumb/1592039380","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":284316,"addedAt":1579176028,"updatedAt":1595497189,"Media":[{"id":1418,"duration":284316,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1418,"key":"/library/parts/1418/1591831616/file.mp3","duration":284316,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Nightfall\\006 - Glitter.mp3","size":7089902,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1638","key":"/library/metadata/1638","parentRatingKey":"1631","grandparentRatingKey":"1618","guid":"plex://track/5dfbc6ee856e113a5b754b68","parentGuid":"plex://album/5dfb6b53856e113a5b2e4099","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Spectrum","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1631","grandparentTitle":"DJ OKAWARI","parentTitle":"Nightfall","originalTitle":"DJ Okawari","summary":"","index":7,"parentIndex":1,"ratingCount":1182,"thumb":"/library/metadata/1631/thumb/1592039380","parentThumb":"/library/metadata/1631/thumb/1592039380","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":271725,"addedAt":1579176028,"updatedAt":1595497189,"Media":[{"id":1419,"duration":271725,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1419,"key":"/library/parts/1419/1591831616/file.mp3","duration":271725,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Nightfall\\007 - Spectrum.mp3","size":6782936,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1667","key":"/library/metadata/1667","parentRatingKey":"1666","grandparentRatingKey":"1618","guid":"plex://track/5d08070e403c640290320c11","parentGuid":"plex://album/5d07cca1403c640290e996f3","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Voice of Nature","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1666","grandparentTitle":"DJ OKAWARI","parentTitle":"Perfect Blue","summary":"","index":1,"parentIndex":1,"ratingCount":1233,"thumb":"/library/metadata/1666/thumb/1592039382","parentThumb":"/library/metadata/1666/thumb/1592039382","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":216137,"addedAt":1579174986,"updatedAt":1595497192,"Media":[{"id":1445,"duration":216137,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1445,"key":"/library/parts/1445/1591831620/file.mp3","duration":216137,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Perfect Blue\\001 - Voice of Nature.mp3","size":7481619,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1668","key":"/library/metadata/1668","parentRatingKey":"1666","grandparentRatingKey":"1618","guid":"plex://track/5d08070e403c640290320b14","parentGuid":"plex://album/5d07cca1403c640290e996f3","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Altair","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1666","grandparentTitle":"DJ OKAWARI","parentTitle":"Perfect Blue","originalTitle":"DJ OKAWARI feat. Lee Ayur & JABBERLOOP","summary":"","index":2,"parentIndex":1,"ratingCount":856,"thumb":"/library/metadata/1666/thumb/1592039382","parentThumb":"/library/metadata/1666/thumb/1592039382","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":272483,"addedAt":1579174986,"updatedAt":1595497192,"Media":[{"id":1446,"duration":272483,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1446,"key":"/library/parts/1446/1591831620/file.mp3","duration":272483,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Perfect Blue\\002 - Altair.mp3","size":8834267,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1669","key":"/library/metadata/1669","parentRatingKey":"1666","grandparentRatingKey":"1618","guid":"plex://track/5d08070e403c640290320c45","parentGuid":"plex://album/5d07cca1403c640290e996f3","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"SAKURA Tears","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1666","grandparentTitle":"DJ OKAWARI","parentTitle":"Perfect Blue","originalTitle":"DJ OKAWARI feat. Kie Katagi from jizue","summary":"","index":3,"parentIndex":1,"ratingCount":808,"thumb":"/library/metadata/1666/thumb/1592039382","parentThumb":"/library/metadata/1666/thumb/1592039382","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":237975,"addedAt":1579174986,"updatedAt":1595497192,"Media":[{"id":1447,"duration":237975,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1447,"key":"/library/parts/1447/1591831620/file.mp3","duration":237975,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Perfect Blue\\003 - SAKURA Tears.mp3","size":8006094,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1670","key":"/library/metadata/1670","parentRatingKey":"1666","grandparentRatingKey":"1618","guid":"plex://track/5d08070f403c640290320dd1","parentGuid":"plex://album/5d07cca1403c640290e996f3","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Perfect Blue","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1666","grandparentTitle":"DJ OKAWARI","parentTitle":"Perfect Blue","summary":"","index":4,"parentIndex":1,"ratingCount":1609,"thumb":"/library/metadata/1666/thumb/1592039382","parentThumb":"/library/metadata/1666/thumb/1592039382","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":305684,"addedAt":1579174986,"updatedAt":1595497192,"Media":[{"id":1448,"duration":305684,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1448,"key":"/library/parts/1448/1591831620/file.mp3","duration":305684,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Perfect Blue\\004 - Perfect Blue.mp3","size":9631119,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1671","key":"/library/metadata/1671","parentRatingKey":"1666","grandparentRatingKey":"1618","guid":"plex://track/5d08070e403c640290320c15","parentGuid":"plex://album/5d07cca1403c640290e996f3","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Halcyon","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1666","grandparentTitle":"DJ OKAWARI","parentTitle":"Perfect Blue","summary":"","index":5,"parentIndex":1,"ratingCount":1033,"thumb":"/library/metadata/1666/thumb/1592039382","parentThumb":"/library/metadata/1666/thumb/1592039382","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":270001,"addedAt":1579174986,"updatedAt":1595497192,"Media":[{"id":1449,"duration":270001,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1449,"key":"/library/parts/1449/1591831620/file.mp3","duration":270001,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Perfect Blue\\005 - Halcyon.mp3","size":8774711,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1672","key":"/library/metadata/1672","parentRatingKey":"1666","grandparentRatingKey":"1618","guid":"plex://track/5d08070e403c640290320b17","parentGuid":"plex://album/5d07cca1403c640290e996f3","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Lightning Moment","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1666","grandparentTitle":"DJ OKAWARI","parentTitle":"Perfect Blue","originalTitle":"DJ OKAWARI feat. fox capture plan","summary":"","index":6,"parentIndex":1,"ratingCount":953,"thumb":"/library/metadata/1666/thumb/1592039382","parentThumb":"/library/metadata/1666/thumb/1592039382","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":281782,"addedAt":1579174986,"updatedAt":1595497192,"Media":[{"id":1450,"duration":281782,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1450,"key":"/library/parts/1450/1591831620/file.mp3","duration":281782,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Perfect Blue\\006 - Lightning Moment.mp3","size":9057478,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1673","key":"/library/metadata/1673","parentRatingKey":"1666","grandparentRatingKey":"1618","guid":"plex://track/5d08070f403c640290320ea3","parentGuid":"plex://album/5d07cca1403c640290e996f3","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Nostalgic Echoes","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1666","grandparentTitle":"DJ OKAWARI","parentTitle":"Perfect Blue","summary":"","index":7,"parentIndex":1,"ratingCount":1007,"thumb":"/library/metadata/1666/thumb/1592039382","parentThumb":"/library/metadata/1666/thumb/1592039382","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":240901,"addedAt":1579174986,"updatedAt":1595497192,"Media":[{"id":1451,"duration":240901,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1451,"key":"/library/parts/1451/1591831620/file.mp3","duration":240901,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Perfect Blue\\007 - Nostalgic Echoes.mp3","size":8076319,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1654","key":"/library/metadata/1654","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ac403c640290f61df2","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Your Love","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":1,"parentIndex":1,"ratingCount":1505,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":295575,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1433,"duration":295575,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1433,"key":"/library/parts/1433/1591831620/file.mp3","duration":295575,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\001 - Your Love.mp3","size":7369628,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1655","key":"/library/metadata/1655","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ac403c640290f61d70","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"All I Need","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":2,"parentIndex":1,"ratingCount":1356,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":203546,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1434,"duration":203546,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1434,"key":"/library/parts/1434/1591831620/file.mp3","duration":203546,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\002 - All I Need.mp3","size":5158709,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1656","key":"/library/metadata/1656","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ac403c640290f61cb0","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"I'm With You","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":3,"parentIndex":1,"ratingCount":1276,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":271568,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1435,"duration":271568,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1435,"key":"/library/parts/1435/1591831622/file.mp3","duration":271568,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\003 - I'm With You.mp3","size":6792898,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1657","key":"/library/metadata/1657","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ab403c640290f6112e","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Engage Ring","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":4,"parentIndex":1,"ratingCount":1592,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":301165,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1436,"duration":301165,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1436,"key":"/library/parts/1436/1591831622/file.mp3","duration":301165,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\004 - Engage Ring.mp3","size":7503929,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1658","key":"/library/metadata/1658","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ab403c640290f6109f","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Move It","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":5,"parentIndex":1,"ratingCount":879,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":248999,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1437,"duration":248999,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1437,"key":"/library/parts/1437/1591831622/file.mp3","duration":248999,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\005 - Move It.mp3","size":6250673,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1659","key":"/library/metadata/1659","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ac403c640290f615f2","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Redripstick","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":6,"parentIndex":1,"ratingCount":1057,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":279745,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1438,"duration":279745,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1438,"key":"/library/parts/1438/1591831622/file.mp3","duration":279745,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\006 - Redripstick.mp3","size":6989327,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1660","key":"/library/metadata/1660","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ac403c640290f61696","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Flower Dance Pt.2","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":7,"parentIndex":1,"ratingCount":1290,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":247013,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1439,"duration":247013,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1439,"key":"/library/parts/1439/1591831622/file.mp3","duration":247013,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\007 - Flower Dance Pt.2.mp3","size":6202998,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1661","key":"/library/metadata/1661","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ab403c640290f61412","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Emotions Swim Inside","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":8,"parentIndex":1,"ratingCount":849,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":294765,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1440,"duration":294765,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1440,"key":"/library/parts/1440/1591831622/file.mp3","duration":294765,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\008 - Emotions Swim Inside.mp3","size":7350196,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1662","key":"/library/metadata/1662","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ac403c640290f61748","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Over the Rain","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":9,"parentIndex":1,"ratingCount":1231,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":240117,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1441,"duration":240117,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1441,"key":"/library/parts/1441/1591831622/file.mp3","duration":240117,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\009 - Over the Rain.mp3","size":6037313,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1663","key":"/library/metadata/1663","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ac403c640290f61948","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Feel Alive","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":10,"parentIndex":1,"ratingCount":721,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":259735,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1442,"duration":259735,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1442,"key":"/library/parts/1442/1591831622/file.mp3","duration":259735,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\010 - Feel Alive.mp3","size":6508609,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1664","key":"/library/metadata/1664","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ac403c640290f61489","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Another Starlight","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":11,"parentIndex":1,"ratingCount":789,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":247013,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1443,"duration":247013,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1443,"key":"/library/parts/1443/1591831622/file.mp3","duration":247013,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\011 - Another Starlight.mp3","size":6203000,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1665","key":"/library/metadata/1665","parentRatingKey":"1653","grandparentRatingKey":"1618","guid":"plex://track/5d0802ac403c640290f61a42","parentGuid":"plex://album/5d07cc00403c640290e3d907","grandparentGuid":"plex://artist/5d07bd0f403c64029058df9b","type":"track","title":"Last Romance","grandparentKey":"/library/metadata/1618","parentKey":"/library/metadata/1653","grandparentTitle":"DJ OKAWARI","parentTitle":"Restore","originalTitle":"DJ OKAWARI x Emily Styler","summary":"","index":12,"parentIndex":1,"ratingCount":749,"thumb":"/library/metadata/1653/thumb/1592039384","parentThumb":"/library/metadata/1653/thumb/1592039384","grandparentThumb":"/library/metadata/1618/thumb/1595497055","duration":284734,"addedAt":1579175422,"updatedAt":1595497193,"Media":[{"id":1444,"duration":284734,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1444,"key":"/library/parts/1444/1591831622/file.mp3","duration":284734,"file":"D:\\Public\\Media\\Music\\DJ Okawari\\Restore\\012 - Last Romance.mp3","size":7109196,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2926","key":"/library/metadata/2926","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07cfc9403c6402902457b4","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"My Name Is","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":1,"parentIndex":1,"ratingCount":656113,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":268982,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2592,"duration":268982,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2592,"key":"/library/parts/2592/1591831652/file.mp3","duration":268982,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\001 - My Name Is.mp3","size":6730521,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2927","key":"/library/metadata/2927","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07cf32403c64029016a192","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"The Way I Am","titleSort":"Way I Am","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":2,"parentIndex":1,"ratingCount":597696,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":286328,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2593,"duration":286328,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2593,"key":"/library/parts/2593/1591831652/file.mp3","duration":286328,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\002 - The Way I Am.mp3","size":7147303,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2928","key":"/library/metadata/2928","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07cdd6403c640290f81093","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Stan","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":3,"parentIndex":1,"ratingCount":664802,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":406465,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2594,"duration":406465,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2594,"key":"/library/parts/2594/1591831652/file.mp3","duration":406465,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\003 - Stan.mp3","size":10035333,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2929","key":"/library/metadata/2929","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07d7c0403c640290b572a1","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Lose Yourself (soundtrack version)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":4,"parentIndex":1,"ratingCount":10910,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":325929,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2595,"duration":325929,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2595,"key":"/library/parts/2595/1591831652/file.mp3","duration":325929,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\004 - Lose Yourself (soundtrack version).mp3","size":8097300,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2930","key":"/library/metadata/2930","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07d7c0403c640290b574b0","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Shake That","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":5,"parentIndex":1,"ratingCount":218449,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":274128,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2596,"duration":274128,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2596,"key":"/library/parts/2596/1591831652/file.mp3","duration":274128,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\005 - Shake That.mp3","size":6845624,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2931","key":"/library/metadata/2931","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07ce62403c64029005319a","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Sing for the Moment","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":6,"parentIndex":1,"ratingCount":661216,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":340297,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2597,"duration":340297,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2597,"key":"/library/parts/2597/1591831652/file.mp3","duration":340297,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\006 - Sing for the Moment.mp3","size":8443140,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2932","key":"/library/metadata/2932","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07ce00403c640290fc1869","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Without Me","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":7,"parentIndex":1,"ratingCount":850003,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":291056,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2598,"duration":291056,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2598,"key":"/library/parts/2598/1591831652/file.mp3","duration":291056,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\007 - Without Me.mp3","size":7260675,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2933","key":"/library/metadata/2933","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07d37d403c6402906f4921","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Like Toy Soldiers","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":8,"parentIndex":1,"ratingCount":484284,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":299075,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2599,"duration":299075,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2599,"key":"/library/parts/2599/1591831652/file.mp3","duration":299075,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\008 - Like Toy Soldiers.mp3","size":7453365,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2934","key":"/library/metadata/2934","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07cdc3403c640290f64af9","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"The Real Slim Shady","titleSort":"Real Slim Shady","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":9,"parentIndex":1,"ratingCount":820391,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":284708,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2600,"duration":284708,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2600,"key":"/library/parts/2600/1591831652/file.mp3","duration":284708,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\009 - The Real Slim Shady.mp3","size":7110420,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2935","key":"/library/metadata/2935","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07d1ae403c640290502473","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Mockingbird","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":10,"parentIndex":1,"ratingCount":683452,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":251533,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2601,"duration":251533,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2601,"key":"/library/parts/2601/1591831652/file.mp3","duration":251533,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\010 - Mockingbird.mp3","size":6312660,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2936","key":"/library/metadata/2936","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07d7c0403c640290b56f42","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Guilty Conscience (radio version)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":11,"parentIndex":1,"ratingCount":328989,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":199497,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2602,"duration":199497,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2602,"key":"/library/parts/2602/1591831652/file.mp3","duration":199497,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\011 - Guilty Conscience (radio version).mp3","size":5054508,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2937","key":"/library/metadata/2937","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07cf7f403c6402901daadb","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Cleanin' Out My Closet","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":12,"parentIndex":1,"ratingCount":364720,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":297952,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2603,"duration":297952,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2603,"key":"/library/parts/2603/1591831652/file.mp3","duration":297952,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\012 - Cleanin' Out My Closet.mp3","size":7425031,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2938","key":"/library/metadata/2938","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07d2f3403c640290663999","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Just Lose It","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":13,"parentIndex":1,"ratingCount":400365,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":247640,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2604,"duration":247640,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2604,"key":"/library/parts/2604/1591831652/file.mp3","duration":247640,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\013 - Just Lose It.mp3","size":6218034,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2939","key":"/library/metadata/2939","parentRatingKey":"2925","grandparentRatingKey":"672","guid":"plex://track/5d07d367403c6402906dd70d","parentGuid":"plex://album/5d07c1c5403c640290873302","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"When I'm Gone","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2925","grandparentTitle":"Eminem","parentTitle":"Curtain Call: The Hits","summary":"","index":14,"parentIndex":1,"ratingCount":366095,"thumb":"/library/metadata/2925/thumb/1595497220","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2925/thumb/1595497220","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":282749,"addedAt":1591780267,"updatedAt":1595497220,"Media":[{"id":2605,"duration":282749,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2605,"key":"/library/parts/2605/1591831652/file.mp3","duration":282749,"file":"D:\\Public\\Media\\Music\\Eminem\\Curtain Call- The Hits\\014 - When I'm Gone.mp3","size":7052522,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2964","key":"/library/metadata/2964","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262976","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Curtains Up (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":1,"parentIndex":1,"ratingCount":16572,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":31608,"addedAt":1591780274,"updatedAt":1595497228,"Media":[{"id":2626,"duration":31608,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2626,"key":"/library/parts/2626/1591831622/file.mp3","duration":31608,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\001 - Curtains Up (skit).mp3","size":1389706,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"773","key":"/library/metadata/773","parentRatingKey":"771","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262a6d","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"White America","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/771","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":2,"parentIndex":1,"ratingCount":325935,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/771/thumb/1592039324","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":324832,"addedAt":1579223308,"updatedAt":1595497222,"Media":[{"id":689,"duration":324832,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":689,"key":"/library/parts/689/1591831622/file.mp3","duration":324832,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\002 - White America.mp3","size":8437317,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"774","key":"/library/metadata/774","parentRatingKey":"771","grandparentRatingKey":"672","guid":"plex://track/5d07cf81403c6402901de7d8","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Business","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/771","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":3,"parentIndex":1,"ratingCount":297581,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/771/thumb/1592039324","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":253518,"addedAt":1579223308,"updatedAt":1595497222,"Media":[{"id":690,"duration":253518,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":690,"key":"/library/parts/690/1591831624/file.mp3","duration":253518,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\003 - Business.mp3","size":6724131,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2965","key":"/library/metadata/2965","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07cf7f403c6402901daadb","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Cleanin Out My Closet","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":4,"parentIndex":1,"ratingCount":364720,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":297952,"addedAt":1591780274,"updatedAt":1595497228,"Media":[{"id":2627,"duration":297952,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2627,"key":"/library/parts/2627/1591831624/file.mp3","duration":297952,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\004 - Cleanin Out My Closet.mp3","size":7789594,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"776","key":"/library/metadata/776","parentRatingKey":"771","grandparentRatingKey":"672","guid":"plex://track/5d07deb4403c6402902620e5","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Square Dance","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/771","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":5,"parentIndex":1,"ratingCount":235198,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/771/thumb/1592039324","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":323944,"addedAt":1579223310,"updatedAt":1595497222,"Media":[{"id":692,"duration":323944,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":692,"key":"/library/parts/692/1591831624/file.mp3","duration":323944,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\005 - Square Dance.mp3","size":8415044,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2966","key":"/library/metadata/2966","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262b03","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"The Kiss (skit)","titleSort":"Kiss (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":6,"parentIndex":1,"ratingCount":110691,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":76199,"addedAt":1591780274,"updatedAt":1595497228,"Media":[{"id":2628,"duration":76199,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2628,"key":"/library/parts/2628/1591831624/file.mp3","duration":76199,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\006 - The Kiss (skit).mp3","size":2459884,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"778","key":"/library/metadata/778","parentRatingKey":"771","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902624f9","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Soldier","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/771","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":7,"parentIndex":1,"ratingCount":261236,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/771/thumb/1592039324","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":227761,"addedAt":1579223310,"updatedAt":1595497222,"Media":[{"id":694,"duration":227761,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":694,"key":"/library/parts/694/1591831624/file.mp3","duration":227761,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\007 - Soldier.mp3","size":6105419,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"779","key":"/library/metadata/779","parentRatingKey":"771","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902623a2","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Say Goodbye Hollywood","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/771","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":8,"parentIndex":1,"ratingCount":211498,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/771/thumb/1592039324","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":276375,"addedAt":1579223310,"updatedAt":1595497222,"Media":[{"id":695,"duration":276375,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":695,"key":"/library/parts/695/1591831624/file.mp3","duration":276375,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\008 - Say Goodbye Hollywood.mp3","size":7273723,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"780","key":"/library/metadata/780","parentRatingKey":"771","grandparentRatingKey":"672","guid":"plex://track/5d07dd8b403c64029013f969","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Drips","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/771","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":9,"parentIndex":1,"ratingCount":144295,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/771/thumb/1592039324","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":292048,"addedAt":1579223310,"updatedAt":1595497222,"Media":[{"id":696,"duration":292048,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":696,"key":"/library/parts/696/1591831624/file.mp3","duration":292048,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\009 - Drips.mp3","size":7649216,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"781","key":"/library/metadata/781","parentRatingKey":"771","grandparentRatingKey":"672","guid":"plex://track/5d07ce00403c640290fc1869","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Without Me","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/771","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":10,"parentIndex":1,"ratingCount":850003,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/771/thumb/1592039324","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":291056,"addedAt":1579223310,"updatedAt":1595497222,"Media":[{"id":697,"duration":291056,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":697,"key":"/library/parts/697/1591831626/file.mp3","duration":291056,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\010 - Without Me.mp3","size":7625244,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2967","key":"/library/metadata/2967","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c64029026260d","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Paul Rosenberg (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":11,"parentIndex":1,"ratingCount":5267,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":19670,"addedAt":1591780274,"updatedAt":1595497228,"Media":[{"id":2629,"duration":19670,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2629,"key":"/library/parts/2629/1591831626/file.mp3","duration":19670,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\011 - Paul Rosenberg (skit).mp3","size":1103203,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2968","key":"/library/metadata/2968","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07ce62403c64029005319a","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Sing for the Moment","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":12,"parentIndex":1,"ratingCount":661216,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":340297,"addedAt":1591780274,"updatedAt":1595497228,"Media":[{"id":2630,"duration":340297,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2630,"key":"/library/parts/2630/1591831626/file.mp3","duration":340297,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\012 - Sing for the Moment.mp3","size":8807709,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"784","key":"/library/metadata/784","parentRatingKey":"771","grandparentRatingKey":"672","guid":"plex://track/5d07deb4403c6402902620e6","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Superman","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/771","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":13,"parentIndex":1,"ratingCount":414964,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/771/thumb/1592039324","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":351137,"addedAt":1579223310,"updatedAt":1595497222,"Media":[{"id":700,"duration":351137,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":700,"key":"/library/parts/700/1591831626/file.mp3","duration":351137,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\013 - Superman.mp3","size":9070628,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2969","key":"/library/metadata/2969","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902624fe","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Hailie’s Song","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":14,"parentIndex":1,"ratingCount":246539,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":320888,"addedAt":1591780274,"updatedAt":1595497228,"Media":[{"id":2631,"duration":320888,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2631,"key":"/library/parts/2631/1591831626/file.mp3","duration":320888,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\014 - Hailie’s Song.mp3","size":8339116,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2970","key":"/library/metadata/2970","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902623a3","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Steve Berman (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":15,"parentIndex":1,"ratingCount":210406,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":33175,"addedAt":1591780274,"updatedAt":1595497228,"Media":[{"id":2632,"duration":33175,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2632,"key":"/library/parts/2632/1591831626/file.mp3","duration":33175,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\015 - Steve Berman (skit).mp3","size":1427327,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2971","key":"/library/metadata/2971","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902622f5","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"When the Music Stops","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","originalTitle":"Eminem feat. D12","summary":"","index":16,"parentIndex":1,"ratingCount":189610,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":269217,"addedAt":1591780275,"updatedAt":1595497228,"Media":[{"id":2633,"duration":269217,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2633,"key":"/library/parts/2633/1591831626/file.mp3","duration":269217,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\016 - When the Music Stops.mp3","size":7102507,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"788","key":"/library/metadata/788","parentRatingKey":"771","grandparentRatingKey":"672","guid":"plex://track/5d07ce00403c640290fc186f","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Say What You Say","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/771","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":17,"parentIndex":1,"ratingCount":147625,"thumb":"/library/metadata/771/thumb/1592039324","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/771/thumb/1592039324","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":310230,"addedAt":1579223310,"updatedAt":1595497222,"Media":[{"id":704,"duration":310230,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":704,"key":"/library/parts/704/1591831628/file.mp3","duration":310230,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\017 - Say What You Say.mp3","size":8087358,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2972","key":"/library/metadata/2972","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07cfce403c64029024d063","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"’Till I Collapse","titleSort":"Till I Collapse","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","originalTitle":"Eminem feat. Nate Dogg","summary":"","index":18,"parentIndex":1,"ratingCount":137622,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":301139,"addedAt":1591780275,"updatedAt":1595497228,"Media":[{"id":2634,"duration":301139,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2634,"key":"/library/parts/2634/1591831628/file.mp3","duration":301139,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\018 - ’Till I Collapse.mp3","size":7867544,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2973","key":"/library/metadata/2973","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262503","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"My Dad’s Gone Crazy","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","originalTitle":"Eminem feat. Hailie Jade","summary":"","index":19,"parentIndex":1,"ratingCount":160075,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":270759,"addedAt":1591780275,"updatedAt":1595497228,"Media":[{"id":2635,"duration":270759,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2635,"key":"/library/parts/2635/1591831628/file.mp3","duration":270759,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\019 - My Dad’s Gone Crazy.mp3","size":7137708,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2974","key":"/library/metadata/2974","parentRatingKey":"2963","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902623a5","parentGuid":"plex://album/5d07c183403c64029084e90c","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Curtains Close (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2963","grandparentTitle":"Eminem","parentTitle":"The Eminem Show","summary":"","index":20,"parentIndex":1,"ratingCount":48302,"thumb":"/library/metadata/2963/thumb/1592039330","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2963/thumb/1592039330","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":62171,"addedAt":1591780275,"updatedAt":1595497228,"Media":[{"id":2636,"duration":62171,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2636,"key":"/library/parts/2636/1591831628/file.mp3","duration":62171,"file":"D:\\Public\\Media\\Music\\Eminem\\The Eminem Show\\020 - Curtains Close (skit).mp3","size":2123661,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2987","key":"/library/metadata/2987","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902624ad","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Curtains Up","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":1,"parentIndex":1,"ratingCount":72469,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":30066,"addedAt":1591780278,"updatedAt":1595497230,"Media":[{"id":2647,"duration":30066,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2647,"key":"/library/parts/2647/1591831648/file.mp3","duration":30066,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\01 - Curtains Up.mp3","size":1522023,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2988","key":"/library/metadata/2988","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb4403c640290262063","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Evil Deeds","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":2,"parentIndex":1,"ratingCount":117009,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":259761,"addedAt":1591780278,"updatedAt":1595497230,"Media":[{"id":2648,"duration":259761,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2648,"key":"/library/parts/2648/1591831650/file.mp3","duration":259761,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\02 - Evil Deeds.mp3","size":7043729,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2989","key":"/library/metadata/2989","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902622d3","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Never Enough","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","originalTitle":"Eminem feat. 50 Cent & Nate Dogg","summary":"","index":3,"parentIndex":1,"ratingCount":94076,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":166765,"addedAt":1591780278,"updatedAt":1595497230,"Media":[{"id":2649,"duration":166765,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2649,"key":"/library/parts/2649/1591831650/file.mp3","duration":166765,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\03 - Never Enough.mp3","size":4808827,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2990","key":"/library/metadata/2990","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262477","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Yellow Brick Road","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":4,"parentIndex":1,"ratingCount":95779,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":348029,"addedAt":1591780278,"updatedAt":1595497230,"Media":[{"id":2650,"duration":348029,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2650,"key":"/library/parts/2650/1591831650/file.mp3","duration":348029,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\04 - Yellow Brick Road.mp3","size":9164599,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2991","key":"/library/metadata/2991","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07d05d403c6402903183d1","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Like Toy Soldiers","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":5,"parentIndex":1,"ratingCount":484284,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":299075,"addedAt":1591780279,"updatedAt":1595497230,"Media":[{"id":2651,"duration":299075,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2651,"key":"/library/parts/2651/1591831650/file.mp3","duration":299075,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\05 - Like Toy Soldiers.mp3","size":7986975,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2992","key":"/library/metadata/2992","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07d00d403c6402902a96b4","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Mosh","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":6,"parentIndex":1,"ratingCount":147093,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":321175,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2652,"duration":321175,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2652,"key":"/library/parts/2652/1591831650/file.mp3","duration":321175,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\06 - Mosh.mp3","size":8517988,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2993","key":"/library/metadata/2993","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07d1da403c64029053884e","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Puke","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":7,"parentIndex":1,"ratingCount":104079,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":247954,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2653,"duration":247954,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2653,"key":"/library/parts/2653/1591831650/file.mp3","duration":247954,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\07 - Puke.mp3","size":6756756,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2994","key":"/library/metadata/2994","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262388","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"My 1st Single","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":8,"parentIndex":1,"ratingCount":81830,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":303020,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2654,"duration":303020,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2654,"key":"/library/parts/2654/1591831650/file.mp3","duration":303020,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\08 - My 1st Single.mp3","size":8082818,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2995","key":"/library/metadata/2995","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902622d4","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Paul (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":9,"parentIndex":1,"ratingCount":85925,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":35369,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2655,"duration":35369,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2655,"key":"/library/parts/2655/1591831650/file.mp3","duration":35369,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\09 - Paul (skit).mp3","size":1649016,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2996","key":"/library/metadata/2996","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262954","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Rain Man","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":10,"parentIndex":1,"ratingCount":101405,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":313965,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2656,"duration":313965,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2656,"key":"/library/parts/2656/1591831650/file.mp3","duration":313965,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\10 - Rain Man.mp3","size":8343965,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2997","key":"/library/metadata/2997","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902625e1","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Big Weenie","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":11,"parentIndex":1,"ratingCount":91253,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":267128,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2657,"duration":267128,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2657,"key":"/library/parts/2657/1591831650/file.mp3","duration":267128,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\11 - Big Weenie.mp3","size":7220969,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2998","key":"/library/metadata/2998","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262478","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Em Calls Paul (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":12,"parentIndex":1,"ratingCount":83661,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":71810,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2658,"duration":71810,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2658,"key":"/library/parts/2658/1591831650/file.mp3","duration":71810,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\12 - Em Calls Paul (skit).mp3","size":2525509,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2999","key":"/library/metadata/2999","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07d2f3403c640290663999","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Just Lose It","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":13,"parentIndex":1,"ratingCount":400365,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":247640,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2659,"duration":247640,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2659,"key":"/library/parts/2659/1591831650/file.mp3","duration":247640,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\13 - Just Lose It.mp3","size":6751644,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3000","key":"/library/metadata/3000","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262af1","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Ass Like That","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":14,"parentIndex":1,"ratingCount":213891,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":265717,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2660,"duration":265717,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2660,"key":"/library/parts/2660/1591831650/file.mp3","duration":265717,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\14 - Ass Like That.mp3","size":7185046,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3001","key":"/library/metadata/3001","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb4403c640290262066","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Spend Some Time","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","originalTitle":"Eminem feat. Obie Trice, Stat Quo & 50 Cent","summary":"","index":15,"parentIndex":1,"ratingCount":52465,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":314775,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2661,"duration":314775,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2661,"key":"/library/parts/2661/1591831650/file.mp3","duration":314775,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\15 - Spend Some Time.mp3","size":8364047,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3002","key":"/library/metadata/3002","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07d1ae403c640290502473","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Mockingbird","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":16,"parentIndex":1,"ratingCount":683452,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":251533,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2662,"duration":251533,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2662,"key":"/library/parts/2662/1591831650/file.mp3","duration":251533,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\16 - Mockingbird.mp3","size":6846270,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3003","key":"/library/metadata/3003","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902625e3","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Crazy in Love","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":17,"parentIndex":1,"ratingCount":101508,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":240587,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2663,"duration":240587,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2663,"key":"/library/parts/2663/1591831650/file.mp3","duration":240587,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\17 - Crazy in Love.mp3","size":6581694,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3004","key":"/library/metadata/3004","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb4403c6402902620cc","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"One Shot 2 Shot","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","originalTitle":"Eminem feat. D12","summary":"","index":18,"parentIndex":1,"ratingCount":56163,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":271490,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2664,"duration":271490,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2664,"key":"/library/parts/2664/1591831650/file.mp3","duration":271490,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\18 - One Shot 2 Shot.mp3","size":7327084,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3005","key":"/library/metadata/3005","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262af2","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Final Thought (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":19,"parentIndex":1,"ratingCount":30207,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":30406,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2665,"duration":30406,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2665,"key":"/library/parts/2665/1591831650/file.mp3","duration":30406,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\19 - Final Thought (skit).mp3","size":1529915,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3006","key":"/library/metadata/3006","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07deb4403c640290262067","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Encore / (Curtains)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","originalTitle":"Eminem feat. Dr. Dre & 50 Cent","summary":"","index":20,"parentIndex":1,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":352992,"addedAt":1591780279,"updatedAt":1595497231,"Media":[{"id":2666,"duration":352992,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2666,"key":"/library/parts/2666/1591831650/file.mp3","duration":352992,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 001\\20 - Encore + (Curtains).mp3","size":9282305,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2984","key":"/library/metadata/2984","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07d014403c6402902b410a","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"We as Americans","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":1,"parentIndex":2,"ratingCount":49166,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":279510,"addedAt":1591780277,"updatedAt":1595497231,"Media":[{"id":2644,"duration":279510,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2644,"key":"/library/parts/2644/1591831650/file.mp3","duration":279510,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 002\\01 - We as Americans.mp3","size":7516147,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2985","key":"/library/metadata/2985","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07d014403c6402902b410e","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Love You More","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":2,"parentIndex":2,"ratingCount":42665,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":283141,"addedAt":1591780277,"updatedAt":1595497231,"Media":[{"id":2645,"duration":283141,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2645,"key":"/library/parts/2645/1591831650/file.mp3","duration":283141,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 002\\02 - Love You More.mp3","size":7605136,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2986","key":"/library/metadata/2986","parentRatingKey":"2983","grandparentRatingKey":"672","guid":"plex://track/5d07d014403c6402902b4115","parentGuid":"plex://album/5d07c184403c64029084f48b","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Ricky Ticky Toc","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2983","grandparentTitle":"Eminem","parentTitle":"Encore","summary":"","index":3,"parentIndex":2,"ratingCount":39373,"thumb":"/library/metadata/2983/thumb/1591780290","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2983/thumb/1591780290","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":175777,"addedAt":1591780277,"updatedAt":1595497231,"Media":[{"id":2646,"duration":175777,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2646,"key":"/library/parts/2646/1591831652/file.mp3","duration":175777,"file":"D:\\Public\\Media\\Music\\Eminem\\Encore\\CD 002\\03 - Ricky Ticky Toc.mp3","size":5024657,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"816","key":"/library/metadata/816","parentRatingKey":"815","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025a8c2","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"The Ringer","titleSort":"Ringer","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/815","grandparentTitle":"Eminem","parentTitle":"Kamikaze","summary":"","index":1,"parentIndex":1,"ratingCount":116270,"thumb":"/library/metadata/815/thumb/1591408710","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/815/thumb/1591408710","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":342125,"addedAt":1579222062,"updatedAt":1595497228,"Media":[{"id":729,"duration":342125,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":729,"key":"/library/parts/729/1591831642/file.mp3","duration":342125,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\001 - The Ringer.mp3","size":8325662,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"817","key":"/library/metadata/817","parentRatingKey":"815","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025a92b","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Greatest","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/815","grandparentTitle":"Eminem","parentTitle":"Kamikaze","summary":"","index":2,"parentIndex":1,"ratingCount":95489,"thumb":"/library/metadata/815/thumb/1591408710","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/815/thumb/1591408710","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":233116,"addedAt":1579222062,"updatedAt":1595497228,"Media":[{"id":730,"duration":233116,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":730,"key":"/library/parts/730/1591831642/file.mp3","duration":233116,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\002 - Greatest.mp3","size":5704914,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2976","key":"/library/metadata/2976","parentRatingKey":"2975","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025a940","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Lucky You","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2975","grandparentTitle":"Eminem","parentTitle":"Kamikaze","originalTitle":"Eminem feat. Joyner Lucas","summary":"","index":3,"parentIndex":1,"ratingCount":7358,"thumb":"/library/metadata/2975/thumb/1591780286","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2975/thumb/1591780286","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":244924,"addedAt":1591780276,"updatedAt":1595497230,"Media":[{"id":2637,"duration":244924,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2637,"key":"/library/parts/2637/1591831642/file.mp3","duration":244924,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\003 - Lucky You.mp3","size":5989713,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2977","key":"/library/metadata/2977","parentRatingKey":"2975","grandparentRatingKey":"672","guid":"plex://track/5d08061b403c640290249f17","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Paul (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2975","grandparentTitle":"Eminem","parentTitle":"Kamikaze","originalTitle":"Paul Rosenberg","summary":"","index":4,"parentIndex":1,"ratingCount":8128,"thumb":"/library/metadata/2975/thumb/1591780286","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2975/thumb/1591780286","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":35369,"addedAt":1591780276,"updatedAt":1595497230,"Media":[{"id":2638,"duration":35369,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2638,"key":"/library/parts/2638/1591831642/file.mp3","duration":35369,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\004 - Paul (skit).mp3","size":948756,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"820","key":"/library/metadata/820","parentRatingKey":"815","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025adb8","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Normal","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/815","grandparentTitle":"Eminem","parentTitle":"Kamikaze","summary":"","index":5,"parentIndex":1,"ratingCount":76234,"thumb":"/library/metadata/815/thumb/1591408710","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/815/thumb/1591408710","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":222615,"addedAt":1579222062,"updatedAt":1595497228,"Media":[{"id":733,"duration":222615,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":733,"key":"/library/parts/733/1591831642/file.mp3","duration":222615,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\005 - Normal.mp3","size":5450349,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2978","key":"/library/metadata/2978","parentRatingKey":"2975","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025a8c8","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Em Calls Paul (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2975","grandparentTitle":"Eminem","parentTitle":"Kamikaze","summary":"","index":6,"parentIndex":1,"ratingCount":83661,"thumb":"/library/metadata/2975/thumb/1591780286","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2975/thumb/1591780286","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":50703,"addedAt":1591780276,"updatedAt":1595497230,"Media":[{"id":2639,"duration":50703,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2639,"key":"/library/parts/2639/1591831642/file.mp3","duration":50703,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\006 - Em Calls Paul (skit).mp3","size":1318602,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"822","key":"/library/metadata/822","parentRatingKey":"815","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025a92c","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Stepping Stone","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/815","grandparentTitle":"Eminem","parentTitle":"Kamikaze","summary":"","index":7,"parentIndex":1,"ratingCount":71857,"thumb":"/library/metadata/815/thumb/1591408710","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/815/thumb/1591408710","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":309760,"addedAt":1579222062,"updatedAt":1595497228,"Media":[{"id":735,"duration":309760,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":735,"key":"/library/parts/735/1591831642/file.mp3","duration":309760,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\007 - Stepping Stone.mp3","size":7542798,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2979","key":"/library/metadata/2979","parentRatingKey":"2975","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025a943","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Not Alike","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2975","grandparentTitle":"Eminem","parentTitle":"Kamikaze","originalTitle":"Eminem feat. Royce da 5′9″","summary":"","index":8,"parentIndex":1,"ratingCount":5281,"thumb":"/library/metadata/2975/thumb/1591780286","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2975/thumb/1591780286","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":293120,"addedAt":1591780276,"updatedAt":1595497230,"Media":[{"id":2640,"duration":293120,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2640,"key":"/library/parts/2640/1591831642/file.mp3","duration":293120,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\008 - Not Alike.mp3","size":7147439,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"824","key":"/library/metadata/824","parentRatingKey":"815","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025aa3a","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Kamikaze","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/815","grandparentTitle":"Eminem","parentTitle":"Kamikaze","summary":"","index":9,"parentIndex":1,"ratingCount":80607,"thumb":"/library/metadata/815/thumb/1591408710","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/815/thumb/1591408710","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":216241,"addedAt":1579222062,"updatedAt":1595497228,"Media":[{"id":737,"duration":216241,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":737,"key":"/library/parts/737/1591831642/file.mp3","duration":216241,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\009 - Kamikaze.mp3","size":5297840,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"825","key":"/library/metadata/825","parentRatingKey":"815","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025adb9","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Fall","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/815","grandparentTitle":"Eminem","parentTitle":"Kamikaze","summary":"","index":10,"parentIndex":1,"ratingCount":88565,"thumb":"/library/metadata/815/thumb/1591408710","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/815/thumb/1591408710","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":269400,"addedAt":1579222062,"updatedAt":1595497228,"Media":[{"id":738,"duration":269400,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":738,"key":"/library/parts/738/1591831642/file.mp3","duration":269400,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\010 - Fall.mp3","size":6575890,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2980","key":"/library/metadata/2980","parentRatingKey":"2975","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025a8cb","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Nice Guy","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2975","grandparentTitle":"Eminem","parentTitle":"Kamikaze","originalTitle":"Eminem & Jessie Reyez","summary":"","index":11,"parentIndex":1,"ratingCount":4978,"thumb":"/library/metadata/2975/thumb/1591780286","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2975/thumb/1591780286","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":155062,"addedAt":1591780277,"updatedAt":1595497230,"Media":[{"id":2641,"duration":155062,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2641,"key":"/library/parts/2641/1591831642/file.mp3","duration":155062,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\011 - Nice Guy.mp3","size":3825669,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2981","key":"/library/metadata/2981","parentRatingKey":"2975","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025a946","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Good Guy","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2975","grandparentTitle":"Eminem","parentTitle":"Kamikaze","originalTitle":"Eminem feat. Jessie Reyez","summary":"","index":12,"parentIndex":1,"ratingCount":3396,"thumb":"/library/metadata/2975/thumb/1591780286","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2975/thumb/1591780286","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":150935,"addedAt":1591780277,"updatedAt":1595497230,"Media":[{"id":2642,"duration":150935,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2642,"key":"/library/parts/2642/1591831644/file.mp3","duration":150935,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\012 - Good Guy.mp3","size":3727033,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2982","key":"/library/metadata/2982","parentRatingKey":"2975","grandparentRatingKey":"672","guid":"plex://track/5d08062b403c64029025aa3c","parentGuid":"plex://album/5d07cc77403c640290e81fd9","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Venom (music from the motion picture)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2975","grandparentTitle":"Eminem","parentTitle":"Kamikaze","summary":"","index":13,"parentIndex":1,"ratingCount":12323,"thumb":"/library/metadata/2975/thumb/1591780286","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2975/thumb/1591780286","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":267232,"addedAt":1591780277,"updatedAt":1595497230,"Media":[{"id":2643,"duration":267232,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2643,"key":"/library/parts/2643/1591831644/file.mp3","duration":267232,"file":"D:\\Public\\Media\\Music\\Eminem\\Kamikaze\\013 - Venom (music from the motion picture).mp3","size":6513440,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"814","key":"/library/metadata/814","parentRatingKey":"813","grandparentRatingKey":"672","guid":"plex://track/5d08065b403c6402902824e5","parentGuid":"plex://album/5d07cc82403c640290e87f1f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Killshot","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/813","grandparentTitle":"Eminem","parentTitle":"Killshot","summary":"","index":1,"parentIndex":1,"ratingCount":70510,"thumb":"/library/metadata/813/thumb/1591408700","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/813/thumb/1591408700","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":258220,"addedAt":1579222124,"updatedAt":1595497230,"Media":[{"id":728,"duration":258220,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":728,"key":"/library/parts/728/1591831654/file.mp3","duration":258220,"file":"D:\\Public\\Media\\Music\\Eminem\\Killshot\\001 - Killshot.mp3","size":6629388,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"709","key":"/library/metadata/709","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c640290115cd7","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Public Service Announcement 2000","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":1,"parentIndex":1,"ratingCount":6577,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":28003,"addedAt":1579224658,"updatedAt":1595497237,"Media":[{"id":629,"duration":28003,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":629,"key":"/library/parts/629/1591831628/file.mp3","duration":28003,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\001 - Public Service Announcement 2000.mp3","size":1123623,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"710","key":"/library/metadata/710","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07d1d9403c6402905385b8","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Kill You","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":2,"parentIndex":1,"ratingCount":321755,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":270759,"addedAt":1579224658,"updatedAt":1595497237,"Media":[{"id":630,"duration":270759,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":630,"key":"/library/parts/630/1591831628/file.mp3","duration":270759,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\002 - Kill You.mp3","size":6959606,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"711","key":"/library/metadata/711","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07cdd6403c640290f81093","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Stan","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","originalTitle":"Eminem feat. Dido","summary":"","index":3,"parentIndex":1,"ratingCount":664802,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":406465,"addedAt":1579224658,"updatedAt":1595497237,"Media":[{"id":631,"duration":406465,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":631,"key":"/library/parts/631/1591831628/file.mp3","duration":406465,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\003 - Stan.mp3","size":10219287,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2954","key":"/library/metadata/2954","parentRatingKey":"2953","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c6402901158bc","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Paul (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2953","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":4,"parentIndex":1,"ratingCount":85925,"thumb":"/library/metadata/2953/thumb/1594805024","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2953/thumb/1594805024","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":10684,"addedAt":1591780270,"updatedAt":1595497239,"Media":[{"id":2618,"duration":10684,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2618,"key":"/library/parts/2618/1591831628/file.mp3","duration":10684,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\004 - Paul (skit).mp3","size":707035,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"713","key":"/library/metadata/713","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c640290115ea6","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Who Knew","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":5,"parentIndex":1,"ratingCount":230763,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":227918,"addedAt":1579224658,"updatedAt":1595497237,"Media":[{"id":633,"duration":227918,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":633,"key":"/library/parts/633/1591831630/file.mp3","duration":227918,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\005 - Who Knew.mp3","size":5929765,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"714","key":"/library/metadata/714","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07d1a5403c6402904f45e9","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Steve Berman","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":6,"parentIndex":1,"ratingCount":146174,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":53916,"addedAt":1579224658,"updatedAt":1595497237,"Media":[{"id":634,"duration":53916,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":634,"key":"/library/parts/634/1591831630/file.mp3","duration":53916,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\006 - Steve Berman.mp3","size":1753430,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"715","key":"/library/metadata/715","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07cf32403c64029016a192","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"The Way I Am","titleSort":"Way I Am","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":7,"parentIndex":1,"ratingCount":597696,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":286328,"addedAt":1579224658,"updatedAt":1595497237,"Media":[{"id":635,"duration":286328,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":635,"key":"/library/parts/635/1591831630/file.mp3","duration":286328,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\007 - The Way I Am.mp3","size":7331257,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"716","key":"/library/metadata/716","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07cdc3403c640290f64af9","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"The Real Slim Shady","titleSort":"Real Slim Shady","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":8,"parentIndex":1,"ratingCount":820391,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":284708,"addedAt":1579224658,"updatedAt":1595497237,"Media":[{"id":636,"duration":284708,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":636,"key":"/library/parts/636/1591831630/file.mp3","duration":284708,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\008 - The Real Slim Shady.mp3","size":7294371,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"717","key":"/library/metadata/717","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c64029011574e","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Remember Me?","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","originalTitle":"Eminem feat. RBX & Sticky Fingaz","summary":"","index":9,"parentIndex":1,"ratingCount":106957,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":218697,"addedAt":1579224660,"updatedAt":1595497237,"Media":[{"id":637,"duration":218697,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":637,"key":"/library/parts/637/1591831630/file.mp3","duration":218697,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\009 - Remember Me.mp3","size":5705796,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"718","key":"/library/metadata/718","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c640290115cdb","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"I'm Back","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":10,"parentIndex":1,"ratingCount":216847,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":306337,"addedAt":1579224660,"updatedAt":1595497237,"Media":[{"id":638,"duration":306337,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":638,"key":"/library/parts/638/1591831630/file.mp3","duration":306337,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\010 - I'm Back.mp3","size":7812222,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"719","key":"/library/metadata/719","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07d1da403c640290539255","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Marshall Mathers","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":11,"parentIndex":1,"ratingCount":234133,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":318354,"addedAt":1579224660,"updatedAt":1595497237,"Media":[{"id":639,"duration":318354,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":639,"key":"/library/parts/639/1591831630/file.mp3","duration":318354,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\011 - Marshall Mathers.mp3","size":8102460,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2955","key":"/library/metadata/2955","parentRatingKey":"2953","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c6402901159e4","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Ken Kaniff (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2953","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":12,"parentIndex":1,"ratingCount":108945,"thumb":"/library/metadata/2953/thumb/1594805024","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2953/thumb/1594805024","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":61884,"addedAt":1591780270,"updatedAt":1595497239,"Media":[{"id":2619,"duration":61884,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2619,"key":"/library/parts/2619/1591831630/file.mp3","duration":61884,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\012 - Ken Kaniff (skit).mp3","size":1935713,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"721","key":"/library/metadata/721","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c640290115abd","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Drug Ballad","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":13,"parentIndex":1,"ratingCount":216316,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":303438,"addedAt":1579224660,"updatedAt":1595497237,"Media":[{"id":641,"duration":303438,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":641,"key":"/library/parts/641/1591831632/file.mp3","duration":303438,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\013 - Drug Ballad.mp3","size":7744042,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"722","key":"/library/metadata/722","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c6402901158be","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Amityville","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","originalTitle":"Eminem feat. Bizarre","summary":"","index":14,"parentIndex":1,"ratingCount":115550,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":248189,"addedAt":1579224660,"updatedAt":1595497237,"Media":[{"id":642,"duration":248189,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":642,"key":"/library/parts/642/1591831632/file.mp3","duration":248189,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\014 - Amityville.mp3","size":6413935,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"723","key":"/library/metadata/723","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c64029011574f","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Bitch Please II","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","originalTitle":"Eminem feat. Dr. Dre, Snoop Dogg, Xzibit & Nate Dogg","summary":"","index":15,"parentIndex":1,"ratingCount":147004,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":288365,"addedAt":1579224660,"updatedAt":1595497238,"Media":[{"id":643,"duration":288365,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":643,"key":"/library/parts/643/1591831632/file.mp3","duration":288365,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\015 - Bitch Please II.mp3","size":7381005,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"724","key":"/library/metadata/724","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c640290115a7d","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Kim","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":16,"parentIndex":1,"ratingCount":183138,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":377652,"addedAt":1579224660,"updatedAt":1595497238,"Media":[{"id":644,"duration":377652,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":644,"key":"/library/parts/644/1591831632/file.mp3","duration":377652,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\016 - Kim.mp3","size":9522859,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2956","key":"/library/metadata/2956","parentRatingKey":"2953","grandparentRatingKey":"672","guid":"plex://track/5d07dd61403c640290115ba0","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Under the Influence","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2953","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","originalTitle":"Eminem feat. D12","summary":"","index":17,"parentIndex":1,"ratingCount":139904,"thumb":"/library/metadata/2953/thumb/1594805024","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2953/thumb/1594805024","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":327053,"addedAt":1591780270,"updatedAt":1595497239,"Media":[{"id":2620,"duration":327053,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2620,"key":"/library/parts/2620/1591831632/file.mp3","duration":327053,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\017 - Under the Influence.mp3","size":8311009,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"726","key":"/library/metadata/726","parentRatingKey":"708","grandparentRatingKey":"672","guid":"plex://track/5d07d1d9403c640290538564","parentGuid":"plex://album/5d07c183403c64029084e90d","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Criminal","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/708","grandparentTitle":"Eminem","parentTitle":"The Marshall Mathers LP","summary":"","index":18,"parentIndex":1,"ratingCount":249447,"thumb":"/library/metadata/708/thumb/1592039335","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/708/thumb/1592039335","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":323134,"addedAt":1579224660,"updatedAt":1595497238,"Media":[{"id":646,"duration":323134,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":646,"key":"/library/parts/646/1591831632/file.mp3","duration":323134,"file":"D:\\Public\\Media\\Music\\Eminem\\The Marshall Mathers LP\\018 - Criminal.mp3","size":8218088,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2941","key":"/library/metadata/2941","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0cad","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Premonition (intro)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":1,"parentIndex":1,"ratingCount":6583,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":176143,"addedAt":1591780268,"updatedAt":1595497241,"Media":[{"id":2606,"duration":176143,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2606,"key":"/library/parts/2606/1591831644/file.mp3","duration":176143,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\001 - Premonition (intro).mp3","size":5225057,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2942","key":"/library/metadata/2942","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0dac","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Unaccommodating","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","originalTitle":"Eminem feat. Young M.A","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":221309,"addedAt":1591780268,"updatedAt":1595497241,"Media":[{"id":2607,"duration":221309,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2607,"key":"/library/parts/2607/1591831644/file.mp3","duration":221309,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\002 - Unaccommodating.mp3","size":6309024,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2943","key":"/library/metadata/2943","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0daf","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"You Gon’ Learn","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","originalTitle":"Eminem feat. Royce da 5′9″ & White Gold","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":234945,"addedAt":1591780268,"updatedAt":1595497241,"Media":[{"id":2608,"duration":234945,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2608,"key":"/library/parts/2608/1591831644/file.mp3","duration":234945,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\003 - You Gon’ Learn.mp3","size":6636286,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2944","key":"/library/metadata/2944","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0db0","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Alfred (interlude)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":4,"parentIndex":1,"ratingCount":3827,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":32078,"addedAt":1591780268,"updatedAt":1595497241,"Media":[{"id":2609,"duration":32078,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2609,"key":"/library/parts/2609/1591831644/file.mp3","duration":32078,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\004 - Alfred (interlude).mp3","size":1767486,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2945","key":"/library/metadata/2945","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0db4","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Those Kinda Nights","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","originalTitle":"Eminem feat. Ed Sheeran","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":177893,"addedAt":1591780268,"updatedAt":1595497241,"Media":[{"id":2610,"duration":177893,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2610,"key":"/library/parts/2610/1591831644/file.mp3","duration":177893,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\005 - Those Kinda Nights.mp3","size":5267060,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"679","key":"/library/metadata/679","parentRatingKey":"673","grandparentRatingKey":"672","guid":"plex://track/5e29e7a806e48128f868ae05","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"In Too Deep","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/673","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":6,"parentIndex":1,"ratingCount":60253,"thumb":"/library/metadata/673/thumb/1591408798","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/673/thumb/1591408798","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":196101,"addedAt":1579334208,"updatedAt":1595497237,"Media":[{"id":601,"duration":196101,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":601,"key":"/library/parts/601/1591831644/file.mp3","duration":196101,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\006 - In Too Deep.mp3","size":5710150,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2946","key":"/library/metadata/2946","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0dc4","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Godzilla","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","originalTitle":"Eminem feat. Juice WRLD","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":210912,"addedAt":1591780269,"updatedAt":1595497241,"Media":[{"id":2611,"duration":210912,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2611,"key":"/library/parts/2611/1591831646/file.mp3","duration":210912,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\007 - Godzilla.mp3","size":6059488,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"681","key":"/library/metadata/681","parentRatingKey":"673","grandparentRatingKey":"672","guid":"plex://track/5e29e7a806e48128f868ae07","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Darkness","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/673","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":8,"parentIndex":1,"ratingCount":68885,"thumb":"/library/metadata/673/thumb/1591408798","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/673/thumb/1591408798","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":337345,"addedAt":1579334208,"updatedAt":1595497237,"Media":[{"id":603,"duration":337345,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":603,"key":"/library/parts/603/1591831646/file.mp3","duration":337345,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\008 - Darkness.mp3","size":9106158,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2947","key":"/library/metadata/2947","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0dce","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Leaving Heaven","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","originalTitle":"Eminem feat. Skylar Grey","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":270236,"addedAt":1591780269,"updatedAt":1595497241,"Media":[{"id":2612,"duration":270236,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2612,"key":"/library/parts/2612/1591831646/file.mp3","duration":270236,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\009 - Leaving Heaven.mp3","size":7483280,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2948","key":"/library/metadata/2948","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0dd4","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Yah Yah","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","originalTitle":"Eminem feat. Royce da 5′9″, Black Thought, Q-Tip & Denaun","summary":"","index":10,"parentIndex":1,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":287059,"addedAt":1591780269,"updatedAt":1595497241,"Media":[{"id":2613,"duration":287059,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2613,"key":"/library/parts/2613/1591831646/file.mp3","duration":287059,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\010 - Yah Yah.mp3","size":7886529,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2949","key":"/library/metadata/2949","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0ddd","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Stepdad (intro)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":11,"parentIndex":1,"ratingCount":1569,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":15098,"addedAt":1591780269,"updatedAt":1595497241,"Media":[{"id":2614,"duration":15098,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2614,"key":"/library/parts/2614/1591831646/file.mp3","duration":15098,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\011 - Stepdad (intro).mp3","size":1359971,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"685","key":"/library/metadata/685","parentRatingKey":"673","grandparentRatingKey":"672","guid":"plex://track/5e29e7a806e48128f868aedd","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Stepdad","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/673","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":12,"parentIndex":1,"ratingCount":50021,"thumb":"/library/metadata/673/thumb/1591408798","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/673/thumb/1591408798","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":214204,"addedAt":1579334208,"updatedAt":1595497237,"Media":[{"id":607,"duration":214204,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":607,"key":"/library/parts/607/1591831646/file.mp3","duration":214204,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\012 - Stepdad.mp3","size":6145299,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"686","key":"/library/metadata/686","parentRatingKey":"673","grandparentRatingKey":"672","guid":"plex://track/5e29e7a806e48128f868aee0","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Marsh","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/673","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":13,"parentIndex":1,"thumb":"/library/metadata/673/thumb/1591408798","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/673/thumb/1591408798","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":202814,"addedAt":1579334208,"updatedAt":1595497237,"Media":[{"id":608,"duration":202814,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":608,"key":"/library/parts/608/1591831646/file.mp3","duration":202814,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\013 - Marsh.mp3","size":5873655,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"687","key":"/library/metadata/687","parentRatingKey":"673","grandparentRatingKey":"672","guid":"plex://track/5e29e7a806e48128f868aee3","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Never Love Again","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/673","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":14,"parentIndex":1,"ratingCount":46957,"thumb":"/library/metadata/673/thumb/1591408798","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/673/thumb/1591408798","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":177737,"addedAt":1579334208,"updatedAt":1595497237,"Media":[{"id":609,"duration":177737,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":609,"key":"/library/parts/609/1591831648/file.mp3","duration":177737,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\014 - Never Love Again.mp3","size":5269876,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"688","key":"/library/metadata/688","parentRatingKey":"673","grandparentRatingKey":"672","guid":"plex://track/5e29e7a806e48128f868aee4","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Little Engine","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/673","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":15,"parentIndex":1,"ratingCount":45023,"thumb":"/library/metadata/673/thumb/1591408798","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/673/thumb/1591408798","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":181733,"addedAt":1579334208,"updatedAt":1595497237,"Media":[{"id":610,"duration":181733,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":610,"key":"/library/parts/610/1591831648/file.mp3","duration":181733,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\015 - Little Engine.mp3","size":5366400,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2950","key":"/library/metadata/2950","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0ec2","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Lock It Up","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","originalTitle":"Eminem feat. Anderson .Paak","summary":"","index":16,"parentIndex":1,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":170370,"addedAt":1591780269,"updatedAt":1595497241,"Media":[{"id":2615,"duration":170370,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2615,"key":"/library/parts/2615/1591831648/file.mp3","duration":170370,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\016 - Lock It Up.mp3","size":5086487,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"690","key":"/library/metadata/690","parentRatingKey":"673","grandparentRatingKey":"672","guid":"plex://track/5e29e7a806e48128f868aee7","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Farewell","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/673","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","summary":"","index":17,"parentIndex":1,"ratingCount":43018,"thumb":"/library/metadata/673/thumb/1591408798","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/673/thumb/1591408798","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":250357,"addedAt":1579334208,"updatedAt":1595497237,"Media":[{"id":612,"duration":250357,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":612,"key":"/library/parts/612/1591831648/file.mp3","duration":250357,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\017 - Farewell.mp3","size":7014322,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2951","key":"/library/metadata/2951","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0ed2","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"No Regrets","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","originalTitle":"Eminem feat. Don Toliver","summary":"","index":18,"parentIndex":1,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":201142,"addedAt":1591780269,"updatedAt":1595497241,"Media":[{"id":2616,"duration":201142,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2616,"key":"/library/parts/2616/1591831648/file.mp3","duration":201142,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\018 - No Regrets.mp3","size":5825021,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2952","key":"/library/metadata/2952","parentRatingKey":"2940","grandparentRatingKey":"672","guid":"plex://track/5e215d4506e48128f85b0ed4","parentGuid":"plex://album/5e215d0806e48128f856ac69","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"I Will","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2940","grandparentTitle":"Eminem","parentTitle":"Music to Be Murdered By","originalTitle":"Eminem feat. KXNG Crooked, Royce da 5′9″ & Joell Ortiz","summary":"","index":19,"parentIndex":1,"thumb":"/library/metadata/2940/thumb/1591780277","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2940/thumb/1591780277","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":303255,"addedAt":1591780269,"updatedAt":1595497241,"Media":[{"id":2617,"duration":303255,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2617,"key":"/library/parts/2617/1591831648/file.mp3","duration":303255,"file":"D:\\Public\\Media\\Music\\Eminem\\Music To Be Murdered By\\019 - I Will.mp3","size":8275715,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"770","key":"/library/metadata/770","parentRatingKey":"769","grandparentRatingKey":"672","guid":"plex://track/5d07e471403c6402907cae39","parentGuid":"plex://album/5d07c7e9403c640290bb814f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Rap God","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/769","grandparentTitle":"Eminem","parentTitle":"Rap God","summary":"","index":1,"parentIndex":1,"ratingCount":365697,"thumb":"/library/metadata/769/thumb/1591408690","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/769/thumb/1591408690","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":364904,"addedAt":1579223382,"updatedAt":1595497240,"Media":[{"id":687,"duration":364904,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":687,"key":"/library/parts/687/1591831652/file.mp3","duration":364904,"file":"D:\\Public\\Media\\Music\\Eminem\\Rap God\\001 - Rap God.mp3","size":9142824,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"752","key":"/library/metadata/752","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c4403c64029096a690","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Cold Wind Blows","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":1,"parentIndex":1,"ratingCount":317808,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":303882,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":670,"duration":303882,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":670,"key":"/library/parts/670/1591831632/file.mp3","duration":303882,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\001 - Cold Wind Blows.mp3","size":7743461,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"753","key":"/library/metadata/753","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c4403c64029096a3bc","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Talkin’ 2 Myself","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","originalTitle":"Eminem feat. Kobe","summary":"","index":2,"parentIndex":1,"ratingCount":84014,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":309446,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":671,"duration":309446,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":671,"key":"/library/parts/671/1591831634/file.mp3","duration":309446,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\002 - Talkin’ 2 Myself.mp3","size":7867383,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"754","key":"/library/metadata/754","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c4403c64029096a1cd","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"On Fire","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":3,"parentIndex":1,"ratingCount":268501,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":216528,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":672,"duration":216528,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":672,"key":"/library/parts/672/1591831634/file.mp3","duration":216528,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\003 - On Fire.mp3","size":5645134,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2958","key":"/library/metadata/2958","parentRatingKey":"2957","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902622e6","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Won’t Back Down","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2957","grandparentTitle":"Eminem","parentTitle":"Recovery","originalTitle":"Eminem feat. P!nk","summary":"","index":4,"parentIndex":1,"ratingCount":123135,"thumb":"/library/metadata/2957/thumb/1591780280","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2957/thumb/1591780280","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":270106,"addedAt":1591780272,"updatedAt":1595497245,"Media":[{"id":2621,"duration":270106,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2621,"key":"/library/parts/2621/1591831634/file.mp3","duration":270106,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\004 - Won’t Back Down.mp3","size":6932477,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2959","key":"/library/metadata/2959","parentRatingKey":"2957","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c64029026296a","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"W.T.P.","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2957","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":5,"parentIndex":1,"ratingCount":275083,"thumb":"/library/metadata/2957/thumb/1591780280","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2957/thumb/1591780280","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":240143,"addedAt":1591780272,"updatedAt":1595497245,"Media":[{"id":2622,"duration":240143,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2622,"key":"/library/parts/2622/1591831634/file.mp3","duration":240143,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\005 - W.T.P.mp3","size":6213257,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"757","key":"/library/metadata/757","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c3403c640290969737","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Going Through Changes","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":6,"parentIndex":1,"ratingCount":236275,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":297273,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":675,"duration":297273,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":675,"key":"/library/parts/675/1591831634/file.mp3","duration":297273,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\006 - Going Through Changes.mp3","size":7584642,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"758","key":"/library/metadata/758","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c5403c64029096afe2","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Not Afraid","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":7,"parentIndex":1,"ratingCount":728565,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":256653,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":676,"duration":256653,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":676,"key":"/library/parts/676/1591831634/file.mp3","duration":256653,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\007 - Not Afraid.mp3","size":6609432,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"759","key":"/library/metadata/759","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c4403c64029096a2a1","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Seduction","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":8,"parentIndex":1,"ratingCount":221449,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":275487,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":677,"duration":275487,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":677,"key":"/library/parts/677/1591831634/file.mp3","duration":275487,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\008 - Seduction.mp3","size":7062085,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"760","key":"/library/metadata/760","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07dff7403c6402903ad4db","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"No Love","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","originalTitle":"Eminem feat. Lil Wayne","summary":"","index":9,"parentIndex":1,"ratingCount":229783,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":300956,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":678,"duration":300956,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":678,"key":"/library/parts/678/1591831634/file.mp3","duration":300956,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\009 - No Love.mp3","size":7673914,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"761","key":"/library/metadata/761","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c6403c64029096b839","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Space Bound","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":10,"parentIndex":1,"ratingCount":416412,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":278778,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":679,"duration":278778,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":679,"key":"/library/parts/679/1591831634/file.mp3","duration":278778,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\010 - Space Bound.mp3","size":7138486,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"762","key":"/library/metadata/762","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c4403c64029096a05c","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Cinderella Man","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":11,"parentIndex":1,"ratingCount":326371,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":288130,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":680,"duration":288130,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":680,"key":"/library/parts/680/1591831634/file.mp3","duration":288130,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\011 - Cinderella Man.mp3","size":7364899,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2960","key":"/library/metadata/2960","parentRatingKey":"2957","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c640290262966","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"25 to Life","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2957","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":12,"parentIndex":1,"ratingCount":332174,"thumb":"/library/metadata/2957/thumb/1591780280","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2957/thumb/1591780280","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":246099,"addedAt":1591780272,"updatedAt":1595497245,"Media":[{"id":2623,"duration":246099,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2623,"key":"/library/parts/2623/1591831634/file.mp3","duration":246099,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\012 - 25 to Life.mp3","size":6354541,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"764","key":"/library/metadata/764","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c4403c64029096a5db","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"So Bad","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":13,"parentIndex":1,"ratingCount":222568,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":325511,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":682,"duration":325511,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":682,"key":"/library/parts/682/1591831636/file.mp3","duration":325511,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\013 - So Bad.mp3","size":8262509,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"765","key":"/library/metadata/765","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c4403c64029096a4f8","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Almost Famous","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":14,"parentIndex":1,"ratingCount":235338,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":297691,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":683,"duration":297691,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":683,"key":"/library/parts/683/1591831636/file.mp3","duration":297691,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\014 - Almost Famous.mp3","size":7595578,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2961","key":"/library/metadata/2961","parentRatingKey":"2957","grandparentRatingKey":"672","guid":"plex://track/5d07deb4403c6402902620df","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Love the Way You Lie","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2957","grandparentTitle":"Eminem","parentTitle":"Recovery","originalTitle":"Eminem feat. Rihanna","summary":"","index":15,"parentIndex":1,"ratingCount":633997,"thumb":"/library/metadata/2957/thumb/1591780280","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2957/thumb/1591780280","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":261093,"addedAt":1591780272,"updatedAt":1595497245,"Media":[{"id":2624,"duration":261093,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2624,"key":"/library/parts/2624/1591831636/file.mp3","duration":261093,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\015 - Love the Way You Lie.mp3","size":6714732,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"767","key":"/library/metadata/767","parentRatingKey":"751","grandparentRatingKey":"672","guid":"plex://track/5d07e6c4403c64029096a3a4","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"You’re Never Over","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/751","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":16,"parentIndex":1,"ratingCount":53252,"thumb":"/library/metadata/751/thumb/1591408686","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/751/thumb/1591408686","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":310151,"addedAt":1579223810,"updatedAt":1595497242,"Media":[{"id":685,"duration":310151,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":685,"key":"/library/parts/685/1591831636/file.mp3","duration":310151,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\016 - You’re Never Over.mp3","size":7884314,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2962","key":"/library/metadata/2962","parentRatingKey":"2957","grandparentRatingKey":"672","guid":"plex://track/5d07deb5403c6402902624e7","parentGuid":"plex://album/5d07c44f403c6402909e8333","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"[untitled]","titleSort":"untitled]","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/2957","grandparentTitle":"Eminem","parentTitle":"Recovery","summary":"","index":17,"parentIndex":1,"ratingCount":2383,"thumb":"/library/metadata/2957/thumb/1591780280","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/2957/thumb/1591780280","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":198974,"addedAt":1591780272,"updatedAt":1595497245,"Media":[{"id":2625,"duration":198974,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2625,"key":"/library/parts/2625/1591831636/file.mp3","duration":198974,"file":"D:\\Public\\Media\\Music\\Eminem\\Recovery\\017 - [untitled].mp3","size":5223966,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3018","key":"/library/metadata/3018","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132373","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Dr. West (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":1,"parentIndex":1,"ratingCount":40991,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":90122,"addedAt":1591780284,"updatedAt":1595497248,"Media":[{"id":2677,"duration":90122,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2677,"key":"/library/parts/2677/1591831636/file.mp3","duration":90122,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\01 - Dr. West (skit).mp3","size":3190243,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3019","key":"/library/metadata/3019","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132391","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"3 a.m.","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":2,"parentIndex":1,"ratingCount":125366,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":309916,"addedAt":1591780284,"updatedAt":1595497248,"Media":[{"id":2678,"duration":309916,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2678,"key":"/library/parts/2678/1591831636/file.mp3","duration":309916,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\02 - 3 a.m.mp3","size":8474153,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3020","key":"/library/metadata/3020","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c6402901326f3","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"My Mom","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":3,"parentIndex":1,"ratingCount":168393,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":324806,"addedAt":1591780284,"updatedAt":1595497248,"Media":[{"id":2679,"duration":324806,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2679,"key":"/library/parts/2679/1591831636/file.mp3","duration":324806,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\03 - My Mom.mp3","size":8831786,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3021","key":"/library/metadata/3021","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c64029013247d","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Insane","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":4,"parentIndex":1,"ratingCount":175351,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":184711,"addedAt":1591780284,"updatedAt":1595497248,"Media":[{"id":2680,"duration":184711,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2680,"key":"/library/parts/2680/1591831636/file.mp3","duration":184711,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\04 - Insane.mp3","size":5467539,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3022","key":"/library/metadata/3022","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132aa2","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Bagpipes From Baghdad","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":5,"parentIndex":1,"ratingCount":166095,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":282148,"addedAt":1591780284,"updatedAt":1595497248,"Media":[{"id":2681,"duration":282148,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2681,"key":"/library/parts/2681/1591831638/file.mp3","duration":282148,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\05 - Bagpipes From Baghdad.mp3","size":7807763,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3023","key":"/library/metadata/3023","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132c81","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Hello","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":6,"parentIndex":1,"ratingCount":164876,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":250801,"addedAt":1591780284,"updatedAt":1595497248,"Media":[{"id":2682,"duration":250801,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2682,"key":"/library/parts/2682/1591831638/file.mp3","duration":250801,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\06 - Hello.mp3","size":7054689,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3024","key":"/library/metadata/3024","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132b04","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Tonya (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":7,"parentIndex":1,"ratingCount":73702,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":42527,"addedAt":1591780284,"updatedAt":1595497248,"Media":[{"id":2683,"duration":42527,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2683,"key":"/library/parts/2683/1591831638/file.mp3","duration":42527,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\07 - Tonya (skit).mp3","size":2047955,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3025","key":"/library/metadata/3025","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c6402901321bd","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Same Song & Dance","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":8,"parentIndex":1,"ratingCount":133217,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":255817,"addedAt":1591780285,"updatedAt":1595497248,"Media":[{"id":2684,"duration":255817,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2684,"key":"/library/parts/2684/1591831638/file.mp3","duration":255817,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\08 - Same Song & Dance.mp3","size":7176636,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3026","key":"/library/metadata/3026","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132baf","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"We Made You","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":9,"parentIndex":1,"ratingCount":419671,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":269740,"addedAt":1591780285,"updatedAt":1595497248,"Media":[{"id":2685,"duration":269740,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2685,"key":"/library/parts/2685/1591831638/file.mp3","duration":269740,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\09 - We Made You.mp3","size":7509887,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3027","key":"/library/metadata/3027","parentRatingKey":"3017","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c6402901325e9","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Medicine Ball","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/3017","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":10,"parentIndex":1,"ratingCount":130186,"thumb":"/library/metadata/3017/thumb/1591780296","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/3017/thumb/1591780296","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":240143,"addedAt":1591780285,"updatedAt":1595497248,"Media":[{"id":2686,"duration":240143,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2686,"key":"/library/parts/2686/1591831638/file.mp3","duration":240143,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 001\\10 - Medicine Ball.mp3","size":6798612,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3007","key":"/library/metadata/3007","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132409","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Paul (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":11,"parentIndex":1,"ratingCount":85925,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":19670,"addedAt":1591780283,"updatedAt":1595497245,"Media":[{"id":2667,"duration":19670,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2667,"key":"/library/parts/2667/1591831638/file.mp3","duration":19670,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\01 - Paul (skit).mp3","size":1499379,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3008","key":"/library/metadata/3008","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c64029013253c","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Stay Wide Awake","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":12,"parentIndex":1,"ratingCount":142034,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":323160,"addedAt":1591780284,"updatedAt":1595497245,"Media":[{"id":2668,"duration":323160,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2668,"key":"/library/parts/2668/1591831640/file.mp3","duration":323160,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\02 - Stay Wide Awake.mp3","size":8794513,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3009","key":"/library/metadata/3009","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c6402901325f0","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Old Time's Sake","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","originalTitle":"Eminem feat. Dr. Dre","summary":"","index":13,"parentIndex":1,"ratingCount":57526,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":278413,"addedAt":1591780284,"updatedAt":1595497246,"Media":[{"id":2669,"duration":278413,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2669,"key":"/library/parts/2669/1591831640/file.mp3","duration":278413,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\03 - Old Time’s Sake.mp3","size":7718588,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3010","key":"/library/metadata/3010","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132379","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Must Be the Ganja","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":14,"parentIndex":1,"ratingCount":144872,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":245159,"addedAt":1591780284,"updatedAt":1595497246,"Media":[{"id":2670,"duration":245159,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2670,"key":"/library/parts/2670/1591831640/file.mp3","duration":245159,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\04 - Must Be the Ganja.mp3","size":6919394,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3011","key":"/library/metadata/3011","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132393","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Mr. Mathers (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":15,"parentIndex":1,"ratingCount":27111,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":44120,"addedAt":1591780284,"updatedAt":1595497246,"Media":[{"id":2671,"duration":44120,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2671,"key":"/library/parts/2671/1591831640/file.mp3","duration":44120,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\05 - Mr. Mathers (skit).mp3","size":2086210,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3012","key":"/library/metadata/3012","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c6402901326f5","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Déjà vu","titleSort":"Deja vu","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":16,"parentIndex":1,"ratingCount":14774,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":286145,"addedAt":1591780284,"updatedAt":1595497246,"Media":[{"id":2672,"duration":286145,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2672,"key":"/library/parts/2672/1591831640/file.mp3","duration":286145,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\06 - Déjà vu.mp3","size":7904498,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3013","key":"/library/metadata/3013","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132480","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Beautiful","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":17,"parentIndex":1,"ratingCount":368405,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":391418,"addedAt":1591780284,"updatedAt":1595497246,"Media":[{"id":2673,"duration":391418,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2673,"key":"/library/parts/2673/1591831640/file.mp3","duration":391418,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\07 - Beautiful.mp3","size":10431574,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3014","key":"/library/metadata/3014","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132aa4","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Crack a Bottle","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","originalTitle":"Eminem feat. Dr. Dre & 50 Cent","summary":"","index":18,"parentIndex":1,"ratingCount":161575,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":297717,"addedAt":1591780284,"updatedAt":1595497246,"Media":[{"id":2674,"duration":297717,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2674,"key":"/library/parts/2674/1591831640/file.mp3","duration":297717,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\08 - Crack a Bottle.mp3","size":8182136,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3015","key":"/library/metadata/3015","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c6402901321be","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Steve Berman (skit)","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":19,"parentIndex":1,"ratingCount":210406,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":90122,"addedAt":1591780284,"updatedAt":1595497246,"Media":[{"id":2675,"duration":90122,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2675,"key":"/library/parts/2675/1591831640/file.mp3","duration":90122,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\09 - Steve Berman (skit).mp3","size":3190251,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3016","key":"/library/metadata/3016","parentRatingKey":"792","grandparentRatingKey":"672","guid":"plex://track/5d07dd7e403c640290132bb2","parentGuid":"plex://album/5d07c39a403c64029098622f","grandparentGuid":"plex://artist/5d07bbfd403c6402904a6596","type":"track","title":"Underground","grandparentKey":"/library/metadata/672","parentKey":"/library/metadata/792","grandparentTitle":"Eminem","parentTitle":"Relapse","summary":"","index":20,"parentIndex":1,"ratingCount":77651,"thumb":"/library/metadata/792/thumb/1592039345","art":"/library/metadata/672/art/1595497087","parentThumb":"/library/metadata/792/thumb/1592039345","grandparentThumb":"/library/metadata/672/thumb/1595497087","grandparentArt":"/library/metadata/672/art/1595497087","duration":373159,"addedAt":1591780284,"updatedAt":1595497246,"Media":[{"id":2676,"duration":373159,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2676,"key":"/library/parts/2676/1591831642/file.mp3","duration":373159,"file":"D:\\Public\\Media\\Music\\Eminem\\Relapse\\12 Vinyl 002\\10 - Underground.mp3","size":9993918,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3332","key":"/library/metadata/3332","parentRatingKey":"3331","grandparentRatingKey":"931","guid":"plex://track/5d07efdf403c640290040217","parentGuid":"plex://album/5d07c998403c640290ca3ebb","grandparentGuid":"plex://artist/5d07bd56403c6402905d03c1","type":"track","title":"Let Me Hear","grandparentKey":"/library/metadata/931","parentKey":"/library/metadata/3331","grandparentTitle":"Fear, and Loathing in Las Vegas","parentTitle":"Feeling of Unity","summary":"","index":10,"parentIndex":1,"ratingCount":24011,"thumb":"/library/metadata/3331/thumb/1591780368","art":"/library/metadata/931/art/1595497005","parentThumb":"/library/metadata/3331/thumb/1591780368","grandparentThumb":"/library/metadata/931/thumb/1595497005","grandparentArt":"/library/metadata/931/art/1595497005","duration":221779,"addedAt":1591780365,"updatedAt":1595497094,"Media":[{"id":2961,"duration":221779,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2961,"key":"/library/parts/2961/1591831654/file.mp3","duration":221779,"file":"D:\\Public\\Media\\Music\\Fear, and Loathing in Las Vegas\\Feeling of Unity\\010 - Let Me Hear.mp3","size":5875975,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2891","key":"/library/metadata/2891","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a639","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Ori, Lost in the Storm","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Aeralie Brighton","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":63137,"addedAt":1591780262,"updatedAt":1595497133,"Media":[{"id":2559,"duration":63137,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2559,"key":"/library/parts/2559/1591831812/file.mp3","duration":63137,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\001 - Ori, Lost in the Storm.mp3","size":2355896,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2892","key":"/library/metadata/2892","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a63c","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Naru, Embracing the Light","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Rachel Mellis","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":84636,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2560,"duration":84636,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2560,"key":"/library/parts/2560/1591831812/file.mp3","duration":84636,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\002 - Naru, Embracing the Light.mp3","size":2871872,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2893","key":"/library/metadata/2893","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cf88","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Calling Out","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":3,"parentIndex":1,"ratingCount":13090,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":88450,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2561,"duration":88450,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2561,"key":"/library/parts/2561/1591831812/file.mp3","duration":88450,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\003 - Calling Out.mp3","size":2963436,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2894","key":"/library/metadata/2894","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a642","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"The Blinded Forest","titleSort":"Blinded Forest","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":4,"parentIndex":1,"ratingCount":13263,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":208248,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2562,"duration":208248,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2562,"key":"/library/parts/2562/1591831814/file.mp3","duration":208248,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\004 - The Blinded Forest.mp3","size":5838592,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2895","key":"/library/metadata/2895","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a645","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Inspiriting","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":5,"parentIndex":1,"ratingCount":13578,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":88084,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2563,"duration":88084,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2563,"key":"/library/parts/2563/1591831814/file.mp3","duration":88084,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\005 - Inspiriting.mp3","size":2954660,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2896","key":"/library/metadata/2896","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a647","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"First Steps Into Sunken Glades","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":6,"parentIndex":1,"ratingCount":10662,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":274207,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2564,"duration":274207,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2564,"key":"/library/parts/2564/1591831814/file.mp3","duration":274207,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\006 - First Steps Into Sunken Glades.mp3","size":7421638,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2897","key":"/library/metadata/2897","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a64a","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Finding Sein","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":7,"parentIndex":1,"ratingCount":12135,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":108773,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2565,"duration":108773,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2565,"key":"/library/parts/2565/1591831814/file.mp3","duration":108773,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\007 - Finding Sein.mp3","size":3451199,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2898","key":"/library/metadata/2898","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cf92","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Up the Spirit Caverns Walls","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Tom Boyd","summary":"","index":8,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":336195,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2566,"duration":336195,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2566,"key":"/library/parts/2566/1591831814/file.mp3","duration":336195,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\008 - Up the Spirit Caverns Walls.mp3","size":8909296,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2899","key":"/library/metadata/2899","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a654","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"The Spirit Tree","titleSort":"Spirit Tree","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Aeralie Brighton","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":108538,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2567,"duration":108538,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2567,"key":"/library/parts/2567/1591831814/file.mp3","duration":108538,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\009 - The Spirit Tree.mp3","size":3445318,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2900","key":"/library/metadata/2900","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a659","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Kuro’s Tale I - Her Rage","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":10,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":76277,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2568,"duration":76277,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2568,"key":"/library/parts/2568/1591831814/file.mp3","duration":76277,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\010 - Kuro’s Tale I - Her Rage.mp3","size":2671252,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2901","key":"/library/metadata/2901","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cf96","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Thornfelt Swamp","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Tom Boyd","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":245890,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2569,"duration":245890,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2569,"key":"/library/parts/2569/1591831814/file.mp3","duration":245890,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\011 - Thornfelt Swamp.mp3","size":6741948,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2902","key":"/library/metadata/2902","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a65c","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Down the Moon Grotto","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":12,"parentIndex":1,"ratingCount":8882,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":235258,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2570,"duration":235258,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2570,"key":"/library/parts/2570/1591831814/file.mp3","duration":235258,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\012 - Down the Moon Grotto.mp3","size":6486854,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2903","key":"/library/metadata/2903","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cf9a","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"The Ancestral Trees","titleSort":"Ancestral Trees","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":13,"parentIndex":1,"ratingCount":8524,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":108773,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2571,"duration":108773,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2571,"key":"/library/parts/2571/1591831816/file.mp3","duration":108773,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\013 - The Ancestral Trees.mp3","size":3451215,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2904","key":"/library/metadata/2904","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cf9c","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Gumo’s Hideout","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":185547,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2572,"duration":185547,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2572,"key":"/library/parts/2572/1591831816/file.mp3","duration":185547,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\014 - Gumo’s Hideout.mp3","size":5293718,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2905","key":"/library/metadata/2905","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cf9e","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Breaking Through the Trap","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":15,"parentIndex":1,"ratingCount":8230,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":56241,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2573,"duration":56241,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2573,"key":"/library/parts/2573/1591831816/file.mp3","duration":56241,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\015 - Breaking Through the Trap.mp3","size":2190452,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2906","key":"/library/metadata/2906","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cfa1","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Climbing the Ginso Tree","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":16,"parentIndex":1,"ratingCount":8854,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":339853,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2574,"duration":339853,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2574,"key":"/library/parts/2574/1591831816/file.mp3","duration":339853,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\016 - Climbing the Ginso Tree.mp3","size":8997123,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2907","key":"/library/metadata/2907","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a665","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Restoring the Light, Facing the Dark","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":17,"parentIndex":1,"ratingCount":10031,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":148636,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2575,"duration":148636,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2575,"key":"/library/parts/2575/1591831816/file.mp3","duration":148636,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\017 - Restoring the Light, Facing the Dark.mp3","size":4407897,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2908","key":"/library/metadata/2908","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a667","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"The Waters Cleansed","titleSort":"Waters Cleansed","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Tom Boyd","summary":"","index":18,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":122697,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2576,"duration":122697,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2576,"key":"/library/parts/2576/1591831816/file.mp3","duration":122697,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\018 - The Waters Cleansed.mp3","size":3785313,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2909","key":"/library/metadata/2909","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a66c","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Lost in the Misty Woods","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":19,"parentIndex":1,"ratingCount":7289,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":285753,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2577,"duration":285753,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2577,"key":"/library/parts/2577/1591831816/file.mp3","duration":285753,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\019 - Lost in the Misty Woods.mp3","size":7698733,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2910","key":"/library/metadata/2910","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a66e","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Home of the Gumon","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":20,"parentIndex":1,"ratingCount":7129,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":307408,"addedAt":1591780262,"updatedAt":1595497134,"Media":[{"id":2578,"duration":307408,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2578,"key":"/library/parts/2578/1591831816/file.mp3","duration":307408,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\020 - Home of the Gumon.mp3","size":8218453,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2911","key":"/library/metadata/2911","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cfac","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Escaping the Ruins","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":21,"parentIndex":1,"ratingCount":8191,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":140852,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2579,"duration":140852,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2579,"key":"/library/parts/2579/1591831816/file.mp3","duration":140852,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\021 - Escaping the Ruins.mp3","size":4221093,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2912","key":"/library/metadata/2912","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a672","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Kuro’s Tale II - Her Pain","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":22,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":116506,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2580,"duration":116506,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2580,"key":"/library/parts/2580/1591831818/file.mp3","duration":116506,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\022 - Kuro’s Tale II - Her Pain.mp3","size":3636740,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2913","key":"/library/metadata/2913","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cfb6","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Riding the Wind","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Rachel Mellis","summary":"","index":23,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":300747,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2581,"duration":300747,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2581,"key":"/library/parts/2581/1591831818/file.mp3","duration":300747,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\023 - Riding the Wind.mp3","size":8058336,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2914","key":"/library/metadata/2914","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a674","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Completing the Circle","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Rachel Mellis","summary":"","index":24,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":140852,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2582,"duration":140852,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2582,"key":"/library/parts/2582/1591831818/file.mp3","duration":140852,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\024 - Completing the Circle.mp3","size":4221039,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2915","key":"/library/metadata/2915","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cfbb","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Approaching the End","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Aeralie Brighton","summary":"","index":25,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":68597,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2583,"duration":68597,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2583,"key":"/library/parts/2583/1591831818/file.mp3","duration":68597,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\025 - Approaching the End.mp3","size":2486922,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2916","key":"/library/metadata/2916","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cfbf","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Mount Horu","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":26,"parentIndex":1,"ratingCount":6579,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":176039,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2584,"duration":176039,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2584,"key":"/library/parts/2584/1591831818/file.mp3","duration":176039,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\026 - Mount Horu.mp3","size":5065563,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2917","key":"/library/metadata/2917","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cfc2","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Conundrum","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":27,"parentIndex":1,"ratingCount":6476,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":76277,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2585,"duration":76277,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2585,"key":"/library/parts/2585/1591831818/file.mp3","duration":76277,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\027 - Conundrum.mp3","size":2671282,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2918","key":"/library/metadata/2918","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cfc4","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"The Crumbling Path","titleSort":"Crumbling Path","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":28,"parentIndex":1,"ratingCount":6195,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":133224,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2586,"duration":133224,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2586,"key":"/library/parts/2586/1591831818/file.mp3","duration":133224,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\028 - The Crumbling Path.mp3","size":4038027,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2919","key":"/library/metadata/2919","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc78403c640290a2cf45","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Racing the Lava","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":29,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":28342,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2587,"duration":28342,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2587,"key":"/library/parts/2587/1591831820/file.mp3","duration":28342,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\029 - Racing the Lava.mp3","size":1520860,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2920","key":"/library/metadata/2920","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a677","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Fleeing Kuro","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","summary":"","index":30,"parentIndex":1,"ratingCount":6122,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":229067,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2588,"duration":229067,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2588,"key":"/library/parts/2588/1591831820/file.mp3","duration":229067,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\030 - Fleeing Kuro.mp3","size":6338254,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2921","key":"/library/metadata/2921","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a67a","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"The Sacrifice","titleSort":"Sacrifice","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Aeralie Brighton","summary":"","index":31,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":180062,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2589,"duration":180062,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2589,"key":"/library/parts/2589/1591831820/file.mp3","duration":180062,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\031 - The Sacrifice.mp3","size":5162059,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2922","key":"/library/metadata/2922","parentRatingKey":"2890","grandparentRatingKey":"1147","guid":"plex://track/5d07fc75403c640290a2a67f","parentGuid":"plex://album/5d07caff403c640290d941f7","grandparentGuid":"plex://artist/5d07bdb9403c640290615e0a","type":"track","title":"Light of Nibel","grandparentKey":"/library/metadata/1147","parentKey":"/library/metadata/2890","grandparentTitle":"Gareth Coker","parentTitle":"Ori and the Blind Forest (Original Soundtrack)","originalTitle":"Gareth Coker feat. Aeralie Brighton","summary":"","index":32,"parentIndex":1,"thumb":"/library/metadata/2890/thumb/1591780298","parentThumb":"/library/metadata/2890/thumb/1591780298","grandparentThumb":"/library/metadata/1147/thumb/1595497024","duration":259265,"addedAt":1591780263,"updatedAt":1595497134,"Media":[{"id":2590,"duration":259265,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2590,"key":"/library/parts/2590/1591831820/file.mp3","duration":259265,"file":"D:\\Public\\Media\\Music\\Gareth Coker\\Ori and the Blind Forest (Original Soundtrack)\\032 - Light of Nibel.mp3","size":7062939,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3250","key":"/library/metadata/3250","parentRatingKey":"3249","grandparentRatingKey":"907","guid":"plex://track/5d07e662403c64029091b0a2","parentGuid":"plex://album/5d07c843403c640290be3803","grandparentGuid":"plex://artist/5d07bdfe403c640290640a67","type":"track","title":"Sing","grandparentKey":"/library/metadata/907","parentKey":"/library/metadata/3249","grandparentTitle":"Goose house","parentTitle":"Goose house Phrase #01","summary":"","index":5,"parentIndex":1,"ratingCount":3478,"thumb":"/library/metadata/3249/thumb/1591780332","parentThumb":"/library/metadata/3249/thumb/1591780332","grandparentThumb":"/library/metadata/907/thumb/1595497001","duration":259134,"addedAt":1591780330,"updatedAt":1595497080,"Media":[{"id":2897,"duration":259134,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2897,"key":"/library/parts/2897/1591831654/file.mp3","duration":259134,"file":"D:\\Public\\Media\\Music\\Goose house\\Goose house Phrase #01\\005 - Sing.mp3","size":6380858,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3252","key":"/library/metadata/3252","parentRatingKey":"3251","grandparentRatingKey":"907","guid":"plex://track/5d07ea5a403c640290c0b100","parentGuid":"plex://album/5d07c8d6403c640290c3494c","grandparentGuid":"plex://artist/5d07bdfe403c640290640a67","type":"track","title":"光るなら -instrumental-","grandparentKey":"/library/metadata/907","parentKey":"/library/metadata/3251","grandparentTitle":"Goose house","parentTitle":"光るなら","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/3251/thumb/1591780337","parentThumb":"/library/metadata/3251/thumb/1591780337","grandparentThumb":"/library/metadata/907/thumb/1595497001","duration":258742,"addedAt":1591780331,"updatedAt":1595497081,"Media":[{"id":2898,"duration":258742,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2898,"key":"/library/parts/2898/1591831654/file.mp3","duration":258742,"file":"D:\\Public\\Media\\Music\\Goose house\\光るなら\\003 - 光るなら -instrumental.mp3","size":7061557,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3437","key":"/library/metadata/3437","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bd9c","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Postcards","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":1,"parentIndex":1,"ratingCount":1910,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":228284,"addedAt":1592328921,"updatedAt":1595065066,"Media":[{"id":3080,"duration":228284,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3087,"key":"/library/parts/3087/1592327126/file.mp3","duration":228284,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\001 - Postcards.mp3","size":9205615,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3438","key":"/library/metadata/3438","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1baa1","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Faded","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":2,"parentIndex":1,"ratingCount":1684,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":233430,"addedAt":1592328921,"updatedAt":1595065066,"Media":[{"id":3081,"duration":233430,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3088,"key":"/library/parts/3088/1592327126/file.mp3","duration":233430,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\002 - Faded.mp3","size":9411449,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3439","key":"/library/metadata/3439","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bc21","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Boop Bop da Willy Willy","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","originalTitle":"Grieves feat. Paris Alexa","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":220186,"addedAt":1592328921,"updatedAt":1595065066,"Media":[{"id":3082,"duration":220186,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3089,"key":"/library/parts/3089/1592327126/file.mp3","duration":220186,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\003 - Boop Bop da Willy Willy.mp3","size":8881725,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3440","key":"/library/metadata/3440","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bb53","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Chillin' (Ice Cold)","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","originalTitle":"Grieves feat. Romaro Franceswa","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":202501,"addedAt":1592328921,"updatedAt":1595065066,"Media":[{"id":3083,"duration":202501,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3090,"key":"/library/parts/3090/1592327126/file.mp3","duration":202501,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\004 - Chillin' (Ice Cold).mp3","size":8174321,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3441","key":"/library/metadata/3441","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1baa3","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"What It Dew","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":5,"parentIndex":1,"ratingCount":4825,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":214961,"addedAt":1592328921,"updatedAt":1595065066,"Media":[{"id":3084,"duration":214961,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3091,"key":"/library/parts/3091/1592327128/file.mp3","duration":214961,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\005 - What It Dew.mp3","size":8672718,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3442","key":"/library/metadata/3442","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bc23","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Gutz","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":6,"parentIndex":1,"ratingCount":1715,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":237113,"addedAt":1592328921,"updatedAt":1595065066,"Media":[{"id":3085,"duration":237113,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3092,"key":"/library/parts/3092/1592327128/file.mp3","duration":237113,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\006 - Gutz.mp3","size":9558781,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3443","key":"/library/metadata/3443","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bb55","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Roses","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","originalTitle":"Grieves feat. Fearce Vill & Davey Jones","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":234344,"addedAt":1592328921,"updatedAt":1595065066,"Media":[{"id":3086,"duration":234344,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3093,"key":"/library/parts/3093/1592327128/file.mp3","duration":234344,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\007 - Roses.mp3","size":9448025,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3444","key":"/library/metadata/3444","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bc24","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Levees","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":8,"parentIndex":1,"ratingCount":1093,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":144927,"addedAt":1592328921,"updatedAt":1595065066,"Media":[{"id":3087,"duration":144927,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3094,"key":"/library/parts/3094/1592327128/file.mp3","duration":144927,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\008 - Levees.mp3","size":5871339,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3445","key":"/library/metadata/3445","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bb56","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"No Sleep","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","originalTitle":"Grieves feat. Paris Alexa","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":219846,"addedAt":1592328922,"updatedAt":1595065066,"Media":[{"id":3088,"duration":219846,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3095,"key":"/library/parts/3095/1592327128/file.mp3","duration":219846,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\009 - No Sleep.mp3","size":8868114,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3446","key":"/library/metadata/3446","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bda0","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Bonnie and Clyde","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":10,"parentIndex":1,"ratingCount":1445,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":248111,"addedAt":1592328922,"updatedAt":1595065066,"Media":[{"id":3089,"duration":248111,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3096,"key":"/library/parts/3096/1592327128/file.mp3","duration":248111,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\010 - Bonnie and Clyde.mp3","size":9998712,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3447","key":"/library/metadata/3447","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bc25","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"A-Okay","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":11,"parentIndex":1,"ratingCount":2738,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":219141,"addedAt":1592328922,"updatedAt":1595065066,"Media":[{"id":3090,"duration":219141,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3097,"key":"/library/parts/3097/1592327128/file.mp3","duration":219141,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\011 - A-Okay.mp3","size":8839898,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3448","key":"/library/metadata/3448","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bd18","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Night Shift","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":12,"parentIndex":1,"ratingCount":1126,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":241162,"addedAt":1592328922,"updatedAt":1595065066,"Media":[{"id":3091,"duration":241162,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3098,"key":"/library/parts/3098/1592327128/file.mp3","duration":241162,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\012 - Night Shift.mp3","size":9720757,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3449","key":"/library/metadata/3449","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bb57","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Cloudless Sky (interlude)","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":13,"parentIndex":1,"ratingCount":783,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":35160,"addedAt":1592328922,"updatedAt":1595065066,"Media":[{"id":3092,"duration":35160,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3099,"key":"/library/parts/3099/1592327128/file.mp3","duration":35160,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\013 - Cloudless Sky (interlude).mp3","size":1480717,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3450","key":"/library/metadata/3450","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bda2","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"Rx","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":14,"parentIndex":1,"ratingCount":2609,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":217208,"addedAt":1592328922,"updatedAt":1595065066,"Media":[{"id":3093,"duration":217208,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3100,"key":"/library/parts/3100/1592327128/file.mp3","duration":217208,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\014 - Rx.mp3","size":8762566,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3451","key":"/library/metadata/3451","parentRatingKey":"3436","grandparentRatingKey":"3435","guid":"plex://track/5d07fd8d403c640290b1bc27","parentGuid":"plex://album/5d07cb28403c640290db0d38","grandparentGuid":"plex://artist/5d07bcdd403c6402905618e1","type":"track","title":"5,000 Miles","grandparentKey":"/library/metadata/3435","parentKey":"/library/metadata/3436","grandparentTitle":"Grieves","parentTitle":"Running Wild","summary":"","index":15,"parentIndex":1,"ratingCount":1287,"thumb":"/library/metadata/3436/thumb/1592328947","art":"/library/metadata/3435/art/1595065054","parentThumb":"/library/metadata/3436/thumb/1592328947","grandparentThumb":"/library/metadata/3435/thumb/1595065054","grandparentArt":"/library/metadata/3435/art/1595065054","duration":212976,"addedAt":1592328922,"updatedAt":1595065066,"Media":[{"id":3094,"duration":212976,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":3101,"key":"/library/parts/3101/1592327128/file.mp3","duration":212976,"file":"D:\\Public\\Media\\Music\\Grieves\\Running Wild\\015 - 5,000 Miles.mp3","size":8593311,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1223","key":"/library/metadata/1223","parentRatingKey":"1222","grandparentRatingKey":"1201","guid":"plex://track/5d07ce45403c640290029279","parentGuid":"plex://album/5d07c20b403c64029089b606","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"COLORS","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/1222","grandparentTitle":"Hikaru Utada","parentTitle":"COLORS","summary":"","index":1,"parentIndex":1,"ratingCount":56234,"thumb":"/library/metadata/1222/thumb/1591408815","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1222/thumb/1591408815","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":233404,"addedAt":1579315054,"updatedAt":1595497121,"Media":[{"id":1052,"duration":233404,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1052,"key":"/library/parts/1052/1591831654/file.mp3","duration":233404,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\COLORS\\001 - COLORS.mp3","size":5776193,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1224","key":"/library/metadata/1224","parentRatingKey":"1222","grandparentRatingKey":"1201","guid":"plex://track/5d07ce45403c64029002927a","parentGuid":"plex://album/5d07c20b403c64029089b606","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Simple And Clean","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/1222","grandparentTitle":"Hikaru Utada","parentTitle":"COLORS","summary":"","index":2,"parentIndex":1,"ratingCount":63117,"thumb":"/library/metadata/1222/thumb/1591408815","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1222/thumb/1591408815","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":300094,"addedAt":1579315054,"updatedAt":1595497121,"Media":[{"id":1053,"duration":300094,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1053,"key":"/library/parts/1053/1591831654/file.mp3","duration":300094,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\COLORS\\002 - Simple And Clean.mp3","size":7378454,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2888","key":"/library/metadata/2888","parentRatingKey":"2887","grandparentRatingKey":"1201","guid":"plex://track/5d07ce45403c64029002927c","parentGuid":"plex://album/5d07c20b403c64029089b606","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Simple And Clean (PLANITb Remix)","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2887","grandparentTitle":"Hikaru Utada","parentTitle":"COLORS","summary":"","index":3,"parentIndex":1,"ratingCount":3246,"thumb":"/library/metadata/2887/thumb/1591780258","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2887/thumb/1591780258","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":349440,"addedAt":1591780257,"updatedAt":1595497122,"Media":[{"id":2557,"duration":349440,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2557,"key":"/library/parts/2557/1591831656/file.mp3","duration":349440,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\COLORS\\003 - Simple And Clean (PLANITb Remix).mp3","size":8559147,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2889","key":"/library/metadata/2889","parentRatingKey":"2887","grandparentRatingKey":"1201","guid":"plex://track/5d07ce45403c64029002927e","parentGuid":"plex://album/5d07c20b403c64029089b606","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"COLORS (Original Karaoke)","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2887","grandparentTitle":"Hikaru Utada","parentTitle":"COLORS","summary":"","index":4,"parentIndex":1,"ratingCount":2599,"thumb":"/library/metadata/2887/thumb/1591780258","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2887/thumb/1591780258","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":240274,"addedAt":1591780257,"updatedAt":1595497122,"Media":[{"id":2558,"duration":240274,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2558,"key":"/library/parts/2558/1591831656/file.mp3","duration":240274,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\COLORS\\004 - COLORS (Original Karaoke).mp3","size":5939155,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2875","key":"/library/metadata/2875","parentRatingKey":"2874","grandparentRatingKey":"1201","guid":"plex://track/5d07d1a9403c6402904fabd8","parentGuid":"plex://album/5d07c1d0403c640290878fe0","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Passion ~single version~","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2874","grandparentTitle":"Hikaru Utada","parentTitle":"Passion","summary":"","index":1,"parentIndex":1,"ratingCount":8128,"thumb":"/library/metadata/2874/thumb/1591780258","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2874/thumb/1591780258","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":279745,"addedAt":1591780254,"updatedAt":1595497123,"Media":[{"id":2546,"duration":279745,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2546,"key":"/library/parts/2546/1591831656/file.mp3","duration":279745,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Passion\\001 - Passion ~single version~.mp3","size":6875935,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2876","key":"/library/metadata/2876","parentRatingKey":"2874","grandparentRatingKey":"1201","guid":"plex://track/5d07d1a9403c6402904fb1c4","parentGuid":"plex://album/5d07c1d0403c640290878fe0","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Passion ~after the battle~","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2874","grandparentTitle":"Hikaru Utada","parentTitle":"Passion","summary":"","index":2,"parentIndex":1,"ratingCount":10382,"thumb":"/library/metadata/2874/thumb/1591780258","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2874/thumb/1591780258","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":358426,"addedAt":1591780254,"updatedAt":1595497123,"Media":[{"id":2547,"duration":358426,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2547,"key":"/library/parts/2547/1591831656/file.mp3","duration":358426,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Passion\\002 - Passion ~after the battle~.mp3","size":8762334,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2878","key":"/library/metadata/2878","parentRatingKey":"2877","grandparentRatingKey":"1201","guid":"plex://track/5d07d703403c640290a90f4b","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Come Back to Me","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2877","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":1,"parentIndex":1,"ratingCount":12908,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2877/thumb/1591780259","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":237557,"addedAt":1591780256,"updatedAt":1595497127,"Media":[{"id":2548,"duration":237557,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2548,"key":"/library/parts/2548/1591831656/file.mp3","duration":237557,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\001 - Come Back to Me.mp3","size":5752046,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1204","key":"/library/metadata/1204","parentRatingKey":"1202","grandparentRatingKey":"1201","guid":"plex://track/5d07cfe0403c640290267ac1","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Easy Breezy","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/1202","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":2,"parentIndex":1,"ratingCount":11513,"thumb":"/library/metadata/1202/thumb/1592039319","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1202/thumb/1592039319","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":235102,"addedAt":1579315274,"updatedAt":1595497125,"Media":[{"id":1035,"duration":235102,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1035,"key":"/library/parts/1035/1591831656/file.mp3","duration":235102,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\002 - Easy Breezy.mp3","size":5693851,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2879","key":"/library/metadata/2879","parentRatingKey":"2877","grandparentRatingKey":"1201","guid":"plex://track/5d07d70c403c640290a9b425","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Merry Christmas Mr. Lawrence","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2877","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2877/thumb/1591780259","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":229955,"addedAt":1591780256,"updatedAt":1595497127,"Media":[{"id":2549,"duration":229955,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2549,"key":"/library/parts/2549/1591831656/file.mp3","duration":229955,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\003 - Merry Christmas Mr. Lawrence.mp3","size":5566399,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2880","key":"/library/metadata/2880","parentRatingKey":"2877","grandparentRatingKey":"1201","guid":"plex://track/5d07cfe0403c640290267648","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"You Make Me Want to Be a Man","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2877","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":4,"parentIndex":1,"ratingCount":9129,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2877/thumb/1591780259","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":284264,"addedAt":1591780256,"updatedAt":1595497127,"Media":[{"id":2550,"duration":284264,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2550,"key":"/library/parts/2550/1591831656/file.mp3","duration":284264,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\004 - You Make Me Want to Be a Man.mp3","size":6873898,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2881","key":"/library/metadata/2881","parentRatingKey":"2877","grandparentRatingKey":"1201","guid":"plex://track/5d07d70c403c640290a9b42f","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"This One (Crying Like a Child)","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2877","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":5,"parentIndex":1,"ratingCount":8767,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2877/thumb/1591780259","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":261929,"addedAt":1591780256,"updatedAt":1595497127,"Media":[{"id":2551,"duration":261929,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2551,"key":"/library/parts/2551/1591831656/file.mp3","duration":261929,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\005 - This One (Crying Like a Child).mp3","size":6338930,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1208","key":"/library/metadata/1208","parentRatingKey":"1202","grandparentRatingKey":"1201","guid":"plex://track/5d07cfe0403c640290267cb8","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Exodus '04","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/1202","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":6,"parentIndex":1,"ratingCount":10130,"thumb":"/library/metadata/1202/thumb/1592039319","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1202/thumb/1592039319","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":270680,"addedAt":1579315276,"updatedAt":1595497126,"Media":[{"id":1039,"duration":270680,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1039,"key":"/library/parts/1039/1591831658/file.mp3","duration":270680,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\006 - Exodus '04.mp3","size":6548404,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2882","key":"/library/metadata/2882","parentRatingKey":"2877","grandparentRatingKey":"1201","guid":"plex://track/5d07d70c403c640290a9b42a","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Apple and Cinnamon","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2877","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":7,"parentIndex":1,"ratingCount":10153,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2877/thumb/1591780259","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":282749,"addedAt":1591780256,"updatedAt":1595497127,"Media":[{"id":2552,"duration":282749,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2552,"key":"/library/parts/2552/1591831658/file.mp3","duration":282749,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\007 - Apple and Cinnamon.mp3","size":6839066,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1210","key":"/library/metadata/1210","parentRatingKey":"1202","grandparentRatingKey":"1201","guid":"plex://track/5d07d70c403c640290a9b432","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Automatic Part II","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/1202","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":8,"parentIndex":1,"ratingCount":6687,"thumb":"/library/metadata/1202/thumb/1592039319","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1202/thumb/1592039319","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":183928,"addedAt":1579315276,"updatedAt":1595497126,"Media":[{"id":1041,"duration":183928,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1041,"key":"/library/parts/1041/1591831658/file.mp3","duration":183928,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\008 - Automatic Part II.mp3","size":4463214,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1211","key":"/library/metadata/1211","parentRatingKey":"1202","grandparentRatingKey":"1201","guid":"plex://track/5d07cfe0403c640290267cb6","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Devil Inside","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/1202","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":9,"parentIndex":1,"ratingCount":11791,"thumb":"/library/metadata/1202/thumb/1592039319","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1202/thumb/1592039319","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":236173,"addedAt":1579315278,"updatedAt":1595497126,"Media":[{"id":1042,"duration":236173,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1042,"key":"/library/parts/1042/1591831658/file.mp3","duration":236173,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\009 - Devil Inside.mp3","size":5718237,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1212","key":"/library/metadata/1212","parentRatingKey":"1202","grandparentRatingKey":"1201","guid":"plex://track/5d07cfe0403c640290267ac9","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Kremlin Dusk","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/1202","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":10,"parentIndex":1,"ratingCount":10034,"thumb":"/library/metadata/1202/thumb/1592039319","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1202/thumb/1592039319","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":314096,"addedAt":1579315278,"updatedAt":1595497126,"Media":[{"id":1043,"duration":314096,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1043,"key":"/library/parts/1043/1591831658/file.mp3","duration":314096,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\010 - Kremlin Dusk.mp3","size":7591649,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1213","key":"/library/metadata/1213","parentRatingKey":"1202","grandparentRatingKey":"1201","guid":"plex://track/5d07d777403c640290b0b2be","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Sanctuary (Opening)","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/1202","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":11,"parentIndex":1,"ratingCount":2495,"thumb":"/library/metadata/1202/thumb/1592039319","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1202/thumb/1592039319","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":257123,"addedAt":1579315280,"updatedAt":1595497126,"Media":[{"id":1044,"duration":257123,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1044,"key":"/library/parts/1044/1591831658/file.mp3","duration":257123,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\011 - Sanctuary (Opening).mp3","size":6219041,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1214","key":"/library/metadata/1214","parentRatingKey":"1202","grandparentRatingKey":"1201","guid":"plex://track/5d07d777403c640290b0b1ce","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Sanctuary (Ending)","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/1202","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":12,"parentIndex":1,"ratingCount":2141,"thumb":"/library/metadata/1202/thumb/1592039319","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/1202/thumb/1592039319","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":358426,"addedAt":1579315280,"updatedAt":1595497126,"Media":[{"id":1045,"duration":358426,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1045,"key":"/library/parts/1045/1591831658/file.mp3","duration":358426,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\012 - Sanctuary (Ending).mp3","size":8652741,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2883","key":"/library/metadata/2883","parentRatingKey":"2877","grandparentRatingKey":"1201","guid":"plex://track/5d07d525403c64029089f0ff","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Exodus '04 (JJ Flores Double J Radio Mix)","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2877","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":13,"parentIndex":1,"ratingCount":10130,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2877/thumb/1591780259","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":224261,"addedAt":1591780256,"updatedAt":1595497127,"Media":[{"id":2553,"duration":224261,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2553,"key":"/library/parts/2553/1591831658/file.mp3","duration":224261,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\013 - Exodus '04 (JJ Flores Double J Radio Mix).mp3","size":5429583,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2884","key":"/library/metadata/2884","parentRatingKey":"2877","grandparentRatingKey":"1201","guid":"plex://track/5d07d525403c64029089f2dc","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Devil Inside (RJD2 Remix)","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2877","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":14,"parentIndex":1,"ratingCount":999,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2877/thumb/1591780259","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":239621,"addedAt":1591780256,"updatedAt":1595497127,"Media":[{"id":2554,"duration":239621,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2554,"key":"/library/parts/2554/1591831658/file.mp3","duration":239621,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\014 - Devil Inside (RJD2 Remix).mp3","size":5798582,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2885","key":"/library/metadata/2885","parentRatingKey":"2877","grandparentRatingKey":"1201","guid":"plex://track/5d07e144403c6402904fdb35","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Come Back to Me (Tony Moran & Warren Rigg Radio Edit)","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2877","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":15,"parentIndex":1,"ratingCount":12908,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2877/thumb/1591780259","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":271908,"addedAt":1591780256,"updatedAt":1595497127,"Media":[{"id":2555,"duration":271908,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2555,"key":"/library/parts/2555/1591831658/file.mp3","duration":271908,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\015 - Come Back to Me (Tony Moran & Warren Rigg Radio Edit).mp3","size":6574307,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2886","key":"/library/metadata/2886","parentRatingKey":"2877","grandparentRatingKey":"1201","guid":"plex://track/5d07e144403c6402904fdb37","parentGuid":"plex://album/5d07c6f5403c640290b4c2f8","grandparentGuid":"plex://artist/5d07bc02403c6402904a9acc","type":"track","title":"Dirty Desire (Mike Rizzo Radio Edit)","grandparentKey":"/library/metadata/1201","parentKey":"/library/metadata/2877","grandparentTitle":"Hikaru Utada","parentTitle":"Utada the Best","originalTitle":"Utada","summary":"","index":16,"parentIndex":1,"ratingCount":7026,"thumb":"/library/metadata/2877/thumb/1591780259","art":"/library/metadata/1201/art/1595497022","parentThumb":"/library/metadata/2877/thumb/1591780259","grandparentThumb":"/library/metadata/1201/thumb/1595497022","grandparentArt":"/library/metadata/1201/art/1595497022","duration":214230,"addedAt":1591780256,"updatedAt":1595497127,"Media":[{"id":2556,"duration":214230,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2556,"key":"/library/parts/2556/1591831658/file.mp3","duration":214230,"file":"D:\\Public\\Media\\Music\\Hikaru Utada\\Utada The Best\\016 - Dirty Desire (Mike Rizzo Radio Edit).mp3","size":5188609,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2312","key":"/library/metadata/2312","parentRatingKey":"2311","grandparentRatingKey":"2310","guid":"plex://track/5d07e915403c640290b1e6fb","parentGuid":"plex://album/5e8bae5d0aa9184b0de7f687","grandparentGuid":"plex://artist/5d07bd07403c6402905868fd","type":"track","title":"aLIEz","grandparentKey":"/library/metadata/2310","parentKey":"/library/metadata/2311","grandparentTitle":"Hiroyuki Sawano","parentTitle":"BEST OF VOCAL WORKS [nZk] 2","originalTitle":"SawanoHiroyuki[nZk]:mizuki","summary":"","index":1,"parentIndex":2,"ratingCount":4266,"thumb":"/library/metadata/2311/thumb/1591780097","art":"/library/metadata/2310/art/1595242228","parentThumb":"/library/metadata/2311/thumb/1591780097","grandparentThumb":"/library/metadata/2310/thumb/1595242228","grandparentArt":"/library/metadata/2310/art/1595242228","duration":268800,"addedAt":1591780082,"updatedAt":1595242237,"Media":[{"id":2023,"duration":268800,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2023,"key":"/library/parts/2023/1591831762/file.mp3","duration":268800,"file":"D:\\Public\\Media\\Music\\Sawano Hiroyuki\\BEST OF VOCAL WORKS [nZk] 2\\CD 002\\01 - aLIEz.mp3","size":7134678,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"953","key":"/library/metadata/953","parentRatingKey":"952","grandparentRatingKey":"951","guid":"plex://track/5d07e38c403c64029073f685","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Intro","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/952","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":1,"parentIndex":1,"ratingCount":9208,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/952/thumb/1591408785","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":106187,"addedAt":1579325526,"updatedAt":1595497117,"Media":[{"id":824,"duration":106187,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":824,"key":"/library/parts/824/1591831658/file.mp3","duration":106187,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\001 - Intro.mp3","size":7003508,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"954","key":"/library/metadata/954","parentRatingKey":"952","grandparentRatingKey":"951","guid":"plex://track/5d07e38d403c6402907401ab","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Farrda","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/952","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":2,"parentIndex":1,"ratingCount":7629,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/952/thumb/1591408785","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":178964,"addedAt":1579325526,"updatedAt":1595497117,"Media":[{"id":825,"duration":178964,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":825,"key":"/library/parts/825/1591831658/file.mp3","duration":178964,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\002 - Farrda.mp3","size":8754237,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"955","key":"/library/metadata/955","parentRatingKey":"952","grandparentRatingKey":"951","guid":"plex://track/5d07e349403c64029070be2a","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Make Those Move","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/952","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":3,"parentIndex":1,"ratingCount":15392,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/952/thumb/1591408785","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":191059,"addedAt":1579325526,"updatedAt":1595497117,"Media":[{"id":826,"duration":191059,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":826,"key":"/library/parts/826/1591831660/file.mp3","duration":191059,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\003 - Make Those Move.mp3","size":9044714,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"956","key":"/library/metadata/956","parentRatingKey":"952","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073effe","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Upper Ratio","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/952","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":4,"parentIndex":1,"ratingCount":6566,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/952/thumb/1591408785","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":47856,"addedAt":1579325526,"updatedAt":1595497117,"Media":[{"id":827,"duration":47856,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":827,"key":"/library/parts/827/1591831660/file.mp3","duration":47856,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\004 - Upper Ratio.mp3","size":5603750,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"957","key":"/library/metadata/957","parentRatingKey":"952","grandparentRatingKey":"951","guid":"plex://track/5d07e38c403c64029073f8a0","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Jelly Fish","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/952","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":5,"parentIndex":1,"ratingCount":6727,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/952/thumb/1591408785","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":197381,"addedAt":1579325526,"updatedAt":1595497117,"Media":[{"id":828,"duration":197381,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":828,"key":"/library/parts/828/1591831660/file.mp3","duration":197381,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\005 - Jelly Fish.mp3","size":9196071,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"958","key":"/library/metadata/958","parentRatingKey":"952","grandparentRatingKey":"951","guid":"plex://track/5d07e38c403c64029073f800","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Ice","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/952","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":6,"parentIndex":1,"ratingCount":6084,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/952/thumb/1591408785","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":158197,"addedAt":1579325526,"updatedAt":1595497117,"Media":[{"id":829,"duration":158197,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":829,"key":"/library/parts/829/1591831660/file.mp3","duration":158197,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\006 - Ice.mp3","size":8255651,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"959","key":"/library/metadata/959","parentRatingKey":"952","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073ef14","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Blue Shift","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/952","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":7,"parentIndex":1,"ratingCount":5589,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/952/thumb/1591408785","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":81057,"addedAt":1579325526,"updatedAt":1595497117,"Media":[{"id":830,"duration":81057,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":830,"key":"/library/parts/830/1591831660/file.mp3","duration":81057,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\007 - Blue Shift.mp3","size":6400402,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3324","key":"/library/metadata/3324","parentRatingKey":"3323","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073ec49","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Loose on the Leaves","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/3323","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":8,"parentIndex":1,"ratingCount":6100,"thumb":"/library/metadata/3323/thumb/1591780371","parentThumb":"/library/metadata/3323/thumb/1591780371","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":196075,"addedAt":1591780364,"updatedAt":1595497121,"Media":[{"id":2954,"duration":196075,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2954,"key":"/library/parts/2954/1591831660/file.mp3","duration":196075,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\008 - Loose on the Leaves.mp3","size":9164226,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3325","key":"/library/metadata/3325","parentRatingKey":"3323","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073f1b5","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Choosing for You","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/3323","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":9,"parentIndex":1,"ratingCount":13866,"thumb":"/library/metadata/3323/thumb/1591780371","parentThumb":"/library/metadata/3323/thumb/1591780371","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":248215,"addedAt":1591780364,"updatedAt":1595497121,"Media":[{"id":2955,"duration":248215,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2955,"key":"/library/parts/2955/1591831662/file.mp3","duration":248215,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\009 - Choosing for You.mp3","size":10414980,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3326","key":"/library/metadata/3326","parentRatingKey":"3323","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073f137","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Warp Speed Thuggin’","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/3323","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":10,"parentIndex":1,"ratingCount":5676,"thumb":"/library/metadata/3323/thumb/1591780371","parentThumb":"/library/metadata/3323/thumb/1591780371","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":212636,"addedAt":1591780364,"updatedAt":1595497121,"Media":[{"id":2956,"duration":212636,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2956,"key":"/library/parts/2956/1591831662/file.mp3","duration":212636,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\010 - Warp Speed Thuggin’.mp3","size":9558499,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3327","key":"/library/metadata/3327","parentRatingKey":"3323","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073eefb","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Stresses, Part I","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/3323","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/3323/thumb/1591780371","parentThumb":"/library/metadata/3323/thumb/1591780371","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":93257,"addedAt":1591780364,"updatedAt":1595497121,"Media":[{"id":2957,"duration":93257,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2957,"key":"/library/parts/2957/1591831662/file.mp3","duration":93257,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\011 - Stresses, Part I.mp3","size":6693196,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3328","key":"/library/metadata/3328","parentRatingKey":"3323","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073f065","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Stresses, Part II","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/3323","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/3323/thumb/1591780371","parentThumb":"/library/metadata/3323/thumb/1591780371","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":68388,"addedAt":1591780364,"updatedAt":1595497121,"Media":[{"id":2958,"duration":68388,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2958,"key":"/library/parts/2958/1591831662/file.mp3","duration":68388,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\012 - Stresses, Part II.mp3","size":6098036,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"965","key":"/library/metadata/965","parentRatingKey":"952","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073ebb1","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Sunken Submarine","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/952","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":13,"parentIndex":1,"ratingCount":4912,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/952/thumb/1591408785","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":116793,"addedAt":1579325526,"updatedAt":1595497117,"Media":[{"id":836,"duration":116793,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":836,"key":"/library/parts/836/1591831662/file.mp3","duration":116793,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\013 - Sunken Submarine.mp3","size":7258255,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3329","key":"/library/metadata/3329","parentRatingKey":"3323","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073ef8d","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Dust Descends","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/3323","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","originalTitle":"I Am Legion feat. Strange U","summary":"","index":14,"parentIndex":1,"ratingCount":2752,"thumb":"/library/metadata/3323/thumb/1591780371","parentThumb":"/library/metadata/3323/thumb/1591780371","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":282357,"addedAt":1591780364,"updatedAt":1595497121,"Media":[{"id":2959,"duration":282357,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2959,"key":"/library/parts/2959/1591831662/file.mp3","duration":282357,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\014 - Dust Descends.mp3","size":11231787,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"967","key":"/library/metadata/967","parentRatingKey":"952","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073f316","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Powerplay","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/952","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","summary":"","index":15,"parentIndex":1,"ratingCount":6465,"thumb":"/library/metadata/952/thumb/1591408785","parentThumb":"/library/metadata/952/thumb/1591408785","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":212636,"addedAt":1579325526,"updatedAt":1595497117,"Media":[{"id":838,"duration":212636,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":838,"key":"/library/parts/838/1591831664/file.mp3","duration":212636,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\015 - Powerplay.mp3","size":9561641,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3330","key":"/library/metadata/3330","parentRatingKey":"3323","grandparentRatingKey":"951","guid":"plex://track/5d07e38b403c64029073f3f0","parentGuid":"plex://album/5d07c7ae403c640290b9f462","grandparentGuid":"plex://artist/5d07be31403c640290665530","type":"track","title":"Foil","grandparentKey":"/library/metadata/951","parentKey":"/library/metadata/3323","grandparentTitle":"I Am Legion","parentTitle":"I Am Legion","originalTitle":"I Am Legion feat. D.Ablo","summary":"","index":16,"parentIndex":1,"ratingCount":1725,"thumb":"/library/metadata/3323/thumb/1591780371","parentThumb":"/library/metadata/3323/thumb/1591780371","grandparentThumb":"/library/metadata/951/thumb/1595497021","duration":313469,"addedAt":1591780364,"updatedAt":1595497121,"Media":[{"id":2960,"duration":313469,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2960,"key":"/library/parts/2960/1591831664/file.mp3","duration":313469,"file":"D:\\Public\\Media\\Music\\I Am Legion\\I Am Legion\\016 - Foil.mp3","size":11978453,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1397","key":"/library/metadata/1397","parentRatingKey":"1396","grandparentRatingKey":"1395","guid":"plex://track/5d07eb1c403c640290c9abf8","parentGuid":"plex://album/5d07c8f2403c640290c4521e","grandparentGuid":"plex://artist/5d07bd37403c6402905b441c","type":"track","title":"Wet Dreamz","grandparentKey":"/library/metadata/1395","parentKey":"/library/metadata/1396","grandparentTitle":"J. Cole","parentTitle":"2014 Forest Hills Drive","summary":"","index":3,"parentIndex":1,"ratingCount":215764,"thumb":"/library/metadata/1396/thumb/1591408940","art":"/library/metadata/1395/art/1595497029","parentThumb":"/library/metadata/1396/thumb/1591408940","grandparentThumb":"/library/metadata/1395/thumb/1595497029","grandparentArt":"/library/metadata/1395/art/1595497029","duration":238158,"addedAt":1579230556,"updatedAt":1595497136,"Media":[{"id":1211,"duration":238158,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1211,"key":"/library/parts/1211/1591831664/file.mp3","duration":238158,"file":"D:\\Public\\Media\\Music\\J. Cole\\2014 Forest Hills Drive\\003 - Wet Dreamz.mp3","size":5825310,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3322","key":"/library/metadata/3322","parentRatingKey":"3321","grandparentRatingKey":"1395","guid":"plex://track/5d07eb1c403c640290c9ad66","parentGuid":"plex://album/5d07c8f2403c640290c4521e","grandparentGuid":"plex://artist/5d07bd37403c6402905b441c","type":"track","title":"G.O.M.D.","grandparentKey":"/library/metadata/1395","parentKey":"/library/metadata/3321","grandparentTitle":"J. Cole","parentTitle":"2014 Forest Hills Drive","summary":"","index":8,"parentIndex":1,"ratingCount":160843,"thumb":"/library/metadata/3321/thumb/1591780361","art":"/library/metadata/1395/art/1595497029","parentThumb":"/library/metadata/3321/thumb/1591780361","grandparentThumb":"/library/metadata/1395/thumb/1595497029","grandparentArt":"/library/metadata/1395/art/1595497029","duration":308088,"addedAt":1591780360,"updatedAt":1595497137,"Media":[{"id":2953,"duration":308088,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2953,"key":"/library/parts/2953/1591831664/file.mp3","duration":308088,"file":"D:\\Public\\Media\\Music\\J. Cole\\2014 Forest Hills Drive\\008 - G.O.M.D.mp3","size":7506017,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1399","key":"/library/metadata/1399","parentRatingKey":"1396","grandparentRatingKey":"1395","guid":"plex://track/5d07eb1c403c640290c9a94e","parentGuid":"plex://album/5d07c8f2403c640290c4521e","grandparentGuid":"plex://artist/5d07bd37403c6402905b441c","type":"track","title":"No Role Modelz","grandparentKey":"/library/metadata/1395","parentKey":"/library/metadata/1396","grandparentTitle":"J. Cole","parentTitle":"2014 Forest Hills Drive","summary":"","index":9,"parentIndex":1,"ratingCount":246431,"thumb":"/library/metadata/1396/thumb/1591408940","art":"/library/metadata/1395/art/1595497029","parentThumb":"/library/metadata/1396/thumb/1591408940","grandparentThumb":"/library/metadata/1395/thumb/1595497029","grandparentArt":"/library/metadata/1395/art/1595497029","duration":293172,"addedAt":1579230558,"updatedAt":1595497136,"Media":[{"id":1213,"duration":293172,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1213,"key":"/library/parts/1213/1591831664/file.mp3","duration":293172,"file":"D:\\Public\\Media\\Music\\J. Cole\\2014 Forest Hills Drive\\009 - No Role Modelz.mp3","size":7148452,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1401","key":"/library/metadata/1401","parentRatingKey":"1400","grandparentRatingKey":"1395","guid":"plex://track/5d080a3a403c6402905b71ca","parentGuid":"plex://album/5d07ccf8403c640290ec7af8","grandparentGuid":"plex://artist/5d07bd37403c6402905b441c","type":"track","title":"MIDDLE CHILD","grandparentKey":"/library/metadata/1395","parentKey":"/library/metadata/1400","grandparentTitle":"J. Cole","parentTitle":"MIDDLE CHILD","summary":"","index":1,"parentIndex":1,"ratingCount":169901,"thumb":"/library/metadata/1400/thumb/1591408840","art":"/library/metadata/1395/art/1595497029","parentThumb":"/library/metadata/1400/thumb/1591408840","grandparentThumb":"/library/metadata/1395/thumb/1595497029","grandparentArt":"/library/metadata/1395/art/1595497029","duration":213786,"addedAt":1579230550,"updatedAt":1595497137,"Media":[{"id":1214,"duration":213786,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1214,"key":"/library/parts/1214/1591831664/file.mp3","duration":213786,"file":"D:\\Public\\Media\\Music\\J. Cole\\MIDDLE CHILD\\001 - MIDDLE CHILD.mp3","size":6165619,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1414","key":"/library/metadata/1414","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290ade0db","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Ultrasound","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":1,"parentIndex":1,"ratingCount":14356,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":175072,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1220,"duration":175072,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1220,"key":"/library/parts/1220/1591831666/file.mp3","duration":175072,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\001 - Ultrasound.mp3","size":4349564,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1415","key":"/library/metadata/1415","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290addfcb","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Lovely","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":2,"parentIndex":1,"ratingCount":5919,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":379271,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1221,"duration":379271,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1221,"key":"/library/parts/1221/1591831666/file.mp3","duration":379271,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\002 - Lovely.mp3","size":9261009,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2865","key":"/library/metadata/2865","parentRatingKey":"2864","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290adddf1","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"FYM","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/2864","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","originalTitle":"Joyner Lucas feat. Mystikal","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/2864/thumb/1591780248","parentThumb":"/library/metadata/2864/thumb/1591780248","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":288966,"addedAt":1591780246,"updatedAt":1595497148,"Media":[{"id":2539,"duration":288966,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2539,"key":"/library/parts/2539/1591831666/file.mp3","duration":288966,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\003 - FYM.mp3","size":7081699,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1417","key":"/library/metadata/1417","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290addc19","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Keep It 100","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":4,"parentIndex":1,"ratingCount":7364,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":416626,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1223,"duration":416626,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1223,"key":"/library/parts/1223/1591831666/file.mp3","duration":416626,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\004 - Keep It 100.mp3","size":10160153,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1418","key":"/library/metadata/1418","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd49403c640290ade866","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Winter Blues","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":5,"parentIndex":1,"ratingCount":13771,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":275487,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1224,"duration":275487,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1224,"key":"/library/parts/1224/1591831666/file.mp3","duration":275487,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\005 - Winter Blues.mp3","size":6768247,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1419","key":"/library/metadata/1419","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290addd2c","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Just Like You","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":6,"parentIndex":1,"ratingCount":7740,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":257515,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1225,"duration":257515,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1225,"key":"/library/parts/1225/1591831666/file.mp3","duration":257515,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\006 - Just Like You.mp3","size":6334693,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1420","key":"/library/metadata/1420","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290ade263","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Just Because","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":7,"parentIndex":1,"ratingCount":4445,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":360698,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1226,"duration":360698,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1226,"key":"/library/parts/1226/1591831668/file.mp3","duration":360698,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\007 - Just Because.mp3","size":8813589,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1421","key":"/library/metadata/1421","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290addbe8","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Lullaby","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":8,"parentIndex":1,"ratingCount":4560,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":271699,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1227,"duration":271699,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1227,"key":"/library/parts/1227/1591831668/file.mp3","duration":271699,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\008 - Lullaby.mp3","size":6676249,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2866","key":"/library/metadata/2866","parentRatingKey":"2864","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290addc4d","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Way to Go","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/2864","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","originalTitle":"Joyner Lucas feat. Snoh Aalegra","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/2864/thumb/1591780248","parentThumb":"/library/metadata/2864/thumb/1591780248","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":343170,"addedAt":1591780246,"updatedAt":1595497148,"Media":[{"id":2540,"duration":343170,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2540,"key":"/library/parts/2540/1591831668/file.mp3","duration":343170,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\009 - Way to Go.mp3","size":8382609,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2867","key":"/library/metadata/2867","parentRatingKey":"2864","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290adda71","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Look What You Made Me Do","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/2864","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","originalTitle":"Joyner Lucas feat. Stefflon Don","summary":"","index":10,"parentIndex":1,"thumb":"/library/metadata/2864/thumb/1591780248","parentThumb":"/library/metadata/2864/thumb/1591780248","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":253622,"addedAt":1591780246,"updatedAt":1595497148,"Media":[{"id":2541,"duration":253622,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2541,"key":"/library/parts/2541/1591831668/file.mp3","duration":253622,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\010 - Look What You Made Me Do.mp3","size":6233495,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1424","key":"/library/metadata/1424","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290addd9b","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"We Gon Be Alright","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":11,"parentIndex":1,"ratingCount":6656,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":265064,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1230,"duration":265064,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1230,"key":"/library/parts/1230/1591831668/file.mp3","duration":265064,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\011 - We Gon Be Alright.mp3","size":6518750,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1425","key":"/library/metadata/1425","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd48403c640290ade475","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Forever","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":12,"parentIndex":1,"ratingCount":4573,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":343092,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1231,"duration":343092,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1231,"key":"/library/parts/1231/1591831668/file.mp3","duration":343092,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\012 - Forever.mp3","size":8390288,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1426","key":"/library/metadata/1426","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd49403c640290adec6c","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"I Need More","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":13,"parentIndex":1,"ratingCount":3794,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":292101,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1232,"duration":292101,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1232,"key":"/library/parts/1232/1591831668/file.mp3","duration":292101,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\013 - I Need More.mp3","size":7166096,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1427","key":"/library/metadata/1427","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd45403c640290adc1e8","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Literally","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":14,"parentIndex":1,"ratingCount":3385,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":335098,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1233,"duration":335098,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1233,"key":"/library/parts/1233/1591831668/file.mp3","duration":335098,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\014 - Literally.mp3","size":8198993,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2868","key":"/library/metadata/2868","parentRatingKey":"2864","grandparentRatingKey":"1406","guid":"plex://track/5d07fd47403c640290add4d5","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"I’m Sorry","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/2864","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":15,"parentIndex":1,"thumb":"/library/metadata/2864/thumb/1591780248","parentThumb":"/library/metadata/2864/thumb/1591780248","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":349753,"addedAt":1591780246,"updatedAt":1595497148,"Media":[{"id":2542,"duration":349753,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2542,"key":"/library/parts/2542/1591831668/file.mp3","duration":349753,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\015 - I’m Sorry.mp3","size":8540600,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1429","key":"/library/metadata/1429","parentRatingKey":"1413","grandparentRatingKey":"1406","guid":"plex://track/5d07fd47403c640290add38c","parentGuid":"plex://album/5d07cb1f403c640290daa121","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"One Lonely Night","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1413","grandparentTitle":"Joyner Lucas","parentTitle":"508-507-2209","summary":"","index":16,"parentIndex":1,"ratingCount":3438,"thumb":"/library/metadata/1413/thumb/1591408857","parentThumb":"/library/metadata/1413/thumb/1591408857","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":375954,"addedAt":1579230132,"updatedAt":1595497147,"Media":[{"id":1235,"duration":375954,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1235,"key":"/library/parts/1235/1591831668/file.mp3","duration":375954,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\508-507-2209\\016 - One Lonely Night.mp3","size":9179129,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2873","key":"/library/metadata/2873","parentRatingKey":"1411","grandparentRatingKey":"1406","guid":"plex://track/5e7d340f7fd37ff6bc03cbe2","parentGuid":"plex://album/5de8e602cbd6e75dc4ffe9f8","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"ADHD","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/1411","grandparentTitle":"Joyner Lucas","parentTitle":"ADHD","summary":"","index":15,"parentIndex":1,"thumb":"/library/metadata/1411/thumb/1591408849","parentThumb":"/library/metadata/1411/thumb/1591408849","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":205923,"addedAt":1591780252,"updatedAt":1595497147,"Media":[{"id":2545,"duration":205923,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2545,"key":"/library/parts/2545/1591831666/file.mp3","duration":205923,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\ADHD\\015 - ADHD.mp3","size":5260039,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2870","key":"/library/metadata/2870","parentRatingKey":"2869","grandparentRatingKey":"1406","guid":"plex://track/5d080d05403c6402907bdc71","parentGuid":"plex://album/5d07cd58403c640290efc926","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"Devil’s Work","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/2869","grandparentTitle":"Joyner Lucas","parentTitle":"Devil’s Work","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/2869/thumb/1591780250","parentThumb":"/library/metadata/2869/thumb/1591780250","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":281835,"addedAt":1591780248,"updatedAt":1595497149,"Media":[{"id":2543,"duration":281835,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2543,"key":"/library/parts/2543/1591831666/file.mp3","duration":281835,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\Devil’s Work\\001 - Devil’s Work.mp3","size":10551459,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2872","key":"/library/metadata/2872","parentRatingKey":"2871","grandparentRatingKey":"1406","guid":"plex://track/5d080df6403c64029086b569","parentGuid":"plex://album/5d07cd6c403c640290f07ae2","grandparentGuid":"plex://artist/5d07beae403c6402906c1b7d","type":"track","title":"ISIS","grandparentKey":"/library/metadata/1406","parentKey":"/library/metadata/2871","grandparentTitle":"Joyner Lucas","parentTitle":"ISIS","originalTitle":"Joyner Lucas feat. Logic","summary":"","index":1,"parentIndex":1,"ratingCount":37694,"thumb":"/library/metadata/2871/thumb/1591780253","parentThumb":"/library/metadata/2871/thumb/1591780253","grandparentThumb":"/library/metadata/1406/thumb/1595497034","duration":236173,"addedAt":1591780252,"updatedAt":1595497149,"Media":[{"id":2544,"duration":236173,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2544,"key":"/library/parts/2544/1591831666/file.mp3","duration":236173,"file":"D:\\Public\\Media\\Music\\Joyner Lucas\\Isis\\001 - ISIS.mp3","size":9093722,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1136","key":"/library/metadata/1136","parentRatingKey":"1135","grandparentRatingKey":"1134","guid":"local://1136","parentGuid":"local://1135","grandparentGuid":"plex://artist/5d07be38403c64029066a55e","type":"track","title":"Intro","grandparentKey":"/library/metadata/1134","parentKey":"/library/metadata/1135","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/1135/thumb/1592039300","parentThumb":"/library/metadata/1135/thumb/1592039300","grandparentThumb":"/library/metadata/1134/thumb/1595497007","duration":142992,"addedAt":1579318750,"updatedAt":1595497097,"Media":[{"id":982,"duration":142992,"bitrate":134,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":982,"key":"/library/parts/982/1591831876/file.mp3","duration":142992,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\001 - Intro.mp3","size":2490991,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1137","key":"/library/metadata/1137","parentRatingKey":"1135","grandparentRatingKey":"1134","guid":"local://1137","parentGuid":"local://1135","grandparentGuid":"plex://artist/5d07be38403c64029066a55e","type":"track","title":"January Rain","grandparentKey":"/library/metadata/1134","parentKey":"/library/metadata/1135","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/1135/thumb/1592039300","parentThumb":"/library/metadata/1135/thumb/1592039300","grandparentThumb":"/library/metadata/1134/thumb/1595497007","duration":236136,"addedAt":1579318750,"updatedAt":1595497097,"Media":[{"id":983,"duration":236136,"bitrate":138,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":983,"key":"/library/parts/983/1591831876/file.mp3","duration":236136,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\002 - January Rain.mp3","size":4160157,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2296","key":"/library/metadata/2296","parentRatingKey":"2295","grandparentRatingKey":"2294","guid":"plex://track/5ee019b2c5e64fcc10ff7203","parentGuid":"plex://album/5ee01759c5e64fcc10ce983b","grandparentGuid":"plex://artist/5ee014c5c5e64fcc109aa43d","type":"track","title":"Unable (New Version)","grandparentKey":"/library/metadata/2294","parentKey":"/library/metadata/2295","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":3,"parentIndex":1,"ratingCount":649,"thumb":"/library/metadata/2295/thumb/1595065072","parentThumb":"/library/metadata/2295/thumb/1595065072","grandparentThumb":"/library/metadata/2294/thumb/1595065057","duration":202128,"addedAt":1591780047,"updatedAt":1595065072,"Media":[{"id":2014,"duration":202128,"bitrate":140,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2014,"key":"/library/parts/2014/1591831876/file.mp3","duration":202128,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\003 - Unable (New Version).mp3","size":3623217,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2297","key":"/library/metadata/2297","parentRatingKey":"2295","grandparentRatingKey":"2294","guid":"plex://track/5ee019b2c5e64fcc10ff71b7","parentGuid":"plex://album/5ee01759c5e64fcc10ce983b","grandparentGuid":"plex://artist/5ee014c5c5e64fcc109aa43d","type":"track","title":"At The End of the Hour","grandparentKey":"/library/metadata/2294","parentKey":"/library/metadata/2295","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/2295/thumb/1595065072","parentThumb":"/library/metadata/2295/thumb/1595065072","grandparentThumb":"/library/metadata/2294/thumb/1595065057","duration":228576,"addedAt":1591780047,"updatedAt":1595065072,"Media":[{"id":2015,"duration":228576,"bitrate":137,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2015,"key":"/library/parts/2015/1591831876/file.mp3","duration":228576,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\004 - At The End of the Hour.mp3","size":4012361,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2298","key":"/library/metadata/2298","parentRatingKey":"2295","grandparentRatingKey":"2294","guid":"plex://track/5ee019b2c5e64fcc10ff6e02","parentGuid":"plex://album/5ee01759c5e64fcc10ce983b","grandparentGuid":"plex://artist/5ee014c5c5e64fcc109aa43d","type":"track","title":"Abshied","grandparentKey":"/library/metadata/2294","parentKey":"/library/metadata/2295","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/2295/thumb/1595065072","parentThumb":"/library/metadata/2295/thumb/1595065072","grandparentThumb":"/library/metadata/2294/thumb/1595065057","duration":252120,"addedAt":1591780047,"updatedAt":1595065072,"Media":[{"id":2016,"duration":252120,"bitrate":140,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2016,"key":"/library/parts/2016/1591831876/file.mp3","duration":252120,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\005 - Abshied.mp3","size":4516765,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1141","key":"/library/metadata/1141","parentRatingKey":"1135","grandparentRatingKey":"1134","guid":"local://1141","parentGuid":"local://1135","grandparentGuid":"plex://artist/5d07be38403c64029066a55e","type":"track","title":"Forgotten","grandparentKey":"/library/metadata/1134","parentKey":"/library/metadata/1135","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":6,"parentIndex":1,"thumb":"/library/metadata/1135/thumb/1592039300","parentThumb":"/library/metadata/1135/thumb/1592039300","grandparentThumb":"/library/metadata/1134/thumb/1595497007","duration":241055,"addedAt":1579318750,"updatedAt":1595497097,"Media":[{"id":987,"duration":241055,"bitrate":136,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":987,"key":"/library/parts/987/1591831876/file.mp3","duration":241055,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\006 - Forgotten.mp3","size":4207143,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1142","key":"/library/metadata/1142","parentRatingKey":"1135","grandparentRatingKey":"1134","guid":"local://1142","parentGuid":"local://1135","grandparentGuid":"plex://artist/5d07be38403c64029066a55e","type":"track","title":"Run in the Rain","grandparentKey":"/library/metadata/1134","parentKey":"/library/metadata/1135","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/1135/thumb/1592039300","parentThumb":"/library/metadata/1135/thumb/1592039300","grandparentThumb":"/library/metadata/1134/thumb/1595497007","duration":246600,"addedAt":1579318750,"updatedAt":1595497097,"Media":[{"id":988,"duration":246600,"bitrate":136,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":988,"key":"/library/parts/988/1591831878/file.mp3","duration":246600,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\007 - Run in the Rain.mp3","size":4281003,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1143","key":"/library/metadata/1143","parentRatingKey":"1135","grandparentRatingKey":"1134","guid":"local://1143","parentGuid":"local://1135","grandparentGuid":"plex://artist/5d07be38403c64029066a55e","type":"track","title":"An Overnight Journey","titleSort":"Overnight Journey","grandparentKey":"/library/metadata/1134","parentKey":"/library/metadata/1135","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":8,"parentIndex":1,"thumb":"/library/metadata/1135/thumb/1592039300","parentThumb":"/library/metadata/1135/thumb/1592039300","grandparentThumb":"/library/metadata/1134/thumb/1595497007","duration":209136,"addedAt":1579318750,"updatedAt":1595497097,"Media":[{"id":989,"duration":209136,"bitrate":132,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":989,"key":"/library/parts/989/1591831878/file.mp3","duration":209136,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\008 - An Overnight Journey.mp3","size":3554341,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1144","key":"/library/metadata/1144","parentRatingKey":"1135","grandparentRatingKey":"1134","guid":"local://1144","parentGuid":"local://1135","grandparentGuid":"plex://artist/5d07be38403c64029066a55e","type":"track","title":"Snowy Road","grandparentKey":"/library/metadata/1134","parentKey":"/library/metadata/1135","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/1135/thumb/1592039300","parentThumb":"/library/metadata/1135/thumb/1592039300","grandparentThumb":"/library/metadata/1134/thumb/1595497007","duration":201120,"addedAt":1579318750,"updatedAt":1595497097,"Media":[{"id":990,"duration":201120,"bitrate":126,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":990,"key":"/library/parts/990/1591831878/file.mp3","duration":201120,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\009 - Snowy Road.mp3","size":3262337,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1145","key":"/library/metadata/1145","parentRatingKey":"1135","grandparentRatingKey":"1134","guid":"local://1145","parentGuid":"local://1135","grandparentGuid":"plex://artist/5d07be38403c64029066a55e","type":"track","title":"The Wind Brings","titleSort":"Wind Brings","grandparentKey":"/library/metadata/1134","parentKey":"/library/metadata/1135","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":10,"parentIndex":1,"thumb":"/library/metadata/1135/thumb/1592039300","parentThumb":"/library/metadata/1135/thumb/1592039300","grandparentThumb":"/library/metadata/1134/thumb/1595497007","duration":206616,"addedAt":1579318750,"updatedAt":1595497097,"Media":[{"id":991,"duration":206616,"bitrate":134,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":991,"key":"/library/parts/991/1591831878/file.mp3","duration":206616,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\010 - The Wind Brings.mp3","size":3544348,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2299","key":"/library/metadata/2299","parentRatingKey":"2295","grandparentRatingKey":"2294","guid":"plex://track/5ee019b2c5e64fcc10ff79ac","parentGuid":"plex://album/5ee01759c5e64fcc10ce983b","grandparentGuid":"plex://artist/5ee014c5c5e64fcc109aa43d","type":"track","title":"Life Dream Love","grandparentKey":"/library/metadata/2294","parentKey":"/library/metadata/2295","grandparentTitle":"July","parentTitle":"January Rain","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/2295/thumb/1595065072","parentThumb":"/library/metadata/2295/thumb/1595065072","grandparentThumb":"/library/metadata/2294/thumb/1595065057","duration":189528,"addedAt":1591780047,"updatedAt":1595065072,"Media":[{"id":2017,"duration":189528,"bitrate":131,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2017,"key":"/library/parts/2017/1591831878/file.mp3","duration":189528,"file":"D:\\Public\\Media\\Music\\July\\January Rain\\011 - Life Dream Love.mp3","size":3195800,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2801","key":"/library/metadata/2801","parentRatingKey":"2800","grandparentRatingKey":"1188","guid":"plex://track/5d08075d403c640290358ea8","parentGuid":"plex://album/5d07ccab403c640290e9e715","grandparentGuid":"plex://artist/5d07bff5403c6402907b9844","type":"track","title":"POP/STARS","grandparentKey":"/library/metadata/1188","parentKey":"/library/metadata/2800","grandparentTitle":"K/DA","parentTitle":"POP/STARS","originalTitle":"K/DA, Madison Beer & (G)I‐DLE feat. Jaira Burns","summary":"","index":1,"parentIndex":1,"ratingCount":82321,"thumb":"/library/metadata/2800/thumb/1591780203","parentThumb":"/library/metadata/2800/thumb/1591780203","grandparentThumb":"/library/metadata/1188/thumb/1595065054","duration":192104,"addedAt":1591780202,"updatedAt":1595065066,"Media":[{"id":2489,"duration":192104,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2489,"key":"/library/parts/2489/1591831824/file.mp3","duration":192104,"file":"D:\\Public\\Media\\Music\\K+DA\\POP+STARS\\001 - POP+STARS.mp3","size":5115083,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2309","key":"/library/metadata/2309","parentRatingKey":"2308","grandparentRatingKey":"937","guid":"plex://track/5d07ebcb403c640290d1a1c8","parentGuid":"plex://album/5d07c90a403c640290c52b20","grandparentGuid":"plex://artist/5d07be86403c6402906a4866","type":"track","title":"シルエット","grandparentKey":"/library/metadata/937","parentKey":"/library/metadata/2308","grandparentTitle":"KANA-BOON","parentTitle":"TIME","summary":"","index":10,"parentIndex":1,"ratingCount":6836,"thumb":"/library/metadata/2308/thumb/1591780077","parentThumb":"/library/metadata/2308/thumb/1591780077","grandparentThumb":"/library/metadata/937/thumb/1595497005","duration":239516,"addedAt":1591780075,"updatedAt":1595497095,"Media":[{"id":2022,"duration":239516,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2022,"key":"/library/parts/2022/1591831876/file.mp3","duration":239516,"file":"D:\\Public\\Media\\Music\\KANA-BOON\\TIME\\010 - シルエット.mp3","size":6440546,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3319","key":"/library/metadata/3319","parentRatingKey":"3318","grandparentRatingKey":"1402","guid":"plex://track/5d07fc33403c6402909edf5d","parentGuid":"plex://album/5d07caed403c640290d871a6","grandparentGuid":"plex://artist/5d07bd73403c6402905e90df","type":"track","title":"DNA.","grandparentKey":"/library/metadata/1402","parentKey":"/library/metadata/3318","grandparentTitle":"Kendrick Lamar","parentTitle":"DAMN.","summary":"","index":2,"parentIndex":1,"ratingCount":383125,"thumb":"/library/metadata/3318/thumb/1591780361","art":"/library/metadata/1402/art/1595497036","parentThumb":"/library/metadata/3318/thumb/1591780361","grandparentThumb":"/library/metadata/1402/thumb/1595497036","grandparentArt":"/library/metadata/1402/art/1595497036","duration":188107,"addedAt":1591780359,"updatedAt":1595497150,"Media":[{"id":2951,"duration":188107,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2951,"key":"/library/parts/2951/1591831668/file.mp3","duration":188107,"file":"D:\\Public\\Media\\Music\\Kendrick Lamar\\DAMN\\002 - DNA.mp3","size":5447616,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3320","key":"/library/metadata/3320","parentRatingKey":"3318","grandparentRatingKey":"1402","guid":"plex://track/5d07fc33403c6402909edf67","parentGuid":"plex://album/5d07caed403c640290d871a6","grandparentGuid":"plex://artist/5d07bd73403c6402905e90df","type":"track","title":"HUMBLE.","grandparentKey":"/library/metadata/1402","parentKey":"/library/metadata/3318","grandparentTitle":"Kendrick Lamar","parentTitle":"DAMN.","summary":"","index":8,"parentIndex":1,"ratingCount":479928,"thumb":"/library/metadata/3318/thumb/1591780361","art":"/library/metadata/1402/art/1595497036","parentThumb":"/library/metadata/3318/thumb/1591780361","grandparentThumb":"/library/metadata/1402/thumb/1595497036","grandparentArt":"/library/metadata/1402/art/1595497036","duration":182151,"addedAt":1591780359,"updatedAt":1595497150,"Media":[{"id":2952,"duration":182151,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2952,"key":"/library/parts/2952/1591831668/file.mp3","duration":182151,"file":"D:\\Public\\Media\\Music\\Kendrick Lamar\\DAMN\\008 - HUMBLE.mp3","size":5310970,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2244","key":"/library/metadata/2244","parentRatingKey":"2243","grandparentRatingKey":"2238","guid":"plex://track/5ee03384c5e64fcc1013bad6","parentGuid":"plex://album/5ee0333cc5e64fcc100daa91","grandparentGuid":"plex://artist/5d07be80403c6402906a06ff","type":"track","title":"L.A Leakers Freestyle #095 (Part 1)","grandparentKey":"/library/metadata/2238","parentKey":"/library/metadata/2243","grandparentTitle":"King Los","parentTitle":"L.A Leakers Freestyle #095 (Part 1)","summary":"","index":1,"parentIndex":1,"viewCount":39,"lastViewedAt":1595478130,"thumb":"/library/metadata/2243/thumb/1594545524","parentThumb":"/library/metadata/2243/thumb/1594545524","grandparentThumb":"/library/metadata/2238/thumb/1595242226","duration":81684,"addedAt":1591780007,"updatedAt":1595242235,"Media":[{"id":1978,"duration":81684,"bitrate":170,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1978,"key":"/library/parts/1978/1591831668/file.mp3","duration":81684,"file":"D:\\Public\\Media\\Music\\King Los\\L.A Leakers Freestyle #095 (Part 1)\\001 - L.A Leakers Freestyle #095 (Part 1).mp3","size":1795831,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2242","key":"/library/metadata/2242","parentRatingKey":"2241","grandparentRatingKey":"2238","guid":"plex://track/5ee03384c5e64fcc1013bf5e","parentGuid":"plex://album/5ee0333dc5e64fcc100daca2","grandparentGuid":"plex://artist/5d07be80403c6402906a06ff","type":"track","title":"L.A Leakers Freestyle #095 (Part 2)","grandparentKey":"/library/metadata/2238","parentKey":"/library/metadata/2241","grandparentTitle":"King Los","parentTitle":"L.A Leakers Freestyle #095 (Part 2)","summary":"","index":1,"parentIndex":1,"viewCount":37,"lastViewedAt":1594363372,"thumb":"/library/metadata/2241/thumb/1591780014","parentThumb":"/library/metadata/2241/thumb/1591780014","grandparentThumb":"/library/metadata/2238/thumb/1595242226","duration":149133,"addedAt":1591780004,"updatedAt":1595242235,"Media":[{"id":1977,"duration":149133,"bitrate":157,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1977,"key":"/library/parts/1977/1591831670/file.mp3","duration":149133,"file":"D:\\Public\\Media\\Music\\King Los\\L.A Leakers Freestyle #095 (Part 2)\\001 - L.A Leakers Freestyle #095 (Part 2).mp3","size":2981649,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2240","key":"/library/metadata/2240","parentRatingKey":"2239","grandparentRatingKey":"2238","guid":"plex://track/5ee03384c5e64fcc1013b944","parentGuid":"plex://album/5ee0333dc5e64fcc100dac20","grandparentGuid":"plex://artist/5d07be80403c6402906a06ff","type":"track","title":"L.A Leakers Freestyle #095 (Part 3)","grandparentKey":"/library/metadata/2238","parentKey":"/library/metadata/2239","grandparentTitle":"King Los","parentTitle":"L.A Leakers Freestyle #095 (Part 3)","summary":"","index":1,"parentIndex":1,"viewCount":36,"lastViewedAt":1595478640,"thumb":"/library/metadata/2239/thumb/1595242238","parentThumb":"/library/metadata/2239/thumb/1595242238","grandparentThumb":"/library/metadata/2238/thumb/1595242226","duration":312360,"addedAt":1591780001,"updatedAt":1595242238,"Media":[{"id":1976,"duration":312360,"bitrate":153,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1976,"key":"/library/parts/1976/1591831670/file.mp3","duration":312360,"file":"D:\\Public\\Media\\Music\\King Los\\L.A Leakers Freestyle #095 (Part 3)\\001 - L.A Leakers Freestyle #095 (Part 3).mp3","size":6017731,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1200","key":"/library/metadata/1200","parentRatingKey":"1199","grandparentRatingKey":"1181","guid":"plex://track/5d08013a403c640290e179b5","parentGuid":"plex://album/5d07cbc0403c640290e17f12","grandparentGuid":"plex://artist/5d07beeb403c6402906f089c","type":"track","title":"As We Fall","grandparentKey":"/library/metadata/1181","parentKey":"/library/metadata/1199","grandparentTitle":"League of Legends","parentTitle":"As We Fall","summary":"","index":1,"parentIndex":1,"ratingCount":13615,"thumb":"/library/metadata/1199/thumb/1592039309","parentThumb":"/library/metadata/1199/thumb/1592039309","grandparentThumb":"/library/metadata/1181/thumb/1595065059","duration":189805,"addedAt":1579315728,"updatedAt":1595065074,"Media":[{"id":1033,"duration":189805,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1033,"key":"/library/parts/1033/1591831820/file.mp3","duration":189805,"file":"D:\\Public\\Media\\Music\\League of Legends\\As We Fall\\001 - As We Fall.mp3","size":4872389,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1198","key":"/library/metadata/1198","parentRatingKey":"1197","grandparentRatingKey":"1181","guid":"plex://track/5eab56245dd81926d6279e45","parentGuid":"plex://album/5eaabc7d5dd81926d6ba741f","grandparentGuid":"plex://artist/5d07beeb403c6402906f089c","type":"track","title":"Awaken","grandparentKey":"/library/metadata/1181","parentKey":"/library/metadata/1197","grandparentTitle":"League of Legends","parentTitle":"Awaken","originalTitle":"League of Legends with Valerie Broussard & Ray Chen","summary":"","index":1,"parentIndex":1,"ratingCount":20374,"thumb":"/library/metadata/1197/thumb/1592039310","parentThumb":"/library/metadata/1197/thumb/1592039310","grandparentThumb":"/library/metadata/1181/thumb/1595065059","duration":198269,"addedAt":1579315728,"updatedAt":1595065076,"Media":[{"id":1032,"duration":198269,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1032,"key":"/library/parts/1032/1591831822/file.mp3","duration":198269,"file":"D:\\Public\\Media\\Music\\League of Legends\\Awaken\\001 - Awaken.mp3","size":6082624,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1196","key":"/library/metadata/1196","parentRatingKey":"1195","grandparentRatingKey":"1181","guid":"plex://track/5d08013a403c640290e1796c","parentGuid":"plex://album/5d07cbbf403c640290e17f0e","grandparentGuid":"plex://artist/5d07beeb403c6402906f089c","type":"track","title":"Burning Bright","grandparentKey":"/library/metadata/1181","parentKey":"/library/metadata/1195","grandparentTitle":"League of Legends","parentTitle":"Burning Bright","summary":"","index":1,"parentIndex":1,"ratingCount":8270,"thumb":"/library/metadata/1195/thumb/1592039311","parentThumb":"/library/metadata/1195/thumb/1592039311","grandparentThumb":"/library/metadata/1181/thumb/1595065059","duration":187820,"addedAt":1579315728,"updatedAt":1595065075,"Media":[{"id":1031,"duration":187820,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1031,"key":"/library/parts/1031/1591831820/file.mp3","duration":187820,"file":"D:\\Public\\Media\\Music\\League of Legends\\Burning Bright\\001 - Burning Bright.mp3","size":5947934,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1194","key":"/library/metadata/1194","parentRatingKey":"1193","grandparentRatingKey":"1181","guid":"plex://track/5d07ff09403c640290c493a6","parentGuid":"plex://album/5d07cb61403c640290dd7baf","grandparentGuid":"plex://artist/5d07beeb403c6402906f089c","type":"track","title":"Legends Never Die","grandparentKey":"/library/metadata/1181","parentKey":"/library/metadata/1193","grandparentTitle":"League of Legends","parentTitle":"Legends Never Die","originalTitle":"League of Legends feat. Against the Current","summary":"","index":1,"parentIndex":1,"ratingCount":35269,"thumb":"/library/metadata/1193/thumb/1592039311","parentThumb":"/library/metadata/1193/thumb/1592039311","grandparentThumb":"/library/metadata/1181/thumb/1595065059","duration":235284,"addedAt":1579315728,"updatedAt":1595065076,"Media":[{"id":1030,"duration":235284,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1030,"key":"/library/parts/1030/1591831822/file.mp3","duration":235284,"file":"D:\\Public\\Media\\Music\\League of Legends\\Legends Never Die\\001 - Legends Never Die.mp3","size":5892978,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1192","key":"/library/metadata/1192","parentRatingKey":"1191","grandparentRatingKey":"1181","guid":"plex://track/5eab56245dd81926d62792dc","parentGuid":"plex://album/5eaabc7c5dd81926d6ba56af","grandparentGuid":"plex://artist/5d07beeb403c6402906f089c","type":"track","title":"Phoenix","grandparentKey":"/library/metadata/1181","parentKey":"/library/metadata/1191","grandparentTitle":"League of Legends","parentTitle":"Phoenix","originalTitle":"League of Legends with Cailin Russo & Chrissy Costanza","summary":"","index":1,"parentIndex":1,"ratingCount":22722,"thumb":"/library/metadata/1191/thumb/1592039312","parentThumb":"/library/metadata/1191/thumb/1592039312","grandparentThumb":"/library/metadata/1181/thumb/1595065059","duration":196571,"addedAt":1579315728,"updatedAt":1595065079,"Media":[{"id":1029,"duration":196571,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1029,"key":"/library/parts/1029/1591831822/file.mp3","duration":196571,"file":"D:\\Public\\Media\\Music\\League of Legends\\Phoenix\\001 - Phoenix.mp3","size":8395369,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1187","key":"/library/metadata/1187","parentRatingKey":"1186","grandparentRatingKey":"1181","guid":"plex://track/5d08075c403c64029035765b","parentGuid":"plex://album/5d07ccad403c640290e9f72d","grandparentGuid":"plex://artist/5d07beeb403c6402906f089c","type":"track","title":"RISE","grandparentKey":"/library/metadata/1181","parentKey":"/library/metadata/1186","grandparentTitle":"League of Legends","parentTitle":"RISE","originalTitle":"League of Legends, The Glitch Mob, Mako feat. The Word Alive","summary":"","index":1,"parentIndex":1,"ratingCount":37529,"thumb":"/library/metadata/1186/thumb/1592039312","parentThumb":"/library/metadata/1186/thumb/1592039312","grandparentThumb":"/library/metadata/1181/thumb/1595065059","duration":195474,"addedAt":1579315728,"updatedAt":1595065079,"Media":[{"id":1027,"duration":195474,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1027,"key":"/library/parts/1027/1591831822/file.mp3","duration":195474,"file":"D:\\Public\\Media\\Music\\League of Legends\\RISE\\001 - RISE.mp3","size":6348122,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1185","key":"/library/metadata/1185","parentRatingKey":"1184","grandparentRatingKey":"1181","guid":"local://1185","parentGuid":"local://1184","grandparentGuid":"plex://artist/5d07beeb403c6402906f089c","type":"track","title":"Warriors","grandparentKey":"/library/metadata/1181","parentKey":"/library/metadata/1184","grandparentTitle":"League of Legends","parentTitle":"Warriors","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/1184/thumb/1592039312","parentThumb":"/library/metadata/1184/thumb/1592039312","grandparentThumb":"/library/metadata/1181/thumb/1595065059","duration":205139,"addedAt":1579315728,"updatedAt":1595065079,"Media":[{"id":1026,"duration":205139,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1026,"key":"/library/parts/1026/1591831822/file.mp3","duration":205139,"file":"D:\\Public\\Media\\Music\\League of Legends\\Warriors\\001 - Warriors.mp3","size":8329171,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2803","key":"/library/metadata/2803","parentRatingKey":"2802","grandparentRatingKey":"1181","guid":"plex://track/5e1767dd856e113a5bc1f051","parentGuid":"plex://album/5d07c9d2403c640290cc4d06","grandparentGuid":"plex://artist/5d07beeb403c6402906f089c","type":"track","title":"The Boy Who Shattered Time (MitiS remix)","titleSort":"Boy Who Shattered Time (MitiS remix)","grandparentKey":"/library/metadata/1181","parentKey":"/library/metadata/2802","grandparentTitle":"League of Legends","parentTitle":"Warsongs","originalTitle":"League of Legends feat. MitiS","summary":"","index":9,"parentIndex":1,"ratingCount":936,"thumb":"/library/metadata/2802/thumb/1591780208","parentThumb":"/library/metadata/2802/thumb/1591780208","grandparentThumb":"/library/metadata/1181/thumb/1595065059","duration":290115,"addedAt":1591780206,"updatedAt":1595065081,"Media":[{"id":2490,"duration":290115,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2490,"key":"/library/parts/2490/1591831822/file.mp3","duration":290115,"file":"D:\\Public\\Media\\Music\\League of Legends\\Warsongs\\009 - The Boy Who Shattered Time (MitiS remix).mp3","size":16382146,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3156","key":"/library/metadata/3156","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e84f","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Prologue","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":1,"parentIndex":1,"ratingCount":11114,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":67970,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2809,"duration":67970,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2809,"key":"/library/parts/2809/1591831796/file.mp3","duration":67970,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\001 - Prologue.mp3","size":1990448,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3157","key":"/library/metadata/3157","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8dd33","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"First Steps","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":2,"parentIndex":1,"ratingCount":14978,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":218749,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2810,"duration":218749,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2810,"key":"/library/parts/2810/1591831796/file.mp3","duration":218749,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\002 - First Steps.mp3","size":4402915,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3158","key":"/library/metadata/3158","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e006","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Resurrections","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":3,"parentIndex":1,"ratingCount":20534,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":578690,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2811,"duration":578690,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2811,"key":"/library/parts/2811/1591831796/file.mp3","duration":578690,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\003 - Resurrections.mp3","size":10161978,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3159","key":"/library/metadata/3159","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8ddcd","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Awake","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":4,"parentIndex":1,"ratingCount":10835,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":148584,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2812,"duration":148584,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2812,"key":"/library/parts/2812/1591831796/file.mp3","duration":148584,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\004 - Awake.mp3","size":3280264,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3160","key":"/library/metadata/3160","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8dec3","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Postcard from Celeste Mountain","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":5,"parentIndex":1,"ratingCount":8037,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":92656,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2813,"duration":92656,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2813,"key":"/library/parts/2813/1591831796/file.mp3","duration":92656,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\005 - Postcard from Celeste Mountain.mp3","size":2385464,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3161","key":"/library/metadata/3161","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e8d6","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Checking In","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":6,"parentIndex":1,"ratingCount":9179,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":424751,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2814,"duration":424751,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2814,"key":"/library/parts/2814/1591831796/file.mp3","duration":424751,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\006 - Checking In.mp3","size":7698941,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3162","key":"/library/metadata/3162","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c3403c640290e8d5a5","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Spirit of Hospitality","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":7,"parentIndex":1,"ratingCount":7397,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":104071,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2815,"duration":104071,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2815,"key":"/library/parts/2815/1591831798/file.mp3","duration":104071,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\007 - Spirit of Hospitality.mp3","size":2568094,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3163","key":"/library/metadata/3163","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c3403c640290e8d5a8","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Scattered and Lost","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":8,"parentIndex":1,"ratingCount":10208,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":353280,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2816,"duration":353280,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2816,"key":"/library/parts/2816/1591831798/file.mp3","duration":353280,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\008 - Scattered and Lost.mp3","size":6555419,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3164","key":"/library/metadata/3164","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8df82","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Golden","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":9,"parentIndex":1,"ratingCount":6656,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":508551,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2817,"duration":508551,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2817,"key":"/library/parts/2817/1591831798/file.mp3","duration":508551,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\009 - Golden.mp3","size":9039744,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3165","key":"/library/metadata/3165","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e4f1","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Anxiety","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":10,"parentIndex":1,"ratingCount":6539,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":113188,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2818,"duration":113188,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2818,"key":"/library/parts/2818/1591831798/file.mp3","duration":113188,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\010 - Anxiety.mp3","size":2713936,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3166","key":"/library/metadata/3166","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8df12","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Quiet and Falling","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":11,"parentIndex":1,"ratingCount":8721,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":447425,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2819,"duration":447425,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2819,"key":"/library/parts/2819/1591831798/file.mp3","duration":447425,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\011 - Quiet and Falling.mp3","size":8061743,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3167","key":"/library/metadata/3167","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e374","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"In the Mirror","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":12,"parentIndex":1,"ratingCount":5719,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":577750,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2820,"duration":577750,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2820,"key":"/library/parts/2820/1591831798/file.mp3","duration":577750,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\012 - In the Mirror.mp3","size":10146934,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3168","key":"/library/metadata/3168","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e467","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Madeline and Theo","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":13,"parentIndex":1,"ratingCount":5976,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":188186,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2821,"duration":188186,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2821,"key":"/library/parts/2821/1591831798/file.mp3","duration":188186,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\013 - Madeline and Theo.mp3","size":3913916,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3169","key":"/library/metadata/3169","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e430","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Starjump","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":14,"parentIndex":1,"ratingCount":6248,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":132702,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2822,"duration":132702,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2822,"key":"/library/parts/2822/1591831798/file.mp3","duration":132702,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\014 - Starjump.mp3","size":3026153,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3170","key":"/library/metadata/3170","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e4d2","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Reflection","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":15,"parentIndex":1,"ratingCount":5662,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":354142,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2823,"duration":354142,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2823,"key":"/library/parts/2823/1591831798/file.mp3","duration":354142,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\015 - Reflection.mp3","size":6569197,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3171","key":"/library/metadata/3171","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c3403c640290e8dc67","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Confronting Myself","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":16,"parentIndex":1,"ratingCount":6802,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":249417,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2824,"duration":249417,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2824,"key":"/library/parts/2824/1591831800/file.mp3","duration":249417,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\016 - Confronting Myself.mp3","size":4893615,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3172","key":"/library/metadata/3172","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e96c","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Little Goth","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":17,"parentIndex":1,"ratingCount":5922,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":178259,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2825,"duration":178259,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2825,"key":"/library/parts/2825/1591831800/file.mp3","duration":178259,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\017 - Little Goth.mp3","size":3755080,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3173","key":"/library/metadata/3173","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e197","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Reach for the Summit","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":18,"parentIndex":1,"ratingCount":5633,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":668969,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2826,"duration":668969,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2826,"key":"/library/parts/2826/1591831800/file.mp3","duration":668969,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\018 - Reach for the Summit.mp3","size":11606461,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3174","key":"/library/metadata/3174","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e2d7","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Exhale","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":19,"parentIndex":1,"ratingCount":6499,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":140826,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2827,"duration":140826,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2827,"key":"/library/parts/2827/1591831800/file.mp3","duration":140826,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\019 - Exhale.mp3","size":3156134,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3175","key":"/library/metadata/3175","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e6e3","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"Heart of the Mountain","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":20,"parentIndex":1,"ratingCount":4946,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":382328,"addedAt":1591780309,"updatedAt":1595497162,"Media":[{"id":2828,"duration":382328,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2828,"key":"/library/parts/2828/1591831800/file.mp3","duration":382328,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\020 - Heart of the Mountain.mp3","size":7020197,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3176","key":"/library/metadata/3176","parentRatingKey":"3155","grandparentRatingKey":"1871","guid":"plex://track/5d0801c4403c640290e8e37f","parentGuid":"plex://album/5d07cbd4403c640290e261ba","grandparentGuid":"plex://artist/5d07bf3e403c64029072e601","type":"track","title":"My Dearest Friends","grandparentKey":"/library/metadata/1871","parentKey":"/library/metadata/3155","grandparentTitle":"Lena Raine","parentTitle":"Celeste Original Soundtrack","summary":"","index":21,"parentIndex":1,"ratingCount":5397,"thumb":"/library/metadata/3155/thumb/1591780318","parentThumb":"/library/metadata/3155/thumb/1591780318","grandparentThumb":"/library/metadata/1871/thumb/1595497040","duration":133355,"addedAt":1591780310,"updatedAt":1595497162,"Media":[{"id":2829,"duration":133355,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2829,"key":"/library/parts/2829/1591831800/file.mp3","duration":133355,"file":"D:\\Public\\Media\\Music\\Lena Raine\\Celeste Original Soundtrack\\021 - My Dearest Friends.mp3","size":3036622,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2793","key":"/library/metadata/2793","parentRatingKey":"2792","grandparentRatingKey":"1373","guid":"plex://track/5d07f5a8403c6402904a82d7","parentGuid":"plex://album/5d07ca38403c640290d09330","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Sucker for Pain","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/2792","grandparentTitle":"Lil Wayne","parentTitle":"Sucker for Pain","originalTitle":"Lil Wayne, Wiz Khalifa & Imagine Dragons with Logic, Ty Dolla $ign & X Ambassadors","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/2792/thumb/1591780199","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/2792/thumb/1591780199","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":240457,"addedAt":1591780197,"updatedAt":1595497128,"Media":[{"id":2483,"duration":240457,"bitrate":192,"audioChannels":1,"audioCodec":"mp3","container":"mp3","Part":[{"id":2483,"key":"/library/parts/2483/1591831672/file.mp3","duration":240457,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Sucker For Pain\\001 - Sucker for Pain.mp3","size":6785331,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1377","key":"/library/metadata/1377","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069c00","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Intro","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","summary":"","index":1,"parentIndex":1,"ratingCount":99657,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":176300,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1193,"duration":176300,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1193,"key":"/library/parts/1193/1591831670/file.mp3","duration":176300,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\001 - Intro.mp3","size":4322873,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1378","key":"/library/metadata/1378","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c64029006a142","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Blunt Blowin","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","summary":"","index":2,"parentIndex":1,"ratingCount":118456,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":313103,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1194,"duration":313103,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1194,"key":"/library/parts/1194/1591831670/file.mp3","duration":313103,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\002 - Blunt Blowin.mp3","size":7612948,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2795","key":"/library/metadata/2795","parentRatingKey":"2794","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069ebb","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Megaman","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/2794","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","summary":"","index":3,"parentIndex":1,"ratingCount":97761,"thumb":"/library/metadata/2794/thumb/1594804919","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/2794/thumb/1594804919","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":198373,"addedAt":1591780199,"updatedAt":1595497134,"Media":[{"id":2484,"duration":198373,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2484,"key":"/library/parts/2484/1591831670/file.mp3","duration":198373,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\003 - Megaman.mp3","size":4854953,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1380","key":"/library/metadata/1380","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069c01","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"6 Foot 7 Foot","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","originalTitle":"Lil Wayne feat. Cory Gunz","summary":"","index":4,"parentIndex":1,"ratingCount":125680,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":255111,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1196,"duration":255111,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1196,"key":"/library/parts/1196/1591831670/file.mp3","duration":255111,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\004 - 6 Foot 7 Foot.mp3","size":6222021,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2796","key":"/library/metadata/2796","parentRatingKey":"2794","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069ebc","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Nightmares of the Bottom","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/2794","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","summary":"","index":5,"parentIndex":1,"ratingCount":89275,"thumb":"/library/metadata/2794/thumb/1594804919","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/2794/thumb/1594804919","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":287111,"addedAt":1591780199,"updatedAt":1595497134,"Media":[{"id":2485,"duration":287111,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2485,"key":"/library/parts/2485/1591831670/file.mp3","duration":287111,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\005 - Nightmares of the Bottom.mp3","size":6988132,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1382","key":"/library/metadata/1382","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069c02","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"She Will","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","originalTitle":"Lil Wayne feat. Drake","summary":"","index":6,"parentIndex":1,"ratingCount":144661,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":308166,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1198,"duration":308166,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1198,"key":"/library/parts/1198/1591831670/file.mp3","duration":308166,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\006 - She Will.mp3","size":7494031,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2797","key":"/library/metadata/2797","parentRatingKey":"2794","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069c04","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"How to Hate","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/2794","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","originalTitle":"Lil Wayne feat. T‐Pain","summary":"","index":7,"parentIndex":1,"ratingCount":28442,"thumb":"/library/metadata/2794/thumb/1594804919","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/2794/thumb/1594804919","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":278804,"addedAt":1591780199,"updatedAt":1595497134,"Media":[{"id":2486,"duration":278804,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2486,"key":"/library/parts/2486/1591831670/file.mp3","duration":278804,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\007 - How to Hate.mp3","size":6788967,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1384","key":"/library/metadata/1384","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069ebe","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Interlude","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","originalTitle":"Lil Wayne feat. Tech N9ne","summary":"","index":8,"parentIndex":1,"ratingCount":36121,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":119144,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1200,"duration":119144,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1200,"key":"/library/parts/1200/1591831670/file.mp3","duration":119144,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\008 - Interlude.mp3","size":2952057,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1385","key":"/library/metadata/1385","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069c06","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"John","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","originalTitle":"Lil Wayne feat. Rick Ross","summary":"","index":9,"parentIndex":1,"ratingCount":26417,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":293773,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1201,"duration":293773,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1201,"key":"/library/parts/1201/1591831670/file.mp3","duration":293773,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\009 - John.mp3","size":7149583,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1386","key":"/library/metadata/1386","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069ec0","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Abortion","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","summary":"","index":10,"parentIndex":1,"ratingCount":46988,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":227160,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1202,"duration":227160,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1202,"key":"/library/parts/1202/1591831670/file.mp3","duration":227160,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\010 - Abortion.mp3","size":5548290,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1387","key":"/library/metadata/1387","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069c07","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"So Special","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","originalTitle":"Lil Wayne feat. John Legend","summary":"","index":11,"parentIndex":1,"ratingCount":28733,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":233195,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1203,"duration":233195,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1203,"key":"/library/parts/1203/1591831670/file.mp3","duration":233195,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\011 - So Special.mp3","size":5692288,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2798","key":"/library/metadata/2798","parentRatingKey":"2794","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069ec1","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"How to Love","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/2794","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","summary":"","index":12,"parentIndex":1,"ratingCount":186739,"thumb":"/library/metadata/2794/thumb/1594804919","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/2794/thumb/1594804919","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":244924,"addedAt":1591780199,"updatedAt":1595497134,"Media":[{"id":2487,"duration":244924,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2487,"key":"/library/parts/2487/1591831670/file.mp3","duration":244924,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\012 - How to Love.mp3","size":5974546,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1389","key":"/library/metadata/1389","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069c08","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"President Carter","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","summary":"","index":13,"parentIndex":1,"ratingCount":93452,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":255608,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1205,"duration":255608,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1205,"key":"/library/parts/1205/1591831670/file.mp3","duration":255608,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\013 - President Carter.mp3","size":6231482,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1390","key":"/library/metadata/1390","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069c0a","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"It's Good","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","originalTitle":"Lil Wayne feat. Drake & Jadakiss","summary":"","index":14,"parentIndex":1,"ratingCount":27000,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":241319,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1206,"duration":241319,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1206,"key":"/library/parts/1206/1591831670/file.mp3","duration":241319,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\014 - It's Good.mp3","size":5887886,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1391","key":"/library/metadata/1391","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcb9403c640290069c0b","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Outro","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","originalTitle":"Lil Wayne feat. Bun B, Nas, Shyne & Busta Rhymes","summary":"","index":15,"parentIndex":1,"ratingCount":39951,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":232724,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1207,"duration":232724,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1207,"key":"/library/parts/1207/1591831670/file.mp3","duration":232724,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\015 - Outro.mp3","size":5684286,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2799","key":"/library/metadata/2799","parentRatingKey":"2794","grandparentRatingKey":"1373","guid":"plex://track/5d07dcba403c64029006b245","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"I Like the View","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/2794","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","summary":"","index":16,"parentIndex":1,"ratingCount":29711,"thumb":"/library/metadata/2794/thumb/1594804919","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/2794/thumb/1594804919","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":287164,"addedAt":1591780199,"updatedAt":1595497134,"Media":[{"id":2488,"duration":287164,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2488,"key":"/library/parts/2488/1591831670/file.mp3","duration":287164,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\016 - I Like the View.mp3","size":6989713,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1393","key":"/library/metadata/1393","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcba403c64029006b246","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Mirror","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","originalTitle":"Lil Wayne feat. Bruno Mars","summary":"","index":17,"parentIndex":1,"ratingCount":225574,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":228675,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1209,"duration":228675,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1209,"key":"/library/parts/1209/1591831670/file.mp3","duration":228675,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\017 - Mirror.mp3","size":5583148,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1394","key":"/library/metadata/1394","parentRatingKey":"1376","grandparentRatingKey":"1373","guid":"plex://track/5d07dcba403c64029006b348","parentGuid":"plex://album/5d07c5e0403c640290ac55b6","grandparentGuid":"plex://artist/5d07bc12403c6402904b57fb","type":"track","title":"Two Shots","grandparentKey":"/library/metadata/1373","parentKey":"/library/metadata/1376","grandparentTitle":"Lil Wayne","parentTitle":"Tha Carter IV","summary":"","index":18,"parentIndex":1,"ratingCount":33465,"thumb":"/library/metadata/1376/thumb/1594804917","art":"/library/metadata/1373/art/1595497027","parentThumb":"/library/metadata/1376/thumb/1594804917","grandparentThumb":"/library/metadata/1373/thumb/1595497027","grandparentArt":"/library/metadata/1373/art/1595497027","duration":166191,"addedAt":1579230944,"updatedAt":1595497133,"Media":[{"id":1210,"duration":166191,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1210,"key":"/library/parts/1210/1591831672/file.mp3","duration":166191,"file":"D:\\Public\\Media\\Music\\Lil Wayne\\Tha Carter IV\\018 - Two Shots.mp3","size":4081817,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2791","key":"/library/metadata/2791","parentRatingKey":"2790","grandparentRatingKey":"940","guid":"plex://track/5d07dfce403c640290383a9f","parentGuid":"plex://album/5d07c7ef403c640290bbb8b1","grandparentGuid":"plex://artist/5d07bd55403c6402905cf6cd","type":"track","title":"crossing field","grandparentKey":"/library/metadata/940","parentKey":"/library/metadata/2790","grandparentTitle":"LiSA","parentTitle":"LANDSPACE","summary":"","index":3,"parentIndex":1,"ratingCount":45171,"thumb":"/library/metadata/2790/thumb/1591780199","parentThumb":"/library/metadata/2790/thumb/1591780199","grandparentThumb":"/library/metadata/940/thumb/1595497007","duration":255164,"addedAt":1591780196,"updatedAt":1595497096,"Media":[{"id":2482,"duration":255164,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2482,"key":"/library/parts/2482/1591831672/file.mp3","duration":255164,"file":"D:\\Public\\Media\\Music\\LiSA\\LANDSPACE\\003 - crossing field.mp3","size":10175819,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2789","key":"/library/metadata/2789","parentRatingKey":"2788","grandparentRatingKey":"940","guid":"plex://track/5d080c76403c64029075555d","parentGuid":"plex://album/5d07cd45403c640290ef45a4","grandparentGuid":"plex://artist/5d07bd55403c6402905cf6cd","type":"track","title":"紅蓮華","grandparentKey":"/library/metadata/940","parentKey":"/library/metadata/2788","grandparentTitle":"LiSA","parentTitle":"紅蓮華","summary":"","index":1,"parentIndex":1,"ratingCount":2545,"thumb":"/library/metadata/2788/thumb/1591780198","parentThumb":"/library/metadata/2788/thumb/1591780198","grandparentThumb":"/library/metadata/940/thumb/1595497007","duration":236173,"addedAt":1591780195,"updatedAt":1595497098,"Media":[{"id":2481,"duration":236173,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2481,"key":"/library/parts/2481/1591831672/file.mp3","duration":236173,"file":"D:\\Public\\Media\\Music\\LiSA\\紅蓮華\\001 - 紅蓮華.mp3","size":7748867,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2250","key":"/library/metadata/2250","parentRatingKey":"2249","grandparentRatingKey":"2248","guid":"plex://track/5ee02c80c5e64fcc107fe50e","parentGuid":"plex://album/5ee02c3ac5e64fcc107a2846","grandparentGuid":"plex://artist/5d07bd81403c6402905f355b","type":"track","title":"Sway Freestyle 2019 w/Fat Joe","grandparentKey":"/library/metadata/2248","parentKey":"/library/metadata/2249","grandparentTitle":"Locksmith","parentTitle":"Sway Freestyle 2019 w/Fat Joe","summary":"","index":1,"parentIndex":1,"viewCount":36,"lastViewedAt":1594364195,"thumb":"/library/metadata/2249/thumb/1595242233","parentThumb":"/library/metadata/2249/thumb/1595242233","grandparentThumb":"/library/metadata/2248/thumb/1595242226","duration":651120,"addedAt":1591780015,"updatedAt":1595242232,"Media":[{"id":1980,"duration":651120,"bitrate":140,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1980,"key":"/library/parts/1980/1591831672/file.mp3","duration":651120,"file":"D:\\Public\\Media\\Music\\Locksmith\\Sway Freestyle 2019 w+Fat Joe\\001 - Sway Freestyle 2019 w+Fat Joe.mp3","size":11525456,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1530","key":"/library/metadata/1530","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f8403c6402904e6fe1","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"illuminatro","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":1,"parentIndex":1,"ratingCount":17218,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":48326,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1325,"duration":48326,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1325,"key":"/library/parts/1325/1591831686/file.mp3","duration":48326,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\001 - illuminatro.mp3","size":2185249,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1531","key":"/library/metadata/1531","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f7403c6402904e663c","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Flexicution","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":2,"parentIndex":1,"ratingCount":62459,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":219245,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1326,"duration":219245,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1326,"key":"/library/parts/1326/1591831686/file.mp3","duration":219245,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\002 - Flexicution.mp3","size":6293359,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1532","key":"/library/metadata/1532","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f7403c6402904e67da","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"The Jam","titleSort":"Jam","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":3,"parentIndex":1,"ratingCount":24622,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":238602,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1327,"duration":238602,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1327,"key":"/library/parts/1327/1591831686/file.mp3","duration":238602,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\003 - The Jam.mp3","size":6758294,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1533","key":"/library/metadata/1533","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f616403c6402905004b9","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Slave II","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":4,"parentIndex":1,"ratingCount":21628,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":197041,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1328,"duration":197041,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1328,"key":"/library/parts/1328/1591831686/file.mp3","duration":197041,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\004 - Slave II.mp3","size":5757427,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1534","key":"/library/metadata/1534","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f7403c6402904e6582","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"A Word From Our Sponsor","titleSort":"Word From Our Sponsor","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":5,"parentIndex":1,"ratingCount":12838,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":182622,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1329,"duration":182622,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1329,"key":"/library/parts/1329/1591831688/file.mp3","duration":182622,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\005 - A Word From Our Sponsor.mp3","size":5413670,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1535","key":"/library/metadata/1535","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f8403c6402904e695c","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Wrist","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","originalTitle":"Logic feat. Pusha T","summary":"","index":6,"parentIndex":1,"ratingCount":27229,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":205923,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1330,"duration":205923,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1330,"key":"/library/parts/1330/1591831688/file.mp3","duration":205923,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\006 - Wrist.mp3","size":5973990,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1536","key":"/library/metadata/1536","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f8403c6402904e7239","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Super Mario World","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":7,"parentIndex":1,"ratingCount":31977,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":177920,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1331,"duration":177920,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1331,"key":"/library/parts/1331/1591831688/file.mp3","duration":177920,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\007 - Super Mario World.mp3","size":5299877,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2846","key":"/library/metadata/2846","parentRatingKey":"2845","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f8403c6402904e6a10","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Studio Ambience at Night: Malibu","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2845","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":8,"parentIndex":1,"ratingCount":13277,"thumb":"/library/metadata/2845/thumb/1591780235","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2845/thumb/1591780235","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":56450,"addedAt":1591780234,"updatedAt":1595497209,"Media":[{"id":2524,"duration":56450,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2524,"key":"/library/parts/2524/1591831688/file.mp3","duration":56450,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\008 - Studio Ambience at Night- Malibu.mp3","size":2380452,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1538","key":"/library/metadata/1538","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f8403c6402904e6d41","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"44 Bars","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":9,"parentIndex":1,"ratingCount":45202,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":182543,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1333,"duration":182543,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1333,"key":"/library/parts/1333/1591831688/file.mp3","duration":182543,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\009 - 44 Bars.mp3","size":5410962,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1539","key":"/library/metadata/1539","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f8403c6402904e68ca","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Slave","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":10,"parentIndex":1,"ratingCount":16466,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":179879,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1334,"duration":179879,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1334,"key":"/library/parts/1334/1591831688/file.mp3","duration":179879,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\010 - Slave.mp3","size":5345925,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1540","key":"/library/metadata/1540","parentRatingKey":"1529","grandparentRatingKey":"1528","guid":"plex://track/5d07f5f8403c6402904e6b41","parentGuid":"plex://album/5d07ca38403c640290d096a6","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Deeper Than Money","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1529","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino","summary":"","index":11,"parentIndex":1,"ratingCount":15925,"thumb":"/library/metadata/1529/thumb/1591408963","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1529/thumb/1591408963","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":257750,"addedAt":1579226866,"updatedAt":1595497208,"Media":[{"id":1335,"duration":257750,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1335,"key":"/library/parts/1335/1591831688/file.mp3","duration":257750,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino\\011 - Deeper Than Money.mp3","size":7217543,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2848","key":"/library/metadata/2848","parentRatingKey":"2847","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e651","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Grandpa’s Space Ship","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2847","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/2847/thumb/1591780243","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2847/thumb/1591780243","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":122226,"addedAt":1591780240,"updatedAt":1595497210,"Media":[{"id":2525,"duration":122226,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2525,"key":"/library/parts/2525/1591831688/file.mp3","duration":122226,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\001 - Grandpa’s Space Ship.mp3","size":3441463,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1573","key":"/library/metadata/1573","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e0ef","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Overnight","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","summary":"","index":2,"parentIndex":1,"ratingCount":34265,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":217782,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1365,"duration":217782,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1365,"key":"/library/parts/1365/1591831688/file.mp3","duration":217782,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\002 - Overnight.mp3","size":5736632,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1574","key":"/library/metadata/1574","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e0f5","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Contra","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","summary":"","index":3,"parentIndex":1,"ratingCount":36867,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":218226,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1366,"duration":218226,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1366,"key":"/library/parts/1366/1591831690/file.mp3","duration":218226,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\003 - Contra.mp3","size":5750823,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1575","key":"/library/metadata/1575","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e656","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"BoomTrap Protocol","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","summary":"","index":4,"parentIndex":1,"ratingCount":27181,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":221544,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1367,"duration":221544,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1367,"key":"/library/parts/1367/1591831690/file.mp3","duration":221544,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\004 - BoomTrap Protocol.mp3","size":5826417,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1576","key":"/library/metadata/1576","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e65a","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Yuck","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","summary":"","index":5,"parentIndex":1,"ratingCount":27490,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":173897,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1368,"duration":173897,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1368,"key":"/library/parts/1368/1591831690/file.mp3","duration":173897,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\005 - Yuck.mp3","size":4682436,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1577","key":"/library/metadata/1577","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e0fa","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Indica Badu","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","originalTitle":"Logic feat. Wiz Khalifa","summary":"","index":6,"parentIndex":1,"ratingCount":33619,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":260466,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1369,"duration":260466,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1369,"key":"/library/parts/1369/1591831690/file.mp3","duration":260466,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\006 - Indica Badu.mp3","size":6762930,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1578","key":"/library/metadata/1578","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e65e","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Midnight","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","summary":"","index":7,"parentIndex":1,"ratingCount":33707,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":241632,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1370,"duration":241632,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1370,"key":"/library/parts/1370/1591831690/file.mp3","duration":241632,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\007 - Midnight.mp3","size":6310000,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1579","key":"/library/metadata/1579","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e661","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Warm It Up","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","originalTitle":"Logic feat. Young Sinatra","summary":"","index":8,"parentIndex":1,"ratingCount":25720,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":240300,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1371,"duration":240300,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1371,"key":"/library/parts/1371/1591831690/file.mp3","duration":240300,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\008 - Warm It Up.mp3","size":6279550,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2849","key":"/library/metadata/2849","parentRatingKey":"2847","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e0fe","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Wizard of Oz","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2847","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","summary":"","index":9,"parentIndex":1,"ratingCount":24799,"thumb":"/library/metadata/2847/thumb/1591780243","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2847/thumb/1591780243","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":144822,"addedAt":1591780241,"updatedAt":1595497210,"Media":[{"id":2526,"duration":144822,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2526,"key":"/library/parts/2526/1591831690/file.mp3","duration":144822,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\009 - Wizard of Oz.mp3","size":3983139,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2850","key":"/library/metadata/2850","parentRatingKey":"2847","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e103","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"State of Emergency","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2847","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","originalTitle":"Logic feat. 2 Chainz","summary":"","index":10,"parentIndex":1,"ratingCount":20170,"thumb":"/library/metadata/2847/thumb/1591780243","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2847/thumb/1591780243","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":154592,"addedAt":1591780241,"updatedAt":1595497210,"Media":[{"id":2527,"duration":154592,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2527,"key":"/library/parts/2527/1591831690/file.mp3","duration":154592,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\010 - State of Emergency.mp3","size":4218080,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1582","key":"/library/metadata/1582","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e107","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Wassup","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","originalTitle":"Logic feat. Big Sean","summary":"","index":11,"parentIndex":1,"ratingCount":24771,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":219663,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1374,"duration":219663,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1374,"key":"/library/parts/1374/1591831692/file.mp3","duration":219663,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\011 - Wassup.mp3","size":5782682,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1583","key":"/library/metadata/1583","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080257403c640290f141cd","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Everyday","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","originalTitle":"Logic & Marshmello","summary":"","index":12,"parentIndex":1,"ratingCount":97437,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":205217,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1375,"duration":205217,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1375,"key":"/library/parts/1375/1591831692/file.mp3","duration":205217,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\012 - Everyday.mp3","size":5432566,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1584","key":"/library/metadata/1584","parentRatingKey":"1571","grandparentRatingKey":"1528","guid":"plex://track/5d080274403c640290f2e66a","parentGuid":"plex://album/5d07cbf7403c640290e38283","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"44 More","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1571","grandparentTitle":"Logic","parentTitle":"Bobby Tarantino II","summary":"","index":13,"parentIndex":1,"ratingCount":78815,"thumb":"/library/metadata/1571/thumb/1591408890","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1571/thumb/1591408890","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":189257,"addedAt":1579226058,"updatedAt":1595497209,"Media":[{"id":1376,"duration":189257,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1376,"key":"/library/parts/1376/1591831692/file.mp3","duration":189257,"file":"D:\\Public\\Media\\Music\\Logic\\Bobby Tarantino II\\013 - 44 More.mp3","size":5052474,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1586","key":"/library/metadata/1586","parentRatingKey":"1585","grandparentRatingKey":"1528","guid":"plex://track/5d080b48403c640290678435","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Confessions of a Dangerous Mind","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1585","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","summary":"","index":1,"parentIndex":1,"ratingCount":44133,"thumb":"/library/metadata/1585/thumb/1591408896","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1585/thumb/1591408896","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":284160,"addedAt":1579225410,"updatedAt":1595497211,"Media":[{"id":1377,"duration":284160,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1377,"key":"/library/parts/1377/1591831682/file.mp3","duration":284160,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\001 - Confessions of a Dangerous Mind.mp3","size":7335635,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2855","key":"/library/metadata/2855","parentRatingKey":"2854","grandparentRatingKey":"1528","guid":"plex://track/5d080d44403c6402907ecd47","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Homicide","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2854","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","originalTitle":"Logic feat. Eminem","summary":"","index":2,"parentIndex":1,"ratingCount":73117,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2854/thumb/1591780246","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":250618,"addedAt":1591780242,"updatedAt":1595497216,"Media":[{"id":2530,"duration":250618,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2530,"key":"/library/parts/2530/1591831682/file.mp3","duration":250618,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\002 - Homicide.mp3","size":6520123,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1588","key":"/library/metadata/1588","parentRatingKey":"1585","grandparentRatingKey":"1528","guid":"plex://track/5d080d40403c6402907ea218","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Wannabe","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1585","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","summary":"","index":3,"parentIndex":1,"ratingCount":19710,"thumb":"/library/metadata/1585/thumb/1591408896","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1585/thumb/1591408896","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":71523,"addedAt":1579225410,"updatedAt":1595497211,"Media":[{"id":1379,"duration":71523,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1379,"key":"/library/parts/1379/1591831682/file.mp3","duration":71523,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\003 - Wannabe.mp3","size":2224332,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1589","key":"/library/metadata/1589","parentRatingKey":"1585","grandparentRatingKey":"1528","guid":"plex://track/5d080d40403c6402907ea29d","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"clickbait","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1585","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","summary":"","index":4,"parentIndex":1,"ratingCount":20265,"thumb":"/library/metadata/1585/thumb/1591408896","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1585/thumb/1591408896","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":157048,"addedAt":1579225410,"updatedAt":1595497211,"Media":[{"id":1380,"duration":157048,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1380,"key":"/library/parts/1380/1591831682/file.mp3","duration":157048,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\004 - clickbait.mp3","size":4278686,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2856","key":"/library/metadata/2856","parentRatingKey":"2854","grandparentRatingKey":"1528","guid":"plex://track/5d080d44403c6402907ecbe8","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Mama / Show Love","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2854","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","originalTitle":"Logic feat. YBN Cordae","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2854/thumb/1591780246","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":241502,"addedAt":1591780242,"updatedAt":1595497216,"Media":[{"id":2531,"duration":241502,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2531,"key":"/library/parts/2531/1591831682/file.mp3","duration":241502,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\005 - Mama + Show Love.mp3","size":6301338,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2857","key":"/library/metadata/2857","parentRatingKey":"2854","grandparentRatingKey":"1528","guid":"plex://track/5d080d47403c6402907efcc4","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Out of Sight","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2854","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","summary":"","index":6,"parentIndex":1,"ratingCount":17624,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2854/thumb/1591780246","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":137978,"addedAt":1591780243,"updatedAt":1595497216,"Media":[{"id":2532,"duration":137978,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2532,"key":"/library/parts/2532/1591831682/file.mp3","duration":137978,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\006 - Out of Sight.mp3","size":3821473,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1592","key":"/library/metadata/1592","parentRatingKey":"1585","grandparentRatingKey":"1528","guid":"plex://track/5d080d40403c6402907ea0e9","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Pardon My Ego","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1585","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","summary":"","index":7,"parentIndex":1,"ratingCount":16628,"thumb":"/library/metadata/1585/thumb/1591408896","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1585/thumb/1591408896","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":173609,"addedAt":1579225410,"updatedAt":1595497211,"Media":[{"id":1383,"duration":173609,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1383,"key":"/library/parts/1383/1591831684/file.mp3","duration":173609,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\007 - Pardon My Ego.mp3","size":4677068,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2858","key":"/library/metadata/2858","parentRatingKey":"2854","grandparentRatingKey":"1528","guid":"plex://track/5d080d44403c6402907ecdb0","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"COMMANDO","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2854","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","originalTitle":"Logic feat. G-Eazy","summary":"","index":8,"parentIndex":1,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2854/thumb/1591780246","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":212271,"addedAt":1591780243,"updatedAt":1595497216,"Media":[{"id":2533,"duration":212271,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2533,"key":"/library/parts/2533/1591831684/file.mp3","duration":212271,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\008 - COMMANDO.mp3","size":5599777,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2859","key":"/library/metadata/2859","parentRatingKey":"2854","grandparentRatingKey":"1528","guid":"plex://track/5d080d45403c6402907ee29f","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Icy","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2854","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","originalTitle":"Logic feat. Gucci Mane","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2854/thumb/1591780246","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":265665,"addedAt":1591780243,"updatedAt":1595497216,"Media":[{"id":2534,"duration":265665,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2534,"key":"/library/parts/2534/1591831684/file.mp3","duration":265665,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\009 - Icy.mp3","size":6881230,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2860","key":"/library/metadata/2860","parentRatingKey":"2854","grandparentRatingKey":"1528","guid":"plex://track/5d080d45403c6402907ee0dc","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Still Ballin","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2854","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","originalTitle":"Logic feat. Wiz Khalifa","summary":"","index":10,"parentIndex":1,"ratingCount":22863,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2854/thumb/1591780246","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":240091,"addedAt":1591780243,"updatedAt":1595497216,"Media":[{"id":2535,"duration":240091,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2535,"key":"/library/parts/2535/1591831684/file.mp3","duration":240091,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\010 - Still Ballin.mp3","size":6267477,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1596","key":"/library/metadata/1596","parentRatingKey":"1585","grandparentRatingKey":"1528","guid":"plex://track/5d080d40403c6402907ea23f","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Cocaine","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1585","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","summary":"","index":11,"parentIndex":1,"ratingCount":15075,"thumb":"/library/metadata/1585/thumb/1591408896","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1585/thumb/1591408896","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":174602,"addedAt":1579225410,"updatedAt":1595497211,"Media":[{"id":1387,"duration":174602,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1387,"key":"/library/parts/1387/1591831684/file.mp3","duration":174602,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\011 - Cocaine.mp3","size":4701154,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1597","key":"/library/metadata/1597","parentRatingKey":"1585","grandparentRatingKey":"1528","guid":"plex://track/5d080d40403c6402907ea21c","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Limitless","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1585","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","summary":"","index":12,"parentIndex":1,"ratingCount":14592,"thumb":"/library/metadata/1585/thumb/1591408896","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1585/thumb/1591408896","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":244741,"addedAt":1579225410,"updatedAt":1595497211,"Media":[{"id":1388,"duration":244741,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1388,"key":"/library/parts/1388/1591831684/file.mp3","duration":244741,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\012 - Limitless.mp3","size":6378650,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1598","key":"/library/metadata/1598","parentRatingKey":"1585","grandparentRatingKey":"1528","guid":"plex://track/5d08094c403c6402904e9e0a","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Keanu Reeves","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1585","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","summary":"","index":13,"parentIndex":1,"ratingCount":71413,"thumb":"/library/metadata/1585/thumb/1591408896","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1585/thumb/1591408896","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":226272,"addedAt":1579225410,"updatedAt":1595497211,"Media":[{"id":1389,"duration":226272,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1389,"key":"/library/parts/1389/1591831684/file.mp3","duration":226272,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\013 - Keanu Reeves.mp3","size":5943835,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2861","key":"/library/metadata/2861","parentRatingKey":"2854","grandparentRatingKey":"1528","guid":"plex://track/5d080d44403c6402907ed53d","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Don’t Be Afraid to Be Different","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2854","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","originalTitle":"Logic feat. Will Smith","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2854/thumb/1591780246","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":167993,"addedAt":1591780243,"updatedAt":1595497216,"Media":[{"id":2536,"duration":167993,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2536,"key":"/library/parts/2536/1591831686/file.mp3","duration":167993,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\014 - Don’t Be Afraid to Be Different.mp3","size":4537164,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2862","key":"/library/metadata/2862","parentRatingKey":"2854","grandparentRatingKey":"1528","guid":"plex://track/5d080d45403c6402907edb02","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"BOBBY","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2854","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","originalTitle":"Logic feat. My Dad","summary":"","index":15,"parentIndex":1,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2854/thumb/1591780246","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":167888,"addedAt":1591780243,"updatedAt":1595497216,"Media":[{"id":2537,"duration":167888,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2537,"key":"/library/parts/2537/1591831686/file.mp3","duration":167888,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\015 - BOBBY.mp3","size":4534604,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2863","key":"/library/metadata/2863","parentRatingKey":"2854","grandparentRatingKey":"1528","guid":"plex://track/5d080d46403c6402907eec26","parentGuid":"plex://album/5d07cd60403c640290f0038d","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Lost in Translation","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2854","grandparentTitle":"Logic","parentTitle":"Confessions of a Dangerous Mind","summary":"","index":16,"parentIndex":1,"ratingCount":15763,"thumb":"/library/metadata/2854/thumb/1591780246","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2854/thumb/1591780246","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":289880,"addedAt":1591780243,"updatedAt":1595497216,"Media":[{"id":2538,"duration":289880,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2538,"key":"/library/parts/2538/1591831686/file.mp3","duration":289880,"file":"D:\\Public\\Media\\Music\\Logic\\Confessions of a Dangerous Mind\\016 - Lost in Translation.mp3","size":7470292,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1558","key":"/library/metadata/1558","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3e870","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Hallelujah","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","summary":"","index":1,"parentIndex":1,"ratingCount":29014,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":448914,"addedAt":1579226342,"updatedAt":1595497217,"Media":[{"id":1351,"duration":448914,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1351,"key":"/library/parts/1351/1591831678/file.mp3","duration":448914,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\001 - Hallelujah.mp3","size":11724261,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1559","key":"/library/metadata/1559","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8e403c640290a3f5fe","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Everybody","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","summary":"","index":2,"parentIndex":1,"ratingCount":86206,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":162351,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1352,"duration":162351,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1352,"key":"/library/parts/1352/1591831678/file.mp3","duration":162351,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\002 - Everybody.mp3","size":4841395,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1560","key":"/library/metadata/1560","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3ec02","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Confess","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","originalTitle":"Logic feat. Killer Mike","summary":"","index":3,"parentIndex":1,"ratingCount":21520,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":343222,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1353,"duration":343222,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1353,"key":"/library/parts/1353/1591831678/file.mp3","duration":343222,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\003 - Confess.mp3","size":9185975,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1561","key":"/library/metadata/1561","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3edf0","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Killing Spree","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","originalTitle":"Logic feat. Ansel Elgort","summary":"","index":4,"parentIndex":1,"ratingCount":28388,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":202840,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1354,"duration":202840,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1354,"key":"/library/parts/1354/1591831678/file.mp3","duration":202840,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\004 - Killing Spree.mp3","size":5814062,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1562","key":"/library/metadata/1562","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8e403c640290a3fee3","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Take It Back","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","summary":"","index":5,"parentIndex":1,"ratingCount":30623,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":400248,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1355,"duration":400248,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1355,"key":"/library/parts/1355/1591831678/file.mp3","duration":400248,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\005 - Take It Back.mp3","size":10560700,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1563","key":"/library/metadata/1563","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3eaa7","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"America","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","originalTitle":"Logic feat. Black Thought, Chuck D, BIG LENBO & No ID","summary":"","index":6,"parentIndex":1,"ratingCount":22066,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":331415,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1356,"duration":331415,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1356,"key":"/library/parts/1356/1591831678/file.mp3","duration":331415,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\006 - America.mp3","size":8905889,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1564","key":"/library/metadata/1564","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3e91d","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Ink Blot","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","originalTitle":"Logic feat. Juicy J","summary":"","index":7,"parentIndex":1,"ratingCount":18391,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":156499,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1357,"duration":156499,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1357,"key":"/library/parts/1357/1591831680/file.mp3","duration":156499,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\007 - Ink Blot.mp3","size":4700037,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1565","key":"/library/metadata/1565","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3ece4","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Mos Definitely","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","summary":"","index":8,"parentIndex":1,"ratingCount":22125,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":206393,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1358,"duration":206393,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1358,"key":"/library/parts/1358/1591831680/file.mp3","duration":206393,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\008 - Mos Definitely.mp3","size":5901322,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1566","key":"/library/metadata/1566","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3e872","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Waiting Room","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","summary":"","index":9,"parentIndex":1,"ratingCount":15665,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":283350,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1359,"duration":283350,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1359,"key":"/library/parts/1359/1591831680/file.mp3","duration":283350,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\009 - Waiting Room.mp3","size":7749267,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1567","key":"/library/metadata/1567","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3ec04","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"1-800-273-8255","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","originalTitle":"Logic feat. Alessia Cara & Khalid","summary":"","index":10,"parentIndex":1,"ratingCount":213197,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":250253,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1360,"duration":250253,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1360,"key":"/library/parts/1360/1591831680/file.mp3","duration":250253,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\010 - 1-800-273-8255.mp3","size":6951556,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1568","key":"/library/metadata/1568","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3edf1","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Anziety","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","originalTitle":"Logic feat. Lucy Rose","summary":"","index":11,"parentIndex":1,"ratingCount":19896,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":412682,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1361,"duration":412682,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1361,"key":"/library/parts/1361/1591831680/file.mp3","duration":412682,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\011 - Anziety.mp3","size":10854466,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1569","key":"/library/metadata/1569","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8d403c640290a3ed11","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Black SpiderMan","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","originalTitle":"Logic feat. Damian Lemar Hudson","summary":"","index":12,"parentIndex":1,"ratingCount":43857,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":337110,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1362,"duration":337110,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1362,"key":"/library/parts/1362/1591831680/file.mp3","duration":337110,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\012 - Black SpiderMan.mp3","size":9037109,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1570","key":"/library/metadata/1570","parentRatingKey":"1557","grandparentRatingKey":"1528","guid":"plex://track/5d07fc8e403c640290a3ef96","parentGuid":"plex://album/5d07cb05403c640290d97ed7","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"AfricAryaN","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1557","grandparentTitle":"Logic","parentTitle":"Everybody","originalTitle":"Logic feat. Neil deGrasse Tyson","summary":"","index":13,"parentIndex":1,"ratingCount":16114,"thumb":"/library/metadata/1557/thumb/1591408886","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1557/thumb/1591408886","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":728502,"addedAt":1579226344,"updatedAt":1595497217,"Media":[{"id":1363,"duration":728502,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1363,"key":"/library/parts/1363/1591831682/file.mp3","duration":728502,"file":"D:\\Public\\Media\\Music\\Logic\\Everybody\\013 - AfricAryaN.mp3","size":18444927,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1542","key":"/library/metadata/1542","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2d89a","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Intro","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":1,"parentIndex":1,"ratingCount":29604,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":183066,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1336,"duration":183066,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1336,"key":"/library/parts/1336/1591831674/file.mp3","duration":183066,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\001 - Intro.mp3","size":7634951,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1543","key":"/library/metadata/1543","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2d89d","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Soul Food","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":2,"parentIndex":1,"ratingCount":44110,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":290612,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1337,"duration":290612,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1337,"key":"/library/parts/1337/1591831674/file.mp3","duration":290612,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\002 - Soul Food.mp3","size":10220294,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2852","key":"/library/metadata/2852","parentRatingKey":"2851","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dbfa","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"I’m Gone","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2851","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/2851/thumb/1591780243","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2851/thumb/1591780243","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":282305,"addedAt":1591780241,"updatedAt":1595497221,"Media":[{"id":2528,"duration":282305,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2528,"key":"/library/parts/2528/1591831674/file.mp3","duration":282305,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\003 - I’m Gone.mp3","size":10018862,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1545","key":"/library/metadata/1545","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dbfb","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Gang Related","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":4,"parentIndex":1,"ratingCount":58084,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":168097,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1339,"duration":168097,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1339,"key":"/library/parts/1339/1591831674/file.mp3","duration":168097,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\004 - Gang Related.mp3","size":7277665,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1546","key":"/library/metadata/1546","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dbfc","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Buried Alive","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":5,"parentIndex":1,"ratingCount":45174,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":342648,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1340,"duration":342648,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1340,"key":"/library/parts/1340/1591831674/file.mp3","duration":342648,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\005 - Buried Alive.mp3","size":11468570,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1547","key":"/library/metadata/1547","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dbfd","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Bounce","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":6,"parentIndex":1,"ratingCount":37136,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":244349,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1341,"duration":244349,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1341,"key":"/library/parts/1341/1591831674/file.mp3","duration":244349,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\006 - Bounce.mp3","size":9107947,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1548","key":"/library/metadata/1548","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dbfe","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Growing Pains III","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":7,"parentIndex":1,"ratingCount":29244,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":246334,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1342,"duration":246334,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1342,"key":"/library/parts/1342/1591831676/file.mp3","duration":246334,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\007 - Growing Pains III.mp3","size":9155597,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1549","key":"/library/metadata/1549","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dbff","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Never Enough","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":8,"parentIndex":1,"ratingCount":28065,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":262373,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1343,"duration":262373,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1343,"key":"/library/parts/1343/1591831676/file.mp3","duration":262373,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\008 - Never Enough.mp3","size":9539141,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1550","key":"/library/metadata/1550","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dc00","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Metropolis","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":9,"parentIndex":1,"ratingCount":31878,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":287137,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1344,"duration":287137,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1344,"key":"/library/parts/1344/1591831676/file.mp3","duration":287137,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\009 - Metropolis.mp3","size":10138443,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1551","key":"/library/metadata/1551","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2d8a0","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Nikki","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":10,"parentIndex":1,"ratingCount":45443,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":197929,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1345,"duration":197929,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1345,"key":"/library/parts/1345/1591831676/file.mp3","duration":197929,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\010 - Nikki.mp3","size":7993458,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1552","key":"/library/metadata/1552","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea88403c640290c2e102","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Under Pressure","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":11,"parentIndex":1,"ratingCount":58276,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":559699,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1346,"duration":559699,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1346,"key":"/library/parts/1346/1591831676/file.mp3","duration":559699,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\011 - Under Pressure.mp3","size":16689441,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2853","key":"/library/metadata/2853","parentRatingKey":"2851","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dc01","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Till the End","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/2851","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":12,"parentIndex":1,"ratingCount":40423,"thumb":"/library/metadata/2851/thumb/1591780243","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/2851/thumb/1591780243","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":314435,"addedAt":1591780241,"updatedAt":1595497221,"Media":[{"id":2529,"duration":314435,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2529,"key":"/library/parts/2529/1591831676/file.mp3","duration":314435,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\012 - Till the End.mp3","size":10792118,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1554","key":"/library/metadata/1554","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dc05","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Driving Ms Daisy","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","originalTitle":"Logic feat. Childish Gambino","summary":"","index":13,"parentIndex":1,"ratingCount":36139,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":243644,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1348,"duration":243644,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1348,"key":"/library/parts/1348/1591831676/file.mp3","duration":243644,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\013 - Driving Ms Daisy.mp3","size":9092007,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1555","key":"/library/metadata/1555","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dc08","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Now","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","summary":"","index":14,"parentIndex":1,"ratingCount":23342,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":213472,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1349,"duration":213472,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1349,"key":"/library/parts/1349/1591831678/file.mp3","duration":213472,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\014 - Now.mp3","size":8369184,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1556","key":"/library/metadata/1556","parentRatingKey":"1541","grandparentRatingKey":"1528","guid":"plex://track/5d07ea87403c640290c2dc0a","parentGuid":"plex://album/5d07c8dd403c640290c38fbf","grandparentGuid":"plex://artist/5d07be02403c640290643754","type":"track","title":"Alright","grandparentKey":"/library/metadata/1528","parentKey":"/library/metadata/1541","grandparentTitle":"Logic","parentTitle":"Under Pressure","originalTitle":"Logic feat. Big Sean","summary":"","index":15,"parentIndex":1,"ratingCount":45536,"thumb":"/library/metadata/1541/thumb/1591408884","art":"/library/metadata/1528/art/1595497073","parentThumb":"/library/metadata/1541/thumb/1591408884","grandparentThumb":"/library/metadata/1528/thumb/1595497073","grandparentArt":"/library/metadata/1528/art/1595497073","duration":210128,"addedAt":1579226632,"updatedAt":1595497220,"Media":[{"id":1350,"duration":210128,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1350,"key":"/library/parts/1350/1591831678/file.mp3","duration":210128,"file":"D:\\Public\\Media\\Music\\Logic\\Under Pressure\\015 - Alright.mp3","size":8287389,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2274","key":"/library/metadata/2274","parentRatingKey":"2273","grandparentRatingKey":"2272","guid":"plex://track/5ee03122c5e64fcc10e0c299","parentGuid":"plex://album/5ee030e5c5e64fcc10db9423","grandparentGuid":"plex://artist/5ee02c3ac5e64fcc107a2826","type":"track","title":"Drive You Away","grandparentKey":"/library/metadata/2272","parentKey":"/library/metadata/2273","grandparentTitle":"Louise Dowd","parentTitle":"Drive You Away","summary":"","index":1,"parentIndex":1,"ratingCount":128,"thumb":"/library/metadata/2273/thumb/1595065070","parentThumb":"/library/metadata/2273/thumb/1595065070","grandparentThumb":"/library/metadata/2272/thumb/1595065056","duration":164075,"addedAt":1591780035,"updatedAt":1595065070,"Media":[{"id":1997,"duration":164075,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1997,"key":"/library/parts/1997/1591831878/file.mp3","duration":164075,"file":"D:\\Public\\Media\\Music\\Louise Dowd\\Drive You Away\\001 - Drive You Away.mp3","size":4038722,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1449","key":"/library/metadata/1449","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0b403c640290fc2a66","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Best Day Ever","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":1,"parentIndex":1,"ratingCount":50178,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":159190,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1252,"duration":159190,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1252,"key":"/library/parts/1252/1591831700/file.mp3","duration":159190,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\001 - Best Day Ever.mp3","size":3987164,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1450","key":"/library/metadata/1450","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0c403c640290fc30e3","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Get Up","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":2,"parentIndex":1,"ratingCount":3483,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":158223,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1253,"duration":158223,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1253,"key":"/library/parts/1253/1591831700/file.mp3","duration":158223,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\002 - Get Up.mp3","size":3963722,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1451","key":"/library/metadata/1451","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0b403c640290fc2d42","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Donald Trump","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":3,"parentIndex":1,"ratingCount":318760,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":161619,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1254,"duration":161619,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1254,"key":"/library/parts/1254/1591831700/file.mp3","duration":161619,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\003 - Donald Trump.mp3","size":4046428,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2832","key":"/library/metadata/2832","parentRatingKey":"2831","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0b403c640290fc27fa","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Oy vey","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2831","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":4,"parentIndex":1,"ratingCount":18737,"thumb":"/library/metadata/2831/thumb/1591780231","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2831/thumb/1591780231","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":208431,"addedAt":1591780228,"updatedAt":1595497195,"Media":[{"id":2513,"duration":208431,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2513,"key":"/library/parts/2513/1591831700/file.mp3","duration":208431,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\004 - Oy vey.mp3","size":5169636,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2833","key":"/library/metadata/2833","parentRatingKey":"2831","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0b403c640290fc25e6","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"I’ll Be There","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2831","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","originalTitle":"Mac Miller feat. Phonte","summary":"","index":5,"parentIndex":1,"ratingCount":4720,"thumb":"/library/metadata/2831/thumb/1591780231","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2831/thumb/1591780231","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":186592,"addedAt":1591780228,"updatedAt":1595497195,"Media":[{"id":2514,"duration":186592,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2514,"key":"/library/parts/2514/1591831700/file.mp3","duration":186592,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\005 - I’ll Be There.mp3","size":4644831,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1454","key":"/library/metadata/1454","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0b403c640290fc2950","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Wear My Hat","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":6,"parentIndex":1,"ratingCount":17470,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":242468,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1257,"duration":242468,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1257,"key":"/library/parts/1257/1591831702/file.mp3","duration":242468,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\006 - Wear My Hat.mp3","size":5986559,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1455","key":"/library/metadata/1455","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0c403c640290fc2dab","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Wake Up","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":7,"parentIndex":1,"ratingCount":22333,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":234919,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1258,"duration":234919,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1258,"key":"/library/parts/1258/1591831702/file.mp3","duration":234919,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\007 - Wake Up.mp3","size":5808022,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1456","key":"/library/metadata/1456","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0a403c640290fc1faf","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"All Around the World","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":8,"parentIndex":1,"ratingCount":15622,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":224104,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1259,"duration":224104,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1259,"key":"/library/parts/1259/1591831702/file.mp3","duration":224104,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\008 - All Around the World.mp3","size":5546063,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1457","key":"/library/metadata/1457","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0b403c640290fc20cf","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Down the Rabbit Hole","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":9,"parentIndex":1,"ratingCount":14071,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":193332,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1260,"duration":193332,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1260,"key":"/library/parts/1260/1591831702/file.mp3","duration":193332,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\009 - Down the Rabbit Hole.mp3","size":4807611,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1458","key":"/library/metadata/1458","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0a403c640290fc1cff","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"In the Air","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":10,"parentIndex":1,"ratingCount":71790,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":179722,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1261,"duration":179722,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1261,"key":"/library/parts/1261/1591831702/file.mp3","duration":179722,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\010 - In the Air.mp3","size":4480215,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1459","key":"/library/metadata/1459","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0a403c640290fc1ec2","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Play Ya Cards","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":11,"parentIndex":1,"ratingCount":9704,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":148035,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1262,"duration":148035,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1262,"key":"/library/parts/1262/1591831702/file.mp3","duration":148035,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\011 - Play Ya Cards.mp3","size":3719256,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1460","key":"/library/metadata/1460","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0a403c640290fc1dac","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"She Said","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":12,"parentIndex":1,"ratingCount":14889,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":166922,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1263,"duration":166922,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1263,"key":"/library/parts/1263/1591831702/file.mp3","duration":166922,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\012 - She Said.mp3","size":4172930,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2834","key":"/library/metadata/2834","parentRatingKey":"2831","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0b403c640290fc2bf0","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Life Ain’t Easy","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2831","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":13,"parentIndex":1,"thumb":"/library/metadata/2831/thumb/1591780231","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2831/thumb/1591780231","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":159582,"addedAt":1591780228,"updatedAt":1595497195,"Media":[{"id":2515,"duration":159582,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2515,"key":"/library/parts/2515/1591831702/file.mp3","duration":159582,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\013 - Life Ain’t Easy.mp3","size":3997067,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1462","key":"/library/metadata/1462","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d07dc0b403c640290fc28e8","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Snooze","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":14,"parentIndex":1,"ratingCount":13060,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":177162,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1265,"duration":177162,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1265,"key":"/library/parts/1265/1591831702/file.mp3","duration":177162,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\014 - Snooze.mp3","size":4419676,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2835","key":"/library/metadata/2835","parentRatingKey":"2831","grandparentRatingKey":"1430","guid":"plex://track/5d0807ca403c6402903bcf4d","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Keep Floatin’","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2831","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","originalTitle":"Mac Miller feat. Wiz Khalifa","summary":"","index":15,"parentIndex":1,"thumb":"/library/metadata/2831/thumb/1591780231","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2831/thumb/1591780231","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":256104,"addedAt":1591780228,"updatedAt":1595497195,"Media":[{"id":2516,"duration":256104,"bitrate":192,"audioChannels":1,"audioCodec":"mp3","container":"mp3","Part":[{"id":2516,"key":"/library/parts/2516/1591831702/file.mp3","duration":256104,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\015 - Keep Floatin’.mp3","size":6308653,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1464","key":"/library/metadata/1464","parentRatingKey":"1448","grandparentRatingKey":"1430","guid":"plex://track/5d0807ca403c6402903bd0b8","parentGuid":"plex://album/5d07c4d4403c640290a33440","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"BDE Bonus","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1448","grandparentTitle":"Mac Miller","parentTitle":"Best Day Ever","summary":"","index":16,"parentIndex":1,"ratingCount":27970,"thumb":"/library/metadata/1448/thumb/1591408857","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1448/thumb/1591408857","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":234788,"addedAt":1579229038,"updatedAt":1595497194,"Media":[{"id":1267,"duration":234788,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1267,"key":"/library/parts/1267/1591831702/file.mp3","duration":234788,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Best Day Ever\\016 - BDE Bonus.mp3","size":5801529,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1432","key":"/library/metadata/1432","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defc403c6402902ab376","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"English Lane","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":1,"parentIndex":1,"ratingCount":59057,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":95895,"addedAt":1579229386,"updatedAt":1595497197,"Media":[{"id":1236,"duration":95895,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1236,"key":"/library/parts/1236/1591831692/file.mp3","duration":95895,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\001 - English Lane.mp3","size":2884655,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1433","key":"/library/metadata/1433","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defb403c6402902aadac","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Blue Slide Park","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":2,"parentIndex":1,"ratingCount":72969,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":144248,"addedAt":1579229386,"updatedAt":1595497197,"Media":[{"id":1237,"duration":144248,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1237,"key":"/library/parts/1237/1591831692/file.mp3","duration":144248,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\002 - Blue Slide Park.mp3","size":4048383,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2840","key":"/library/metadata/2840","parentRatingKey":"2839","grandparentRatingKey":"1430","guid":"plex://track/5d08032a403c640290fd335f","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Party on Fifth Ave","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2839","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":3,"parentIndex":1,"ratingCount":23403,"thumb":"/library/metadata/2839/thumb/1591780235","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2839/thumb/1591780235","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":173609,"addedAt":1591780232,"updatedAt":1595497199,"Media":[{"id":2519,"duration":173609,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2519,"key":"/library/parts/2519/1591831694/file.mp3","duration":173609,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\003 - Party on Fifth Ave.mp3","size":4753953,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1435","key":"/library/metadata/1435","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defb403c6402902aae78","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"PA Nights","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":4,"parentIndex":1,"ratingCount":56780,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":183928,"addedAt":1579229388,"updatedAt":1595497197,"Media":[{"id":1239,"duration":183928,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1239,"key":"/library/parts/1239/1591831694/file.mp3","duration":183928,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\004 - PA Nights.mp3","size":5001543,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1436","key":"/library/metadata/1436","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defc403c6402902ab391","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Frick Park Market","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":5,"parentIndex":1,"ratingCount":127484,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":203572,"addedAt":1579229388,"updatedAt":1595497197,"Media":[{"id":1240,"duration":203572,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1240,"key":"/library/parts/1240/1591831694/file.mp3","duration":203572,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\005 - Frick Park Market.mp3","size":5473407,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1437","key":"/library/metadata/1437","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defc403c6402902aaf1f","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Smile Back","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":6,"parentIndex":1,"ratingCount":100802,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":160940,"addedAt":1579229388,"updatedAt":1595497197,"Media":[{"id":1241,"duration":160940,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1241,"key":"/library/parts/1241/1591831694/file.mp3","duration":160940,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\006 - Smile Back.mp3","size":4450043,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2841","key":"/library/metadata/2841","parentRatingKey":"2839","grandparentRatingKey":"1430","guid":"plex://track/5d08032a403c640290fd3876","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Under the Weather","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2839","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":7,"parentIndex":1,"ratingCount":53278,"thumb":"/library/metadata/2839/thumb/1591780235","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2839/thumb/1591780235","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":257880,"addedAt":1591780232,"updatedAt":1595497199,"Media":[{"id":2520,"duration":257880,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2520,"key":"/library/parts/2520/1591831694/file.mp3","duration":257880,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\007 - Under the Weather.mp3","size":6777757,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2842","key":"/library/metadata/2842","parentRatingKey":"2839","grandparentRatingKey":"1430","guid":"plex://track/5d08032a403c640290fd34e0","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Of the Soul","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2839","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":8,"parentIndex":1,"ratingCount":58206,"thumb":"/library/metadata/2839/thumb/1591780235","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2839/thumb/1591780235","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":208587,"addedAt":1591780232,"updatedAt":1595497199,"Media":[{"id":2521,"duration":208587,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2521,"key":"/library/parts/2521/1591831694/file.mp3","duration":208587,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\008 - Of the Soul.mp3","size":5593988,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1440","key":"/library/metadata/1440","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defc403c6402902aafd1","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"My Team","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":9,"parentIndex":1,"ratingCount":48483,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":145920,"addedAt":1579229388,"updatedAt":1595497197,"Media":[{"id":1244,"duration":145920,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1244,"key":"/library/parts/1244/1591831696/file.mp3","duration":145920,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\009 - My Team.mp3","size":4088754,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1441","key":"/library/metadata/1441","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defc403c6402902ab598","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Up All Night","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":10,"parentIndex":1,"ratingCount":51894,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":216842,"addedAt":1579229388,"updatedAt":1595497197,"Media":[{"id":1245,"duration":216842,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1245,"key":"/library/parts/1245/1591831696/file.mp3","duration":216842,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\010 - Up All Night.mp3","size":5792422,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1442","key":"/library/metadata/1442","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defc403c6402902abc45","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Loitering","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":11,"parentIndex":1,"ratingCount":40384,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":191399,"addedAt":1579229388,"updatedAt":1595497197,"Media":[{"id":1246,"duration":191399,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1246,"key":"/library/parts/1246/1591831696/file.mp3","duration":191399,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\011 - Loitering.mp3","size":5180766,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2843","key":"/library/metadata/2843","parentRatingKey":"2839","grandparentRatingKey":"1430","guid":"plex://track/5d08032a403c640290fd36fd","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Hole in My Pocket","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2839","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":12,"parentIndex":1,"ratingCount":39504,"thumb":"/library/metadata/2839/thumb/1591780235","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2839/thumb/1591780235","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":37224,"addedAt":1591780232,"updatedAt":1595497199,"Media":[{"id":2522,"duration":37224,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2522,"key":"/library/parts/2522/1591831696/file.mp3","duration":37224,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\012 - Hole in My Pocket.mp3","size":1475422,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1444","key":"/library/metadata/1444","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defc403c6402902ab2f0","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Diamonds & Gold","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":13,"parentIndex":1,"ratingCount":42661,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":200306,"addedAt":1579229388,"updatedAt":1595497197,"Media":[{"id":1248,"duration":200306,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1248,"key":"/library/parts/1248/1591831696/file.mp3","duration":200306,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\013 - Diamonds & Gold.mp3","size":5393844,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1445","key":"/library/metadata/1445","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defc403c6402902ab0b7","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Missed Calls","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":14,"parentIndex":1,"ratingCount":71525,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":186122,"addedAt":1579229388,"updatedAt":1595497197,"Media":[{"id":1249,"duration":186122,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1249,"key":"/library/parts/1249/1591831696/file.mp3","duration":186122,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\014 - Missed Calls.mp3","size":5053516,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2844","key":"/library/metadata/2844","parentRatingKey":"2839","grandparentRatingKey":"1430","guid":"plex://track/5d08032a403c640290fd3798","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Man in the Hat","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2839","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":15,"parentIndex":1,"ratingCount":45251,"thumb":"/library/metadata/2839/thumb/1591780235","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2839/thumb/1591780235","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":202213,"addedAt":1591780232,"updatedAt":1595497199,"Media":[{"id":2523,"duration":202213,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2523,"key":"/library/parts/2523/1591831696/file.mp3","duration":202213,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\015 - Man in the Hat.mp3","size":5442597,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1447","key":"/library/metadata/1447","parentRatingKey":"1431","grandparentRatingKey":"1430","guid":"plex://track/5d07defc403c6402902ab378","parentGuid":"plex://album/5d07c5f9403c640290ad0e2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"One Last Thing","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1431","grandparentTitle":"Mac Miller","parentTitle":"Blue Slide Park","summary":"","index":16,"parentIndex":1,"ratingCount":39408,"thumb":"/library/metadata/1431/thumb/1591408951","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1431/thumb/1591408951","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":185469,"addedAt":1579229388,"updatedAt":1595497197,"Media":[{"id":1251,"duration":185469,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1251,"key":"/library/parts/1251/1591831698/file.mp3","duration":185469,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Blue Slide Park\\016 - One Last Thing.mp3","size":5037627,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1466","key":"/library/metadata/1466","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080504403c640290163307","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Come Back to Earth","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":1,"parentIndex":1,"ratingCount":106214,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":162063,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1268,"duration":162063,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1268,"key":"/library/parts/1268/1591831698/file.mp3","duration":162063,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\001 - Come Back to Earth.mp3","size":3950789,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1467","key":"/library/metadata/1467","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c640290163605","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Hurt Feelings","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":2,"parentIndex":1,"ratingCount":103347,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":245106,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1269,"duration":245106,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1269,"key":"/library/parts/1269/1591831698/file.mp3","duration":245106,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\002 - Hurt Feelings.mp3","size":5948251,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2837","key":"/library/metadata/2837","parentRatingKey":"2836","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c640290163604","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"What’s the Use?","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2836","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/2836/thumb/1591780231","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2836/thumb/1591780231","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":294086,"addedAt":1591780230,"updatedAt":1595497201,"Media":[{"id":2517,"duration":294086,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2517,"key":"/library/parts/2517/1591831698/file.mp3","duration":294086,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\003 - What’s the Use.mp3","size":7122871,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1469","key":"/library/metadata/1469","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c6402901634be","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Perfecto","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":4,"parentIndex":1,"ratingCount":67631,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":215745,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1271,"duration":215745,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1271,"key":"/library/parts/1271/1591831698/file.mp3","duration":215745,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\004 - Perfecto.mp3","size":5242215,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1470","key":"/library/metadata/1470","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c6402901637a4","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Self Care","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":5,"parentIndex":1,"ratingCount":156495,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":347480,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1272,"duration":347480,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1272,"key":"/library/parts/1272/1591831698/file.mp3","duration":347480,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\005 - Self Care.mp3","size":8406881,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1471","key":"/library/metadata/1471","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c6402901636b8","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Wings","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":6,"parentIndex":1,"ratingCount":73240,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":250305,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1273,"duration":250305,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1273,"key":"/library/parts/1273/1591831698/file.mp3","duration":250305,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\006 - Wings.mp3","size":6071192,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1472","key":"/library/metadata/1472","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c64029016370e","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Ladders","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":7,"parentIndex":1,"ratingCount":111223,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":287137,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1274,"duration":287137,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1274,"key":"/library/parts/1274/1591831698/file.mp3","duration":287137,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\007 - Ladders.mp3","size":6956286,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1473","key":"/library/metadata/1473","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c6402901634d2","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Small Worlds","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":8,"parentIndex":1,"ratingCount":76179,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":276558,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1275,"duration":276558,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1275,"key":"/library/parts/1275/1591831700/file.mp3","duration":276558,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\008 - Small Worlds.mp3","size":6703382,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2838","key":"/library/metadata/2838","parentRatingKey":"2836","grandparentRatingKey":"1430","guid":"plex://track/5d080504403c640290163282","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Conversation, Pt. 1","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/2836","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":9,"parentIndex":1,"ratingCount":4617,"thumb":"/library/metadata/2836/thumb/1591780231","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/2836/thumb/1591780231","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":210729,"addedAt":1591780230,"updatedAt":1595497201,"Media":[{"id":2518,"duration":210729,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2518,"key":"/library/parts/2518/1591831700/file.mp3","duration":210729,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\009 - Conversation, Pt. 1.mp3","size":5116933,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1475","key":"/library/metadata/1475","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c64029016361f","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Dunno","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":10,"parentIndex":1,"ratingCount":64248,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":237348,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1277,"duration":237348,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1277,"key":"/library/parts/1277/1591831700/file.mp3","duration":237348,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\010 - Dunno.mp3","size":5758805,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1476","key":"/library/metadata/1476","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c640290163607","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"Jet Fuel","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":11,"parentIndex":1,"ratingCount":64002,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":345443,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1278,"duration":345443,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1278,"key":"/library/parts/1278/1591831700/file.mp3","duration":345443,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\011 - Jet Fuel.mp3","size":8357248,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1477","key":"/library/metadata/1477","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c6402901634c0","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"2009","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":12,"parentIndex":1,"ratingCount":76071,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":348186,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1279,"duration":348186,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1279,"key":"/library/parts/1279/1591831700/file.mp3","duration":348186,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\012 - 2009.mp3","size":8422002,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1478","key":"/library/metadata/1478","parentRatingKey":"1465","grandparentRatingKey":"1430","guid":"plex://track/5d080505403c6402901637a6","parentGuid":"plex://album/5d07cc57403c640290e6eb2d","grandparentGuid":"plex://artist/5d07bd74403c6402905e9fb4","type":"track","title":"So It Goes","grandparentKey":"/library/metadata/1430","parentKey":"/library/metadata/1465","grandparentTitle":"Mac Miller","parentTitle":"Swimming","summary":"","index":13,"parentIndex":1,"ratingCount":63325,"thumb":"/library/metadata/1465/thumb/1591408864","art":"/library/metadata/1430/art/1595497068","parentThumb":"/library/metadata/1465/thumb/1591408864","grandparentThumb":"/library/metadata/1430/thumb/1595497068","grandparentArt":"/library/metadata/1430/art/1595497068","duration":311118,"addedAt":1579228676,"updatedAt":1595497200,"Media":[{"id":1280,"duration":311118,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1280,"key":"/library/parts/1280/1591831700/file.mp3","duration":311118,"file":"D:\\Public\\Media\\Music\\Mac Miller\\Swimming\\013 - So It Goes.mp3","size":7531659,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2322","key":"/library/metadata/2322","parentRatingKey":"2321","grandparentRatingKey":"2031","guid":"plex://track/5d0801ce403c640290e96e97","parentGuid":"plex://album/5d07cbd9403c640290e2908b","grandparentGuid":"plex://artist/5d07bc29403c6402904c810b","type":"track","title":"KISS OF DEATH (Produced by HYDE)","grandparentKey":"/library/metadata/2031","parentKey":"/library/metadata/2321","grandparentTitle":"Mika Nakashima","parentTitle":"KISS OF DEATH (Produced by HYDE)","summary":"","index":1,"parentIndex":1,"ratingCount":9149,"thumb":"/library/metadata/2321/thumb/1591780111","art":"/library/metadata/2031/art/1595497034","parentThumb":"/library/metadata/2321/thumb/1591780111","grandparentThumb":"/library/metadata/2031/thumb/1595497034","grandparentArt":"/library/metadata/2031/art/1595497034","duration":249730,"addedAt":1591780110,"updatedAt":1595497145,"Media":[{"id":2028,"duration":249730,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2028,"key":"/library/parts/2028/1591831876/file.mp3","duration":249730,"file":"D:\\Public\\Media\\Music\\中島美嘉\\KISS OF DEATH (Produced by HYDE)\\001 - KISS OF DEATH (Produced by HYDE).mp3","size":10198587,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1690","key":"/library/metadata/1690","parentRatingKey":"1689","grandparentRatingKey":"1686","guid":"plex://track/5df39cbec22e790c6c861814","parentGuid":"plex://album/5df22a90cbd6e75dc4e86704","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"PAID MY DUES","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1689","grandparentTitle":"NF","parentTitle":"PAID MY DUES","summary":"","index":1,"parentIndex":1,"ratingCount":21150,"thumb":"/library/metadata/1689/thumb/1591408919","parentThumb":"/library/metadata/1689/thumb/1591408919","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":212192,"addedAt":1579174406,"updatedAt":1595497200,"Media":[{"id":1464,"duration":212192,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1464,"key":"/library/parts/1464/1591831712/file.mp3","duration":212192,"file":"D:\\Public\\Media\\Music\\NF\\PAID MY DUES\\001 - PAID MY DUES.mp3","size":5209294,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1707","key":"/library/metadata/1707","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d6940b","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Intro III","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":1,"parentIndex":1,"ratingCount":16914,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":265142,"addedAt":1579174406,"updatedAt":1595497202,"Media":[{"id":1479,"duration":265142,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1479,"key":"/library/parts/1479/1591831706/file.mp3","duration":265142,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\001 - Intro III.mp3","size":6560005,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1708","key":"/library/metadata/1708","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005d403c640290d68eec","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Outcast","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":2,"parentIndex":1,"ratingCount":16634,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":321227,"addedAt":1579174406,"updatedAt":1595497202,"Media":[{"id":1480,"duration":321227,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1480,"key":"/library/parts/1480/1591831706/file.mp3","duration":321227,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\002 - Outcast.mp3","size":7907628,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1709","key":"/library/metadata/1709","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d698fd","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"10 Feet Down","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","originalTitle":"NF feat. Ruelle","summary":"","index":3,"parentIndex":1,"ratingCount":19348,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":217208,"addedAt":1579174406,"updatedAt":1595497202,"Media":[{"id":1481,"duration":217208,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1481,"key":"/library/parts/1481/1591831706/file.mp3","duration":217208,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\003 - 10 Feet Down.mp3","size":5406888,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1710","key":"/library/metadata/1710","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d696fe","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Green Lights","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":4,"parentIndex":1,"ratingCount":19340,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":181968,"addedAt":1579174408,"updatedAt":1595497202,"Media":[{"id":1482,"duration":181968,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1482,"key":"/library/parts/1482/1591831706/file.mp3","duration":181968,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\004 - Green Lights.mp3","size":4559992,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1711","key":"/library/metadata/1711","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005d403c640290d692d2","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Dreams","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":5,"parentIndex":1,"ratingCount":17919,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":221779,"addedAt":1579174408,"updatedAt":1595497202,"Media":[{"id":1483,"duration":221779,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1483,"key":"/library/parts/1483/1591831706/file.mp3","duration":221779,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\005 - Dreams.mp3","size":5515995,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1712","key":"/library/metadata/1712","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005d403c640290d6926c","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Let You Down","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":6,"parentIndex":1,"ratingCount":172344,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":205165,"addedAt":1579174408,"updatedAt":1595497202,"Media":[{"id":1484,"duration":205165,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1484,"key":"/library/parts/1484/1591831706/file.mp3","duration":205165,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\006 - Let You Down.mp3","size":5117193,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1713","key":"/library/metadata/1713","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d69811","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Destiny","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":7,"parentIndex":1,"ratingCount":14544,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":239595,"addedAt":1579174410,"updatedAt":1595497202,"Media":[{"id":1485,"duration":239595,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1485,"key":"/library/parts/1485/1591831706/file.mp3","duration":239595,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\007 - Destiny.mp3","size":5945276,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1714","key":"/library/metadata/1714","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d6940c","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"My Life","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":8,"parentIndex":1,"ratingCount":18877,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":215823,"addedAt":1579174410,"updatedAt":1595497202,"Media":[{"id":1486,"duration":215823,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1486,"key":"/library/parts/1486/1591831706/file.mp3","duration":215823,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\008 - My Life.mp3","size":5372963,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3311","key":"/library/metadata/3311","parentRatingKey":"3310","grandparentRatingKey":"1686","guid":"plex://track/5d08005d403c640290d68eee","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"You’re Special","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3310","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/3310/thumb/1591780356","parentThumb":"/library/metadata/3310/thumb/1591780356","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":312450,"addedAt":1591780354,"updatedAt":1595497203,"Media":[{"id":2945,"duration":312450,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2945,"key":"/library/parts/2945/1591831706/file.mp3","duration":312450,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\009 - You’re Special.mp3","size":7685901,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1716","key":"/library/metadata/1716","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d69929","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"If You Want Love","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":10,"parentIndex":1,"ratingCount":45909,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":196623,"addedAt":1579174412,"updatedAt":1595497202,"Media":[{"id":1488,"duration":196623,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1488,"key":"/library/parts/1488/1591831706/file.mp3","duration":196623,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\010 - If You Want Love.mp3","size":4909697,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1717","key":"/library/metadata/1717","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d69901","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Remember This","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":11,"parentIndex":1,"ratingCount":22526,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":234631,"addedAt":1579174412,"updatedAt":1595497202,"Media":[{"id":1489,"duration":234631,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1489,"key":"/library/parts/1489/1591831706/file.mp3","duration":234631,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\011 - Remember This.mp3","size":5825783,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1718","key":"/library/metadata/1718","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d696ff","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Know","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":12,"parentIndex":1,"ratingCount":9695,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":239151,"addedAt":1579174412,"updatedAt":1595497202,"Media":[{"id":1490,"duration":239151,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1490,"key":"/library/parts/1490/1591831706/file.mp3","duration":239151,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\012 - Know.mp3","size":5935233,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1719","key":"/library/metadata/1719","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005d403c640290d692d4","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Lie","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":13,"parentIndex":1,"ratingCount":53406,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":204277,"addedAt":1579174414,"updatedAt":1595497202,"Media":[{"id":1491,"duration":204277,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1491,"key":"/library/parts/1491/1591831706/file.mp3","duration":204277,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\013 - Lie.mp3","size":5096154,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3312","key":"/library/metadata/3312","parentRatingKey":"3310","grandparentRatingKey":"1686","guid":"plex://track/5d08005d403c640290d6926e","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"3 A.M.","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3310","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":14,"parentIndex":1,"ratingCount":12283,"thumb":"/library/metadata/3310/thumb/1591780356","parentThumb":"/library/metadata/3310/thumb/1591780356","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":218305,"addedAt":1591780354,"updatedAt":1595497203,"Media":[{"id":2946,"duration":218305,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2946,"key":"/library/parts/2946/1591831706/file.mp3","duration":218305,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\014 - 3 A.M.mp3","size":5426398,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1721","key":"/library/metadata/1721","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d69813","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"One Hundred","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":15,"parentIndex":1,"ratingCount":10536,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":196101,"addedAt":1579174416,"updatedAt":1595497202,"Media":[{"id":1493,"duration":196101,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1493,"key":"/library/parts/1493/1591831708/file.mp3","duration":196101,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\015 - One Hundred.mp3","size":4899710,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1722","key":"/library/metadata/1722","parentRatingKey":"1706","grandparentRatingKey":"1686","guid":"plex://track/5d08005e403c640290d6940d","parentGuid":"plex://album/5d07cb9d403c640290e01457","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Outro","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1706","grandparentTitle":"NF","parentTitle":"Perception","summary":"","index":16,"parentIndex":1,"ratingCount":11166,"thumb":"/library/metadata/1706/thumb/1591408924","parentThumb":"/library/metadata/1706/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":206706,"addedAt":1579174416,"updatedAt":1595497202,"Media":[{"id":1494,"duration":206706,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1494,"key":"/library/parts/1494/1591831708/file.mp3","duration":206706,"file":"D:\\Public\\Media\\Music\\NF\\Perception\\016 - Outro.mp3","size":5155051,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1724","key":"/library/metadata/1724","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bb3","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"The Search","titleSort":"Search","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":1,"parentIndex":1,"ratingCount":44008,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":255346,"addedAt":1579174406,"updatedAt":1595497203,"Media":[{"id":1495,"duration":255346,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1495,"key":"/library/parts/1495/1591831708/file.mp3","duration":255346,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\001 - The Search.mp3","size":6233014,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1725","key":"/library/metadata/1725","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bb4","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Leave Me Alone","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":2,"parentIndex":1,"ratingCount":28814,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":311902,"addedAt":1579174406,"updatedAt":1595497203,"Media":[{"id":1496,"duration":311902,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1496,"key":"/library/parts/1496/1591831708/file.mp3","duration":311902,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\002 - Leave Me Alone.mp3","size":7595278,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1726","key":"/library/metadata/1726","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bb6","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Change","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":3,"parentIndex":1,"ratingCount":20598,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":229276,"addedAt":1579174406,"updatedAt":1595497203,"Media":[{"id":1497,"duration":229276,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1497,"key":"/library/parts/1497/1591831708/file.mp3","duration":229276,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\003 - Change.mp3","size":5606073,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1727","key":"/library/metadata/1727","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bb7","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"My Stress","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":4,"parentIndex":1,"ratingCount":18978,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":250958,"addedAt":1579174408,"updatedAt":1595497203,"Media":[{"id":1498,"duration":250958,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1498,"key":"/library/parts/1498/1591831708/file.mp3","duration":250958,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\004 - My Stress.mp3","size":6126593,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1728","key":"/library/metadata/1728","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bb9","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Nate","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":5,"parentIndex":1,"ratingCount":16538,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":312058,"addedAt":1579174408,"updatedAt":1595497203,"Media":[{"id":1499,"duration":312058,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1499,"key":"/library/parts/1499/1591831708/file.mp3","duration":312058,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\005 - Nate.mp3","size":7598015,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3314","key":"/library/metadata/3314","parentRatingKey":"3313","grandparentRatingKey":"1686","guid":"plex://track/5d3ba1a3ed37c7fb4db8fbf4","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Time (extended)","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3313","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":6,"parentIndex":1,"ratingCount":736,"thumb":"/library/metadata/3313/thumb/1591780357","parentThumb":"/library/metadata/3313/thumb/1591780357","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":233012,"addedAt":1591780355,"updatedAt":1595497205,"Media":[{"id":2947,"duration":233012,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2947,"key":"/library/parts/2947/1591831708/file.mp3","duration":233012,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\006 - Time (extended).mp3","size":5693643,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1730","key":"/library/metadata/1730","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bbd","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Returns","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":7,"parentIndex":1,"ratingCount":16213,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":240483,"addedAt":1579174410,"updatedAt":1595497203,"Media":[{"id":1501,"duration":240483,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1501,"key":"/library/parts/1501/1591831708/file.mp3","duration":240483,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\007 - Returns.mp3","size":5876195,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1731","key":"/library/metadata/1731","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bbe","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"When I Grow Up","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":8,"parentIndex":1,"ratingCount":36156,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":196937,"addedAt":1579174410,"updatedAt":1595497203,"Media":[{"id":1502,"duration":196937,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1502,"key":"/library/parts/1502/1591831708/file.mp3","duration":196937,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\008 - When I Grow Up.mp3","size":4829176,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1732","key":"/library/metadata/1732","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bbf","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Only","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","originalTitle":"NF & Sasha Sloan","summary":"","index":9,"parentIndex":1,"ratingCount":19340,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":227657,"addedAt":1579174412,"updatedAt":1595497203,"Media":[{"id":1503,"duration":227657,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1503,"key":"/library/parts/1503/1591831710/file.mp3","duration":227657,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\009 - Only.mp3","size":5566296,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1733","key":"/library/metadata/1733","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bc1","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Let Me Go","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":10,"parentIndex":1,"ratingCount":14544,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":279980,"addedAt":1579174412,"updatedAt":1595497203,"Media":[{"id":1504,"duration":279980,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1504,"key":"/library/parts/1504/1591831710/file.mp3","duration":279980,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\010 - Let Me Go.mp3","size":6822751,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1734","key":"/library/metadata/1734","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bc4","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Hate Myself","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":12,"parentIndex":1,"ratingCount":18108,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":260388,"addedAt":1579174414,"updatedAt":1595497203,"Media":[{"id":1505,"duration":260388,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1505,"key":"/library/parts/1505/1591831710/file.mp3","duration":260388,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\012 - Hate Myself.mp3","size":6352423,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3315","key":"/library/metadata/3315","parentRatingKey":"3313","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bc5","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"I Miss the Days","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3313","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":13,"parentIndex":1,"ratingCount":14957,"thumb":"/library/metadata/3313/thumb/1591780357","parentThumb":"/library/metadata/3313/thumb/1591780357","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":274128,"addedAt":1591780355,"updatedAt":1595497205,"Media":[{"id":2948,"duration":274128,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2948,"key":"/library/parts/2948/1591831710/file.mp3","duration":274128,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\013 - I Miss the Days.mp3","size":6683963,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1736","key":"/library/metadata/1736","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bc6","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"No Excuses","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":14,"parentIndex":1,"ratingCount":13767,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":201900,"addedAt":1579174414,"updatedAt":1595497203,"Media":[{"id":1507,"duration":201900,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1507,"key":"/library/parts/1507/1591831710/file.mp3","duration":201900,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\014 - No Excuses.mp3","size":4946511,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1737","key":"/library/metadata/1737","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bc7","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Like This","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":15,"parentIndex":1,"ratingCount":13209,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":206471,"addedAt":1579174416,"updatedAt":1595497203,"Media":[{"id":1508,"duration":206471,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1508,"key":"/library/parts/1508/1591831710/file.mp3","duration":206471,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\015 - Like This.mp3","size":5055786,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1738","key":"/library/metadata/1738","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bc8","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Options","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":16,"parentIndex":1,"ratingCount":13450,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":206079,"addedAt":1579174416,"updatedAt":1595497203,"Media":[{"id":1509,"duration":206079,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1509,"key":"/library/parts/1509/1591831710/file.mp3","duration":206079,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\016 - Options.mp3","size":5048979,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3316","key":"/library/metadata/3316","parentRatingKey":"3313","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bc9","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Why","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3313","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":17,"parentIndex":1,"ratingCount":35752,"thumb":"/library/metadata/3313/thumb/1591780357","parentThumb":"/library/metadata/3313/thumb/1591780357","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":189152,"addedAt":1591780355,"updatedAt":1595497205,"Media":[{"id":2949,"duration":189152,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2949,"key":"/library/parts/2949/1591831710/file.mp3","duration":189152,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\017 - Why.mp3","size":4640949,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1740","key":"/library/metadata/1740","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bca","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Thinking","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":18,"parentIndex":1,"ratingCount":11796,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":187324,"addedAt":1579174416,"updatedAt":1595497203,"Media":[{"id":1511,"duration":187324,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1511,"key":"/library/parts/1511/1591831710/file.mp3","duration":187324,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\018 - Thinking.mp3","size":4594652,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1741","key":"/library/metadata/1741","parentRatingKey":"1723","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bcb","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Trauma","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1723","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":19,"parentIndex":1,"ratingCount":13717,"thumb":"/library/metadata/1723/thumb/1591408927","parentThumb":"/library/metadata/1723/thumb/1591408927","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":247379,"addedAt":1579174416,"updatedAt":1595497203,"Media":[{"id":1512,"duration":247379,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1512,"key":"/library/parts/1512/1591831710/file.mp3","duration":247379,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\019 - Trauma.mp3","size":6035253,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3317","key":"/library/metadata/3317","parentRatingKey":"3313","grandparentRatingKey":"1686","guid":"plex://track/5d3110e3f0b09c68c13073c9","parentGuid":"plex://album/5d1a9af9f0b09c68c12c629a","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Time (edit)","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3313","grandparentTitle":"NF","parentTitle":"The Search","summary":"","index":20,"parentIndex":1,"ratingCount":2458,"thumb":"/library/metadata/3313/thumb/1591780357","parentThumb":"/library/metadata/3313/thumb/1591780357","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":230817,"addedAt":1591780355,"updatedAt":1595497205,"Media":[{"id":2950,"duration":230817,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2950,"key":"/library/parts/2950/1591831712/file.mp3","duration":230817,"file":"D:\\Public\\Media\\Music\\NF\\The Search\\020 - Time (edit).mp3","size":5635606,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1692","key":"/library/metadata/1692","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b1859","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Intro 2","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":1,"parentIndex":1,"ratingCount":10683,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":198269,"addedAt":1579174406,"updatedAt":1595497205,"Media":[{"id":1465,"duration":198269,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1465,"key":"/library/parts/1465/1591831704/file.mp3","duration":198269,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\001 - Intro 2.mp3","size":4902935,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1693","key":"/library/metadata/1693","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b1951","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Therapy Session","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":2,"parentIndex":1,"ratingCount":22212,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":331833,"addedAt":1579174406,"updatedAt":1595497205,"Media":[{"id":1466,"duration":331833,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1466,"key":"/library/parts/1466/1591831704/file.mp3","duration":331833,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\002 - Therapy Session.mp3","size":8110284,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1694","key":"/library/metadata/1694","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b1762","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"I Just Wanna Know","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":3,"parentIndex":1,"ratingCount":15784,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":226403,"addedAt":1579174408,"updatedAt":1595497205,"Media":[{"id":1467,"duration":226403,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1467,"key":"/library/parts/1467/1591831704/file.mp3","duration":226403,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\003 - I Just Wanna Know.mp3","size":5575202,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1695","key":"/library/metadata/1695","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b1c36","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"How Could You Leave Us","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":4,"parentIndex":1,"ratingCount":24727,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":322089,"addedAt":1579174408,"updatedAt":1595497205,"Media":[{"id":1468,"duration":322089,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1468,"key":"/library/parts/1468/1591831704/file.mp3","duration":322089,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\004 - How Could You Leave Us.mp3","size":7874303,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1696","key":"/library/metadata/1696","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f469403c6402903b0f0d","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Breathe","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":5,"parentIndex":1,"ratingCount":9681,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":258063,"addedAt":1579174408,"updatedAt":1595497205,"Media":[{"id":1469,"duration":258063,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1469,"key":"/library/parts/1469/1591831704/file.mp3","duration":258063,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\005 - Breathe.mp3","size":6334048,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1697","key":"/library/metadata/1697","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f469403c6402903b0f3e","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Real","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":6,"parentIndex":1,"ratingCount":17429,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":258533,"addedAt":1579174410,"updatedAt":1595497205,"Media":[{"id":1470,"duration":258533,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1470,"key":"/library/parts/1470/1591831704/file.mp3","duration":258533,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\006 - Real.mp3","size":6350116,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1698","key":"/library/metadata/1698","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b1c65","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Oh Lord","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":7,"parentIndex":1,"ratingCount":14141,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":198347,"addedAt":1579174410,"updatedAt":1595497205,"Media":[{"id":1471,"duration":198347,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1471,"key":"/library/parts/1471/1591831704/file.mp3","duration":198347,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\007 - Oh Lord.mp3","size":4901368,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1699","key":"/library/metadata/1699","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b14eb","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"I Can Feel It","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":8,"parentIndex":1,"ratingCount":8043,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":237662,"addedAt":1579174410,"updatedAt":1595497205,"Media":[{"id":1472,"duration":237662,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1472,"key":"/library/parts/1472/1591831704/file.mp3","duration":237662,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\008 - I Can Feel It.mp3","size":5845805,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3306","key":"/library/metadata/3306","parentRatingKey":"3305","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b165d","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Got You on My Mind","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3305","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":9,"parentIndex":1,"ratingCount":18002,"thumb":"/library/metadata/3305/thumb/1591780356","parentThumb":"/library/metadata/3305/thumb/1591780356","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":248450,"addedAt":1591780352,"updatedAt":1595497207,"Media":[{"id":2941,"duration":248450,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2941,"key":"/library/parts/2941/1591831704/file.mp3","duration":248450,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\009 - Got You on My Mind.mp3","size":6103251,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3307","key":"/library/metadata/3307","parentRatingKey":"3305","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b1e99","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Grindin’","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3305","grandparentTitle":"NF","parentTitle":"Therapy Session","originalTitle":"NF feat. Marty","summary":"","index":10,"parentIndex":1,"ratingCount":243,"thumb":"/library/metadata/3305/thumb/1591780356","parentThumb":"/library/metadata/3305/thumb/1591780356","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":273606,"addedAt":1591780352,"updatedAt":1595497207,"Media":[{"id":2942,"duration":273606,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2942,"key":"/library/parts/2942/1591831704/file.mp3","duration":273606,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\010 - Grindin’.mp3","size":6703042,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3308","key":"/library/metadata/3308","parentRatingKey":"3305","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b1cbb","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Wish You Wouldn’t","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3305","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/3305/thumb/1591780356","parentThumb":"/library/metadata/3305/thumb/1591780356","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":285100,"addedAt":1591780352,"updatedAt":1595497207,"Media":[{"id":2943,"duration":285100,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2943,"key":"/library/parts/2943/1591831704/file.mp3","duration":285100,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\011 - Wish You Wouldn’t.mp3","size":6978913,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1703","key":"/library/metadata/1703","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b1bfd","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Statement","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":12,"parentIndex":1,"ratingCount":7746,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":192914,"addedAt":1579174414,"updatedAt":1595497205,"Media":[{"id":1476,"duration":192914,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1476,"key":"/library/parts/1476/1591831704/file.mp3","duration":192914,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\012 - Statement.mp3","size":4772125,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1704","key":"/library/metadata/1704","parentRatingKey":"1691","grandparentRatingKey":"1686","guid":"plex://track/5d07f46a403c6402903b1bc4","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"All I Do","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1691","grandparentTitle":"NF","parentTitle":"Therapy Session","summary":"","index":13,"parentIndex":1,"ratingCount":8091,"thumb":"/library/metadata/1691/thumb/1591408924","parentThumb":"/library/metadata/1691/thumb/1591408924","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":231053,"addedAt":1579174414,"updatedAt":1595497205,"Media":[{"id":1477,"duration":231053,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1477,"key":"/library/parts/1477/1591831704/file.mp3","duration":231053,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\013 - All I Do.mp3","size":5687991,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3309","key":"/library/metadata/3309","parentRatingKey":"3305","grandparentRatingKey":"1686","guid":"plex://track/5d55c1ea8b1c056cc0c7464a","parentGuid":"plex://album/5d07ca08403c640290ce990d","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"Lost in the Moment","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/3305","grandparentTitle":"NF","parentTitle":"Therapy Session","originalTitle":"NF feat. Andreas Moss","summary":"","index":14,"parentIndex":1,"ratingCount":13320,"thumb":"/library/metadata/3305/thumb/1591780356","parentThumb":"/library/metadata/3305/thumb/1591780356","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":245133,"addedAt":1591780353,"updatedAt":1595497207,"Media":[{"id":2944,"duration":245133,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2944,"key":"/library/parts/2944/1591831706/file.mp3","duration":245133,"file":"D:\\Public\\Media\\Music\\NF\\Therapy Session\\014 - Lost in the Moment.mp3","size":6025692,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1688","key":"/library/metadata/1688","parentRatingKey":"1687","grandparentRatingKey":"1686","guid":"plex://track/5d1af026f0b09c68c1f59bbe","parentGuid":"plex://album/5dce96c9bab7c365841da0f1","grandparentGuid":"plex://artist/5d07bcf4403c64029057613c","type":"track","title":"When I Grow Up","grandparentKey":"/library/metadata/1686","parentKey":"/library/metadata/1687","grandparentTitle":"NF","parentTitle":"When I Grow Up","summary":"","index":1,"parentIndex":1,"ratingCount":36156,"thumb":"/library/metadata/1687/thumb/1591408971","parentThumb":"/library/metadata/1687/thumb/1591408971","grandparentThumb":"/library/metadata/1686/thumb/1595497070","duration":196937,"addedAt":1579174406,"updatedAt":1595497206,"Media":[{"id":1463,"duration":196937,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1463,"key":"/library/parts/1463/1591831712/file.mp3","duration":196937,"file":"D:\\Public\\Media\\Music\\NF\\When I Grow Up\\001 - When I Grow Up.mp3","size":4968385,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2451","key":"/library/metadata/2451","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095f569","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"Colorful Voice","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":1,"parentIndex":1,"ratingCount":108,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":168150,"addedAt":1591780136,"updatedAt":1595065077,"Media":[{"id":2155,"duration":168150,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2155,"key":"/library/parts/2155/1591831774/file.mp3","duration":168150,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\001 - Colorful Voice.mp3","size":4332435,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2452","key":"/library/metadata/2452","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095f40f","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"Give","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":2,"parentIndex":1,"ratingCount":5,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":259186,"addedAt":1591780136,"updatedAt":1595065077,"Media":[{"id":2156,"duration":259186,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2156,"key":"/library/parts/2156/1591831774/file.mp3","duration":259186,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\002 - Give.mp3","size":6517297,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2453","key":"/library/metadata/2453","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095f775","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"Half Way","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":3,"parentIndex":1,"ratingCount":6,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":195604,"addedAt":1591780136,"updatedAt":1595065077,"Media":[{"id":2157,"duration":195604,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2157,"key":"/library/parts/2157/1591831774/file.mp3","duration":195604,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\003 - Half Way.mp3","size":4991336,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2454","key":"/library/metadata/2454","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095f8be","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"Hope","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":4,"parentIndex":1,"ratingCount":5,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":215327,"addedAt":1591780136,"updatedAt":1595065077,"Media":[{"id":2158,"duration":215327,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2158,"key":"/library/parts/2158/1591831774/file.mp3","duration":215327,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\004 - Hope.mp3","size":5464667,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2455","key":"/library/metadata/2455","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095f70d","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"Hope (Classic Piano)","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":5,"parentIndex":1,"ratingCount":5,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":132075,"addedAt":1591780136,"updatedAt":1595065078,"Media":[{"id":2159,"duration":132075,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2159,"key":"/library/parts/2159/1591831774/file.mp3","duration":132075,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\005 - Hope (Classic Piano).mp3","size":3466643,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2456","key":"/library/metadata/2456","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095fab2","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"Mont Blanc","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":6,"parentIndex":1,"ratingCount":3,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":200672,"addedAt":1591780136,"updatedAt":1595065078,"Media":[{"id":2160,"duration":200672,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2160,"key":"/library/parts/2160/1591831774/file.mp3","duration":200672,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\006 - Mont Blanc.mp3","size":5112966,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2457","key":"/library/metadata/2457","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095f92e","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"Road","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":7,"parentIndex":1,"ratingCount":4,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":148114,"addedAt":1591780136,"updatedAt":1595065078,"Media":[{"id":2161,"duration":148114,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2161,"key":"/library/parts/2161/1591831776/file.mp3","duration":148114,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\007 - Road.mp3","size":3851552,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2458","key":"/library/metadata/2458","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095f7eb","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"Snow","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":8,"parentIndex":1,"ratingCount":3,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":209763,"addedAt":1591780136,"updatedAt":1595065078,"Media":[{"id":2162,"duration":209763,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2162,"key":"/library/parts/2162/1591831776/file.mp3","duration":209763,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\008 - Snow.mp3","size":5331129,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2459","key":"/library/metadata/2459","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095fbeb","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"Stay","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":9,"parentIndex":1,"ratingCount":4,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":180427,"addedAt":1591780136,"updatedAt":1595065078,"Media":[{"id":2163,"duration":180427,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2163,"key":"/library/parts/2163/1591831776/file.mp3","duration":180427,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\009 - Stay.mp3","size":4627077,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2460","key":"/library/metadata/2460","parentRatingKey":"2450","grandparentRatingKey":"1361","guid":"plex://track/5d07fb90403c64029095faf0","parentGuid":"plex://album/5d07cadc403c640290d7aa81","grandparentGuid":"plex://artist/5d07bf56403c64029074117c","type":"track","title":"One Happy Thing a Day","grandparentKey":"/library/metadata/1361","parentKey":"/library/metadata/2450","grandparentTitle":"Night Keepers","parentTitle":"VOEZ (Original Soundtrack)","summary":"","index":10,"parentIndex":1,"ratingCount":4,"thumb":"/library/metadata/2450/thumb/1591780149","parentThumb":"/library/metadata/2450/thumb/1591780149","grandparentThumb":"/library/metadata/1361/thumb/1595065059","duration":183144,"addedAt":1591780136,"updatedAt":1595065078,"Media":[{"id":2164,"duration":183144,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2164,"key":"/library/parts/2164/1591831776/file.mp3","duration":183144,"file":"D:\\Public\\Media\\Music\\Voez\\VOEZ (Original Soundtrack)\\010 - One Happy Thing a Day.mp3","size":4692314,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"926","key":"/library/metadata/926","parentRatingKey":"925","grandparentRatingKey":"924","guid":"plex://track/5d07efe1403c640290041e96","parentGuid":"plex://album/5d07c9cf403c640290cc2fad","grandparentGuid":"plex://artist/5d07bed5403c6402906df41b","type":"track","title":"Kyouran Hey Kids!!","grandparentKey":"/library/metadata/924","parentKey":"/library/metadata/925","grandparentTitle":"THE ORAL CIGARETTES","parentTitle":"Fixion","summary":"","index":2,"parentIndex":1,"ratingCount":29750,"thumb":"/library/metadata/925/thumb/1592039271","parentThumb":"/library/metadata/925/thumb/1592039271","grandparentThumb":"/library/metadata/924/thumb/1595497004","duration":253100,"addedAt":1579327140,"updatedAt":1595497087,"Media":[{"id":813,"duration":253100,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":813,"key":"/library/parts/813/1591831770/file.mp3","duration":253100,"file":"D:\\Public\\Media\\Music\\THE ORAL CIGARETTES\\FIXION\\002 - Kyouran Hey Kids!!.mp3","size":6723192,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"927","key":"/library/metadata/927","parentRatingKey":"925","grandparentRatingKey":"924","guid":"plex://track/5d07f201403c6402901d2689","parentGuid":"plex://album/5d07c9cf403c640290cc2fad","grandparentGuid":"plex://artist/5d07bed5403c6402906df41b","type":"track","title":"Everything","grandparentKey":"/library/metadata/924","parentKey":"/library/metadata/925","grandparentTitle":"THE ORAL CIGARETTES","parentTitle":"Fixion","summary":"","index":10,"parentIndex":1,"ratingCount":2373,"thumb":"/library/metadata/925/thumb/1592039271","parentThumb":"/library/metadata/925/thumb/1592039271","grandparentThumb":"/library/metadata/924/thumb/1595497004","duration":266710,"addedAt":1579327138,"updatedAt":1595497087,"Media":[{"id":814,"duration":266710,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":814,"key":"/library/parts/814/1591831772/file.mp3","duration":266710,"file":"D:\\Public\\Media\\Music\\THE ORAL CIGARETTES\\FIXION\\010 - Everything.mp3","size":7051974,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1745","key":"/library/metadata/1745","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7adf4","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Harran","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":1,"parentIndex":1,"ratingCount":1308,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":74710,"addedAt":1579310638,"updatedAt":1595497174,"Media":[{"id":1514,"duration":74710,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1514,"key":"/library/parts/1514/1591831712/file.mp3","duration":74710,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\001 - Harran.mp3","size":3355868,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1746","key":"/library/metadata/1746","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7ae84","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Horizon","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":2,"parentIndex":1,"ratingCount":1967,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":160391,"addedAt":1579310638,"updatedAt":1595497174,"Media":[{"id":1515,"duration":160391,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1515,"key":"/library/parts/1515/1591831712/file.mp3","duration":160391,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\002 - Horizon.mp3","size":6783135,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1747","key":"/library/metadata/1747","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7adf7","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Passage","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":3,"parentIndex":1,"ratingCount":1048,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":270863,"addedAt":1579310638,"updatedAt":1595497174,"Media":[{"id":1516,"duration":270863,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1516,"key":"/library/parts/1516/1591831712/file.mp3","duration":270863,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\003 - Passage.mp3","size":11202009,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1748","key":"/library/metadata/1748","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7ae85","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Runaway","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":4,"parentIndex":1,"ratingCount":961,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":257384,"addedAt":1579310640,"updatedAt":1595497174,"Media":[{"id":1517,"duration":257384,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1517,"key":"/library/parts/1517/1591831714/file.mp3","duration":257384,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\004 - Runaway.mp3","size":10662842,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1749","key":"/library/metadata/1749","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7adfa","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Revival","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":5,"parentIndex":1,"ratingCount":836,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":173061,"addedAt":1579310640,"updatedAt":1595497174,"Media":[{"id":1518,"duration":173061,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1518,"key":"/library/parts/1518/1591831714/file.mp3","duration":173061,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\005 - Revival.mp3","size":7289911,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1750","key":"/library/metadata/1750","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7ae86","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Demolition","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":6,"parentIndex":1,"ratingCount":787,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":269531,"addedAt":1579310640,"updatedAt":1595497174,"Media":[{"id":1519,"duration":269531,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1519,"key":"/library/parts/1519/1591831714/file.mp3","duration":269531,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\006 - Demolition.mp3","size":11148725,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1751","key":"/library/metadata/1751","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aee0","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Departure","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":7,"parentIndex":1,"ratingCount":835,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":229355,"addedAt":1579310640,"updatedAt":1595497174,"Media":[{"id":1520,"duration":229355,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1520,"key":"/library/parts/1520/1591831714/file.mp3","duration":229355,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\007 - Departure.mp3","size":9541670,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1752","key":"/library/metadata/1752","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aee3","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Invitation","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":8,"parentIndex":1,"ratingCount":719,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":290403,"addedAt":1579310640,"updatedAt":1595497174,"Media":[{"id":1521,"duration":290403,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1521,"key":"/library/parts/1521/1591831714/file.mp3","duration":290403,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\008 - Invitation.mp3","size":11983599,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1753","key":"/library/metadata/1753","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aee6","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Now They Are Coming","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":9,"parentIndex":1,"ratingCount":737,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":221884,"addedAt":1579310640,"updatedAt":1595497174,"Media":[{"id":1522,"duration":221884,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1522,"key":"/library/parts/1522/1591831714/file.mp3","duration":221884,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\009 - Now They Are Coming.mp3","size":9242849,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1754","key":"/library/metadata/1754","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aeea","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"On the Edge","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":10,"parentIndex":1,"ratingCount":675,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":165642,"addedAt":1579310640,"updatedAt":1595497174,"Media":[{"id":1523,"duration":165642,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1523,"key":"/library/parts/1523/1591831714/file.mp3","duration":165642,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\010 - On the Edge.mp3","size":6993170,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1755","key":"/library/metadata/1755","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aeed","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Destination","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":11,"parentIndex":1,"ratingCount":686,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":233822,"addedAt":1579310640,"updatedAt":1595497174,"Media":[{"id":1524,"duration":233822,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1524,"key":"/library/parts/1524/1591831716/file.mp3","duration":233822,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\011 - Destination.mp3","size":9720354,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1756","key":"/library/metadata/1756","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aef0","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Praise the Sunlight","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":12,"parentIndex":1,"ratingCount":637,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":202762,"addedAt":1579310642,"updatedAt":1595497174,"Media":[{"id":1525,"duration":202762,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1525,"key":"/library/parts/1525/1591831716/file.mp3","duration":202762,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\012 - Praise the Sunlight.mp3","size":8477986,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1757","key":"/library/metadata/1757","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aef3","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"In the Cage","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":13,"parentIndex":1,"ratingCount":644,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":201456,"addedAt":1579310642,"updatedAt":1595497174,"Media":[{"id":1526,"duration":201456,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1526,"key":"/library/parts/1526/1591831716/file.mp3","duration":201456,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\013 - In the Cage.mp3","size":8425725,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1758","key":"/library/metadata/1758","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aef6","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Choices and Decisions","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":14,"parentIndex":1,"ratingCount":582,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":126511,"addedAt":1579310642,"updatedAt":1595497174,"Media":[{"id":1527,"duration":126511,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1527,"key":"/library/parts/1527/1591831716/file.mp3","duration":126511,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\014 - Choices and Decisions.mp3","size":5427933,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1759","key":"/library/metadata/1759","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aef9","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Strife","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":15,"parentIndex":1,"ratingCount":732,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":198373,"addedAt":1579310642,"updatedAt":1595497174,"Media":[{"id":1528,"duration":198373,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1528,"key":"/library/parts/1528/1591831716/file.mp3","duration":198373,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\015 - Strife.mp3","size":8302417,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1760","key":"/library/metadata/1760","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aefc","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"For the Greater Good","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":16,"parentIndex":1,"ratingCount":690,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":247614,"addedAt":1579310642,"updatedAt":1595497174,"Media":[{"id":1529,"duration":247614,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1529,"key":"/library/parts/1529/1591831716/file.mp3","duration":247614,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\016 - For the Greater Good.mp3","size":10272078,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1761","key":"/library/metadata/1761","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7aeff","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Loose Ends","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":17,"parentIndex":1,"ratingCount":577,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":168542,"addedAt":1579310642,"updatedAt":1595497174,"Media":[{"id":1530,"duration":168542,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1530,"key":"/library/parts/1530/1591831718/file.mp3","duration":168542,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\017 - Loose Ends.mp3","size":7109152,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1762","key":"/library/metadata/1762","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7af05","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Decline","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":18,"parentIndex":1,"ratingCount":612,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":306651,"addedAt":1579310644,"updatedAt":1595497174,"Media":[{"id":1531,"duration":306651,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1531,"key":"/library/parts/1531/1591831718/file.mp3","duration":306651,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\018 - Decline.mp3","size":12633521,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1763","key":"/library/metadata/1763","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7af0a","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Breakdown","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":19,"parentIndex":1,"ratingCount":589,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":91559,"addedAt":1579310644,"updatedAt":1595497174,"Media":[{"id":1532,"duration":91559,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1532,"key":"/library/parts/1532/1591831718/file.mp3","duration":91559,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\019 - Breakdown.mp3","size":4029835,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1764","key":"/library/metadata/1764","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7af0c","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Despair","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":20,"parentIndex":1,"ratingCount":624,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":140225,"addedAt":1579310644,"updatedAt":1595497174,"Media":[{"id":1533,"duration":140225,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1533,"key":"/library/parts/1533/1591831718/file.mp3","duration":140225,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\020 - Despair.mp3","size":5976476,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1765","key":"/library/metadata/1765","parentRatingKey":"1744","grandparentRatingKey":"1743","guid":"plex://track/5d07ec50403c640290d7af10","parentGuid":"plex://album/5d07c920403c640290c5eb20","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Extent","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/1744","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light","summary":"","index":21,"parentIndex":1,"ratingCount":546,"thumb":"/library/metadata/1744/thumb/1592039390","parentThumb":"/library/metadata/1744/thumb/1592039390","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":196963,"addedAt":1579310644,"updatedAt":1595497174,"Media":[{"id":1534,"duration":196963,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1534,"key":"/library/parts/1534/1591831718/file.mp3","duration":196963,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light\\021 - Extent.mp3","size":8245993,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2685","key":"/library/metadata/2685","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7c3","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"The Following","titleSort":"following","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":1,"parentIndex":1,"ratingCount":469,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":81266,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2381,"duration":81266,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2381,"key":"/library/parts/2381/1591831718/file.mp3","duration":81266,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\001 - The Following.mp3","size":3435336,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2686","key":"/library/metadata/2686","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7c4","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"On the Edge of Light","titleSort":"on the edge of light","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":2,"parentIndex":1,"ratingCount":505,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":270027,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2382,"duration":270027,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2382,"key":"/library/parts/2382/1591831718/file.mp3","duration":270027,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\002 - On the Edge of Light.mp3","size":10985805,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2687","key":"/library/metadata/2687","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7c5","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Last Turn","titleSort":"last turn","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":206576,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2383,"duration":206576,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2383,"key":"/library/parts/2383/1591831720/file.mp3","duration":206576,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\003 - Last Turn.mp3","size":8447704,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2688","key":"/library/metadata/2688","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7c6","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Deserted Day (Bonus Track)","titleSort":"deserted day bonus track","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":269191,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2384,"duration":269191,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2384,"key":"/library/parts/2384/1591831720/file.mp3","duration":269191,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\004 - Deserted Day (Bonus Track).mp3","size":10952388,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2689","key":"/library/metadata/2689","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7c7","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"The Mother","titleSort":"mother","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":131291,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2385,"duration":131291,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2385,"key":"/library/parts/2385/1591831720/file.mp3","duration":131291,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\005 - The Mother.mp3","size":5436304,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2690","key":"/library/metadata/2690","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7c9","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Stealing the Buggy","titleSort":"stealing the buggy","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":6,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":165746,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2386,"duration":165746,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2386,"key":"/library/parts/2386/1591831720/file.mp3","duration":165746,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\006 - Stealing the Buggy.mp3","size":6814564,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2691","key":"/library/metadata/2691","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7cd","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Done (Bonus Track)","titleSort":"done bonus track","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":132832,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2387,"duration":132832,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2387,"key":"/library/parts/2387/1591831720/file.mp3","duration":132832,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\007 - Done (Bonus Track).mp3","size":5497989,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2692","key":"/library/metadata/2692","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7d0","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"A Touch of Darkness","titleSort":"touch of darkness","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":8,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":293694,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2388,"duration":293694,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2388,"key":"/library/parts/2388/1591831720/file.mp3","duration":293694,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\008 - A Touch of Darkness.mp3","size":11932474,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2693","key":"/library/metadata/2693","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7d1","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Solitary Day (Bonus Track)","titleSort":"solitary day bonus track","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":222066,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2389,"duration":222066,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2389,"key":"/library/parts/2389/1591831720/file.mp3","duration":222066,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\009 - Solitary Day (Bonus Track).mp3","size":9067392,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2694","key":"/library/metadata/2694","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7d4","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"A Breath of Inhumanity","titleSort":"breath of inhumanity","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":10,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":232489,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2390,"duration":232489,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2390,"key":"/library/parts/2390/1591831720/file.mp3","duration":232489,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\010 - A Breath of Inhumanity.mp3","size":9484292,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2695","key":"/library/metadata/2695","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7d6","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Lonesome","titleSort":"lonesome","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":260101,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2391,"duration":260101,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2391,"key":"/library/parts/2391/1591831720/file.mp3","duration":260101,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\011 - Lonesome.mp3","size":10588698,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2696","key":"/library/metadata/2696","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7d7","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Brothers of the Sun","titleSort":"brothers of the sun","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":154697,"addedAt":1591780172,"updatedAt":1595497176,"Media":[{"id":2392,"duration":154697,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2392,"key":"/library/parts/2392/1591831720/file.mp3","duration":154697,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\012 - Brothers of the Sun.mp3","size":6372578,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2697","key":"/library/metadata/2697","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7d9","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Walking Down","titleSort":"walking down","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":13,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":133328,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2393,"duration":133328,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2393,"key":"/library/parts/2393/1591831720/file.mp3","duration":133328,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\013 - Walking Down.mp3","size":5517824,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2698","key":"/library/metadata/2698","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7da","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Negotiation Failed","titleSort":"negotiation failed","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":204329,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2394,"duration":204329,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2394,"key":"/library/parts/2394/1591831720/file.mp3","duration":204329,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\014 - Negotiation Failed.mp3","size":8357880,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2699","key":"/library/metadata/2699","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7db","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Necessary","titleSort":"necessary","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":15,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":196048,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2395,"duration":196048,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2395,"key":"/library/parts/2395/1591831720/file.mp3","duration":196048,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\015 - Necessary.mp3","size":8026612,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2700","key":"/library/metadata/2700","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7dd","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Gaining Speed","titleSort":"gaining speed","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":16,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":210703,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2396,"duration":210703,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2396,"key":"/library/parts/2396/1591831720/file.mp3","duration":210703,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\016 - Gaining Speed.mp3","size":8612816,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2701","key":"/library/metadata/2701","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7df","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Conclusion","titleSort":"conclusion","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":17,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":224626,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2397,"duration":224626,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2397,"key":"/library/parts/2397/1591831720/file.mp3","duration":224626,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\017 - Conclusion.mp3","size":9169734,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2702","key":"/library/metadata/2702","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7e2","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Inhuman","titleSort":"inhuman","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":18,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":272587,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2398,"duration":272587,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2398,"key":"/library/parts/2398/1591831720/file.mp3","duration":272587,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\018 - Inhuman.mp3","size":11088155,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2703","key":"/library/metadata/2703","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7e3","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Stealth","titleSort":"stealth","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":19,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":163291,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2399,"duration":163291,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2399,"key":"/library/parts/2399/1591831720/file.mp3","duration":163291,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\019 - Stealth.mp3","size":6716302,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2704","key":"/library/metadata/2704","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7e4","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Faster","titleSort":"faster","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":20,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":270315,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2400,"duration":270315,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2400,"key":"/library/parts/2400/1591831722/file.mp3","duration":270315,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\020 - Faster.mp3","size":10997245,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2705","key":"/library/metadata/2705","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7e5","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Horde","titleSort":"horde","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":21,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":183379,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2401,"duration":183379,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2401,"key":"/library/parts/2401/1591831722/file.mp3","duration":183379,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\021 - Horde.mp3","size":7519820,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2706","key":"/library/metadata/2706","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7e7","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Dormant Day","titleSort":"dormant day","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":22,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":155977,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2402,"duration":155977,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2402,"key":"/library/parts/2402/1591831722/file.mp3","duration":155977,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\022 - Dormant Day.mp3","size":6423746,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2707","key":"/library/metadata/2707","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7e8","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Jasir","titleSort":"jasir","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":23,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":111124,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2403,"duration":111124,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2403,"key":"/library/parts/2403/1591831722/file.mp3","duration":111124,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\023 - Jasir.mp3","size":4629633,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2708","key":"/library/metadata/2708","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7e9","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"Water","titleSort":"water","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":24,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":160835,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2404,"duration":160835,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2404,"key":"/library/parts/2404/1591831722/file.mp3","duration":160835,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\024 - Water.mp3","size":6618073,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2709","key":"/library/metadata/2709","parentRatingKey":"2684","grandparentRatingKey":"1743","guid":"plex://track/5da5ac2be019a48cf5fda7ea","parentGuid":"plex://album/5da5601be019a48cf5020f17","grandparentGuid":"plex://artist/5d07bd86403c6402905f7628","type":"track","title":"What Next","titleSort":"what next","grandparentKey":"/library/metadata/1743","parentKey":"/library/metadata/2684","grandparentTitle":"Paweł Błaszczak","parentTitle":"Dying Light: The Following","summary":"","index":25,"parentIndex":1,"thumb":"/library/metadata/2684/thumb/1591780179","parentThumb":"/library/metadata/2684/thumb/1591780179","grandparentThumb":"/library/metadata/1743/thumb/1595497045","duration":228101,"addedAt":1591780173,"updatedAt":1595497176,"Media":[{"id":2405,"duration":228101,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2405,"key":"/library/parts/2405/1591831722/file.mp3","duration":228101,"file":"D:\\Public\\Media\\Music\\Pawel Blaszczak\\Dying Light- The Following\\025 - What Next.mp3","size":9308702,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2811","key":"/library/metadata/2811","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07f6d0403c6402905871ec","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Shelter","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Porter Robinson & Madeon","summary":"","index":1,"parentIndex":1,"ratingCount":99268,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":218964,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2494,"duration":218964,"bitrate":1081,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2494,"key":"/library/parts/2494/1591831726/file.flac","duration":218964,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\001 - Shelter.flac","size":29932796,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2812","key":"/library/metadata/2812","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07fb0e403c6402908f4e08","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Shelter (Mat Zo remix)","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Porter Robinson & Madeon","summary":"","index":2,"parentIndex":1,"ratingCount":99268,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":254725,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2495,"duration":254725,"bitrate":975,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2495,"key":"/library/parts/2495/1591831726/file.flac","duration":254725,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\002 - Shelter (Mat Zo remix).flac","size":31355708,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2813","key":"/library/metadata/2813","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07e7b9403c640290a321fc","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Sad Machine","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","summary":"","index":3,"parentIndex":1,"ratingCount":129107,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":354200,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2496,"duration":354200,"bitrate":972,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2496,"key":"/library/parts/2496/1591831726/file.flac","duration":354200,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\003 - Sad Machine.flac","size":43323892,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2814","key":"/library/metadata/2814","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07eb34403c640290cac21c","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"You’re On","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Madeon feat. Kyan","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":192720,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2497,"duration":192720,"bitrate":1094,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2497,"key":"/library/parts/2497/1591831726/file.flac","duration":192720,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\004 - You’re On.flac","size":26670894,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2815","key":"/library/metadata/2815","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b09c5d","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Flicker","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","summary":"","index":5,"parentIndex":1,"ratingCount":90140,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":279013,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2498,"duration":279013,"bitrate":1029,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2498,"key":"/library/parts/2498/1591831726/file.flac","duration":279013,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\005 - Flicker.flac","size":36187194,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2816","key":"/library/metadata/2816","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07ecc0403c640290dcb353","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Pay No Mind","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Madeon feat. Passion Pit","summary":"","index":6,"parentIndex":1,"ratingCount":67659,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":249440,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2499,"duration":249440,"bitrate":1060,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2499,"key":"/library/parts/2499/1591831726/file.flac","duration":249440,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\006 - Pay No Mind.flac","size":33360605,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2817","key":"/library/metadata/2817","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07ecc0403c640290dcb668","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Nonsense","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Madeon feat. Mark Foster","summary":"","index":7,"parentIndex":1,"ratingCount":28996,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":225786,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2500,"duration":225786,"bitrate":1042,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2500,"key":"/library/parts/2500/1591831728/file.flac","duration":225786,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\007 - Nonsense.flac","size":29718114,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2818","key":"/library/metadata/2818","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f4403c640290b095ec","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Divinity","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Porter Robinson feat. Amy Millan","summary":"","index":8,"parentIndex":1,"ratingCount":74196,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":369213,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2501,"duration":369213,"bitrate":1036,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2501,"key":"/library/parts/2501/1591831728/file.flac","duration":369213,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\008 - Divinity.flac","size":48109688,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2819","key":"/library/metadata/2819","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07ecc0403c640290dcb157","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Home","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Madeon","summary":"","index":9,"parentIndex":1,"ratingCount":43424,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":225346,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2502,"duration":225346,"bitrate":946,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2502,"key":"/library/parts/2502/1591831728/file.flac","duration":225346,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\009 - Home.flac","size":26944910,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2820","key":"/library/metadata/2820","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b0a5d5","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Goodbye to a World","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","summary":"","index":10,"parentIndex":1,"ratingCount":47576,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":330666,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2503,"duration":330666,"bitrate":850,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2503,"key":"/library/parts/2503/1591831728/file.flac","duration":330666,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\010 - Goodbye to a World.flac","size":35443534,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2821","key":"/library/metadata/2821","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07efe1403c6402900415e1","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Flicker (Mat Zo remix)","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","summary":"","index":11,"parentIndex":1,"ratingCount":2434,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":295172,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2504,"duration":295172,"bitrate":1018,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2504,"key":"/library/parts/2504/1591831728/file.flac","duration":295172,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\011 - Flicker (Mat Zo remix).flac","size":39113247,"container":"flac","hasThumbnail":"1"}]}]}]}} 2020-07-25 16:55:44.679 Verbose/PlexDataProvider: Insert Song: Mystery Fish 2020-07-25 16:55:44.680 Verbose/PlexDataProvider: Insert Song: Rings 2020-07-25 16:55:44.680 Verbose/PlexDataProvider: Insert Song: Lotta Years 2020-07-25 16:55:44.680 Verbose/PlexDataProvider: Insert Song: Dorks 2020-07-25 16:55:44.680 Verbose/PlexDataProvider: Insert Song: Rabies 2020-07-25 16:55:44.680 Verbose/PlexDataProvider: Insert Song: Supercell 2020-07-25 16:55:44.681 Verbose/PlexDataProvider: Insert Song: Blood Sandwich 2020-07-25 16:55:44.681 Verbose/PlexDataProvider: Insert Song: Get Out of the Car 2020-07-25 16:55:44.681 Verbose/PlexDataProvider: Insert Song: Shrunk 2020-07-25 16:55:44.682 Verbose/PlexDataProvider: Insert Song: Kirby 2020-07-25 16:55:44.683 Verbose/PlexDataProvider: Insert Song: TUFF 2020-07-25 16:55:44.683 Verbose/PlexDataProvider: Insert Song: Lazy Eye 2020-07-25 16:55:44.683 Verbose/PlexDataProvider: Insert Song: Defender 2020-07-25 16:55:44.683 Verbose/PlexDataProvider: Insert Song: Water Tower 2020-07-25 16:55:44.683 Verbose/PlexDataProvider: Insert Song: Molecules 2020-07-25 16:55:44.684 Verbose/PlexDataProvider: Insert Song: 空に歌えば 2020-07-25 16:55:44.684 Verbose/PlexDataProvider: Insert Song: The Fall of Earth 2020-07-25 16:55:44.684 Verbose/PlexDataProvider: Insert Song: Urameshi 2020-07-25 16:55:44.684 Verbose/PlexDataProvider: Insert Song: Hiei 2020-07-25 16:55:44.684 Verbose/PlexDataProvider: Insert Song: Vice 2020-07-25 16:55:44.685 Verbose/PlexDataProvider: Insert Song: Cowboy Bebop 2020-07-25 16:55:44.685 Verbose/PlexDataProvider: Insert Song: Pride 2020-07-25 16:55:44.685 Verbose/PlexDataProvider: Insert Song: Before the Fall 2020-07-25 16:55:44.685 Verbose/PlexDataProvider: Insert Song: Warfare 2020-07-25 16:55:44.685 Verbose/PlexDataProvider: Insert Song: Reasonable Doubt 2020-07-25 16:55:44.685 Verbose/PlexDataProvider: Insert Song: Trine 2 Main Theme 2020-07-25 16:55:44.685 Verbose/PlexDataProvider: Insert Song: The Story Begins 2020-07-25 16:55:44.686 Verbose/PlexDataProvider: Insert Song: The Mighty Warrior Pontius 2020-07-25 16:55:44.686 Verbose/PlexDataProvider: Insert Song: The Mighty Warrior Pontius, Part II 2020-07-25 16:55:44.686 Verbose/PlexDataProvider: Insert Song: Thieves Guild 2020-07-25 16:55:44.686 Verbose/PlexDataProvider: Insert Song: Mudwater Dale 2020-07-25 16:55:44.686 Verbose/PlexDataProvider: Insert Song: Waltz of the Temple Forest Elves 2020-07-25 16:55:44.687 Verbose/PlexDataProvider: Insert Song: Goblins! 2020-07-25 16:55:44.687 Verbose/PlexDataProvider: Insert Song: Mosslight Marsh 2020-07-25 16:55:44.687 Verbose/PlexDataProvider: Insert Song: Snake, Oh It’s a Snake! 2020-07-25 16:55:44.687 Verbose/PlexDataProvider: Insert Song: Petrified Tree 2020-07-25 16:55:44.687 Verbose/PlexDataProvider: Insert Song: Goblins! Part II 2020-07-25 16:55:44.687 Verbose/PlexDataProvider: Insert Song: Shadowed Halls 2020-07-25 16:55:44.688 Verbose/PlexDataProvider: Insert Song: The Lost Court of Mushroom Caves 2020-07-25 16:55:44.688 Verbose/PlexDataProvider: Insert Song: Hushing Grove 2020-07-25 16:55:44.688 Verbose/PlexDataProvider: Insert Song: For the Kingdom! 2020-07-25 16:55:44.688 Verbose/PlexDataProvider: Insert Song: Searock Castle 2020-07-25 16:55:44.688 Verbose/PlexDataProvider: Insert Song: Eldritch Passages 2020-07-25 16:55:44.688 Verbose/PlexDataProvider: Insert Song: Icewarden Keep 2020-07-25 16:55:44.689 Verbose/PlexDataProvider: Insert Song: The Giant Dragon 2020-07-25 16:55:44.689 Verbose/PlexDataProvider: Insert Song: Trine 2 Main Theme (Storybook version) 2020-07-25 16:55:44.689 Verbose/PlexDataProvider: Insert Song: Trine 2 Main Theme (orchestral version) 2020-07-25 16:55:44.689 Verbose/PlexDataProvider: Insert Song: The Giant Dragon (orchestral version) 2020-07-25 16:55:44.689 Verbose/PlexDataProvider: Insert Song: Trine 3 Main Theme 2020-07-25 16:55:44.690 Verbose/PlexDataProvider: Insert Song: Pontius the Knight 2020-07-25 16:55:44.690 Verbose/PlexDataProvider: Insert Song: Smash Puny Goblins 2020-07-25 16:55:44.690 Verbose/PlexDataProvider: Insert Song: Zoya the Thief 2020-07-25 16:55:44.690 Verbose/PlexDataProvider: Insert Song: Amadeus the Wizard 2020-07-25 16:55:44.690 Verbose/PlexDataProvider: Insert Song: The Academy Gatehouse 2020-07-25 16:55:44.690 Verbose/PlexDataProvider: Insert Song: Guardian of the Walls 2020-07-25 16:55:44.691 Verbose/PlexDataProvider: Insert Song: Astral Academy Recrudesce 2020-07-25 16:55:44.691 Verbose/PlexDataProvider: Insert Song: Academy Hallways Resurrected 2020-07-25 16:55:44.691 Verbose/PlexDataProvider: Insert Song: The Infernal Minions of Sarek 2020-07-25 16:55:44.691 Verbose/PlexDataProvider: Insert Song: The Chronicles of the Guardian 2020-07-25 16:55:44.691 Verbose/PlexDataProvider: Insert Song: The Redwood Forest 2020-07-25 16:55:44.692 Verbose/PlexDataProvider: Insert Song: The Beast in the Trees 2020-07-25 16:55:44.692 Verbose/PlexDataProvider: Insert Song: The Lost Mines 2020-07-25 16:55:44.692 Verbose/PlexDataProvider: Insert Song: Main Theme 2020-07-25 16:55:44.692 Verbose/PlexDataProvider: Insert Song: A Wintery Morning 2020-07-25 16:55:44.693 Verbose/PlexDataProvider: Insert Song: The Cursed Manor 2020-07-25 16:55:44.693 Verbose/PlexDataProvider: Insert Song: A Knight Turned Villain 2020-07-25 16:55:44.693 Verbose/PlexDataProvider: Insert Song: A Masquerade Night 2020-07-25 16:55:44.693 Verbose/PlexDataProvider: Insert Song: Craghill Moors 2020-07-25 16:55:44.694 Verbose/PlexDataProvider: Insert Song: The Hunter on the Heath 2020-07-25 16:55:44.694 Verbose/PlexDataProvider: Insert Song: The Thorny Hedge Maze 2020-07-25 16:55:44.694 Verbose/PlexDataProvider: Insert Song: Heatherwood Hall 2020-07-25 16:55:44.694 Verbose/PlexDataProvider: Insert Song: The Prince's Dream 2020-07-25 16:55:44.694 Verbose/PlexDataProvider: Insert Song: A Wizard's Worst Nightmare 2020-07-25 16:55:44.695 Verbose/PlexDataProvider: Insert Song: Moonlit Forests 2020-07-25 16:55:44.695 Verbose/PlexDataProvider: Insert Song: The Badgerborough 2020-07-25 16:55:44.695 Verbose/PlexDataProvider: Insert Song: Goldleaf Garden 2020-07-25 16:55:44.695 Verbose/PlexDataProvider: Insert Song: Firwood Water 2020-07-25 16:55:44.695 Verbose/PlexDataProvider: Insert Song: The Broken Fellowship 2020-07-25 16:55:44.695 Verbose/PlexDataProvider: Insert Song: The Crackling Mire 2020-07-25 16:55:44.696 Verbose/PlexDataProvider: Insert Song: The Blueberry Forest 2020-07-25 16:55:44.696 Verbose/PlexDataProvider: Insert Song: The Gossamer Grove 2020-07-25 16:55:44.696 Verbose/PlexDataProvider: Insert Song: Her Majesty of Misdemeanor 2020-07-25 16:55:44.696 Verbose/PlexDataProvider: Insert Song: Snow-Topped Heights 2020-07-25 16:55:44.696 Verbose/PlexDataProvider: Insert Song: The Nightmare Prince 2020-07-25 16:55:44.697 Verbose/PlexDataProvider: Insert Song: Haunted Tombs 2020-07-25 16:55:44.697 Verbose/PlexDataProvider: Insert Song: The Rising Shadow 2020-07-25 16:55:44.697 Verbose/PlexDataProvider: Insert Song: Toby's Dream 2020-07-25 16:55:44.697 Verbose/PlexDataProvider: Insert Song: Storytime 2020-07-25 16:55:44.698 Verbose/PlexDataProvider: Insert Song: Astral Academy 2020-07-25 16:55:44.698 Verbose/PlexDataProvider: Insert Song: Academy Hallways 2020-07-25 16:55:44.698 Verbose/PlexDataProvider: Insert Song: Wolvercote Catacombs 2020-07-25 16:55:44.698 Verbose/PlexDataProvider: Insert Song: Dragon Graveyard 2020-07-25 16:55:44.699 Verbose/PlexDataProvider: Insert Song: Crystal Caverns 2020-07-25 16:55:44.699 Verbose/PlexDataProvider: Insert Song: Crypt of the Damned 2020-07-25 16:55:44.699 Verbose/PlexDataProvider: Insert Song: Forsaken Dungeons 2020-07-25 16:55:44.699 Verbose/PlexDataProvider: Insert Song: Throne of the Lost King 2020-07-25 16:55:44.700 Verbose/PlexDataProvider: Insert Song: Fangle Forest 2020-07-25 16:55:44.700 Verbose/PlexDataProvider: Insert Song: Shadowthorn Thicket 2020-07-25 16:55:44.700 Verbose/PlexDataProvider: Insert Song: Ruins of the Perished 2020-07-25 16:55:44.701 Verbose/PlexDataProvider: Insert Song: Waltz of the Perished 2020-07-25 16:55:44.701 Verbose/PlexDataProvider: Insert Song: Heartland Mines 2020-07-25 16:55:44.701 Verbose/PlexDataProvider: Insert Song: Bramblestoke Village 2020-07-25 16:55:44.702 Verbose/PlexDataProvider: Insert Song: Iron Forge 2020-07-25 16:55:44.702 Verbose/PlexDataProvider: Insert Song: Tower of Sarek 2020-07-25 16:55:44.702 Verbose/PlexDataProvider: Insert Song: Trine Main Theme 2020-07-25 16:55:44.703 Verbose/PlexDataProvider: Insert Song: Trine Trailer Theme 2020-07-25 16:55:44.703 Verbose/PlexDataProvider: Insert Song: 遥か彼方 2020-07-25 16:55:44.703 Verbose/PlexDataProvider: Insert Song: Re: Re: 2020-07-25 16:55:44.703 Verbose/PlexDataProvider: Insert Song: Creature 2020-07-25 16:55:44.704 Verbose/PlexDataProvider: Insert Song: Shameful 2020-07-25 16:55:44.704 Verbose/PlexDataProvider: Insert Song: Our Sick Story (Thus Far) 2020-07-25 16:55:44.704 Verbose/PlexDataProvider: Insert Song: The Theft 2020-07-25 16:55:44.704 Verbose/PlexDataProvider: Insert Song: We Stand Up 2020-07-25 16:55:44.704 Verbose/PlexDataProvider: Insert Song: Ex’s and Oh’s 2020-07-25 16:55:44.705 Verbose/PlexDataProvider: Insert Song: Your Private War 2020-07-25 16:55:44.705 Verbose/PlexDataProvider: Insert Song: My Fork in the Road (Your Knife in My Back) 2020-07-25 16:55:44.705 Verbose/PlexDataProvider: Insert Song: Untitled Finale 2020-07-25 16:55:44.705 Verbose/PlexDataProvider: Insert Song: Doomsday 2020-07-25 16:55:44.705 Verbose/PlexDataProvider: Insert Song: Honor 2020-07-25 16:55:44.706 Verbose/PlexDataProvider: Insert Song: Falling Down 2020-07-25 16:55:44.706 Verbose/PlexDataProvider: Insert Song: Becoming the Bull 2020-07-25 16:55:44.706 Verbose/PlexDataProvider: Insert Song: When Two Are One 2020-07-25 16:55:44.706 Verbose/PlexDataProvider: Insert Song: Lose It 2020-07-25 16:55:44.706 Verbose/PlexDataProvider: Insert Song: No One Cares 2020-07-25 16:55:44.707 Verbose/PlexDataProvider: Insert Song: Can't Happen Here 2020-07-25 16:55:44.707 Verbose/PlexDataProvider: Insert Song: Slow Burn 2020-07-25 16:55:44.707 Verbose/PlexDataProvider: Insert Song: Blow 2020-07-25 16:55:44.707 Verbose/PlexDataProvider: Insert Song: Lead Sails (and a Paper Anchor) 2020-07-25 16:55:44.707 Verbose/PlexDataProvider: Insert Song: HOT 97 Freestyle 2017 2020-07-25 16:55:44.707 Verbose/PlexDataProvider: Insert Song: Fentanyl 2020-07-25 16:55:44.708 Verbose/PlexDataProvider: Insert Song: Soundtrack to Confusion 2020-07-25 16:55:44.708 Verbose/PlexDataProvider: Insert Song: Get Outlined 2020-07-25 16:55:44.708 Verbose/PlexDataProvider: Insert Song: History Unfolds 2020-07-25 16:55:44.709 Verbose/PlexDataProvider: Insert Song: How to Hold a Choppa 2020-07-25 16:55:44.709 Verbose/PlexDataProvider: Insert Song: The New Grit 2020-07-25 16:55:44.709 Verbose/PlexDataProvider: Insert Song: Long Liveth 2020-07-25 16:55:44.709 Verbose/PlexDataProvider: Insert Song: Streets 2020-07-25 16:55:44.710 Verbose/PlexDataProvider: Insert Song: Conception 2020-07-25 16:55:44.710 Verbose/PlexDataProvider: Insert Song: Twofifteen 2020-07-25 16:55:44.710 Verbose/PlexDataProvider: Insert Song: 9th vs. Thought 2020-07-25 16:55:44.710 Verbose/PlexDataProvider: Insert Song: Dostoyevsky 2020-07-25 16:55:44.711 Verbose/PlexDataProvider: Insert Song: Making a Murderer 2020-07-25 16:55:44.711 Verbose/PlexDataProvider: Insert Song: Thank You 2020-07-25 16:55:44.711 Verbose/PlexDataProvider: Insert Song: Flyers 2020-07-25 16:55:44.711 Verbose/PlexDataProvider: Insert Song: オトナHIT PARADE 2020-07-25 16:55:44.711 Verbose/PlexDataProvider: Insert Song: Dark 2020-07-25 16:55:44.712 Verbose/PlexDataProvider: Insert Song: Failure 2020-07-25 16:55:44.712 Verbose/PlexDataProvider: Insert Song: Angels Fall 2020-07-25 16:55:44.712 Verbose/PlexDataProvider: Insert Song: Breaking the Silence 2020-07-25 16:55:44.712 Verbose/PlexDataProvider: Insert Song: Hollow 2020-07-25 16:55:44.712 Verbose/PlexDataProvider: Insert Song: Close to Heaven 2020-07-25 16:55:44.713 Verbose/PlexDataProvider: Insert Song: Bury Me Alive 2020-07-25 16:55:44.713 Verbose/PlexDataProvider: Insert Song: Never Again 2020-07-25 16:55:44.713 Verbose/PlexDataProvider: Insert Song: The Great Divide 2020-07-25 16:55:44.713 Verbose/PlexDataProvider: Insert Song: Ashes of Eden 2020-07-25 16:55:44.713 Verbose/PlexDataProvider: Insert Song: Defeated 2020-07-25 16:55:44.714 Verbose/PlexDataProvider: Insert Song: Dawn 2020-07-25 16:55:44.714 Verbose/PlexDataProvider: Insert Song: Fade Away 2020-07-25 16:55:44.714 Verbose/PlexDataProvider: Insert Song: I Will Not Bow 2020-07-25 16:55:44.714 Verbose/PlexDataProvider: Insert Song: Crawl 2020-07-25 16:55:44.714 Verbose/PlexDataProvider: Insert Song: Give Me a Sign 2020-07-25 16:55:44.714 Verbose/PlexDataProvider: Insert Song: Hopeless 2020-07-25 16:55:44.715 Verbose/PlexDataProvider: Insert Song: What Lies Beneath 2020-07-25 16:55:44.715 Verbose/PlexDataProvider: Insert Song: Anthem of the Angels 2020-07-25 16:55:44.715 Verbose/PlexDataProvider: Insert Song: Lights Out 2020-07-25 16:55:44.715 Verbose/PlexDataProvider: Insert Song: Dear Agony 2020-07-25 16:55:44.716 Verbose/PlexDataProvider: Insert Song: Into the Nothing 2020-07-25 16:55:44.716 Verbose/PlexDataProvider: Insert Song: Without You 2020-07-25 16:55:44.716 Verbose/PlexDataProvider: Insert Song: Intro 2020-07-25 16:55:44.716 Verbose/PlexDataProvider: Insert Song: The Diary of Jane 2020-07-25 16:55:44.716 Verbose/PlexDataProvider: Insert Song: Breath 2020-07-25 16:55:44.716 Verbose/PlexDataProvider: Insert Song: You 2020-07-25 16:55:44.717 Verbose/PlexDataProvider: Insert Song: Evil Angel 2020-07-25 16:55:44.717 Verbose/PlexDataProvider: Insert Song: Until the End 2020-07-25 16:55:44.717 Verbose/PlexDataProvider: Insert Song: Dance With the Devil 2020-07-25 16:55:44.717 Verbose/PlexDataProvider: Insert Song: Topless 2020-07-25 16:55:44.718 Verbose/PlexDataProvider: Insert Song: Here We Are 2020-07-25 16:55:44.718 Verbose/PlexDataProvider: Insert Song: Unknown Soldier 2020-07-25 16:55:44.718 Verbose/PlexDataProvider: Insert Song: Had Enough 2020-07-25 16:55:44.718 Verbose/PlexDataProvider: Insert Song: You Fight Me 2020-07-25 16:55:44.718 Verbose/PlexDataProvider: Insert Song: Outro 2020-07-25 16:55:44.718 Verbose/PlexDataProvider: Insert Song: Wish I May 2020-07-25 16:55:44.719 Verbose/PlexDataProvider: Insert Song: Medicate 2020-07-25 16:55:44.719 Verbose/PlexDataProvider: Insert Song: Polyamorous 2020-07-25 16:55:44.719 Verbose/PlexDataProvider: Insert Song: Skin 2020-07-25 16:55:44.719 Verbose/PlexDataProvider: Insert Song: Natural Life 2020-07-25 16:55:44.720 Verbose/PlexDataProvider: Insert Song: Next to Nothing 2020-07-25 16:55:44.720 Verbose/PlexDataProvider: Insert Song: Water 2020-07-25 16:55:44.720 Verbose/PlexDataProvider: Insert Song: Home 2020-07-25 16:55:44.720 Verbose/PlexDataProvider: Insert Song: Phase 2020-07-25 16:55:44.721 Verbose/PlexDataProvider: Insert Song: No Games 2020-07-25 16:55:44.721 Verbose/PlexDataProvider: Insert Song: Sugarcoat 2020-07-25 16:55:44.721 Verbose/PlexDataProvider: Insert Song: Shallow Bay 2020-07-25 16:55:44.721 Verbose/PlexDataProvider: Insert Song: Forever 2020-07-25 16:55:44.721 Verbose/PlexDataProvider: Insert Song: So Cold (Remix) 2020-07-25 16:55:44.721 Verbose/PlexDataProvider: Insert Song: Simple Design 2020-07-25 16:55:44.722 Verbose/PlexDataProvider: Insert Song: Follow (Radio Edit) 2020-07-25 16:55:44.722 Verbose/PlexDataProvider: Insert Song: Firefly 2020-07-25 16:55:44.722 Verbose/PlexDataProvider: Insert Song: Break My Fall 2020-07-25 16:55:44.722 Verbose/PlexDataProvider: Insert Song: Forget It 2020-07-25 16:55:44.722 Verbose/PlexDataProvider: Insert Song: Sooner Or Later 2020-07-25 16:55:44.723 Verbose/PlexDataProvider: Insert Song: Breakdown 2020-07-25 16:55:44.723 Verbose/PlexDataProvider: Insert Song: Away 2020-07-25 16:55:44.723 Verbose/PlexDataProvider: Insert Song: Believe 2020-07-25 16:55:44.723 Verbose/PlexDataProvider: Insert Song: Rain 2020-07-25 16:55:44.723 Verbose/PlexDataProvider: Insert Song: Rain (2005) [Alternate Single Version] 2020-07-25 16:55:44.724 Verbose/PlexDataProvider: Insert Song: Me and Your Mama 2020-07-25 16:55:44.724 Verbose/PlexDataProvider: Insert Song: Have Some Love 2020-07-25 16:55:44.724 Verbose/PlexDataProvider: Insert Song: Boogieman 2020-07-25 16:55:44.724 Verbose/PlexDataProvider: Insert Song: Zombies 2020-07-25 16:55:44.724 Verbose/PlexDataProvider: Insert Song: Riot 2020-07-25 16:55:44.724 Verbose/PlexDataProvider: Insert Song: Redbone 2020-07-25 16:55:44.724 Verbose/PlexDataProvider: Insert Song: California 2020-07-25 16:55:44.725 Verbose/PlexDataProvider: Insert Song: Terrified 2020-07-25 16:55:44.725 Verbose/PlexDataProvider: Insert Song: Baby Boy 2020-07-25 16:55:44.725 Verbose/PlexDataProvider: Insert Song: The Night Me and Your Mama Met 2020-07-25 16:55:44.725 Verbose/PlexDataProvider: Insert Song: Stand Tall 2020-07-25 16:55:44.725 Verbose/PlexDataProvider: Insert Song: The Library (intro) 2020-07-25 16:55:44.725 Verbose/PlexDataProvider: Insert Song: I. Crawl 2020-07-25 16:55:44.726 Verbose/PlexDataProvider: Insert Song: II. Worldstar 2020-07-25 16:55:44.726 Verbose/PlexDataProvider: Insert Song: Dial Up 2020-07-25 16:55:44.726 Verbose/PlexDataProvider: Insert Song: I. The Worst Guys 2020-07-25 16:55:44.726 Verbose/PlexDataProvider: Insert Song: II. Shadows 2020-07-25 16:55:44.726 Verbose/PlexDataProvider: Insert Song: III. Telegraph Ave. ("Oakland" by Lloyd) 2020-07-25 16:55:44.726 Verbose/PlexDataProvider: Insert Song: IV. Sweatpants 2020-07-25 16:55:44.727 Verbose/PlexDataProvider: Insert Song: V. 3005 2020-07-25 16:55:44.727 Verbose/PlexDataProvider: Insert Song: Playing Around Before the Party Starts 2020-07-25 16:55:44.727 Verbose/PlexDataProvider: Insert Song: I. The Party 2020-07-25 16:55:44.727 Verbose/PlexDataProvider: Insert Song: II. No Exit 2020-07-25 16:55:44.728 Verbose/PlexDataProvider: Insert Song: Death by Numbers 2020-07-25 16:55:44.728 Verbose/PlexDataProvider: Insert Song: I. Flight of the Navigator 2020-07-25 16:55:44.728 Verbose/PlexDataProvider: Insert Song: II. Zealots of Stockholm (Free Information) 2020-07-25 16:55:44.728 Verbose/PlexDataProvider: Insert Song: III. Urn 2020-07-25 16:55:44.728 Verbose/PlexDataProvider: Insert Song: Pink Toes 2020-07-25 16:55:44.729 Verbose/PlexDataProvider: Insert Song: Earth: The Oldest Computer (The Last Night) 2020-07-25 16:55:44.729 Verbose/PlexDataProvider: Insert Song: Life: The Biggest Troll (Andrew Auernheimer) 2020-07-25 16:55:44.729 Verbose/PlexDataProvider: Insert Song: Outside 2020-07-25 16:55:44.729 Verbose/PlexDataProvider: Insert Song: Fire Fly 2020-07-25 16:55:44.730 Verbose/PlexDataProvider: Insert Song: Bonfire 2020-07-25 16:55:44.730 Verbose/PlexDataProvider: Insert Song: All the Shine 2020-07-25 16:55:44.730 Verbose/PlexDataProvider: Insert Song: Letter Home 2020-07-25 16:55:44.730 Verbose/PlexDataProvider: Insert Song: Heartbeat 2020-07-25 16:55:44.730 Verbose/PlexDataProvider: Insert Song: Backpackers 2020-07-25 16:55:44.730 Verbose/PlexDataProvider: Insert Song: Les 2020-07-25 16:55:44.731 Verbose/PlexDataProvider: Insert Song: Hold You Down 2020-07-25 16:55:44.731 Verbose/PlexDataProvider: Insert Song: Kids 2020-07-25 16:55:44.731 Verbose/PlexDataProvider: Insert Song: You See Me 2020-07-25 16:55:44.731 Verbose/PlexDataProvider: Insert Song: Sunrise 2020-07-25 16:55:44.731 Verbose/PlexDataProvider: Insert Song: That Power 2020-07-25 16:55:44.732 Verbose/PlexDataProvider: Insert Song: This Is America 2020-07-25 16:55:44.732 Verbose/PlexDataProvider: Insert Song: Irony 2020-07-25 16:55:44.732 Verbose/PlexDataProvider: Insert Song: Connect 2020-07-25 16:55:44.732 Verbose/PlexDataProvider: Insert Song: ヒトリゴト 2020-07-25 16:55:44.733 Verbose/PlexDataProvider: Insert Song: Stardew Valley Overture 2020-07-25 16:55:44.733 Verbose/PlexDataProvider: Insert Song: Cloud Country 2020-07-25 16:55:44.733 Verbose/PlexDataProvider: Insert Song: Grandpa's Theme 2020-07-25 16:55:44.733 Verbose/PlexDataProvider: Insert Song: Settling In 2020-07-25 16:55:44.733 Verbose/PlexDataProvider: Insert Song: Spring (It's a Big World Outside) 2020-07-25 16:55:44.734 Verbose/PlexDataProvider: Insert Song: Spring (The Valley Comes Alive) 2020-07-25 16:55:44.734 Verbose/PlexDataProvider: Insert Song: Spring (Wild Horseradish Jam) 2020-07-25 16:55:44.735 Verbose/PlexDataProvider: Insert Song: Pelican Town 2020-07-25 16:55:44.735 Verbose/PlexDataProvider: Insert Song: Flower Dance 2020-07-25 16:55:44.735 Verbose/PlexDataProvider: Insert Song: Fun Festival 2020-07-25 16:55:44.735 Verbose/PlexDataProvider: Insert Song: Distant Banjo 2020-07-25 16:55:44.735 Verbose/PlexDataProvider: Insert Song: A Glimpse of the Other World (Wizard's Theme) 2020-07-25 16:55:44.736 Verbose/PlexDataProvider: Insert Song: Summer (Nature's Crescendo) 2020-07-25 16:55:44.736 Verbose/PlexDataProvider: Insert Song: Summer (The Sun Can Bend an Orange Sky) 2020-07-25 16:55:44.736 Verbose/PlexDataProvider: Insert Song: Summer (Tropicala) 2020-07-25 16:55:44.737 Verbose/PlexDataProvider: Insert Song: The Adventure Guild 2020-07-25 16:55:44.737 Verbose/PlexDataProvider: Insert Song: The Stardrop Saloon 2020-07-25 16:55:44.737 Verbose/PlexDataProvider: Insert Song: Luau Festival 2020-07-25 16:55:44.737 Verbose/PlexDataProvider: Insert Song: Dance of the Moonlight Jellies 2020-07-25 16:55:44.737 Verbose/PlexDataProvider: Insert Song: Fall (The Smell of Mushroom) 2020-07-25 16:55:44.738 Verbose/PlexDataProvider: Insert Song: Fall (Ghost Synth) 2020-07-25 16:55:44.745 Verbose/PlexDataProvider: Insert Song: Fall (Raven's Descent) 2020-07-25 16:55:44.745 Verbose/PlexDataProvider: Insert Song: The Library and Museum 2020-07-25 16:55:44.745 Verbose/PlexDataProvider: Insert Song: Stardew Valley Fair Theme 2020-07-25 16:55:44.746 Verbose/PlexDataProvider: Insert Song: Festival Game 2020-07-25 16:55:44.746 Verbose/PlexDataProvider: Insert Song: Spirit's Eve Festival 2020-07-25 16:55:44.746 Verbose/PlexDataProvider: Insert Song: Winter (Nocturne of Ice) 2020-07-25 16:55:44.746 Verbose/PlexDataProvider: Insert Song: Winter (The Wind Can Be Still) 2020-07-25 16:55:44.746 Verbose/PlexDataProvider: Insert Song: Winter (Ancient) 2020-07-25 16:55:44.747 Verbose/PlexDataProvider: Insert Song: Winter Festival 2020-07-25 16:55:44.747 Verbose/PlexDataProvider: Insert Song: A Golden Star Is Born 2020-07-25 16:55:44.747 Verbose/PlexDataProvider: Insert Song: Country Shop 2020-07-25 16:55:44.747 Verbose/PlexDataProvider: Insert Song: Calico Desert 2020-07-25 16:55:44.747 Verbose/PlexDataProvider: Insert Song: Playful 2020-07-25 16:55:44.748 Verbose/PlexDataProvider: Insert Song: Buttercup Melody 2020-07-25 16:55:44.748 Verbose/PlexDataProvider: Insert Song: Pleasant Memory (Penny's Theme) 2020-07-25 16:55:44.748 Verbose/PlexDataProvider: Insert Song: Piano Solo (Elliott's Theme) 2020-07-25 16:55:44.748 Verbose/PlexDataProvider: Insert Song: Land of Green and Gold (Leah's Theme) 2020-07-25 16:55:44.749 Verbose/PlexDataProvider: Insert Song: A Stillness in the Rain (Abigail's Melody) 2020-07-25 16:55:44.749 Verbose/PlexDataProvider: Insert Song: Starwatcher (Maru's Theme) 2020-07-25 16:55:44.749 Verbose/PlexDataProvider: Insert Song: A Sad Song (Alex's Theme) 2020-07-25 16:55:44.749 Verbose/PlexDataProvider: Insert Song: Pickle Jar Rag (Haley's Theme) 2020-07-25 16:55:44.750 Verbose/PlexDataProvider: Insert Song: Echos (Sebastian's Theme) 2020-07-25 16:55:44.750 Verbose/PlexDataProvider: Insert Song: Grapefruit Sky (Dr. Harvey's Theme) 2020-07-25 16:55:44.750 Verbose/PlexDataProvider: Insert Song: Frozen Pizza and Eggs (Shane's Theme) 2020-07-25 16:55:44.750 Verbose/PlexDataProvider: Insert Song: Song of Feathers (Emily's Theme) 2020-07-25 16:55:44.750 Verbose/PlexDataProvider: Insert Song: Dreamscape 2020-07-25 16:55:44.751 Verbose/PlexDataProvider: Insert Song: Emily's Dance 2020-07-25 16:55:44.751 Verbose/PlexDataProvider: Insert Song: Alex's Keepsake 2020-07-25 16:55:44.751 Verbose/PlexDataProvider: Insert Song: Band Practice 2020-07-25 16:55:44.751 Verbose/PlexDataProvider: Insert Song: Sam's Band (electronic version) 2020-07-25 16:55:44.752 Verbose/PlexDataProvider: Insert Song: Sam's Band (pop version) 2020-07-25 16:55:44.752 Verbose/PlexDataProvider: Insert Song: Sam's Band (bluegrass version) 2020-07-25 16:55:44.752 Verbose/PlexDataProvider: Insert Song: Sam's Band (heavy version) 2020-07-25 16:55:44.753 Verbose/PlexDataProvider: Insert Song: A Dark Corner of the Past 2020-07-25 16:55:44.754 Verbose/PlexDataProvider: Insert Song: Music Box Song 2020-07-25 16:55:44.754 Verbose/PlexDataProvider: Insert Song: Jaunty 2020-07-25 16:55:44.755 Verbose/PlexDataProvider: Insert Song: Violin Solo 2020-07-25 16:55:44.755 Verbose/PlexDataProvider: Insert Song: Wedding Celebration 2020-07-25 16:55:44.755 Verbose/PlexDataProvider: Insert Song: Mines (Crystal Bells) 2020-07-25 16:55:44.755 Verbose/PlexDataProvider: Insert Song: Mines (A Flicker in the Deep) 2020-07-25 16:55:44.756 Verbose/PlexDataProvider: Insert Song: Mines (Star Lumpy) 2020-07-25 16:55:44.756 Verbose/PlexDataProvider: Insert Song: Mines (Icicles) 2020-07-25 16:55:44.756 Verbose/PlexDataProvider: Insert Song: Mines (Marimba of Frozen Bones) 2020-07-25 16:55:44.757 Verbose/PlexDataProvider: Insert Song: Mines (Cloth) 2020-07-25 16:55:44.757 Verbose/PlexDataProvider: Insert Song: Mines (Visitor to the Unknown) 2020-07-25 16:55:44.757 Verbose/PlexDataProvider: Insert Song: Mines (The Lava Dwellers) 2020-07-25 16:55:44.758 Verbose/PlexDataProvider: Insert Song: Mines (Magical Shoes) 2020-07-25 16:55:44.758 Verbose/PlexDataProvider: Insert Song: Mines (Danger!) 2020-07-25 16:55:44.758 Verbose/PlexDataProvider: Insert Song: In the Deep Woods 2020-07-25 16:55:44.758 Verbose/PlexDataProvider: Insert Song: Journey of the Prairie King (Overworld) 2020-07-25 16:55:44.759 Verbose/PlexDataProvider: Insert Song: Journey of the Prairie King (The Outlaw) 2020-07-25 16:55:44.759 Verbose/PlexDataProvider: Insert Song: Journey of the Prairie King (Final Boss & Ending) 2020-07-25 16:55:44.759 Verbose/PlexDataProvider: Insert Song: Load Game 2020-07-25 16:55:44.759 Verbose/PlexDataProvider: Insert Song: Get Used to It 2020-07-25 16:55:44.760 Verbose/PlexDataProvider: Insert Song: A Proper Story 2020-07-25 16:55:44.760 Verbose/PlexDataProvider: Insert Song: In Case of Trouble 2020-07-25 16:55:44.760 Verbose/PlexDataProvider: Insert Song: Bynn the Breaker 2020-07-25 16:55:44.760 Verbose/PlexDataProvider: Insert Song: The Sole Regret 2020-07-25 16:55:44.760 Verbose/PlexDataProvider: Insert Song: Twisted Streets 2020-07-25 16:55:44.761 Verbose/PlexDataProvider: Insert Song: Terminal March 2020-07-25 16:55:44.761 Verbose/PlexDataProvider: Insert Song: Percy’s Escape 2020-07-25 16:55:44.761 Verbose/PlexDataProvider: Insert Song: Faith of Jevel 2020-07-25 16:55:44.761 Verbose/PlexDataProvider: Insert Song: Mine, Windbag, Mine 2020-07-25 16:55:44.761 Verbose/PlexDataProvider: Insert Song: Slinger’s Song 2020-07-25 16:55:44.761 Verbose/PlexDataProvider: Insert Song: Build That Wall (Zia’s Theme) 2020-07-25 16:55:44.762 Verbose/PlexDataProvider: Insert Song: Spike in a Rail 2020-07-25 16:55:44.762 Verbose/PlexDataProvider: Insert Song: What’s Left Undone 2020-07-25 16:55:44.762 Verbose/PlexDataProvider: Insert Song: Brusher Patrol 2020-07-25 16:55:44.762 Verbose/PlexDataProvider: Insert Song: The Mancer’s Dilemma 2020-07-25 16:55:44.763 Verbose/PlexDataProvider: Insert Song: Mother, I’m Here (Zulf’s Theme) 2020-07-25 16:55:44.763 Verbose/PlexDataProvider: Insert Song: Pale Watchers 2020-07-25 16:55:44.763 Verbose/PlexDataProvider: Insert Song: The Bottom Feeders 2020-07-25 16:55:44.763 Verbose/PlexDataProvider: Insert Song: From Wharf to Wilds 2020-07-25 16:55:44.764 Verbose/PlexDataProvider: Insert Song: Setting Sail, Coming Home (End Theme) 2020-07-25 16:55:44.764 Verbose/PlexDataProvider: Insert Song: The Pantheon (Ain’t Gonna Catch You) 2020-07-25 16:55:44.764 Verbose/PlexDataProvider: Insert Song: Old Friends (Hummed) 2020-07-25 16:55:44.764 Verbose/PlexDataProvider: Insert Song: Stained Glass (Hummed) 2020-07-25 16:55:44.765 Verbose/PlexDataProvider: Insert Song: Forecast (Hummed) 2020-07-25 16:55:44.765 Verbose/PlexDataProvider: Insert Song: The Spine (Instrumental) 2020-07-25 16:55:44.765 Verbose/PlexDataProvider: Insert Song: Coasting (Hummed) 2020-07-25 16:55:44.766 Verbose/PlexDataProvider: Insert Song: Vanishing Point (Hummed) 2020-07-25 16:55:44.766 Verbose/PlexDataProvider: Insert Song: Traces (Hummed) 2020-07-25 16:55:44.766 Verbose/PlexDataProvider: Insert Song: Water Wall (Hummed) 2020-07-25 16:55:44.767 Verbose/PlexDataProvider: Insert Song: In Circles (Instrumental) 2020-07-25 16:55:44.767 Verbose/PlexDataProvider: Insert Song: Heightmap (Hummed) 2020-07-25 16:55:44.767 Verbose/PlexDataProvider: Insert Song: Dormant (Hummed) 2020-07-25 16:55:44.767 Verbose/PlexDataProvider: Insert Song: Apex Beat (Hummed) 2020-07-25 16:55:44.767 Verbose/PlexDataProvider: Insert Song: Gateless (Hummed) 2020-07-25 16:55:44.768 Verbose/PlexDataProvider: Insert Song: Sandbox (Hummed) 2020-07-25 16:55:44.768 Verbose/PlexDataProvider: Insert Song: We All Become (Instrumental) 2020-07-25 16:55:44.768 Verbose/PlexDataProvider: Insert Song: Interlace (Hummed) 2020-07-25 16:55:44.768 Verbose/PlexDataProvider: Insert Song: Tangent (Hummed) 2020-07-25 16:55:44.768 Verbose/PlexDataProvider: Insert Song: Signals (Instrumental) 2020-07-25 16:55:44.769 Verbose/PlexDataProvider: Insert Song: Impossible (Hummed) 2020-07-25 16:55:44.769 Verbose/PlexDataProvider: Insert Song: Blank Canvas (Hummed) 2020-07-25 16:55:44.769 Verbose/PlexDataProvider: Insert Song: Paper Boats (Instrumental) 2020-07-25 16:55:44.770 Verbose/PlexDataProvider: Insert Song: G_ld L__f 2020-07-25 16:55:44.770 Verbose/PlexDataProvider: Insert Song: _n C_rcl_s 2020-07-25 16:55:44.770 Verbose/PlexDataProvider: Insert Song: HOT 97 Freestyle 2018 2020-07-25 16:55:44.771 Verbose/PlexDataProvider: Insert Song: L.A Leakers Freestyle #074 2020-07-25 16:55:44.771 Verbose/PlexDataProvider: Insert Song: All The King's Horses 2020-07-25 16:55:44.771 Verbose/PlexDataProvider: Insert Song: C'est La Vie 2020-07-25 16:55:44.771 Verbose/PlexDataProvider: Insert Song: The Sound of Silence 2020-07-25 16:55:44.771 Verbose/PlexDataProvider: Insert Song: Bounce 2020-07-25 16:55:44.772 Verbose/PlexDataProvider: Insert Song: Starry Sky 2020-07-25 16:55:44.772 Verbose/PlexDataProvider: Insert Song: Midnight Train 2020-07-25 16:55:44.772 Verbose/PlexDataProvider: Insert Song: Yours 2020-07-25 16:55:44.772 Verbose/PlexDataProvider: Insert Song: Keep Falling 2020-07-25 16:55:44.773 Verbose/PlexDataProvider: Insert Song: Last Note 2020-07-25 16:55:44.773 Verbose/PlexDataProvider: Insert Song: Eventually 2020-07-25 16:55:44.773 Verbose/PlexDataProvider: Insert Song: Mirage 2020-07-25 16:55:44.773 Verbose/PlexDataProvider: Insert Song: Be There 2020-07-25 16:55:44.773 Verbose/PlexDataProvider: Insert Song: SADAME 2020-07-25 16:55:44.774 Verbose/PlexDataProvider: Insert Song: Four Water 2020-07-25 16:55:44.774 Verbose/PlexDataProvider: Insert Song: Encounter 2020-07-25 16:55:44.774 Verbose/PlexDataProvider: Insert Song: Brown Eyes 2020-07-25 16:55:44.774 Verbose/PlexDataProvider: Insert Song: Represent 2020-07-25 16:55:44.774 Verbose/PlexDataProvider: Insert Song: Kaleidoscope 2020-07-25 16:55:44.775 Verbose/PlexDataProvider: Insert Song: Flower Dance 2020-07-25 16:55:44.775 Verbose/PlexDataProvider: Insert Song: U 2020-07-25 16:55:44.775 Verbose/PlexDataProvider: Insert Song: Another Sky 2020-07-25 16:55:44.775 Verbose/PlexDataProvider: Insert Song: A Cup of Coffee 2020-07-25 16:55:44.776 Verbose/PlexDataProvider: Insert Song: Brighter Side 2020-07-25 16:55:44.776 Verbose/PlexDataProvider: Insert Song: Temperature of Tears 2020-07-25 16:55:44.776 Verbose/PlexDataProvider: Insert Song: The Bonds 2020-07-25 16:55:44.776 Verbose/PlexDataProvider: Insert Song: Change the World 2020-07-25 16:55:44.776 Verbose/PlexDataProvider: Insert Song: Peacock 2020-07-25 16:55:44.777 Verbose/PlexDataProvider: Insert Song: Sound of Silence 2020-07-25 16:55:44.777 Verbose/PlexDataProvider: Insert Song: Luv Letter 2020-07-25 16:55:44.777 Verbose/PlexDataProvider: Insert Song: You Gotta Be 2020-07-25 16:55:44.777 Verbose/PlexDataProvider: Insert Song: Pack Light 2020-07-25 16:55:44.778 Verbose/PlexDataProvider: Insert Song: Afterschool 2020-07-25 16:55:44.778 Verbose/PlexDataProvider: Insert Song: Following the Dream 2020-07-25 16:55:44.778 Verbose/PlexDataProvider: Insert Song: Free Bird 2020-07-25 16:55:44.778 Verbose/PlexDataProvider: Insert Song: Sweet Light 2020-07-25 16:55:44.779 Verbose/PlexDataProvider: Insert Song: All I Have 2020-07-25 16:55:44.779 Verbose/PlexDataProvider: Insert Song: Minamo 2020-07-25 16:55:44.779 Verbose/PlexDataProvider: Insert Song: Evening Comes 2 2020-07-25 16:55:44.779 Verbose/PlexDataProvider: Insert Song: Nightfall 2020-07-25 16:55:44.779 Verbose/PlexDataProvider: Insert Song: Fragile 2020-07-25 16:55:44.780 Verbose/PlexDataProvider: Insert Song: Twilight 2020-07-25 16:55:44.780 Verbose/PlexDataProvider: Insert Song: Addiction 2020-07-25 16:55:44.780 Verbose/PlexDataProvider: Insert Song: Mesmerize 2020-07-25 16:55:44.780 Verbose/PlexDataProvider: Insert Song: Glitter 2020-07-25 16:55:44.781 Verbose/PlexDataProvider: Insert Song: Spectrum 2020-07-25 16:55:44.781 Verbose/PlexDataProvider: Insert Song: Voice of Nature 2020-07-25 16:55:44.782 Verbose/PlexDataProvider: Insert Song: Altair 2020-07-25 16:55:44.782 Verbose/PlexDataProvider: Insert Song: SAKURA Tears 2020-07-25 16:55:44.782 Verbose/PlexDataProvider: Insert Song: Perfect Blue 2020-07-25 16:55:44.783 Verbose/PlexDataProvider: Insert Song: Halcyon 2020-07-25 16:55:44.784 Verbose/PlexDataProvider: Insert Song: Lightning Moment 2020-07-25 16:55:44.785 Verbose/PlexDataProvider: Insert Song: Nostalgic Echoes 2020-07-25 16:55:44.786 Verbose/PlexDataProvider: Insert Song: Your Love 2020-07-25 16:55:44.787 Verbose/PlexDataProvider: Insert Song: All I Need 2020-07-25 16:55:44.789 Verbose/PlexDataProvider: Insert Song: I'm With You 2020-07-25 16:55:44.790 Verbose/PlexDataProvider: Insert Song: Engage Ring 2020-07-25 16:55:44.792 Verbose/PlexDataProvider: Insert Song: Move It 2020-07-25 16:55:44.793 Verbose/PlexDataProvider: Insert Song: Redripstick 2020-07-25 16:55:44.793 Verbose/PlexDataProvider: Insert Song: Flower Dance Pt.2 2020-07-25 16:55:44.794 Verbose/PlexDataProvider: Insert Song: Emotions Swim Inside 2020-07-25 16:55:44.794 Verbose/PlexDataProvider: Insert Song: Over the Rain 2020-07-25 16:55:44.794 Verbose/PlexDataProvider: Insert Song: Feel Alive 2020-07-25 16:55:44.795 Verbose/PlexDataProvider: Insert Song: Another Starlight 2020-07-25 16:55:44.795 Verbose/PlexDataProvider: Insert Song: Last Romance 2020-07-25 16:55:44.795 Verbose/PlexDataProvider: Insert Song: My Name Is 2020-07-25 16:55:44.795 Verbose/PlexDataProvider: Insert Song: The Way I Am 2020-07-25 16:55:44.796 Verbose/PlexDataProvider: Insert Song: Stan 2020-07-25 16:55:44.796 Verbose/PlexDataProvider: Insert Song: Lose Yourself (soundtrack version) 2020-07-25 16:55:44.796 Verbose/PlexDataProvider: Insert Song: Shake That 2020-07-25 16:55:44.796 Verbose/PlexDataProvider: Insert Song: Sing for the Moment 2020-07-25 16:55:44.796 Verbose/PlexDataProvider: Insert Song: Without Me 2020-07-25 16:55:44.797 Verbose/PlexDataProvider: Insert Song: Like Toy Soldiers 2020-07-25 16:55:44.797 Verbose/PlexDataProvider: Insert Song: The Real Slim Shady 2020-07-25 16:55:44.797 Verbose/PlexDataProvider: Insert Song: Mockingbird 2020-07-25 16:55:44.798 Verbose/PlexDataProvider: Insert Song: Guilty Conscience (radio version) 2020-07-25 16:55:44.798 Verbose/PlexDataProvider: Insert Song: Cleanin' Out My Closet 2020-07-25 16:55:44.799 Verbose/PlexDataProvider: Insert Song: Just Lose It 2020-07-25 16:55:44.799 Verbose/PlexDataProvider: Insert Song: When I'm Gone 2020-07-25 16:55:44.799 Verbose/PlexDataProvider: Insert Song: Curtains Up (skit) 2020-07-25 16:55:44.799 Verbose/PlexDataProvider: Insert Song: White America 2020-07-25 16:55:44.799 Verbose/PlexDataProvider: Insert Song: Business 2020-07-25 16:55:44.800 Verbose/PlexDataProvider: Insert Song: Cleanin Out My Closet 2020-07-25 16:55:44.800 Verbose/PlexDataProvider: Insert Song: Square Dance 2020-07-25 16:55:44.800 Verbose/PlexDataProvider: Insert Song: The Kiss (skit) 2020-07-25 16:55:44.800 Verbose/PlexDataProvider: Insert Song: Soldier 2020-07-25 16:55:44.800 Verbose/PlexDataProvider: Insert Song: Say Goodbye Hollywood 2020-07-25 16:55:44.801 Verbose/PlexDataProvider: Insert Song: Drips 2020-07-25 16:55:44.801 Verbose/PlexDataProvider: Insert Song: Without Me 2020-07-25 16:55:44.801 Verbose/PlexDataProvider: Insert Song: Paul Rosenberg (skit) 2020-07-25 16:55:44.802 Verbose/PlexDataProvider: Insert Song: Sing for the Moment 2020-07-25 16:55:44.802 Verbose/PlexDataProvider: Insert Song: Superman 2020-07-25 16:55:44.802 Verbose/PlexDataProvider: Insert Song: Hailie’s Song 2020-07-25 16:55:44.802 Verbose/PlexDataProvider: Insert Song: Steve Berman (skit) 2020-07-25 16:55:44.803 Verbose/PlexDataProvider: Insert Song: When the Music Stops 2020-07-25 16:55:44.803 Verbose/PlexDataProvider: Insert Song: Say What You Say 2020-07-25 16:55:44.803 Verbose/PlexDataProvider: Insert Song: ’Till I Collapse 2020-07-25 16:55:44.803 Verbose/PlexDataProvider: Insert Song: My Dad’s Gone Crazy 2020-07-25 16:55:44.804 Verbose/PlexDataProvider: Insert Song: Curtains Close (skit) 2020-07-25 16:55:44.804 Verbose/PlexDataProvider: Insert Song: Curtains Up 2020-07-25 16:55:44.804 Verbose/PlexDataProvider: Insert Song: Evil Deeds 2020-07-25 16:55:44.804 Verbose/PlexDataProvider: Insert Song: Never Enough 2020-07-25 16:55:44.804 Verbose/PlexDataProvider: Insert Song: Yellow Brick Road 2020-07-25 16:55:44.805 Verbose/PlexDataProvider: Insert Song: Like Toy Soldiers 2020-07-25 16:55:44.805 Verbose/PlexDataProvider: Insert Song: Mosh 2020-07-25 16:55:44.805 Verbose/PlexDataProvider: Insert Song: Puke 2020-07-25 16:55:44.806 Verbose/PlexDataProvider: Insert Song: My 1st Single 2020-07-25 16:55:44.806 Verbose/PlexDataProvider: Insert Song: Paul (skit) 2020-07-25 16:55:44.806 Verbose/PlexDataProvider: Insert Song: Rain Man 2020-07-25 16:55:44.806 Verbose/PlexDataProvider: Insert Song: Big Weenie 2020-07-25 16:55:44.807 Verbose/PlexDataProvider: Insert Song: Em Calls Paul (skit) 2020-07-25 16:55:44.807 Verbose/PlexDataProvider: Insert Song: Just Lose It 2020-07-25 16:55:44.807 Verbose/PlexDataProvider: Insert Song: Ass Like That 2020-07-25 16:55:44.807 Verbose/PlexDataProvider: Insert Song: Spend Some Time 2020-07-25 16:55:44.808 Verbose/PlexDataProvider: Insert Song: Mockingbird 2020-07-25 16:55:44.808 Verbose/PlexDataProvider: Insert Song: Crazy in Love 2020-07-25 16:55:44.808 Verbose/PlexDataProvider: Insert Song: One Shot 2 Shot 2020-07-25 16:55:44.808 Verbose/PlexDataProvider: Insert Song: Final Thought (skit) 2020-07-25 16:55:44.808 Verbose/PlexDataProvider: Insert Song: Encore / (Curtains) 2020-07-25 16:55:44.809 Verbose/PlexDataProvider: Insert Song: We as Americans 2020-07-25 16:55:44.809 Verbose/PlexDataProvider: Insert Song: Love You More 2020-07-25 16:55:44.809 Verbose/PlexDataProvider: Insert Song: Ricky Ticky Toc 2020-07-25 16:55:44.809 Verbose/PlexDataProvider: Insert Song: The Ringer 2020-07-25 16:55:44.809 Verbose/PlexDataProvider: Insert Song: Greatest 2020-07-25 16:55:44.810 Verbose/PlexDataProvider: Insert Song: Lucky You 2020-07-25 16:55:44.810 Verbose/PlexDataProvider: Insert Song: Paul (skit) 2020-07-25 16:55:44.811 Verbose/PlexDataProvider: Insert Song: Normal 2020-07-25 16:55:44.811 Verbose/PlexDataProvider: Insert Song: Em Calls Paul (skit) 2020-07-25 16:55:44.811 Verbose/PlexDataProvider: Insert Song: Stepping Stone 2020-07-25 16:55:44.811 Verbose/PlexDataProvider: Insert Song: Not Alike 2020-07-25 16:55:44.812 Verbose/PlexDataProvider: Insert Song: Kamikaze 2020-07-25 16:55:44.812 Verbose/PlexDataProvider: Insert Song: Fall 2020-07-25 16:55:44.812 Verbose/PlexDataProvider: Insert Song: Nice Guy 2020-07-25 16:55:44.812 Verbose/PlexDataProvider: Insert Song: Good Guy 2020-07-25 16:55:44.813 Verbose/PlexDataProvider: Insert Song: Venom (music from the motion picture) 2020-07-25 16:55:44.813 Verbose/PlexDataProvider: Insert Song: Killshot 2020-07-25 16:55:44.813 Verbose/PlexDataProvider: Insert Song: Public Service Announcement 2000 2020-07-25 16:55:44.814 Verbose/PlexDataProvider: Insert Song: Kill You 2020-07-25 16:55:44.814 Verbose/PlexDataProvider: Insert Song: Stan 2020-07-25 16:55:44.814 Verbose/PlexDataProvider: Insert Song: Paul (skit) 2020-07-25 16:55:44.814 Verbose/PlexDataProvider: Insert Song: Who Knew 2020-07-25 16:55:44.814 Verbose/PlexDataProvider: Insert Song: Steve Berman 2020-07-25 16:55:44.815 Verbose/PlexDataProvider: Insert Song: The Way I Am 2020-07-25 16:55:44.815 Verbose/PlexDataProvider: Insert Song: The Real Slim Shady 2020-07-25 16:55:44.815 Verbose/PlexDataProvider: Insert Song: Remember Me? 2020-07-25 16:55:44.815 Verbose/PlexDataProvider: Insert Song: I'm Back 2020-07-25 16:55:44.816 Verbose/PlexDataProvider: Insert Song: Marshall Mathers 2020-07-25 16:55:44.816 Verbose/PlexDataProvider: Insert Song: Ken Kaniff (skit) 2020-07-25 16:55:44.816 Verbose/PlexDataProvider: Insert Song: Drug Ballad 2020-07-25 16:55:44.816 Verbose/PlexDataProvider: Insert Song: Amityville 2020-07-25 16:55:44.816 Verbose/PlexDataProvider: Insert Song: Bitch Please II 2020-07-25 16:55:44.817 Verbose/PlexDataProvider: Insert Song: Kim 2020-07-25 16:55:44.817 Verbose/PlexDataProvider: Insert Song: Under the Influence 2020-07-25 16:55:44.817 Verbose/PlexDataProvider: Insert Song: Criminal 2020-07-25 16:55:44.818 Verbose/PlexDataProvider: Insert Song: Premonition (intro) 2020-07-25 16:55:44.818 Verbose/PlexDataProvider: Insert Song: Unaccommodating 2020-07-25 16:55:44.818 Verbose/PlexDataProvider: Insert Song: You Gon’ Learn 2020-07-25 16:55:44.818 Verbose/PlexDataProvider: Insert Song: Alfred (interlude) 2020-07-25 16:55:44.819 Verbose/PlexDataProvider: Insert Song: Those Kinda Nights 2020-07-25 16:55:44.819 Verbose/PlexDataProvider: Insert Song: In Too Deep 2020-07-25 16:55:44.819 Verbose/PlexDataProvider: Insert Song: Godzilla 2020-07-25 16:55:44.819 Verbose/PlexDataProvider: Insert Song: Darkness 2020-07-25 16:55:44.819 Verbose/PlexDataProvider: Insert Song: Leaving Heaven 2020-07-25 16:55:44.820 Verbose/PlexDataProvider: Insert Song: Yah Yah 2020-07-25 16:55:44.820 Verbose/PlexDataProvider: Insert Song: Stepdad (intro) 2020-07-25 16:55:44.820 Verbose/PlexDataProvider: Insert Song: Stepdad 2020-07-25 16:55:44.820 Verbose/PlexDataProvider: Insert Song: Marsh 2020-07-25 16:55:44.820 Verbose/PlexDataProvider: Insert Song: Never Love Again 2020-07-25 16:55:44.821 Verbose/PlexDataProvider: Insert Song: Little Engine 2020-07-25 16:55:44.821 Verbose/PlexDataProvider: Insert Song: Lock It Up 2020-07-25 16:55:44.821 Verbose/PlexDataProvider: Insert Song: Farewell 2020-07-25 16:55:44.821 Verbose/PlexDataProvider: Insert Song: No Regrets 2020-07-25 16:55:44.821 Verbose/PlexDataProvider: Insert Song: I Will 2020-07-25 16:55:44.821 Verbose/PlexDataProvider: Insert Song: Rap God 2020-07-25 16:55:44.822 Verbose/PlexDataProvider: Insert Song: Cold Wind Blows 2020-07-25 16:55:44.822 Verbose/PlexDataProvider: Insert Song: Talkin’ 2 Myself 2020-07-25 16:55:44.822 Verbose/PlexDataProvider: Insert Song: On Fire 2020-07-25 16:55:44.822 Verbose/PlexDataProvider: Insert Song: Won’t Back Down 2020-07-25 16:55:44.823 Verbose/PlexDataProvider: Insert Song: W.T.P. 2020-07-25 16:55:44.823 Verbose/PlexDataProvider: Insert Song: Going Through Changes 2020-07-25 16:55:44.823 Verbose/PlexDataProvider: Insert Song: Not Afraid 2020-07-25 16:55:44.823 Verbose/PlexDataProvider: Insert Song: Seduction 2020-07-25 16:55:44.823 Verbose/PlexDataProvider: Insert Song: No Love 2020-07-25 16:55:44.823 Verbose/PlexDataProvider: Insert Song: Space Bound 2020-07-25 16:55:44.824 Verbose/PlexDataProvider: Insert Song: Cinderella Man 2020-07-25 16:55:44.824 Verbose/PlexDataProvider: Insert Song: 25 to Life 2020-07-25 16:55:44.824 Verbose/PlexDataProvider: Insert Song: So Bad 2020-07-25 16:55:44.824 Verbose/PlexDataProvider: Insert Song: Almost Famous 2020-07-25 16:55:44.824 Verbose/PlexDataProvider: Insert Song: Love the Way You Lie 2020-07-25 16:55:44.824 Verbose/PlexDataProvider: Insert Song: You’re Never Over 2020-07-25 16:55:44.825 Verbose/PlexDataProvider: Insert Song: [untitled] 2020-07-25 16:55:44.825 Verbose/PlexDataProvider: Insert Song: Dr. West (skit) 2020-07-25 16:55:44.825 Verbose/PlexDataProvider: Insert Song: 3 a.m. 2020-07-25 16:55:44.825 Verbose/PlexDataProvider: Insert Song: My Mom 2020-07-25 16:55:44.825 Verbose/PlexDataProvider: Insert Song: Insane 2020-07-25 16:55:44.825 Verbose/PlexDataProvider: Insert Song: Bagpipes From Baghdad 2020-07-25 16:55:44.826 Verbose/PlexDataProvider: Insert Song: Hello 2020-07-25 16:55:44.826 Verbose/PlexDataProvider: Insert Song: Tonya (skit) 2020-07-25 16:55:44.826 Verbose/PlexDataProvider: Insert Song: Same Song & Dance 2020-07-25 16:55:44.826 Verbose/PlexDataProvider: Insert Song: We Made You 2020-07-25 16:55:44.826 Verbose/PlexDataProvider: Insert Song: Medicine Ball 2020-07-25 16:55:44.826 Verbose/PlexDataProvider: Insert Song: Paul (skit) 2020-07-25 16:55:44.827 Verbose/PlexDataProvider: Insert Song: Stay Wide Awake 2020-07-25 16:55:44.827 Verbose/PlexDataProvider: Insert Song: Old Time's Sake 2020-07-25 16:55:44.827 Verbose/PlexDataProvider: Insert Song: Must Be the Ganja 2020-07-25 16:55:44.827 Verbose/PlexDataProvider: Insert Song: Mr. Mathers (skit) 2020-07-25 16:55:44.827 Verbose/PlexDataProvider: Insert Song: Déjà vu 2020-07-25 16:55:44.827 Verbose/PlexDataProvider: Insert Song: Beautiful 2020-07-25 16:55:44.828 Verbose/PlexDataProvider: Insert Song: Crack a Bottle 2020-07-25 16:55:44.828 Verbose/PlexDataProvider: Insert Song: Steve Berman (skit) 2020-07-25 16:55:44.828 Verbose/PlexDataProvider: Insert Song: Underground 2020-07-25 16:55:44.828 Verbose/PlexDataProvider: Insert Song: Let Me Hear 2020-07-25 16:55:44.828 Verbose/PlexDataProvider: Insert Song: Ori, Lost in the Storm 2020-07-25 16:55:44.828 Verbose/PlexDataProvider: Insert Song: Naru, Embracing the Light 2020-07-25 16:55:44.829 Verbose/PlexDataProvider: Insert Song: Calling Out 2020-07-25 16:55:44.829 Verbose/PlexDataProvider: Insert Song: The Blinded Forest 2020-07-25 16:55:44.829 Verbose/PlexDataProvider: Insert Song: Inspiriting 2020-07-25 16:55:44.829 Verbose/PlexDataProvider: Insert Song: First Steps Into Sunken Glades 2020-07-25 16:55:44.829 Verbose/PlexDataProvider: Insert Song: Finding Sein 2020-07-25 16:55:44.830 Verbose/PlexDataProvider: Insert Song: Up the Spirit Caverns Walls 2020-07-25 16:55:44.830 Verbose/PlexDataProvider: Insert Song: The Spirit Tree 2020-07-25 16:55:44.830 Verbose/PlexDataProvider: Insert Song: Kuro’s Tale I - Her Rage 2020-07-25 16:55:44.830 Verbose/PlexDataProvider: Insert Song: Thornfelt Swamp 2020-07-25 16:55:44.830 Verbose/PlexDataProvider: Insert Song: Down the Moon Grotto 2020-07-25 16:55:44.830 Verbose/PlexDataProvider: Insert Song: The Ancestral Trees 2020-07-25 16:55:44.831 Verbose/PlexDataProvider: Insert Song: Gumo’s Hideout 2020-07-25 16:55:44.831 Verbose/PlexDataProvider: Insert Song: Breaking Through the Trap 2020-07-25 16:55:44.831 Verbose/PlexDataProvider: Insert Song: Climbing the Ginso Tree 2020-07-25 16:55:44.831 Verbose/PlexDataProvider: Insert Song: Restoring the Light, Facing the Dark 2020-07-25 16:55:44.832 Verbose/PlexDataProvider: Insert Song: The Waters Cleansed 2020-07-25 16:55:44.832 Verbose/PlexDataProvider: Insert Song: Lost in the Misty Woods 2020-07-25 16:55:44.832 Verbose/PlexDataProvider: Insert Song: Home of the Gumon 2020-07-25 16:55:44.832 Verbose/PlexDataProvider: Insert Song: Escaping the Ruins 2020-07-25 16:55:44.833 Verbose/PlexDataProvider: Insert Song: Kuro’s Tale II - Her Pain 2020-07-25 16:55:44.833 Verbose/PlexDataProvider: Insert Song: Riding the Wind 2020-07-25 16:55:44.833 Verbose/PlexDataProvider: Insert Song: Completing the Circle 2020-07-25 16:55:44.834 Verbose/PlexDataProvider: Insert Song: Approaching the End 2020-07-25 16:55:44.834 Verbose/PlexDataProvider: Insert Song: Mount Horu 2020-07-25 16:55:44.834 Verbose/PlexDataProvider: Insert Song: Conundrum 2020-07-25 16:55:44.834 Verbose/PlexDataProvider: Insert Song: The Crumbling Path 2020-07-25 16:55:44.835 Verbose/PlexDataProvider: Insert Song: Racing the Lava 2020-07-25 16:55:44.835 Verbose/PlexDataProvider: Insert Song: Fleeing Kuro 2020-07-25 16:55:44.835 Verbose/PlexDataProvider: Insert Song: The Sacrifice 2020-07-25 16:55:44.835 Verbose/PlexDataProvider: Insert Song: Light of Nibel 2020-07-25 16:55:44.836 Verbose/PlexDataProvider: Insert Song: Sing 2020-07-25 16:55:44.836 Verbose/PlexDataProvider: Insert Song: 光るなら -instrumental- 2020-07-25 16:55:44.836 Verbose/PlexDataProvider: Insert Song: Postcards 2020-07-25 16:55:44.836 Verbose/PlexDataProvider: Insert Song: Faded 2020-07-25 16:55:44.836 Verbose/PlexDataProvider: Insert Song: Boop Bop da Willy Willy 2020-07-25 16:55:44.836 Verbose/PlexDataProvider: Insert Song: Chillin' (Ice Cold) 2020-07-25 16:55:44.837 Verbose/PlexDataProvider: Insert Song: What It Dew 2020-07-25 16:55:44.837 Verbose/PlexDataProvider: Insert Song: Gutz 2020-07-25 16:55:44.837 Verbose/PlexDataProvider: Insert Song: Roses 2020-07-25 16:55:44.837 Verbose/PlexDataProvider: Insert Song: Levees 2020-07-25 16:55:44.837 Verbose/PlexDataProvider: Insert Song: No Sleep 2020-07-25 16:55:44.837 Verbose/PlexDataProvider: Insert Song: Bonnie and Clyde 2020-07-25 16:55:44.838 Verbose/PlexDataProvider: Insert Song: A-Okay 2020-07-25 16:55:44.838 Verbose/PlexDataProvider: Insert Song: Night Shift 2020-07-25 16:55:44.838 Verbose/PlexDataProvider: Insert Song: Cloudless Sky (interlude) 2020-07-25 16:55:44.838 Verbose/PlexDataProvider: Insert Song: Rx 2020-07-25 16:55:44.838 Verbose/PlexDataProvider: Insert Song: 5,000 Miles 2020-07-25 16:55:44.838 Verbose/PlexDataProvider: Insert Song: COLORS 2020-07-25 16:55:44.839 Verbose/PlexDataProvider: Insert Song: Simple And Clean 2020-07-25 16:55:44.839 Verbose/PlexDataProvider: Insert Song: Simple And Clean (PLANITb Remix) 2020-07-25 16:55:44.839 Verbose/PlexDataProvider: Insert Song: COLORS (Original Karaoke) 2020-07-25 16:55:44.839 Verbose/PlexDataProvider: Insert Song: Passion ~single version~ 2020-07-25 16:55:44.839 Verbose/PlexDataProvider: Insert Song: Passion ~after the battle~ 2020-07-25 16:55:44.839 Verbose/PlexDataProvider: Insert Song: Come Back to Me 2020-07-25 16:55:44.840 Verbose/PlexDataProvider: Insert Song: Easy Breezy 2020-07-25 16:55:44.840 Verbose/PlexDataProvider: Insert Song: Merry Christmas Mr. Lawrence 2020-07-25 16:55:44.840 Verbose/PlexDataProvider: Insert Song: You Make Me Want to Be a Man 2020-07-25 16:55:44.840 Verbose/PlexDataProvider: Insert Song: This One (Crying Like a Child) 2020-07-25 16:55:44.840 Verbose/PlexDataProvider: Insert Song: Exodus '04 2020-07-25 16:55:44.841 Verbose/PlexDataProvider: Insert Song: Apple and Cinnamon 2020-07-25 16:55:44.841 Verbose/PlexDataProvider: Insert Song: Automatic Part II 2020-07-25 16:55:44.841 Verbose/PlexDataProvider: Insert Song: Devil Inside 2020-07-25 16:55:44.841 Verbose/PlexDataProvider: Insert Song: Kremlin Dusk 2020-07-25 16:55:44.841 Verbose/PlexDataProvider: Insert Song: Sanctuary (Opening) 2020-07-25 16:55:44.841 Verbose/PlexDataProvider: Insert Song: Sanctuary (Ending) 2020-07-25 16:55:44.842 Verbose/PlexDataProvider: Insert Song: Exodus '04 (JJ Flores Double J Radio Mix) 2020-07-25 16:55:44.842 Verbose/PlexDataProvider: Insert Song: Devil Inside (RJD2 Remix) 2020-07-25 16:55:44.842 Verbose/PlexDataProvider: Insert Song: Come Back to Me (Tony Moran & Warren Rigg Radio Edit) 2020-07-25 16:55:44.842 Verbose/PlexDataProvider: Insert Song: Dirty Desire (Mike Rizzo Radio Edit) 2020-07-25 16:55:44.843 Verbose/PlexDataProvider: Insert Song: aLIEz 2020-07-25 16:55:44.843 Verbose/PlexDataProvider: Insert Song: Intro 2020-07-25 16:55:44.843 Verbose/PlexDataProvider: Insert Song: Farrda 2020-07-25 16:55:44.843 Verbose/PlexDataProvider: Insert Song: Make Those Move 2020-07-25 16:55:44.843 Verbose/PlexDataProvider: Insert Song: Upper Ratio 2020-07-25 16:55:44.843 Verbose/PlexDataProvider: Insert Song: Jelly Fish 2020-07-25 16:55:44.844 Verbose/PlexDataProvider: Insert Song: Ice 2020-07-25 16:55:44.844 Verbose/PlexDataProvider: Insert Song: Blue Shift 2020-07-25 16:55:44.844 Verbose/PlexDataProvider: Insert Song: Loose on the Leaves 2020-07-25 16:55:44.844 Verbose/PlexDataProvider: Insert Song: Choosing for You 2020-07-25 16:55:44.844 Verbose/PlexDataProvider: Insert Song: Warp Speed Thuggin’ 2020-07-25 16:55:44.844 Verbose/PlexDataProvider: Insert Song: Stresses, Part I 2020-07-25 16:55:44.844 Verbose/PlexDataProvider: Insert Song: Stresses, Part II 2020-07-25 16:55:44.845 Verbose/PlexDataProvider: Insert Song: Sunken Submarine 2020-07-25 16:55:44.845 Verbose/PlexDataProvider: Insert Song: Dust Descends 2020-07-25 16:55:44.845 Verbose/PlexDataProvider: Insert Song: Powerplay 2020-07-25 16:55:44.845 Verbose/PlexDataProvider: Insert Song: Foil 2020-07-25 16:55:44.845 Verbose/PlexDataProvider: Insert Song: Wet Dreamz 2020-07-25 16:55:44.845 Verbose/PlexDataProvider: Insert Song: G.O.M.D. 2020-07-25 16:55:44.846 Verbose/PlexDataProvider: Insert Song: No Role Modelz 2020-07-25 16:55:44.846 Verbose/PlexDataProvider: Insert Song: MIDDLE CHILD 2020-07-25 16:55:44.846 Verbose/PlexDataProvider: Insert Song: Ultrasound 2020-07-25 16:55:44.846 Verbose/PlexDataProvider: Insert Song: Lovely 2020-07-25 16:55:44.846 Verbose/PlexDataProvider: Insert Song: FYM 2020-07-25 16:55:44.846 Verbose/PlexDataProvider: Insert Song: Keep It 100 2020-07-25 16:55:44.847 Verbose/PlexDataProvider: Insert Song: Winter Blues 2020-07-25 16:55:44.847 Verbose/PlexDataProvider: Insert Song: Just Like You 2020-07-25 16:55:44.847 Verbose/PlexDataProvider: Insert Song: Just Because 2020-07-25 16:55:44.847 Verbose/PlexDataProvider: Insert Song: Lullaby 2020-07-25 16:55:44.847 Verbose/PlexDataProvider: Insert Song: Way to Go 2020-07-25 16:55:44.848 Verbose/PlexDataProvider: Insert Song: Look What You Made Me Do 2020-07-25 16:55:44.848 Verbose/PlexDataProvider: Insert Song: We Gon Be Alright 2020-07-25 16:55:44.848 Verbose/PlexDataProvider: Insert Song: Forever 2020-07-25 16:55:44.848 Verbose/PlexDataProvider: Insert Song: I Need More 2020-07-25 16:55:44.848 Verbose/PlexDataProvider: Insert Song: Literally 2020-07-25 16:55:44.848 Verbose/PlexDataProvider: Insert Song: I’m Sorry 2020-07-25 16:55:44.849 Verbose/PlexDataProvider: Insert Song: One Lonely Night 2020-07-25 16:55:44.849 Verbose/PlexDataProvider: Insert Song: ADHD 2020-07-25 16:55:44.849 Verbose/PlexDataProvider: Insert Song: Devil’s Work 2020-07-25 16:55:44.849 Verbose/PlexDataProvider: Insert Song: ISIS 2020-07-25 16:55:44.849 Verbose/PlexDataProvider: Insert Song: Intro 2020-07-25 16:55:44.850 Verbose/PlexDataProvider: Insert Song: January Rain 2020-07-25 16:55:44.850 Verbose/PlexDataProvider: Insert Song: Unable (New Version) 2020-07-25 16:55:44.850 Verbose/PlexDataProvider: Insert Song: At The End of the Hour 2020-07-25 16:55:44.850 Verbose/PlexDataProvider: Insert Song: Abshied 2020-07-25 16:55:44.850 Verbose/PlexDataProvider: Insert Song: Forgotten 2020-07-25 16:55:44.851 Verbose/PlexDataProvider: Insert Song: Run in the Rain 2020-07-25 16:55:44.851 Verbose/PlexDataProvider: Insert Song: An Overnight Journey 2020-07-25 16:55:44.851 Verbose/PlexDataProvider: Insert Song: Snowy Road 2020-07-25 16:55:44.851 Verbose/PlexDataProvider: Insert Song: The Wind Brings 2020-07-25 16:55:44.851 Verbose/PlexDataProvider: Insert Song: Life Dream Love 2020-07-25 16:55:44.852 Verbose/PlexDataProvider: Insert Song: POP/STARS 2020-07-25 16:55:44.852 Verbose/PlexDataProvider: Insert Song: シルエット 2020-07-25 16:55:44.852 Verbose/PlexDataProvider: Insert Song: DNA. 2020-07-25 16:55:44.852 Verbose/PlexDataProvider: Insert Song: HUMBLE. 2020-07-25 16:55:44.853 Verbose/PlexDataProvider: Insert Song: L.A Leakers Freestyle #095 (Part 1) 2020-07-25 16:55:44.853 Verbose/PlexDataProvider: Insert Song: L.A Leakers Freestyle #095 (Part 2) 2020-07-25 16:55:44.853 Verbose/PlexDataProvider: Insert Song: L.A Leakers Freestyle #095 (Part 3) 2020-07-25 16:55:44.853 Verbose/PlexDataProvider: Insert Song: As We Fall 2020-07-25 16:55:44.853 Verbose/PlexDataProvider: Insert Song: Awaken 2020-07-25 16:55:44.854 Verbose/PlexDataProvider: Insert Song: Burning Bright 2020-07-25 16:55:44.854 Verbose/PlexDataProvider: Insert Song: Legends Never Die 2020-07-25 16:55:44.854 Verbose/PlexDataProvider: Insert Song: Phoenix 2020-07-25 16:55:44.854 Verbose/PlexDataProvider: Insert Song: RISE 2020-07-25 16:55:44.854 Verbose/PlexDataProvider: Insert Song: Warriors 2020-07-25 16:55:44.854 Verbose/PlexDataProvider: Insert Song: The Boy Who Shattered Time (MitiS remix) 2020-07-25 16:55:44.855 Verbose/PlexDataProvider: Insert Song: Prologue 2020-07-25 16:55:44.855 Verbose/PlexDataProvider: Insert Song: First Steps 2020-07-25 16:55:44.855 Verbose/PlexDataProvider: Insert Song: Resurrections 2020-07-25 16:55:44.855 Verbose/PlexDataProvider: Insert Song: Awake 2020-07-25 16:55:44.855 Verbose/PlexDataProvider: Insert Song: Postcard from Celeste Mountain 2020-07-25 16:55:44.855 Verbose/PlexDataProvider: Insert Song: Checking In 2020-07-25 16:55:44.856 Verbose/PlexDataProvider: Insert Song: Spirit of Hospitality 2020-07-25 16:55:44.856 Verbose/PlexDataProvider: Insert Song: Scattered and Lost 2020-07-25 16:55:44.856 Verbose/PlexDataProvider: Insert Song: Golden 2020-07-25 16:55:44.856 Verbose/PlexDataProvider: Insert Song: Anxiety 2020-07-25 16:55:44.856 Verbose/PlexDataProvider: Insert Song: Quiet and Falling 2020-07-25 16:55:44.856 Verbose/PlexDataProvider: Insert Song: In the Mirror 2020-07-25 16:55:44.856 Verbose/PlexDataProvider: Insert Song: Madeline and Theo 2020-07-25 16:55:44.857 Verbose/PlexDataProvider: Insert Song: Starjump 2020-07-25 16:55:44.857 Verbose/PlexDataProvider: Insert Song: Reflection 2020-07-25 16:55:44.857 Verbose/PlexDataProvider: Insert Song: Confronting Myself 2020-07-25 16:55:44.857 Verbose/PlexDataProvider: Insert Song: Little Goth 2020-07-25 16:55:44.857 Verbose/PlexDataProvider: Insert Song: Reach for the Summit 2020-07-25 16:55:44.858 Verbose/PlexDataProvider: Insert Song: Exhale 2020-07-25 16:55:44.858 Verbose/PlexDataProvider: Insert Song: Heart of the Mountain 2020-07-25 16:55:44.858 Verbose/PlexDataProvider: Insert Song: My Dearest Friends 2020-07-25 16:55:44.858 Verbose/PlexDataProvider: Insert Song: Sucker for Pain 2020-07-25 16:55:44.858 Verbose/PlexDataProvider: Insert Song: Intro 2020-07-25 16:55:44.858 Verbose/PlexDataProvider: Insert Song: Blunt Blowin 2020-07-25 16:55:44.859 Verbose/PlexDataProvider: Insert Song: Megaman 2020-07-25 16:55:44.859 Verbose/PlexDataProvider: Insert Song: 6 Foot 7 Foot 2020-07-25 16:55:44.859 Verbose/PlexDataProvider: Insert Song: Nightmares of the Bottom 2020-07-25 16:55:44.859 Verbose/PlexDataProvider: Insert Song: She Will 2020-07-25 16:55:44.859 Verbose/PlexDataProvider: Insert Song: How to Hate 2020-07-25 16:55:44.859 Verbose/PlexDataProvider: Insert Song: Interlude 2020-07-25 16:55:44.860 Verbose/PlexDataProvider: Insert Song: John 2020-07-25 16:55:44.860 Verbose/PlexDataProvider: Insert Song: Abortion 2020-07-25 16:55:44.860 Verbose/PlexDataProvider: Insert Song: So Special 2020-07-25 16:55:44.860 Verbose/PlexDataProvider: Insert Song: How to Love 2020-07-25 16:55:44.860 Verbose/PlexDataProvider: Insert Song: President Carter 2020-07-25 16:55:44.860 Verbose/PlexDataProvider: Insert Song: It's Good 2020-07-25 16:55:44.860 Verbose/PlexDataProvider: Insert Song: Outro 2020-07-25 16:55:44.861 Verbose/PlexDataProvider: Insert Song: I Like the View 2020-07-25 16:55:44.861 Verbose/PlexDataProvider: Insert Song: Mirror 2020-07-25 16:55:44.861 Verbose/PlexDataProvider: Insert Song: Two Shots 2020-07-25 16:55:44.861 Verbose/PlexDataProvider: Insert Song: crossing field 2020-07-25 16:55:44.861 Verbose/PlexDataProvider: Insert Song: 紅蓮華 2020-07-25 16:55:44.861 Verbose/PlexDataProvider: Insert Song: Sway Freestyle 2019 w/Fat Joe 2020-07-25 16:55:44.862 Verbose/PlexDataProvider: Insert Song: illuminatro 2020-07-25 16:55:44.862 Verbose/PlexDataProvider: Insert Song: Flexicution 2020-07-25 16:55:44.862 Verbose/PlexDataProvider: Insert Song: The Jam 2020-07-25 16:55:44.862 Verbose/PlexDataProvider: Insert Song: Slave II 2020-07-25 16:55:44.862 Verbose/PlexDataProvider: Insert Song: A Word From Our Sponsor 2020-07-25 16:55:44.863 Verbose/PlexDataProvider: Insert Song: Wrist 2020-07-25 16:55:44.863 Verbose/PlexDataProvider: Insert Song: Super Mario World 2020-07-25 16:55:44.863 Verbose/PlexDataProvider: Insert Song: Studio Ambience at Night: Malibu 2020-07-25 16:55:44.863 Verbose/PlexDataProvider: Insert Song: 44 Bars 2020-07-25 16:55:44.863 Verbose/PlexDataProvider: Insert Song: Slave 2020-07-25 16:55:44.864 Verbose/PlexDataProvider: Insert Song: Deeper Than Money 2020-07-25 16:55:44.864 Verbose/PlexDataProvider: Insert Song: Grandpa’s Space Ship 2020-07-25 16:55:44.864 Verbose/PlexDataProvider: Insert Song: Overnight 2020-07-25 16:55:44.864 Verbose/PlexDataProvider: Insert Song: Contra 2020-07-25 16:55:44.864 Verbose/PlexDataProvider: Insert Song: BoomTrap Protocol 2020-07-25 16:55:44.864 Verbose/PlexDataProvider: Insert Song: Yuck 2020-07-25 16:55:44.865 Verbose/PlexDataProvider: Insert Song: Indica Badu 2020-07-25 16:55:44.865 Verbose/PlexDataProvider: Insert Song: Midnight 2020-07-25 16:55:44.865 Verbose/PlexDataProvider: Insert Song: Warm It Up 2020-07-25 16:55:44.865 Verbose/PlexDataProvider: Insert Song: Wizard of Oz 2020-07-25 16:55:44.865 Verbose/PlexDataProvider: Insert Song: State of Emergency 2020-07-25 16:55:44.866 Verbose/PlexDataProvider: Insert Song: Wassup 2020-07-25 16:55:44.866 Verbose/PlexDataProvider: Insert Song: Everyday 2020-07-25 16:55:44.866 Verbose/PlexDataProvider: Insert Song: 44 More 2020-07-25 16:55:44.866 Verbose/PlexDataProvider: Insert Song: Confessions of a Dangerous Mind 2020-07-25 16:55:44.867 Verbose/PlexDataProvider: Insert Song: Homicide 2020-07-25 16:55:44.867 Verbose/PlexDataProvider: Insert Song: Wannabe 2020-07-25 16:55:44.867 Verbose/PlexDataProvider: Insert Song: clickbait 2020-07-25 16:55:44.867 Verbose/PlexDataProvider: Insert Song: Mama / Show Love 2020-07-25 16:55:44.867 Verbose/PlexDataProvider: Insert Song: Out of Sight 2020-07-25 16:55:44.868 Verbose/PlexDataProvider: Insert Song: Pardon My Ego 2020-07-25 16:55:44.868 Verbose/PlexDataProvider: Insert Song: COMMANDO 2020-07-25 16:55:44.868 Verbose/PlexDataProvider: Insert Song: Icy 2020-07-25 16:55:44.868 Verbose/PlexDataProvider: Insert Song: Still Ballin 2020-07-25 16:55:44.869 Verbose/PlexDataProvider: Insert Song: Cocaine 2020-07-25 16:55:44.869 Verbose/PlexDataProvider: Insert Song: Limitless 2020-07-25 16:55:44.869 Verbose/PlexDataProvider: Insert Song: Keanu Reeves 2020-07-25 16:55:44.869 Verbose/PlexDataProvider: Insert Song: Don’t Be Afraid to Be Different 2020-07-25 16:55:44.869 Verbose/PlexDataProvider: Insert Song: BOBBY 2020-07-25 16:55:44.870 Verbose/PlexDataProvider: Insert Song: Lost in Translation 2020-07-25 16:55:44.870 Verbose/PlexDataProvider: Insert Song: Hallelujah 2020-07-25 16:55:44.870 Verbose/PlexDataProvider: Insert Song: Everybody 2020-07-25 16:55:44.870 Verbose/PlexDataProvider: Insert Song: Confess 2020-07-25 16:55:44.870 Verbose/PlexDataProvider: Insert Song: Killing Spree 2020-07-25 16:55:44.870 Verbose/PlexDataProvider: Insert Song: Take It Back 2020-07-25 16:55:44.871 Verbose/PlexDataProvider: Insert Song: America 2020-07-25 16:55:44.871 Verbose/PlexDataProvider: Insert Song: Ink Blot 2020-07-25 16:55:44.871 Verbose/PlexDataProvider: Insert Song: Mos Definitely 2020-07-25 16:55:44.871 Verbose/PlexDataProvider: Insert Song: Waiting Room 2020-07-25 16:55:44.871 Verbose/PlexDataProvider: Insert Song: 1-800-273-8255 2020-07-25 16:55:44.871 Verbose/PlexDataProvider: Insert Song: Anziety 2020-07-25 16:55:44.872 Verbose/PlexDataProvider: Insert Song: Black SpiderMan 2020-07-25 16:55:44.872 Verbose/PlexDataProvider: Insert Song: AfricAryaN 2020-07-25 16:55:44.872 Verbose/PlexDataProvider: Insert Song: Intro 2020-07-25 16:55:44.872 Verbose/PlexDataProvider: Insert Song: Soul Food 2020-07-25 16:55:44.872 Verbose/PlexDataProvider: Insert Song: I’m Gone 2020-07-25 16:55:44.872 Verbose/PlexDataProvider: Insert Song: Gang Related 2020-07-25 16:55:44.873 Verbose/PlexDataProvider: Insert Song: Buried Alive 2020-07-25 16:55:44.873 Verbose/PlexDataProvider: Insert Song: Bounce 2020-07-25 16:55:44.873 Verbose/PlexDataProvider: Insert Song: Growing Pains III 2020-07-25 16:55:44.873 Verbose/PlexDataProvider: Insert Song: Never Enough 2020-07-25 16:55:44.874 Verbose/PlexDataProvider: Insert Song: Metropolis 2020-07-25 16:55:44.874 Verbose/PlexDataProvider: Insert Song: Nikki 2020-07-25 16:55:44.874 Verbose/PlexDataProvider: Insert Song: Under Pressure 2020-07-25 16:55:44.874 Verbose/PlexDataProvider: Insert Song: Till the End 2020-07-25 16:55:44.874 Verbose/PlexDataProvider: Insert Song: Driving Ms Daisy 2020-07-25 16:55:44.874 Verbose/PlexDataProvider: Insert Song: Now 2020-07-25 16:55:44.874 Verbose/PlexDataProvider: Insert Song: Alright 2020-07-25 16:55:44.875 Verbose/PlexDataProvider: Insert Song: Drive You Away 2020-07-25 16:55:44.875 Verbose/PlexDataProvider: Insert Song: Best Day Ever 2020-07-25 16:55:44.875 Verbose/PlexDataProvider: Insert Song: Get Up 2020-07-25 16:55:44.875 Verbose/PlexDataProvider: Insert Song: Donald Trump 2020-07-25 16:55:44.875 Verbose/PlexDataProvider: Insert Song: Oy vey 2020-07-25 16:55:44.876 Verbose/PlexDataProvider: Insert Song: I’ll Be There 2020-07-25 16:55:44.876 Verbose/PlexDataProvider: Insert Song: Wear My Hat 2020-07-25 16:55:44.876 Verbose/PlexDataProvider: Insert Song: Wake Up 2020-07-25 16:55:44.876 Verbose/PlexDataProvider: Insert Song: All Around the World 2020-07-25 16:55:44.876 Verbose/PlexDataProvider: Insert Song: Down the Rabbit Hole 2020-07-25 16:55:44.876 Verbose/PlexDataProvider: Insert Song: In the Air 2020-07-25 16:55:44.876 Verbose/PlexDataProvider: Insert Song: Play Ya Cards 2020-07-25 16:55:44.877 Verbose/PlexDataProvider: Insert Song: She Said 2020-07-25 16:55:44.877 Verbose/PlexDataProvider: Insert Song: Life Ain’t Easy 2020-07-25 16:55:44.877 Verbose/PlexDataProvider: Insert Song: Snooze 2020-07-25 16:55:44.877 Verbose/PlexDataProvider: Insert Song: Keep Floatin’ 2020-07-25 16:55:44.877 Verbose/PlexDataProvider: Insert Song: BDE Bonus 2020-07-25 16:55:44.877 Verbose/PlexDataProvider: Insert Song: English Lane 2020-07-25 16:55:44.878 Verbose/PlexDataProvider: Insert Song: Blue Slide Park 2020-07-25 16:55:44.878 Verbose/PlexDataProvider: Insert Song: Party on Fifth Ave 2020-07-25 16:55:44.878 Verbose/PlexDataProvider: Insert Song: PA Nights 2020-07-25 16:55:44.878 Verbose/PlexDataProvider: Insert Song: Frick Park Market 2020-07-25 16:55:44.878 Verbose/PlexDataProvider: Insert Song: Smile Back 2020-07-25 16:55:44.879 Verbose/PlexDataProvider: Insert Song: Under the Weather 2020-07-25 16:55:44.879 Verbose/PlexDataProvider: Insert Song: Of the Soul 2020-07-25 16:55:44.879 Verbose/PlexDataProvider: Insert Song: My Team 2020-07-25 16:55:44.879 Verbose/PlexDataProvider: Insert Song: Up All Night 2020-07-25 16:55:44.879 Verbose/PlexDataProvider: Insert Song: Loitering 2020-07-25 16:55:44.879 Verbose/PlexDataProvider: Insert Song: Hole in My Pocket 2020-07-25 16:55:44.880 Verbose/PlexDataProvider: Insert Song: Diamonds & Gold 2020-07-25 16:55:44.880 Verbose/PlexDataProvider: Insert Song: Missed Calls 2020-07-25 16:55:44.880 Verbose/PlexDataProvider: Insert Song: Man in the Hat 2020-07-25 16:55:44.880 Verbose/PlexDataProvider: Insert Song: One Last Thing 2020-07-25 16:55:44.880 Verbose/PlexDataProvider: Insert Song: Come Back to Earth 2020-07-25 16:55:44.880 Verbose/PlexDataProvider: Insert Song: Hurt Feelings 2020-07-25 16:55:44.881 Verbose/PlexDataProvider: Insert Song: What’s the Use? 2020-07-25 16:55:44.881 Verbose/PlexDataProvider: Insert Song: Perfecto 2020-07-25 16:55:44.881 Verbose/PlexDataProvider: Insert Song: Self Care 2020-07-25 16:55:44.882 Verbose/PlexDataProvider: Insert Song: Wings 2020-07-25 16:55:44.882 Verbose/PlexDataProvider: Insert Song: Ladders 2020-07-25 16:55:44.882 Verbose/PlexDataProvider: Insert Song: Small Worlds 2020-07-25 16:55:44.882 Verbose/PlexDataProvider: Insert Song: Conversation, Pt. 1 2020-07-25 16:55:44.883 Verbose/PlexDataProvider: Insert Song: Dunno 2020-07-25 16:55:44.883 Verbose/PlexDataProvider: Insert Song: Jet Fuel 2020-07-25 16:55:44.883 Verbose/PlexDataProvider: Insert Song: 2009 2020-07-25 16:55:44.883 Verbose/PlexDataProvider: Insert Song: So It Goes 2020-07-25 16:55:44.884 Verbose/PlexDataProvider: Insert Song: KISS OF DEATH (Produced by HYDE) 2020-07-25 16:55:44.884 Verbose/PlexDataProvider: Insert Song: PAID MY DUES 2020-07-25 16:55:44.884 Verbose/PlexDataProvider: Insert Song: Intro III 2020-07-25 16:55:44.884 Verbose/PlexDataProvider: Insert Song: Outcast 2020-07-25 16:55:44.884 Verbose/PlexDataProvider: Insert Song: 10 Feet Down 2020-07-25 16:55:44.885 Verbose/PlexDataProvider: Insert Song: Green Lights 2020-07-25 16:55:44.885 Verbose/PlexDataProvider: Insert Song: Dreams 2020-07-25 16:55:44.885 Verbose/PlexDataProvider: Insert Song: Let You Down 2020-07-25 16:55:44.885 Verbose/PlexDataProvider: Insert Song: Destiny 2020-07-25 16:55:44.885 Verbose/PlexDataProvider: Insert Song: My Life 2020-07-25 16:55:44.886 Verbose/PlexDataProvider: Insert Song: You’re Special 2020-07-25 16:55:44.886 Verbose/PlexDataProvider: Insert Song: If You Want Love 2020-07-25 16:55:44.886 Verbose/PlexDataProvider: Insert Song: Remember This 2020-07-25 16:55:44.886 Verbose/PlexDataProvider: Insert Song: Know 2020-07-25 16:55:44.886 Verbose/PlexDataProvider: Insert Song: Lie 2020-07-25 16:55:44.886 Verbose/PlexDataProvider: Insert Song: 3 A.M. 2020-07-25 16:55:44.887 Verbose/PlexDataProvider: Insert Song: One Hundred 2020-07-25 16:55:44.887 Verbose/PlexDataProvider: Insert Song: Outro 2020-07-25 16:55:44.887 Verbose/PlexDataProvider: Insert Song: The Search 2020-07-25 16:55:44.887 Verbose/PlexDataProvider: Insert Song: Leave Me Alone 2020-07-25 16:55:44.887 Verbose/PlexDataProvider: Insert Song: Change 2020-07-25 16:55:44.887 Verbose/PlexDataProvider: Insert Song: My Stress 2020-07-25 16:55:44.888 Verbose/PlexDataProvider: Insert Song: Nate 2020-07-25 16:55:44.888 Verbose/PlexDataProvider: Insert Song: Time (extended) 2020-07-25 16:55:44.888 Verbose/PlexDataProvider: Insert Song: Returns 2020-07-25 16:55:44.888 Verbose/PlexDataProvider: Insert Song: When I Grow Up 2020-07-25 16:55:44.888 Verbose/PlexDataProvider: Insert Song: Only 2020-07-25 16:55:44.889 Verbose/PlexDataProvider: Insert Song: Let Me Go 2020-07-25 16:55:44.889 Verbose/PlexDataProvider: Insert Song: Hate Myself 2020-07-25 16:55:44.889 Verbose/PlexDataProvider: Insert Song: I Miss the Days 2020-07-25 16:55:44.889 Verbose/PlexDataProvider: Insert Song: No Excuses 2020-07-25 16:55:44.889 Verbose/PlexDataProvider: Insert Song: Like This 2020-07-25 16:55:44.889 Verbose/PlexDataProvider: Insert Song: Options 2020-07-25 16:55:44.890 Verbose/PlexDataProvider: Insert Song: Why 2020-07-25 16:55:44.890 Verbose/PlexDataProvider: Insert Song: Thinking 2020-07-25 16:55:44.890 Verbose/PlexDataProvider: Insert Song: Trauma 2020-07-25 16:55:44.890 Verbose/PlexDataProvider: Insert Song: Time (edit) 2020-07-25 16:55:44.890 Verbose/PlexDataProvider: Insert Song: Intro 2 2020-07-25 16:55:44.890 Verbose/PlexDataProvider: Insert Song: Therapy Session 2020-07-25 16:55:44.891 Verbose/PlexDataProvider: Insert Song: I Just Wanna Know 2020-07-25 16:55:44.891 Verbose/PlexDataProvider: Insert Song: How Could You Leave Us 2020-07-25 16:55:44.891 Verbose/PlexDataProvider: Insert Song: Breathe 2020-07-25 16:55:44.891 Verbose/PlexDataProvider: Insert Song: Real 2020-07-25 16:55:44.891 Verbose/PlexDataProvider: Insert Song: Oh Lord 2020-07-25 16:55:44.891 Verbose/PlexDataProvider: Insert Song: I Can Feel It 2020-07-25 16:55:44.892 Verbose/PlexDataProvider: Insert Song: Got You on My Mind 2020-07-25 16:55:44.892 Verbose/PlexDataProvider: Insert Song: Grindin’ 2020-07-25 16:55:44.892 Verbose/PlexDataProvider: Insert Song: Wish You Wouldn’t 2020-07-25 16:55:44.892 Verbose/PlexDataProvider: Insert Song: Statement 2020-07-25 16:55:44.892 Verbose/PlexDataProvider: Insert Song: All I Do 2020-07-25 16:55:44.892 Verbose/PlexDataProvider: Insert Song: Lost in the Moment 2020-07-25 16:55:44.893 Verbose/PlexDataProvider: Insert Song: When I Grow Up 2020-07-25 16:55:44.893 Verbose/PlexDataProvider: Insert Song: Colorful Voice 2020-07-25 16:55:44.893 Verbose/PlexDataProvider: Insert Song: Give 2020-07-25 16:55:44.893 Verbose/PlexDataProvider: Insert Song: Half Way 2020-07-25 16:55:44.893 Verbose/PlexDataProvider: Insert Song: Hope 2020-07-25 16:55:44.893 Verbose/PlexDataProvider: Insert Song: Hope (Classic Piano) 2020-07-25 16:55:44.894 Verbose/PlexDataProvider: Insert Song: Mont Blanc 2020-07-25 16:55:44.894 Verbose/PlexDataProvider: Insert Song: Road 2020-07-25 16:55:44.894 Verbose/PlexDataProvider: Insert Song: Snow 2020-07-25 16:55:44.894 Verbose/PlexDataProvider: Insert Song: Stay 2020-07-25 16:55:44.894 Verbose/PlexDataProvider: Insert Song: One Happy Thing a Day 2020-07-25 16:55:44.894 Verbose/PlexDataProvider: Insert Song: Kyouran Hey Kids!! 2020-07-25 16:55:44.895 Verbose/PlexDataProvider: Insert Song: Everything 2020-07-25 16:55:44.895 Verbose/PlexDataProvider: Insert Song: Harran 2020-07-25 16:55:44.895 Verbose/PlexDataProvider: Insert Song: Horizon 2020-07-25 16:55:44.895 Verbose/PlexDataProvider: Insert Song: Passage 2020-07-25 16:55:44.895 Verbose/PlexDataProvider: Insert Song: Runaway 2020-07-25 16:55:44.896 Verbose/PlexDataProvider: Insert Song: Revival 2020-07-25 16:55:44.896 Verbose/PlexDataProvider: Insert Song: Demolition 2020-07-25 16:55:44.896 Verbose/PlexDataProvider: Insert Song: Departure 2020-07-25 16:55:44.896 Verbose/PlexDataProvider: Insert Song: Invitation 2020-07-25 16:55:44.896 Verbose/PlexDataProvider: Insert Song: Now They Are Coming 2020-07-25 16:55:44.896 Verbose/PlexDataProvider: Insert Song: On the Edge 2020-07-25 16:55:44.897 Verbose/PlexDataProvider: Insert Song: Destination 2020-07-25 16:55:44.897 Verbose/PlexDataProvider: Insert Song: Praise the Sunlight 2020-07-25 16:55:44.897 Verbose/PlexDataProvider: Insert Song: In the Cage 2020-07-25 16:55:44.897 Verbose/PlexDataProvider: Insert Song: Choices and Decisions 2020-07-25 16:55:44.897 Verbose/PlexDataProvider: Insert Song: Strife 2020-07-25 16:55:44.897 Verbose/PlexDataProvider: Insert Song: For the Greater Good 2020-07-25 16:55:44.898 Verbose/PlexDataProvider: Insert Song: Loose Ends 2020-07-25 16:55:44.898 Verbose/PlexDataProvider: Insert Song: Decline 2020-07-25 16:55:44.898 Verbose/PlexDataProvider: Insert Song: Breakdown 2020-07-25 16:55:44.898 Verbose/PlexDataProvider: Insert Song: Despair 2020-07-25 16:55:44.898 Verbose/PlexDataProvider: Insert Song: Extent 2020-07-25 16:55:44.899 Verbose/PlexDataProvider: Insert Song: The Following 2020-07-25 16:55:44.899 Verbose/PlexDataProvider: Insert Song: On the Edge of Light 2020-07-25 16:55:44.899 Verbose/PlexDataProvider: Insert Song: Last Turn 2020-07-25 16:55:44.899 Verbose/PlexDataProvider: Insert Song: Deserted Day (Bonus Track) 2020-07-25 16:55:44.899 Verbose/PlexDataProvider: Insert Song: The Mother 2020-07-25 16:55:44.900 Verbose/PlexDataProvider: Insert Song: Stealing the Buggy 2020-07-25 16:55:44.900 Verbose/PlexDataProvider: Insert Song: Done (Bonus Track) 2020-07-25 16:55:44.900 Verbose/PlexDataProvider: Insert Song: A Touch of Darkness 2020-07-25 16:55:44.900 Verbose/PlexDataProvider: Insert Song: Solitary Day (Bonus Track) 2020-07-25 16:55:44.901 Verbose/PlexDataProvider: Insert Song: A Breath of Inhumanity 2020-07-25 16:55:44.901 Verbose/PlexDataProvider: Insert Song: Lonesome 2020-07-25 16:55:44.901 Verbose/PlexDataProvider: Insert Song: Brothers of the Sun 2020-07-25 16:55:44.901 Verbose/PlexDataProvider: Insert Song: Walking Down 2020-07-25 16:55:44.901 Verbose/PlexDataProvider: Insert Song: Negotiation Failed 2020-07-25 16:55:44.901 Verbose/PlexDataProvider: Insert Song: Necessary 2020-07-25 16:55:44.902 Verbose/PlexDataProvider: Insert Song: Gaining Speed 2020-07-25 16:55:44.902 Verbose/PlexDataProvider: Insert Song: Conclusion 2020-07-25 16:55:44.902 Verbose/PlexDataProvider: Insert Song: Inhuman 2020-07-25 16:55:44.902 Verbose/PlexDataProvider: Insert Song: Stealth 2020-07-25 16:55:44.902 Verbose/PlexDataProvider: Insert Song: Faster 2020-07-25 16:55:44.903 Verbose/PlexDataProvider: Insert Song: Horde 2020-07-25 16:55:44.903 Verbose/PlexDataProvider: Insert Song: Dormant Day 2020-07-25 16:55:44.903 Verbose/PlexDataProvider: Insert Song: Jasir 2020-07-25 16:55:44.903 Verbose/PlexDataProvider: Insert Song: Water 2020-07-25 16:55:44.903 Verbose/PlexDataProvider: Insert Song: What Next 2020-07-25 16:55:44.903 Verbose/PlexDataProvider: Insert Song: Shelter 2020-07-25 16:55:44.904 Verbose/PlexDataProvider: Insert Song: Shelter (Mat Zo remix) 2020-07-25 16:55:44.904 Verbose/PlexDataProvider: Insert Song: Sad Machine 2020-07-25 16:55:44.904 Verbose/PlexDataProvider: Insert Song: You’re On 2020-07-25 16:55:44.904 Verbose/PlexDataProvider: Insert Song: Flicker 2020-07-25 16:55:44.904 Verbose/PlexDataProvider: Insert Song: Pay No Mind 2020-07-25 16:55:44.905 Verbose/PlexDataProvider: Insert Song: Nonsense 2020-07-25 16:55:44.905 Verbose/PlexDataProvider: Insert Song: Divinity 2020-07-25 16:55:44.905 Verbose/PlexDataProvider: Insert Song: Home 2020-07-25 16:55:44.905 Verbose/PlexDataProvider: Insert Song: Goodbye to a World 2020-07-25 16:55:44.905 Verbose/PlexDataProvider: Insert Song: Flicker (Mat Zo remix) 2020-07-25 16:55:44.905 Verbose/PlexLogger: --> [289] GET http://64.188.16.148:32400/library/sections/3/all?X-Plex-Container-Start=1000&X-Plex-Container-Size=1000&type=10 2020-07-25 16:55:44.906 Verbose/PlexLogger: <-- [289] 200 OK http://64.188.16.148:32400/library/sections/3/all?X-Plex-Container-Start=1000&X-Plex-Container-Size=1000&type=10 (231ms, unknown-length body) 2020-07-25 16:55:45.513 Verbose/PlexLogger: <-- [289] {"MediaContainer":{"size":535,"totalSize":1535,"allowSync":true,"art":"/:/resources/artist-fanart.jpg","identifier":"com.plexapp.plugins.library","librarySectionID":3,"librarySectionTitle":"Music","librarySectionUUID":"137cc432-cc5e-4fac-9080-36313483dc7f","mediaTagPrefix":"/system/bundle/media/flags/","mediaTagVersion":1595236726,"nocache":true,"offset":1000,"thumb":"/:/resources/artist.png","title1":"Music","title2":"All Artists","viewGroup":"artist","viewMode":65592,"Metadata":[{"ratingKey":"2822","key":"/library/metadata/2822","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07fb0e403c6402908f5021","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Pay No Mind (Yasutaka Nakata ‘Capsule’ remix)","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Madeon feat. Passion Pit","summary":"","index":12,"parentIndex":1,"ratingCount":67659,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":243933,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2505,"duration":243933,"bitrate":1095,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2505,"key":"/library/parts/2505/1591831728/file.flac","duration":243933,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\012 - Pay No Mind (Yasutaka Nakata ‘Capsule’ remix).flac","size":33701159,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2823","key":"/library/metadata/2823","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07efe1403c6402900419bd","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Fresh Static Snow (Last Island remix)","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","summary":"","index":13,"parentIndex":1,"ratingCount":2586,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":192015,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2506,"duration":192015,"bitrate":915,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2506,"key":"/library/parts/2506/1591831728/file.flac","duration":192015,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\013 - Fresh Static Snow (Last Island remix).flac","size":23490161,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2824","key":"/library/metadata/2824","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07ed1b403c640290e0cf10","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"You’re On (Oliver remix)","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Madeon feat. Kyan","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":238799,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2507,"duration":238799,"bitrate":1061,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2507,"key":"/library/parts/2507/1591831730/file.flac","duration":238799,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\014 - You’re On (Oliver remix).flac","size":32466229,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2825","key":"/library/metadata/2825","parentRatingKey":"2810","grandparentRatingKey":"1894","guid":"plex://track/5d07fb0e403c6402908f5362","parentGuid":"plex://album/5d07cace403c640290d71be1","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Shelter (piano version)","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2810","grandparentTitle":"Porter Robinson","parentTitle":"Shelter: Complete Edition","originalTitle":"Porter Robinson & Madeon","summary":"","index":15,"parentIndex":1,"ratingCount":99268,"thumb":"/library/metadata/2810/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2810/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":202093,"addedAt":1591780225,"updatedAt":1595497162,"Media":[{"id":2508,"duration":202093,"bitrate":615,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2508,"key":"/library/parts/2508/1591831730/file.flac","duration":202093,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Shelter\\015 - Shelter (piano version).flac","size":15841899,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"1896","key":"/library/metadata/1896","parentRatingKey":"1895","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f4403c640290b095ec","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Divinity","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/1895","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","originalTitle":"Porter Robinson feat. Amy Millan","summary":"","index":1,"parentIndex":1,"ratingCount":74196,"thumb":"/library/metadata/1895/thumb/1591408988","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1895/thumb/1591408988","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":368373,"addedAt":1579033940,"updatedAt":1595497161,"Media":[{"id":1658,"duration":368373,"bitrate":1038,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":1658,"key":"/library/parts/1658/1591831722/file.flac","duration":368373,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\001 - Divinity.flac","size":48481760,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"1897","key":"/library/metadata/1897","parentRatingKey":"1895","grandparentRatingKey":"1894","guid":"plex://track/5d07e7b9403c640290a321fc","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Sad Machine","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/1895","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","summary":"","index":2,"parentIndex":1,"ratingCount":129107,"thumb":"/library/metadata/1895/thumb/1591408988","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1895/thumb/1591408988","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":350690,"addedAt":1579033940,"updatedAt":1595497161,"Media":[{"id":1659,"duration":350690,"bitrate":981,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":1659,"key":"/library/parts/1659/1591831722/file.flac","duration":350690,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\002 - Sad Machine.flac","size":43697468,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2827","key":"/library/metadata/2827","parentRatingKey":"2826","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b09c4c","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Years of War","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2826","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","originalTitle":"Porter Robinson feat. Breanne Düren","summary":"","index":3,"parentIndex":1,"ratingCount":44037,"thumb":"/library/metadata/2826/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2826/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":236053,"addedAt":1591780227,"updatedAt":1595497163,"Media":[{"id":2509,"duration":236053,"bitrate":1041,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2509,"key":"/library/parts/2509/1591831722/file.flac","duration":236053,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\003 - Years of War.flac","size":31406711,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"1899","key":"/library/metadata/1899","parentRatingKey":"1895","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b09c5d","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Flicker","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/1895","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","summary":"","index":4,"parentIndex":1,"ratingCount":90140,"thumb":"/library/metadata/1895/thumb/1591408988","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1895/thumb/1591408988","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":279000,"addedAt":1579033940,"updatedAt":1595497161,"Media":[{"id":1661,"duration":279000,"bitrate":1031,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":1661,"key":"/library/parts/1661/1591831722/file.flac","duration":279000,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\004 - Flicker.flac","size":36620449,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"1900","key":"/library/metadata/1900","parentRatingKey":"1895","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b0a6c7","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Fresh Static Snow","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/1895","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","summary":"","index":5,"parentIndex":1,"ratingCount":44662,"thumb":"/library/metadata/1895/thumb/1591408988","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1895/thumb/1591408988","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":358760,"addedAt":1579033940,"updatedAt":1595497161,"Media":[{"id":1662,"duration":358760,"bitrate":926,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":1662,"key":"/library/parts/1662/1591831722/file.flac","duration":358760,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\005 - Fresh Static Snow.flac","size":42218351,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"1901","key":"/library/metadata/1901","parentRatingKey":"1895","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b09eb9","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Polygon Dust","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/1895","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","originalTitle":"Porter Robinson feat. Lemaitre","summary":"","index":6,"parentIndex":1,"ratingCount":31905,"thumb":"/library/metadata/1895/thumb/1591408988","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1895/thumb/1591408988","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":209466,"addedAt":1579033940,"updatedAt":1595497161,"Media":[{"id":1663,"duration":209466,"bitrate":1061,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":1663,"key":"/library/parts/1663/1591831724/file.flac","duration":209466,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\006 - Polygon Dust.flac","size":28452791,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2828","key":"/library/metadata/2828","parentRatingKey":"2826","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b09b9d","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Hear the Bells","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2826","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","originalTitle":"Porter Robinson feat. Imaginary Cities","summary":"","index":7,"parentIndex":1,"ratingCount":29943,"thumb":"/library/metadata/2826/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2826/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":286880,"addedAt":1591780227,"updatedAt":1595497163,"Media":[{"id":2510,"duration":286880,"bitrate":988,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2510,"key":"/library/parts/2510/1591831724/file.flac","duration":286880,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\007 - Hear the Bells.flac","size":36111700,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"1903","key":"/library/metadata/1903","parentRatingKey":"1895","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b0a22b","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Natural Light","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/1895","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","summary":"","index":8,"parentIndex":1,"ratingCount":35753,"thumb":"/library/metadata/1895/thumb/1591408988","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1895/thumb/1591408988","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":141226,"addedAt":1579033940,"updatedAt":1595497161,"Media":[{"id":1665,"duration":141226,"bitrate":738,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":1665,"key":"/library/parts/1665/1591831724/file.flac","duration":141226,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\008 - Natural Light.flac","size":13709087,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"1904","key":"/library/metadata/1904","parentRatingKey":"1895","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b09d72","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Lionhearted","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/1895","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","originalTitle":"Porter Robinson feat. Urban Cone","summary":"","index":9,"parentIndex":1,"ratingCount":77678,"thumb":"/library/metadata/1895/thumb/1591408988","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1895/thumb/1591408988","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":266106,"addedAt":1579033940,"updatedAt":1595497161,"Media":[{"id":1666,"duration":266106,"bitrate":1035,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":1666,"key":"/library/parts/1666/1591831724/file.flac","duration":266106,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\009 - Lionhearted.flac","size":35108454,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2829","key":"/library/metadata/2829","parentRatingKey":"2826","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b0a056","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Sea of Voices","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2826","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","summary":"","index":10,"parentIndex":1,"ratingCount":109016,"thumb":"/library/metadata/2826/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2826/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":298980,"addedAt":1591780227,"updatedAt":1595497163,"Media":[{"id":2511,"duration":298980,"bitrate":938,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2511,"key":"/library/parts/2511/1591831724/file.flac","duration":298980,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\010 - Sea of Voices.flac","size":35727661,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"1906","key":"/library/metadata/1906","parentRatingKey":"1895","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b0a4cc","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Fellow Feeling","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/1895","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","summary":"","index":11,"parentIndex":1,"ratingCount":35787,"thumb":"/library/metadata/1895/thumb/1591408988","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/1895/thumb/1591408988","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":350173,"addedAt":1579033940,"updatedAt":1595497161,"Media":[{"id":1668,"duration":350173,"bitrate":921,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":1668,"key":"/library/parts/1668/1591831724/file.flac","duration":350173,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\011 - Fellow Feeling.flac","size":40974143,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2830","key":"/library/metadata/2830","parentRatingKey":"2826","grandparentRatingKey":"1894","guid":"plex://track/5d07e8f5403c640290b0a5d5","parentGuid":"plex://album/5d07c8a8403c640290c1872d","grandparentGuid":"plex://artist/5d07bd70403c6402905e6e01","type":"track","title":"Goodbye to a World","grandparentKey":"/library/metadata/1894","parentKey":"/library/metadata/2826","grandparentTitle":"Porter Robinson","parentTitle":"Worlds","summary":"","index":12,"parentIndex":1,"ratingCount":47576,"thumb":"/library/metadata/2826/thumb/1591780229","art":"/library/metadata/1894/art/1595497041","parentThumb":"/library/metadata/2826/thumb/1591780229","grandparentThumb":"/library/metadata/1894/thumb/1595497041","grandparentArt":"/library/metadata/1894/art/1595497041","duration":328506,"addedAt":1591780227,"updatedAt":1595497163,"Media":[{"id":2512,"duration":328506,"bitrate":856,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2512,"key":"/library/parts/2512/1591831724/file.flac","duration":328506,"file":"D:\\Public\\Media\\Music\\Porter Robinson\\Worlds\\012 - Goodbye to a World.flac","size":35828529,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2567","key":"/library/metadata/2567","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307baa","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Theme of \"Weathering With You\"","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":1,"parentIndex":1,"ratingCount":4414,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":41795,"addedAt":1591780155,"updatedAt":1595497107,"Media":[{"id":2268,"duration":41795,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2268,"key":"/library/parts/2268/1591831736/file.mp3","duration":41795,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\001 - Theme of Weathering With You.mp3","size":1138804,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2568","key":"/library/metadata/2568","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307c4e","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"The Taste of Kindness","titleSort":"Taste of Kindness","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":2,"parentIndex":1,"ratingCount":3485,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":44800,"addedAt":1591780155,"updatedAt":1595497107,"Media":[{"id":2269,"duration":44800,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2269,"key":"/library/parts/2269/1591831736/file.mp3","duration":44800,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\002 - The Taste of Kindness.mp3","size":1211018,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2569","key":"/library/metadata/2569","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307c58","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"First Visit to K&A","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":3,"parentIndex":1,"ratingCount":2893,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":109792,"addedAt":1591780155,"updatedAt":1595497107,"Media":[{"id":2270,"duration":109792,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2270,"key":"/library/parts/2270/1591831736/file.mp3","duration":109792,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\003 - First Visit to K&A.mp3","size":2772337,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2570","key":"/library/metadata/2570","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307c5e","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Welcome to Senpikan","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":4,"parentIndex":1,"ratingCount":2651,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":59350,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2271,"duration":59350,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2271,"key":"/library/parts/2271/1591831736/file.mp3","duration":59350,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\004 - Welcome to Senpikan.mp3","size":1560568,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2571","key":"/library/metadata/2571","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307c7e","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"K&A Welcoming Ceremony","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":5,"parentIndex":1,"ratingCount":2438,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":63608,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2272,"duration":63608,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2272,"key":"/library/parts/2272/1591831738/file.mp3","duration":63608,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\005 - K&A Welcoming Ceremony.mp3","size":1662803,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2572","key":"/library/metadata/2572","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307cba","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Voice of Wind (movie edit)","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":6,"parentIndex":1,"ratingCount":3398,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":157152,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2273,"duration":157152,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2273,"key":"/library/parts/2273/1591831738/file.mp3","duration":157152,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\006 - Voice of Wind (movie edit).mp3","size":3910129,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2573","key":"/library/metadata/2573","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307cbc","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Saving Hina","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":7,"parentIndex":1,"ratingCount":2730,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":107911,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2274,"duration":107911,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2274,"key":"/library/parts/2274/1591831738/file.mp3","duration":107911,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\007 - Saving Hina.mp3","size":2727201,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2574","key":"/library/metadata/2574","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307d76","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Sky Clearing Up","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":8,"parentIndex":1,"ratingCount":2888,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":133616,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2275,"duration":133616,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2275,"key":"/library/parts/2275/1591831738/file.mp3","duration":133616,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\008 - Sky Clearing Up.mp3","size":3344733,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2575","key":"/library/metadata/2575","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307d7e","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Sea in the Sky","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":9,"parentIndex":1,"ratingCount":2491,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":44800,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2276,"duration":44800,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2276,"key":"/library/parts/2276/1591831738/file.mp3","duration":44800,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\009 - Sea in the Sky.mp3","size":1211004,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2576","key":"/library/metadata/2576","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307d80","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Visiting Home","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":10,"parentIndex":1,"ratingCount":2404,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":221231,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2277,"duration":221231,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2277,"key":"/library/parts/2277/1591831738/file.mp3","duration":221231,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\010 - Visiting Home.mp3","size":5449587,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2577","key":"/library/metadata/2577","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307d81","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"First Part Time Job as Sunshine Girl","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":11,"parentIndex":1,"ratingCount":2458,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":80039,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2278,"duration":80039,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2278,"key":"/library/parts/2278/1591831738/file.mp3","duration":80039,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\011 - First Part Time Job as Sunshine Girl.mp3","size":2057637,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2578","key":"/library/metadata/2578","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307d83","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Celebration (movie edit)","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","originalTitle":"RADWIMPS feat. Toko Miura","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":154253,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2279,"duration":154253,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2279,"key":"/library/parts/2279/1591831738/file.mp3","duration":154253,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\012 - Celebration (movie edit).mp3","size":3840505,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2579","key":"/library/metadata/2579","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307d89","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Fireworks Festival","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":13,"parentIndex":1,"ratingCount":2753,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":186435,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2280,"duration":186435,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2280,"key":"/library/parts/2280/1591831738/file.mp3","duration":186435,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\013 - Fireworks Festival.mp3","size":4613679,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2580","key":"/library/metadata/2580","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307d8b","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Shrine of Weather","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":14,"parentIndex":1,"ratingCount":2225,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":160992,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2281,"duration":160992,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2281,"key":"/library/parts/2281/1591831738/file.mp3","duration":160992,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\014 - Shrine of Weather.mp3","size":4002425,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2581","key":"/library/metadata/2581","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307d9d","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Shiba Ko-En","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":15,"parentIndex":1,"ratingCount":2153,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":191660,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2282,"duration":191660,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2282,"key":"/library/parts/2282/1591831740/file.mp3","duration":191660,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\015 - Shiba Ko-En.mp3","size":4739180,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2582","key":"/library/metadata/2582","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307e55","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Two Confessions","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":16,"parentIndex":1,"ratingCount":2155,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":80039,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2283,"duration":80039,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2283,"key":"/library/parts/2283/1591831740/file.mp3","duration":80039,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\016 - Two Confessions.mp3","size":2057595,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2583","key":"/library/metadata/2583","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e4f0b09c68c1307ee3","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"City Crisis","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":17,"parentIndex":1,"ratingCount":2047,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":97227,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2284,"duration":97227,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2284,"key":"/library/parts/2284/1591831740/file.mp3","duration":97227,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\017 - City Crisis.mp3","size":2470524,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2584","key":"/library/metadata/2584","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307fa4","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Snow in Midsummer","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":18,"parentIndex":1,"ratingCount":2036,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":59350,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2285,"duration":59350,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2285,"key":"/library/parts/2285/1591831740/file.mp3","duration":59350,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\018 - Snow in Midsummer.mp3","size":1560566,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2585","key":"/library/metadata/2585","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307fa5","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Power of the Weather","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":19,"parentIndex":1,"ratingCount":2039,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":82834,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2286,"duration":82834,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2286,"key":"/library/parts/2286/1591831740/file.mp3","duration":82834,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\019 - Power of the Weather.mp3","size":2124752,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2586","key":"/library/metadata/2586","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307fa7","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Time With Family","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":20,"parentIndex":1,"ratingCount":2271,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":156316,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2287,"duration":156316,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2287,"key":"/library/parts/2287/1591831740/file.mp3","duration":156316,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\020 - Time With Family.mp3","size":3890092,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2587","key":"/library/metadata/2587","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307fa9","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Hina, Fading Away","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":21,"parentIndex":1,"ratingCount":2136,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":59350,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2288,"duration":59350,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2288,"key":"/library/parts/2288/1591831740/file.mp3","duration":59350,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\021 - Hina, Fading Away.mp3","size":1560504,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2588","key":"/library/metadata/2588","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307faa","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Eternity Above Clouds","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":22,"parentIndex":1,"ratingCount":1933,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":52114,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2289,"duration":52114,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2289,"key":"/library/parts/2289/1591831740/file.mp3","duration":52114,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\022 - Eternity Above Clouds.mp3","size":1386738,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2589","key":"/library/metadata/2589","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307fab","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Clear Sky and Loss","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":23,"parentIndex":1,"ratingCount":1886,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":165511,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2290,"duration":165511,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2290,"key":"/library/parts/2290/1591831740/file.mp3","duration":165511,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\023 - Clear Sky and Loss.mp3","size":4111000,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2590","key":"/library/metadata/2590","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307fae","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Hodaka Escapes / Kid's Plot","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":24,"parentIndex":1,"ratingCount":1663,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":181786,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2291,"duration":181786,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2291,"key":"/library/parts/2291/1591831742/file.mp3","duration":181786,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\024 - Hodaka Escapes + Kid's Plot.mp3","size":4501925,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2591","key":"/library/metadata/2591","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307fc1","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Bike Chasing","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":25,"parentIndex":1,"ratingCount":1627,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":59350,"addedAt":1591780156,"updatedAt":1595497107,"Media":[{"id":2292,"duration":59350,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2292,"key":"/library/parts/2292/1591831742/file.mp3","duration":59350,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\025 - Bike Chasing.mp3","size":1560556,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2592","key":"/library/metadata/2592","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307fc2","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Running With Hina","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":26,"parentIndex":1,"ratingCount":2197,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":133616,"addedAt":1591780157,"updatedAt":1595497107,"Media":[{"id":2293,"duration":133616,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2293,"key":"/library/parts/2293/1591831742/file.mp3","duration":133616,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\026 - Running With Hina.mp3","size":3344739,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2593","key":"/library/metadata/2593","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e5f0b09c68c1307fc7","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Is There Still Anything That Love Can Do? (movie edit)","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":27,"parentIndex":1,"ratingCount":3599,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":150752,"addedAt":1591780157,"updatedAt":1595497107,"Media":[{"id":2294,"duration":150752,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2294,"key":"/library/parts/2294/1591831742/file.mp3","duration":150752,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\027 - Is There Still Anything That Love Can Do! (movie edit).mp3","size":3756435,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2594","key":"/library/metadata/2594","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e3f0b09c68c13071f3","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Grand Escape (movie edit)","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","originalTitle":"RADWIMPS feat. Toko Miura","summary":"","index":28,"parentIndex":1,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":189544,"addedAt":1591780157,"updatedAt":1595497107,"Media":[{"id":2295,"duration":189544,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2295,"key":"/library/parts/2295/1591831742/file.mp3","duration":189544,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\028 - Grand Escape (movie edit).mp3","size":4688351,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2595","key":"/library/metadata/2595","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e3f0b09c68c1307258","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Rain Again","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":29,"parentIndex":1,"ratingCount":2890,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":44800,"addedAt":1591780157,"updatedAt":1595497107,"Media":[{"id":2296,"duration":44800,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2296,"key":"/library/parts/2296/1591831742/file.mp3","duration":44800,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\029 - Rain Again.mp3","size":1211062,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2596","key":"/library/metadata/2596","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e3f0b09c68c13072c1","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"We'll Be Alright (movie edit)","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":30,"parentIndex":1,"ratingCount":4908,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":258586,"addedAt":1591780157,"updatedAt":1595497107,"Media":[{"id":2297,"duration":258586,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2297,"key":"/library/parts/2297/1591831742/file.mp3","duration":258586,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\030 - We'll Be Alright (movie edit).mp3","size":6346978,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2597","key":"/library/metadata/2597","parentRatingKey":"2566","grandparentRatingKey":"835","guid":"plex://track/5d3110e3f0b09c68c13072e7","parentGuid":"plex://album/5d30ad59f0b09c68c12f6416","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Is There Still Anything That Love Can Do?","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2566","grandparentTitle":"RADWIMPS","parentTitle":"Weathering With You","summary":"","index":31,"parentIndex":1,"ratingCount":8226,"thumb":"/library/metadata/2566/thumb/1591780169","parentThumb":"/library/metadata/2566/thumb/1591780169","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":412551,"addedAt":1591780158,"updatedAt":1595497107,"Media":[{"id":2298,"duration":412551,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2298,"key":"/library/parts/2298/1591831742/file.mp3","duration":412551,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\天気の子\\031 - Is There Still Anything That Love Can Do.mp3","size":10045879,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2540","key":"/library/metadata/2540","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07fa37403c6402908526fa","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Dream lantern (English ver.)","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":1,"parentIndex":1,"ratingCount":714,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":129384,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2242,"duration":129384,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2242,"key":"/library/parts/2242/1591831730/file.mp3","duration":129384,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\01 - Dream lantern (English ver.).mp3","size":3740483,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2541","key":"/library/metadata/2541","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6ff403c6402905aec44","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"School road","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":2,"parentIndex":1,"ratingCount":11144,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":58671,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2243,"duration":58671,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2243,"key":"/library/parts/2243/1591831730/file.mp3","duration":58671,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\02 - School road.mp3","size":2043383,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2542","key":"/library/metadata/2542","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae81f","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Itomori high school","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":3,"parentIndex":1,"ratingCount":10059,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":103967,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2244,"duration":103967,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2244,"key":"/library/parts/2244/1591831730/file.mp3","duration":103967,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\03 - Itomori high school.mp3","size":3130513,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2543","key":"/library/metadata/2543","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae439","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"First view of tokyo","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":4,"parentIndex":1,"ratingCount":10551,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":74893,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2245,"duration":74893,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2245,"key":"/library/parts/2245/1591831730/file.mp3","duration":74893,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\04 - First view of tokyo.mp3","size":2432728,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2544","key":"/library/metadata/2544","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae517","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Cafe at last","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":5,"parentIndex":1,"ratingCount":8496,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":98873,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2246,"duration":98873,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2246,"key":"/library/parts/2246/1591831730/file.mp3","duration":98873,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\05 - Cafe at last.mp3","size":3008246,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2545","key":"/library/metadata/2545","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6ff403c6402905af156","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Theme of Ms. Okudera","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":6,"parentIndex":1,"ratingCount":9033,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":126066,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2247,"duration":126066,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2247,"key":"/library/parts/2247/1591831730/file.mp3","duration":126066,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\06 - Theme of Ms. Okudera.mp3","size":3660846,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2546","key":"/library/metadata/2546","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae326","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Unusual changes of two","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":7,"parentIndex":1,"ratingCount":7813,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":157100,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2248,"duration":157100,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2248,"key":"/library/parts/2248/1591831730/file.mp3","duration":157100,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\07 - Unusual changes of two.mp3","size":4405713,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2547","key":"/library/metadata/2547","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07fa37403c64029085271f","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Zenzenzense (English ver.)","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":8,"parentIndex":1,"ratingCount":731,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":279693,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2249,"duration":279693,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2249,"key":"/library/parts/2249/1591831732/file.mp3","duration":279693,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\08 - Zenzenzense (English ver.).mp3","size":7347885,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2548","key":"/library/metadata/2548","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae608","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Goshintai","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":9,"parentIndex":1,"ratingCount":11593,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":196728,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2250,"duration":196728,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2250,"key":"/library/parts/2250/1591831732/file.mp3","duration":196728,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\09 - Goshintai.mp3","size":5356753,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2549","key":"/library/metadata/2549","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae979","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Date","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":10,"parentIndex":1,"ratingCount":12975,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":242860,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2251,"duration":242860,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2251,"key":"/library/parts/2251/1591831732/file.mp3","duration":242860,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\10 - Date.mp3","size":6463919,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2550","key":"/library/metadata/2550","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905aeaa4","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Autumn festival","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":11,"parentIndex":1,"ratingCount":8594,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":64052,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2252,"duration":64052,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2252,"key":"/library/parts/2252/1591831732/file.mp3","duration":64052,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\11 - Autumn festival.mp3","size":2172544,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2551","key":"/library/metadata/2551","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae9b9","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Evoking memories","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":12,"parentIndex":1,"ratingCount":8132,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":105142,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2253,"duration":105142,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2253,"key":"/library/parts/2253/1591831732/file.mp3","duration":105142,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\12 - Evoking memories.mp3","size":3158722,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2552","key":"/library/metadata/2552","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae8c8","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Visit to Hida","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":13,"parentIndex":1,"ratingCount":7645,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":105142,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2254,"duration":105142,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2254,"key":"/library/parts/2254/1591831732/file.mp3","duration":105142,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\13 - Visit to Hida.mp3","size":3158715,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2553","key":"/library/metadata/2553","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6ff403c6402905aec45","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Disappeared town","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":14,"parentIndex":1,"ratingCount":7145,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":105142,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2255,"duration":105142,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2255,"key":"/library/parts/2255/1591831732/file.mp3","duration":105142,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\14 - Disappeared town.mp3","size":3158721,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2554","key":"/library/metadata/2554","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae821","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Library","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":15,"parentIndex":1,"ratingCount":7419,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":105142,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2256,"duration":105142,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2256,"key":"/library/parts/2256/1591831732/file.mp3","duration":105142,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\15 - Library.mp3","size":3158703,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2555","key":"/library/metadata/2555","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae43b","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"The night inn","titleSort":"night inn","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":16,"parentIndex":1,"ratingCount":6776,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":105142,"addedAt":1591780146,"updatedAt":1595497112,"Media":[{"id":2257,"duration":105142,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2257,"key":"/library/parts/2257/1591831732/file.mp3","duration":105142,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\16 - The night inn.mp3","size":3158715,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2556","key":"/library/metadata/2556","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae519","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Again to Goshintai","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":17,"parentIndex":1,"ratingCount":7419,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":147121,"addedAt":1591780147,"updatedAt":1595497112,"Media":[{"id":2258,"duration":147121,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2258,"key":"/library/parts/2258/1591831734/file.mp3","duration":147121,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\17 - Again to Goshintai.mp3","size":4166217,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2557","key":"/library/metadata/2557","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6ff403c6402905af158","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Kuchikamizake trip","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":18,"parentIndex":1,"ratingCount":8605,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":179748,"addedAt":1591780147,"updatedAt":1595497112,"Media":[{"id":2259,"duration":179748,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2259,"key":"/library/parts/2259/1591831734/file.mp3","duration":179748,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\18 - Kuchikamizake trip.mp3","size":4949263,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2558","key":"/library/metadata/2558","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae328","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Council of war","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":19,"parentIndex":1,"ratingCount":5977,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":147121,"addedAt":1591780147,"updatedAt":1595497112,"Media":[{"id":2260,"duration":147121,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2260,"key":"/library/parts/2260/1591831734/file.mp3","duration":147121,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\19 - Council of war.mp3","size":4166209,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2559","key":"/library/metadata/2559","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae6eb","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Persuading mayor","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":20,"parentIndex":1,"ratingCount":6088,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":169142,"addedAt":1591780147,"updatedAt":1595497112,"Media":[{"id":2261,"duration":169142,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2261,"key":"/library/parts/2261/1591831734/file.mp3","duration":169142,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\20 - Persuading mayor.mp3","size":4694722,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2560","key":"/library/metadata/2560","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae609","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Theme of Mitsuha","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":21,"parentIndex":1,"ratingCount":11951,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":237766,"addedAt":1591780147,"updatedAt":1595497112,"Media":[{"id":2262,"duration":237766,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2262,"key":"/library/parts/2262/1591831734/file.mp3","duration":237766,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\21 - Theme of Mitsuha.mp3","size":6341690,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2561","key":"/library/metadata/2561","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae97a","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Unseen two","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":22,"parentIndex":1,"ratingCount":6248,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":59924,"addedAt":1591780148,"updatedAt":1595497112,"Media":[{"id":2263,"duration":59924,"bitrate":192,"audioChannels":1,"audioCodec":"mp3","container":"mp3","Part":[{"id":2263,"key":"/library/parts/2263/1591831734/file.mp3","duration":59924,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\22 - Unseen two.mp3","size":2073477,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2562","key":"/library/metadata/2562","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905aeaa6","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Katawaredoki","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":23,"parentIndex":1,"ratingCount":12854,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":168124,"addedAt":1591780148,"updatedAt":1595497112,"Media":[{"id":2264,"duration":168124,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2264,"key":"/library/parts/2264/1591831734/file.mp3","duration":168124,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\23 - Katawaredoki.mp3","size":4670264,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2563","key":"/library/metadata/2563","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07fa37403c6402908526d1","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Sparkle (English ver.)","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":24,"parentIndex":1,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":401136,"addedAt":1591780148,"updatedAt":1595497112,"Media":[{"id":2265,"duration":401136,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2265,"key":"/library/parts/2265/1591831736/file.mp3","duration":401136,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\24 - Sparkle (English ver.).mp3","size":10262517,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2564","key":"/library/metadata/2564","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07f6fe403c6402905ae8c9","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Date 2","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":25,"parentIndex":1,"ratingCount":9393,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":131474,"addedAt":1591780148,"updatedAt":1595497112,"Media":[{"id":2266,"duration":131474,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2266,"key":"/library/parts/2266/1591831736/file.mp3","duration":131474,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\25 - Date 2.mp3","size":3790596,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2565","key":"/library/metadata/2565","parentRatingKey":"2539","grandparentRatingKey":"835","guid":"plex://track/5d07fa36403c640290852232","parentGuid":"plex://album/5d07ca4f403c640290d19b5d","grandparentGuid":"plex://artist/5d07bcca403c6402905500eb","type":"track","title":"Nandemonaiya (English ver.)","grandparentKey":"/library/metadata/835","parentKey":"/library/metadata/2539","grandparentTitle":"RADWIMPS","parentTitle":"Your Name","summary":"","index":26,"parentIndex":1,"thumb":"/library/metadata/2539/thumb/1591780166","parentThumb":"/library/metadata/2539/thumb/1591780166","grandparentThumb":"/library/metadata/835/thumb/1595497015","duration":341551,"addedAt":1591780148,"updatedAt":1595497112,"Media":[{"id":2267,"duration":341551,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2267,"key":"/library/parts/2267/1591831736/file.mp3","duration":341551,"file":"D:\\Public\\Media\\Music\\RADWIMPS\\君の名は。\\CD 001\\26 - Nandemonaiya (English ver.).mp3","size":8832480,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3300","key":"/library/metadata/3300","parentRatingKey":"3299","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc9403c64029017f7b2","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Collapse (Post‐Amerika)","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3299","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":1,"parentIndex":1,"ratingCount":201917,"thumb":"/library/metadata/3299/thumb/1591780355","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3299/thumb/1591780355","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":199235,"addedAt":1591780351,"updatedAt":1595497143,"Media":[{"id":2936,"duration":199235,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2936,"key":"/library/parts/2936/1591831750/file.mp3","duration":199235,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\001 - Collapse (Post‐Amerika).mp3","size":5625139,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1031","key":"/library/metadata/1031","parentRatingKey":"1029","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc8403c64029017f19b","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Long Forgotten Sons","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1029","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":2,"parentIndex":1,"ratingCount":220663,"thumb":"/library/metadata/1029/thumb/1591408777","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1029/thumb/1591408777","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":241502,"addedAt":1579323616,"updatedAt":1595497139,"Media":[{"id":890,"duration":241502,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":890,"key":"/library/parts/890/1591831752/file.mp3","duration":241502,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\002 - Long Forgotten Sons.mp3","size":6640573,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3301","key":"/library/metadata/3301","parentRatingKey":"3299","grandparentRatingKey":"1001","guid":"plex://track/5d07d82f403c640290bd0fe9","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Re‐Education (Through Labor)","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3299","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/3299/thumb/1591780355","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3299/thumb/1591780355","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":225515,"addedAt":1591780351,"updatedAt":1595497143,"Media":[{"id":2937,"duration":225515,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2937,"key":"/library/parts/2937/1591831752/file.mp3","duration":225515,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\003 - Re‐Education (Through Labor).mp3","size":6255785,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1033","key":"/library/metadata/1033","parentRatingKey":"1029","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc8403c64029017ee5e","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"The Dirt Whispered","titleSort":"Dirt Whispered","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1029","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":4,"parentIndex":1,"ratingCount":220945,"thumb":"/library/metadata/1029/thumb/1591408777","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1029/thumb/1591408777","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":189361,"addedAt":1579323616,"updatedAt":1595497139,"Media":[{"id":892,"duration":189361,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":892,"key":"/library/parts/892/1591831752/file.mp3","duration":189361,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\004 - The Dirt Whispered.mp3","size":5388019,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1034","key":"/library/metadata/1034","parentRatingKey":"1029","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc9403c64029017f9dd","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Kotov Syndrome","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1029","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":5,"parentIndex":1,"ratingCount":208893,"thumb":"/library/metadata/1029/thumb/1591408777","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1029/thumb/1591408777","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":182151,"addedAt":1579323616,"updatedAt":1595497139,"Media":[{"id":893,"duration":182151,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":893,"key":"/library/parts/893/1591831752/file.mp3","duration":182151,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\005 - Kotov Syndrome.mp3","size":5214774,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1035","key":"/library/metadata/1035","parentRatingKey":"1029","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc9403c64029017f883","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"From Heads Unworthy","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1029","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":6,"parentIndex":1,"ratingCount":209592,"thumb":"/library/metadata/1029/thumb/1591408777","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1029/thumb/1591408777","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":222328,"addedAt":1579323616,"updatedAt":1595497139,"Media":[{"id":894,"duration":222328,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":894,"key":"/library/parts/894/1591831752/file.mp3","duration":222328,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\006 - From Heads Unworthy.mp3","size":6179484,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3302","key":"/library/metadata/3302","parentRatingKey":"3299","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc8403c64029017f0c5","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"The Strength to Go On","titleSort":"Strength to Go On","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3299","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":7,"parentIndex":1,"ratingCount":198613,"thumb":"/library/metadata/3299/thumb/1591780355","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3299/thumb/1591780355","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":207359,"addedAt":1591780352,"updatedAt":1595497143,"Media":[{"id":2938,"duration":207359,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2938,"key":"/library/parts/2938/1591831752/file.mp3","duration":207359,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\007 - The Strength to Go On.mp3","size":5820507,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3303","key":"/library/metadata/3303","parentRatingKey":"3299","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc8403c64029017f017","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Audience of One","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3299","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":8,"parentIndex":1,"ratingCount":245136,"thumb":"/library/metadata/3299/thumb/1591780355","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3299/thumb/1591780355","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":245760,"addedAt":1591780352,"updatedAt":1595497143,"Media":[{"id":2939,"duration":245760,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2939,"key":"/library/parts/2939/1591831754/file.mp3","duration":245760,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\008 - Audience of One.mp3","size":6741828,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1038","key":"/library/metadata/1038","parentRatingKey":"1029","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc8403c64029017f218","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Entertainment","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1029","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":9,"parentIndex":1,"ratingCount":200038,"thumb":"/library/metadata/1029/thumb/1591408777","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1029/thumb/1591408777","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":214909,"addedAt":1579323616,"updatedAt":1595497139,"Media":[{"id":897,"duration":214909,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":897,"key":"/library/parts/897/1591831754/file.mp3","duration":214909,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\009 - Entertainment.mp3","size":6001144,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3304","key":"/library/metadata/3304","parentRatingKey":"3299","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc8403c64029017eedb","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Hero of War","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3299","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":10,"parentIndex":1,"ratingCount":439378,"thumb":"/library/metadata/3299/thumb/1591780355","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3299/thumb/1591780355","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":253387,"addedAt":1591780352,"updatedAt":1595497143,"Media":[{"id":2940,"duration":253387,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2940,"key":"/library/parts/2940/1591831754/file.mp3","duration":253387,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\010 - Hero of War.mp3","size":6925266,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1040","key":"/library/metadata/1040","parentRatingKey":"1029","grandparentRatingKey":"1001","guid":"plex://track/5d07d7c9403c640290b61340","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Savior","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1029","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":11,"parentIndex":1,"ratingCount":585384,"thumb":"/library/metadata/1029/thumb/1591408777","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1029/thumb/1591408777","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":245263,"addedAt":1579323616,"updatedAt":1595497140,"Media":[{"id":899,"duration":245263,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":899,"key":"/library/parts/899/1591831754/file.mp3","duration":245263,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\011 - Savior.mp3","size":6731224,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1041","key":"/library/metadata/1041","parentRatingKey":"1029","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc9403c64029017ff73","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Hairline Fracture","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1029","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":12,"parentIndex":1,"ratingCount":183779,"thumb":"/library/metadata/1029/thumb/1591408777","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1029/thumb/1591408777","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":242573,"addedAt":1579323616,"updatedAt":1595497140,"Media":[{"id":900,"duration":242573,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":900,"key":"/library/parts/900/1591831754/file.mp3","duration":242573,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\012 - Hairline Fracture.mp3","size":6665627,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1042","key":"/library/metadata/1042","parentRatingKey":"1029","grandparentRatingKey":"1001","guid":"plex://track/5d07ddc8403c64029017ee91","parentGuid":"plex://album/5d07c33d403c6402909501ef","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Whereabouts Unknown","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1029","grandparentTitle":"Rise Against","parentTitle":"Appeal to Reason","summary":"","index":13,"parentIndex":1,"ratingCount":179286,"thumb":"/library/metadata/1029/thumb/1591408777","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1029/thumb/1591408777","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":241815,"addedAt":1579323616,"updatedAt":1595497140,"Media":[{"id":901,"duration":241815,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":901,"key":"/library/parts/901/1591831754/file.mp3","duration":241815,"file":"D:\\Public\\Media\\Music\\Rise Against\\Appeal To Reason\\013 - Whereabouts Unknown.mp3","size":6647019,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3282","key":"/library/metadata/3282","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023c27b","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"State of the Union","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":1,"parentIndex":1,"ratingCount":227703,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":139441,"addedAt":1591780346,"updatedAt":1595497144,"Media":[{"id":2920,"duration":139441,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2920,"key":"/library/parts/2920/1591831744/file.mp3","duration":139441,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\001 - State of the Union.mp3","size":4178120,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3283","key":"/library/metadata/3283","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023bf34","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"The First Drop","titleSort":"First Drop","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":2,"parentIndex":1,"ratingCount":203996,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":159373,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2921,"duration":159373,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2921,"key":"/library/parts/2921/1591831744/file.mp3","duration":159373,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\002 - The First Drop.mp3","size":4657818,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3284","key":"/library/metadata/3284","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023bf37","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Life Less Frightening","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":3,"parentIndex":1,"ratingCount":230163,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":232254,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2922,"duration":232254,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2922,"key":"/library/parts/2922/1591831744/file.mp3","duration":232254,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\003 - Life Less Frightening.mp3","size":6406777,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3285","key":"/library/metadata/3285","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023bf38","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Paper Wings","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":4,"parentIndex":1,"ratingCount":288514,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":228806,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2923,"duration":228806,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2923,"key":"/library/parts/2923/1591831744/file.mp3","duration":228806,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\004 - Paper Wings.mp3","size":6323061,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3286","key":"/library/metadata/3286","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023bf3b","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Blood to Bleed","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":5,"parentIndex":1,"ratingCount":235074,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":228649,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2924,"duration":228649,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2924,"key":"/library/parts/2924/1591831744/file.mp3","duration":228649,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\005 - Blood to Bleed.mp3","size":6320153,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3287","key":"/library/metadata/3287","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023bf3e","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"To Them These Streets Belong","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":6,"parentIndex":1,"ratingCount":187006,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":168959,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2925,"duration":168959,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2925,"key":"/library/parts/2925/1591831744/file.mp3","duration":168959,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\006 - To Them These Streets Belong.mp3","size":4888497,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3288","key":"/library/metadata/3288","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023bf40","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Tip the Scales","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":7,"parentIndex":1,"ratingCount":198120,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":231497,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2926,"duration":231497,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2926,"key":"/library/parts/2926/1591831744/file.mp3","duration":231497,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\007 - Tip the Scales.mp3","size":6388644,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3289","key":"/library/metadata/3289","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023bf41","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Anywhere but Here","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":8,"parentIndex":1,"ratingCount":190537,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":218279,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2927,"duration":218279,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2927,"key":"/library/parts/2927/1591831744/file.mp3","duration":218279,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\008 - Anywhere but Here.mp3","size":6071878,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3290","key":"/library/metadata/3290","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023bf44","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Give It All","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":9,"parentIndex":1,"ratingCount":465520,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":172120,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2928,"duration":172120,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2928,"key":"/library/parts/2928/1591831744/file.mp3","duration":172120,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\009 - Give It All.mp3","size":4963190,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3291","key":"/library/metadata/3291","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023c126","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Dancing for Rain","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":10,"parentIndex":1,"ratingCount":239951,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":241606,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2929,"duration":241606,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2929,"key":"/library/parts/2929/1591831746/file.mp3","duration":241606,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\010 - Dancing for Rain.mp3","size":6630980,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3292","key":"/library/metadata/3292","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023c27c","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Swing Life Away","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":11,"parentIndex":1,"ratingCount":538960,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":195709,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2930,"duration":195709,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2930,"key":"/library/parts/2930/1591831746/file.mp3","duration":195709,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\011 - Swing Life Away.mp3","size":5529902,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3293","key":"/library/metadata/3293","parentRatingKey":"3281","grandparentRatingKey":"1001","guid":"plex://track/5d07cfc2403c64029023c27e","parentGuid":"plex://album/5d07c1eb403c640290889127","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Rumors of My Demise Have Been Greatly Exaggerated","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3281","grandparentTitle":"Rise Against","parentTitle":"Siren Song of the Counter Culture","summary":"","index":12,"parentIndex":1,"ratingCount":178639,"thumb":"/library/metadata/3281/thumb/1595497144","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3281/thumb/1595497144","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":252107,"addedAt":1591780347,"updatedAt":1595497144,"Media":[{"id":2931,"duration":252107,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2931,"key":"/library/parts/2931/1591831746/file.mp3","duration":252107,"file":"D:\\Public\\Media\\Music\\Rise Against\\Siren Song of the Counter Culture\\012 - Rumors of My Demise Have Been Greatly Exaggerated.mp3","size":6884938,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3295","key":"/library/metadata/3295","parentRatingKey":"3294","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0d99","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Chamber the Cartridge","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3294","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":1,"parentIndex":1,"ratingCount":55388,"thumb":"/library/metadata/3294/thumb/1591780351","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3294/thumb/1591780351","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":215248,"addedAt":1591780348,"updatedAt":1595497146,"Media":[{"id":2932,"duration":215248,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2932,"key":"/library/parts/2932/1591831746/file.mp3","duration":215248,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\001 - Chamber the Cartridge.mp3","size":5900776,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1004","key":"/library/metadata/1004","parentRatingKey":"1002","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0b39","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Injection","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1002","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":2,"parentIndex":1,"ratingCount":332166,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1002/thumb/1592039296","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":201482,"addedAt":1579324020,"updatedAt":1595497144,"Media":[{"id":865,"duration":201482,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":865,"key":"/library/parts/865/1591831746/file.mp3","duration":201482,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\002 - Injection.mp3","size":5570119,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3296","key":"/library/metadata/3296","parentRatingKey":"3294","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0f33","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Ready to Fall","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3294","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":3,"parentIndex":1,"ratingCount":387548,"thumb":"/library/metadata/3294/thumb/1591780351","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3294/thumb/1591780351","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":228022,"addedAt":1591780348,"updatedAt":1595497146,"Media":[{"id":2933,"duration":228022,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2933,"key":"/library/parts/2933/1591831746/file.mp3","duration":228022,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\003 - Ready to Fall.mp3","size":6207301,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1006","key":"/library/metadata/1006","parentRatingKey":"1002","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0cc9","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Bricks","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1002","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":4,"parentIndex":1,"ratingCount":245600,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1002/thumb/1592039296","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":91193,"addedAt":1579324020,"updatedAt":1595497144,"Media":[{"id":867,"duration":91193,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":867,"key":"/library/parts/867/1591831748/file.mp3","duration":91193,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\004 - Bricks.mp3","size":2922565,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3297","key":"/library/metadata/3297","parentRatingKey":"3294","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0e7b","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Under the Knife","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3294","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":5,"parentIndex":1,"ratingCount":342205,"thumb":"/library/metadata/3294/thumb/1591780351","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3294/thumb/1591780351","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":162533,"addedAt":1591780348,"updatedAt":1595497146,"Media":[{"id":2934,"duration":162533,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2934,"key":"/library/parts/2934/1591831748/file.mp3","duration":162533,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\005 - Under the Knife.mp3","size":4634576,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3298","key":"/library/metadata/3298","parentRatingKey":"3294","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0ecf","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Prayer of the Refugee","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/3294","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":6,"parentIndex":1,"ratingCount":629067,"thumb":"/library/metadata/3294/thumb/1591780351","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/3294/thumb/1591780351","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":201717,"addedAt":1591780348,"updatedAt":1595497146,"Media":[{"id":2935,"duration":201717,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2935,"key":"/library/parts/2935/1591831748/file.mp3","duration":201717,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\006 - Prayer of the Refugee.mp3","size":5576322,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1009","key":"/library/metadata/1009","parentRatingKey":"1002","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0aa5","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Drones","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1002","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":7,"parentIndex":1,"ratingCount":294076,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1002/thumb/1592039296","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":181942,"addedAt":1579324020,"updatedAt":1595497144,"Media":[{"id":870,"duration":181942,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":870,"key":"/library/parts/870/1591831748/file.mp3","duration":181942,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\007 - Drones.mp3","size":5100931,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1010","key":"/library/metadata/1010","parentRatingKey":"1002","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0d02","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"The Approaching Curve","titleSort":"Approaching Curve","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1002","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":8,"parentIndex":1,"ratingCount":224090,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1002/thumb/1592039296","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":225097,"addedAt":1579324020,"updatedAt":1595497144,"Media":[{"id":871,"duration":225097,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":871,"key":"/library/parts/871/1591831748/file.mp3","duration":225097,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\008 - The Approaching Curve.mp3","size":6138920,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1011","key":"/library/metadata/1011","parentRatingKey":"1002","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d10a9","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Worth Dying For","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1002","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":9,"parentIndex":1,"ratingCount":299789,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1002/thumb/1592039296","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":200359,"addedAt":1579324020,"updatedAt":1595497144,"Media":[{"id":872,"duration":200359,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":872,"key":"/library/parts/872/1591831750/file.mp3","duration":200359,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\009 - Worth Dying For.mp3","size":5543237,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1012","key":"/library/metadata/1012","parentRatingKey":"1002","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0d9b","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Behind Closed Doors","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1002","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":10,"parentIndex":1,"ratingCount":299330,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1002/thumb/1592039296","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":195839,"addedAt":1579324020,"updatedAt":1595497144,"Media":[{"id":873,"duration":195839,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":873,"key":"/library/parts/873/1591831750/file.mp3","duration":195839,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\010 - Behind Closed Doors.mp3","size":5434898,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1013","key":"/library/metadata/1013","parentRatingKey":"1002","grandparentRatingKey":"1001","guid":"plex://track/5d07d267403c6402905d0b3a","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Roadside","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1002","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":11,"parentIndex":1,"ratingCount":251345,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1002/thumb/1592039296","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":198138,"addedAt":1579324020,"updatedAt":1595497144,"Media":[{"id":874,"duration":198138,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":874,"key":"/library/parts/874/1591831750/file.mp3","duration":198138,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\011 - Roadside.mp3","size":5488933,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1014","key":"/library/metadata/1014","parentRatingKey":"1002","grandparentRatingKey":"1001","guid":"plex://track/5d07d7a3403c640290b39fa2","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"The Good Left Undone","titleSort":"Good Left Undone","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1002","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":12,"parentIndex":1,"ratingCount":3833,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1002/thumb/1592039296","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":184084,"addedAt":1579324020,"updatedAt":1595497144,"Media":[{"id":875,"duration":184084,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":875,"key":"/library/parts/875/1591831750/file.mp3","duration":184084,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\012 - The Good Left Undone.mp3","size":5152784,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1015","key":"/library/metadata/1015","parentRatingKey":"1002","grandparentRatingKey":"1001","guid":"plex://track/5d07d7a3403c640290b39ac0","parentGuid":"plex://album/5d07c208403c6402908995f4","grandparentGuid":"plex://artist/5d07bc10403c6402904b3ee4","type":"track","title":"Survive","grandparentKey":"/library/metadata/1001","parentKey":"/library/metadata/1002","grandparentTitle":"Rise Against","parentTitle":"The Sufferer & the Witness","summary":"","index":13,"parentIndex":1,"ratingCount":247770,"thumb":"/library/metadata/1002/thumb/1592039296","art":"/library/metadata/1001/art/1595497032","parentThumb":"/library/metadata/1002/thumb/1592039296","grandparentThumb":"/library/metadata/1001/thumb/1595497032","grandparentArt":"/library/metadata/1001/art/1595497032","duration":220813,"addedAt":1579324020,"updatedAt":1595497144,"Media":[{"id":876,"duration":220813,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":876,"key":"/library/parts/876/1591831750/file.mp3","duration":220813,"file":"D:\\Public\\Media\\Music\\Rise Against\\The Sufferer & The Witness\\013 - Survive.mp3","size":6034504,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2278","key":"/library/metadata/2278","parentRatingKey":"2277","grandparentRatingKey":"531","guid":"plex://track/5e20c18a06e48128f86424a1","parentGuid":"plex://album/5e20570806e48128f8a615cd","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Black Savage","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2277","grandparentTitle":"Royce da 5′9″","parentTitle":"The Allegory","originalTitle":"Royce da 5′9″ ft. Sy Ari da Kid, White Gold, Cyhi the Prynce & T.I.","summary":"","index":18,"parentIndex":1,"thumb":"/library/metadata/2277/thumb/1594804863","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2277/thumb/1594804863","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":283533,"addedAt":1591780039,"updatedAt":1595497090,"Media":[{"id":1999,"duration":283533,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1999,"key":"/library/parts/1999/1591831760/file.mp3","duration":283533,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\The Allegory\\018 - Black Savage.mp3","size":10028580,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"538","key":"/library/metadata/538","parentRatingKey":"537","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff8743","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Intro","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/537","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":1,"parentIndex":1,"ratingCount":19,"thumb":"/library/metadata/537/thumb/1591408657","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/537/thumb/1591408657","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":90070,"addedAt":1579310056,"updatedAt":1595497092,"Media":[{"id":474,"duration":90070,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":474,"key":"/library/parts/474/1591831754/file.mp3","duration":90070,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\001 - Intro.mp3","size":3026798,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"539","key":"/library/metadata/539","parentRatingKey":"537","grandparentRatingKey":"531","guid":"plex://track/5d080354403c640290ff8a2f","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Woke","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/537","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":2,"parentIndex":1,"ratingCount":28,"thumb":"/library/metadata/537/thumb/1591408657","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/537/thumb/1591408657","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":93257,"addedAt":1579310056,"updatedAt":1595497092,"Media":[{"id":475,"duration":93257,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":475,"key":"/library/parts/475/1591831756/file.mp3","duration":93257,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\002 - Woke.mp3","size":3103283,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2280","key":"/library/metadata/2280","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080354403c640290ff89d4","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"My Parallel (skit)","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":3,"parentIndex":1,"ratingCount":22,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":70243,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2000,"duration":70243,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2000,"key":"/library/parts/2000/1591831756/file.mp3","duration":70243,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\003 - My Parallel (skit).mp3","size":2550978,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2281","key":"/library/metadata/2281","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff8745","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Caterpillar","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. Eminem, King Green","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":287582,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2001,"duration":287582,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2001,"key":"/library/parts/2001/1591831756/file.mp3","duration":287582,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\004 - Caterpillar.mp3","size":7767096,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2282","key":"/library/metadata/2282","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff87e0","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"God Speed","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. Ashley Sorrell","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":190328,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2002,"duration":190328,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2002,"key":"/library/parts/2002/1591831756/file.mp3","duration":190328,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\005 - God Speed.mp3","size":5432998,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2283","key":"/library/metadata/2283","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff8746","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Dumb","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. Boogie","summary":"","index":6,"parentIndex":1,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":187062,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2003,"duration":187062,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2003,"key":"/library/parts/2003/1591831756/file.mp3","duration":187062,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\006 - Dumb.mp3","size":5354621,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2284","key":"/library/metadata/2284","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080354403c640290ff8a32","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Who Are You (skit)","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":7,"parentIndex":1,"ratingCount":19,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":157048,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2004,"duration":157048,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2004,"key":"/library/parts/2004/1591831756/file.mp3","duration":157048,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\007 - Who Are You (skit).mp3","size":4634296,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"545","key":"/library/metadata/545","parentRatingKey":"537","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff87e3","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Cocaine","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/537","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":8,"parentIndex":1,"ratingCount":28,"thumb":"/library/metadata/537/thumb/1591408657","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/537/thumb/1591408657","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":214021,"addedAt":1579310056,"updatedAt":1595497092,"Media":[{"id":481,"duration":214021,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":481,"key":"/library/parts/481/1591831756/file.mp3","duration":214021,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\008 - Cocaine.mp3","size":6001628,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"546","key":"/library/metadata/546","parentRatingKey":"537","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff8749","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Life Is Fair","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/537","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":9,"parentIndex":1,"ratingCount":22,"thumb":"/library/metadata/537/thumb/1591408657","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/537/thumb/1591408657","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":170083,"addedAt":1579310056,"updatedAt":1595497092,"Media":[{"id":482,"duration":170083,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":482,"key":"/library/parts/482/1591831756/file.mp3","duration":170083,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\009 - Life Is Fair.mp3","size":4947127,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2285","key":"/library/metadata/2285","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080354403c640290ff89d5","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Boblo Boat","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. J. Cole","summary":"","index":10,"parentIndex":1,"ratingCount":7,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":282331,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2005,"duration":282331,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2005,"key":"/library/parts/2005/1591831758/file.mp3","duration":282331,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\010 - Boblo Boat.mp3","size":7641080,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"548","key":"/library/metadata/548","parentRatingKey":"537","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff87e5","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Legendary","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/537","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":11,"parentIndex":1,"ratingCount":28,"thumb":"/library/metadata/537/thumb/1591408657","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/537/thumb/1591408657","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":207020,"addedAt":1579310056,"updatedAt":1595497092,"Media":[{"id":484,"duration":207020,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":484,"key":"/library/parts/484/1591831758/file.mp3","duration":207020,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\011 - Legendary.mp3","size":5842356,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2286","key":"/library/metadata/2286","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff874a","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Summer on Lock","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. Pusha T, Jadakiss, Fabolous","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":225201,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2006,"duration":225201,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2006,"key":"/library/parts/2006/1591831758/file.mp3","duration":225201,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\012 - Summer on Lock.mp3","size":6269974,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2287","key":"/library/metadata/2287","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff87ea","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Amazing","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. Melanie Rutherford","summary":"","index":13,"parentIndex":1,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":224548,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2007,"duration":224548,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2007,"key":"/library/parts/2007/1591831758/file.mp3","duration":224548,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\013 - Amazing.mp3","size":6254286,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2288","key":"/library/metadata/2288","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff874f","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Outside","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. Marsha Ambrosius, Robert Glasper","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":199941,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2008,"duration":199941,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2008,"key":"/library/parts/2008/1591831758/file.mp3","duration":199941,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\014 - Outside.mp3","size":5663710,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"552","key":"/library/metadata/552","parentRatingKey":"537","grandparentRatingKey":"531","guid":"plex://track/5d080354403c640290ff89d6","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Power","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/537","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":15,"parentIndex":1,"ratingCount":26,"thumb":"/library/metadata/537/thumb/1591408657","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/537/thumb/1591408657","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":402546,"addedAt":1579310056,"updatedAt":1595497092,"Media":[{"id":488,"duration":402546,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":488,"key":"/library/parts/488/1591831758/file.mp3","duration":402546,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\015 - Power.mp3","size":10526243,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2289","key":"/library/metadata/2289","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff87ed","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Protecting Ryan (skit)","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":16,"parentIndex":1,"ratingCount":17,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":199549,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2009,"duration":199549,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2009,"key":"/library/parts/2009/1591831760/file.mp3","duration":199549,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\016 - Protecting Ryan (skit).mp3","size":5654335,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"554","key":"/library/metadata/554","parentRatingKey":"537","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff8752","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Strong Friend","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/537","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":17,"parentIndex":1,"ratingCount":20,"thumb":"/library/metadata/537/thumb/1591408657","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/537/thumb/1591408657","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":158667,"addedAt":1579310056,"updatedAt":1595497092,"Media":[{"id":490,"duration":158667,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":490,"key":"/library/parts/490/1591831760/file.mp3","duration":158667,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\017 - Strong Friend.mp3","size":4673159,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2290","key":"/library/metadata/2290","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080354403c640290ff89df","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Anything/Everything","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","summary":"","index":18,"parentIndex":1,"ratingCount":19,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":131030,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2010,"duration":131030,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2010,"key":"/library/parts/2010/1591831760/file.mp3","duration":131030,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\018 - Anything+Everything.mp3","size":4009869,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2291","key":"/library/metadata/2291","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080354403c640290ff89d8","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Stay Woke","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. Ashley Sorrell","summary":"","index":19,"parentIndex":1,"ratingCount":28,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":200097,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2011,"duration":200097,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2011,"key":"/library/parts/2011/1591831760/file.mp3","duration":200097,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\019 - Stay Woke.mp3","size":5667476,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2292","key":"/library/metadata/2292","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff8754","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"First of the Month","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. T‐Pain & Chavis Chandler","summary":"","index":20,"parentIndex":1,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":261929,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2012,"duration":261929,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2012,"key":"/library/parts/2012/1591831760/file.mp3","duration":261929,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\020 - First of the Month.mp3","size":7151458,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2293","key":"/library/metadata/2293","parentRatingKey":"2279","grandparentRatingKey":"531","guid":"plex://track/5d080353403c640290ff8756","parentGuid":"plex://album/5d07cc1d403c640290e4d8fc","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"Caterpillar (remix)","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2279","grandparentTitle":"Royce da 5′9″","parentTitle":"Book of Ryan","originalTitle":"Royce da 5′9″ feat. Logic, King Green","summary":"","index":21,"parentIndex":1,"thumb":"/library/metadata/2279/thumb/1591780048","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2279/thumb/1591780048","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":311379,"addedAt":1591780043,"updatedAt":1595497095,"Media":[{"id":2013,"duration":311379,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2013,"key":"/library/parts/2013/1591831760/file.mp3","duration":311379,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\Book of Ryan\\021 - Caterpillar (remix).mp3","size":8338255,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2276","key":"/library/metadata/2276","parentRatingKey":"2275","grandparentRatingKey":"531","guid":"plex://track/5ee02c80c5e64fcc107fe8db","parentGuid":"plex://album/5ee02c3ac5e64fcc107a27a7","grandparentGuid":"plex://artist/5d07bc15403c6402904b7ef5","type":"track","title":"L.A Leakers Freestyle #100","grandparentKey":"/library/metadata/531","parentKey":"/library/metadata/2275","grandparentTitle":"Royce da 5′9″","parentTitle":"L.A Leakers Freestyle #100","summary":"","index":1,"parentIndex":1,"viewCount":36,"lastViewedAt":1594319784,"thumb":"/library/metadata/2275/thumb/1591780042","art":"/library/metadata/531/art/1595497005","parentThumb":"/library/metadata/2275/thumb/1591780042","grandparentThumb":"/library/metadata/531/thumb/1595497005","grandparentArt":"/library/metadata/531/art/1595497005","duration":393695,"addedAt":1591780039,"updatedAt":1595497094,"Media":[{"id":1998,"duration":393695,"bitrate":171,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1998,"key":"/library/parts/1998/1591831760/file.mp3","duration":393695,"file":"D:\\Public\\Media\\Music\\Royce Da 5'9\\L.A Leakers Freestyle #100\\001 - L.A Leakers Freestyle #100.mp3","size":8495279,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2809","key":"/library/metadata/2809","parentRatingKey":"2808","grandparentRatingKey":"969","guid":"plex://track/5d07f248403c64029020e7b4","parentGuid":"plex://album/5d07c9d4403c640290cc6604","grandparentGuid":"plex://artist/5d07bebb403c6402906cb9ac","type":"track","title":"Burnt Rice","grandparentKey":"/library/metadata/969","parentKey":"/library/metadata/2808","grandparentTitle":"Shawn Wasabi","parentTitle":"Burnt Rice","originalTitle":"Shawn Wasabi & YDG feat. Yung GEMMY","summary":"","index":1,"parentIndex":1,"ratingCount":588,"thumb":"/library/metadata/2808/thumb/1591780222","parentThumb":"/library/metadata/2808/thumb/1591780222","grandparentThumb":"/library/metadata/969/thumb/1595065058","duration":124133,"addedAt":1591780220,"updatedAt":1595065071,"Media":[{"id":2493,"duration":124133,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2493,"key":"/library/parts/2493/1591831762/file.mp3","duration":124133,"file":"D:\\Public\\Media\\Music\\Shawn Wasabi\\Burnt Rice\\001 - Burnt Rice.mp3","size":3283799,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"975","key":"/library/metadata/975","parentRatingKey":"974","grandparentRatingKey":"969","guid":"local://975","parentGuid":"local://974","grandparentGuid":"plex://artist/5d07bebb403c6402906cb9ac","type":"track","title":"MARBLE TEA","grandparentKey":"/library/metadata/969","parentKey":"/library/metadata/974","grandparentTitle":"Shawn Wasabi","parentTitle":"MARBLE TEA","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/974/thumb/1592039276","parentThumb":"/library/metadata/974/thumb/1592039276","grandparentThumb":"/library/metadata/969/thumb/1595065058","duration":145998,"addedAt":1579325092,"updatedAt":1595065072,"Media":[{"id":842,"duration":145998,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":842,"key":"/library/parts/842/1591831762/file.mp3","duration":145998,"file":"D:\\Public\\Media\\Music\\Shawn Wasabi\\MARBLE TEA\\001 - MARBLE TEA.mp3","size":3692436,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2807","key":"/library/metadata/2807","parentRatingKey":"2806","grandparentRatingKey":"969","guid":"plex://track/5d07fe19403c640290b71055","parentGuid":"plex://album/5d07cb34403c640290db94e4","grandparentGuid":"plex://artist/5d07bebb403c6402906cb9ac","type":"track","title":"Otter Pop","grandparentKey":"/library/metadata/969","parentKey":"/library/metadata/2806","grandparentTitle":"Shawn Wasabi","parentTitle":"Otter Pop","originalTitle":"Shawn Wasabi feat. Hollis","summary":"","index":1,"parentIndex":1,"ratingCount":45,"thumb":"/library/metadata/2806/thumb/1591780220","parentThumb":"/library/metadata/2806/thumb/1591780220","grandparentThumb":"/library/metadata/969/thumb/1595065058","duration":168359,"addedAt":1591780219,"updatedAt":1595065073,"Media":[{"id":2492,"duration":168359,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2492,"key":"/library/parts/2492/1591831762/file.mp3","duration":168359,"file":"D:\\Public\\Media\\Music\\Shawn Wasabi\\Otter Pop\\001 - Otter Pop.mp3","size":4193255,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2805","key":"/library/metadata/2805","parentRatingKey":"2804","grandparentRatingKey":"969","guid":"plex://track/5d080658403c64029027f09b","parentGuid":"plex://album/5d07cc80403c640290e87078","grandparentGuid":"plex://artist/5d07bebb403c6402906cb9ac","type":"track","title":"SQUEEZ®","grandparentKey":"/library/metadata/969","parentKey":"/library/metadata/2804","grandparentTitle":"Shawn Wasabi","parentTitle":"SQUEEZ®","originalTitle":"Shawn Wasabi (ft. raychel jay)","summary":"","index":1,"parentIndex":1,"ratingCount":6392,"thumb":"/library/metadata/2804/thumb/1591780220","parentThumb":"/library/metadata/2804/thumb/1591780220","grandparentThumb":"/library/metadata/969/thumb/1595065058","duration":229616,"addedAt":1591780218,"updatedAt":1595065073,"Media":[{"id":2491,"duration":229616,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2491,"key":"/library/parts/2491/1591831762/file.mp3","duration":229616,"file":"D:\\Public\\Media\\Music\\Shawn Wasabi\\SQUEEZ®\\001 - SQUEEZ®.mp3","size":5591127,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3265","key":"/library/metadata/3265","parentRatingKey":"3264","grandparentRatingKey":"1110","guid":"plex://track/5d07ef71403c640290fe6510","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"Thinkin' of u.","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3264","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":1,"parentIndex":1,"ratingCount":14,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/3264/thumb/1591780346","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":146102,"addedAt":1591780342,"updatedAt":1595497112,"Media":[{"id":2905,"duration":146102,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2905,"key":"/library/parts/2905/1591831764/file.mp3","duration":146102,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\001 - Thinkin' of u.mp3","size":5144104,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3266","key":"/library/metadata/3266","parentRatingKey":"3264","grandparentRatingKey":"1110","guid":"plex://track/5d07f911403c64029075e9d9","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"ラ・ム・ネ (ra-mu-ne)","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3264","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":2,"parentIndex":1,"ratingCount":10,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/3264/thumb/1591780346","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":215092,"addedAt":1591780342,"updatedAt":1595497112,"Media":[{"id":2906,"duration":215092,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2906,"key":"/library/parts/2906/1591831764/file.mp3","duration":215092,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\002 - ラ・ム・ネ (ra-mu-ne).mp3","size":6799853,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1114","key":"/library/metadata/1114","parentRatingKey":"1111","grandparentRatingKey":"1110","guid":"plex://track/5d07f911403c64029075e782","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"Cocoa","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/1111","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":3,"parentIndex":1,"ratingCount":11,"thumb":"/library/metadata/1111/thumb/1592039297","parentThumb":"/library/metadata/1111/thumb/1592039297","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":214151,"addedAt":1579321496,"updatedAt":1595497109,"Media":[{"id":965,"duration":214151,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":965,"key":"/library/parts/965/1591831764/file.mp3","duration":214151,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\003 - Cocoa.mp3","size":6777262,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3267","key":"/library/metadata/3267","parentRatingKey":"3264","grandparentRatingKey":"1110","guid":"plex://track/5d07f911403c64029075e786","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"[snowlight]","titleSort":"snowlight]","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3264","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":4,"parentIndex":1,"ratingCount":10,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/3264/thumb/1591780346","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":299520,"addedAt":1591780342,"updatedAt":1595497112,"Media":[{"id":2907,"duration":299520,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2907,"key":"/library/parts/2907/1591831764/file.mp3","duration":299520,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\004 - [snowlight].mp3","size":8826110,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1116","key":"/library/metadata/1116","parentRatingKey":"1111","grandparentRatingKey":"1110","guid":"plex://track/5d07f911403c64029075e78a","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"I'm Curious~<3","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/1111","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":5,"parentIndex":1,"ratingCount":10,"thumb":"/library/metadata/1111/thumb/1592039297","parentThumb":"/library/metadata/1111/thumb/1592039297","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":180793,"addedAt":1579321496,"updatedAt":1595497109,"Media":[{"id":967,"duration":180793,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":967,"key":"/library/parts/967/1591831764/file.mp3","duration":180793,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\005 - I'm Curious~3.mp3","size":5976679,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3268","key":"/library/metadata/3268","parentRatingKey":"3264","grandparentRatingKey":"1110","guid":"plex://track/5d07ef71403c640290fe6789","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"Look at me ~<3","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3264","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":6,"parentIndex":1,"ratingCount":8,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/3264/thumb/1591780346","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":198948,"addedAt":1591780342,"updatedAt":1595497112,"Media":[{"id":2908,"duration":198948,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2908,"key":"/library/parts/2908/1591831764/file.mp3","duration":198948,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\006 - Look at me ~3.mp3","size":6412401,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3269","key":"/library/metadata/3269","parentRatingKey":"3264","grandparentRatingKey":"1110","guid":"plex://track/5d07f911403c64029075e778","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"La La La...","titleSort":"La La...","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3264","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":7,"parentIndex":1,"ratingCount":11,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/3264/thumb/1591780346","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":157257,"addedAt":1591780342,"updatedAt":1595497112,"Media":[{"id":2909,"duration":157257,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2909,"key":"/library/parts/2909/1591831764/file.mp3","duration":157257,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\007 - La La La.mp3","size":5411801,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3270","key":"/library/metadata/3270","parentRatingKey":"3264","grandparentRatingKey":"1110","guid":"plex://track/5d07f911403c64029075e77c","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"♫","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3264","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":8,"parentIndex":1,"ratingCount":9,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/3264/thumb/1591780346","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":189048,"addedAt":1591780342,"updatedAt":1595497112,"Media":[{"id":2910,"duration":189048,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2910,"key":"/library/parts/2910/1591831766/file.mp3","duration":189048,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\008 - ♫.mp3","size":6174763,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3271","key":"/library/metadata/3271","parentRatingKey":"3264","grandparentRatingKey":"1110","guid":"plex://track/5d07f911403c64029075e9db","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"aid for your heart","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3264","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":9,"parentIndex":1,"ratingCount":9,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/3264/thumb/1591780346","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":148610,"addedAt":1591780342,"updatedAt":1595497112,"Media":[{"id":2911,"duration":148610,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2911,"key":"/library/parts/2911/1591831766/file.mp3","duration":148610,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\009 - aid for your heart.mp3","size":5204298,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3272","key":"/library/metadata/3272","parentRatingKey":"3264","grandparentRatingKey":"1110","guid":"plex://track/5d07f911403c64029075e9dd","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"It's gonna be alright","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3264","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":10,"parentIndex":1,"ratingCount":8,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/3264/thumb/1591780346","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":85733,"addedAt":1591780342,"updatedAt":1595497112,"Media":[{"id":2912,"duration":85733,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2912,"key":"/library/parts/2912/1591831766/file.mp3","duration":85733,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\010 - It's gonna be alright.mp3","size":3695264,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3273","key":"/library/metadata/3273","parentRatingKey":"3264","grandparentRatingKey":"1110","guid":"plex://track/5d07f911403c64029075e9e0","parentGuid":"plex://album/5d07ca8c403c640290d44a7c","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"fuka fuka ofuton","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3264","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs","originalTitle":"Snail's House","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/3264/thumb/1591780346","parentThumb":"/library/metadata/3264/thumb/1591780346","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":221204,"addedAt":1591780342,"updatedAt":1595497112,"Media":[{"id":2913,"duration":221204,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2913,"key":"/library/parts/2913/1591831766/file.mp3","duration":221204,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs\\011 - fuka fuka ofuton.mp3","size":6946559,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3275","key":"/library/metadata/3275","parentRatingKey":"3274","grandparentRatingKey":"1110","guid":"plex://track/5d07f917403c640290764b22","parentGuid":"plex://album/5d07ca8e403c640290d45e2f","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"introduction","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3274","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs 2","originalTitle":"Snail's House","summary":"","index":1,"parentIndex":1,"ratingCount":469,"thumb":"/library/metadata/3274/thumb/1591780348","parentThumb":"/library/metadata/3274/thumb/1591780348","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":49188,"addedAt":1591780345,"updatedAt":1595497129,"Media":[{"id":2914,"duration":49188,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2914,"key":"/library/parts/2914/1591831766/file.mp3","duration":49188,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs 2\\001 - introduction.mp3","size":3724359,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3276","key":"/library/metadata/3276","parentRatingKey":"3274","grandparentRatingKey":"1110","guid":"plex://track/5d07f918403c640290764db6","parentGuid":"plex://album/5d07ca8e403c640290d45e2f","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"white day","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3274","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs 2","originalTitle":"Snail's House","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/3274/thumb/1591780348","parentThumb":"/library/metadata/3274/thumb/1591780348","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":208143,"addedAt":1591780345,"updatedAt":1595497129,"Media":[{"id":2915,"duration":208143,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2915,"key":"/library/parts/2915/1591831766/file.mp3","duration":208143,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs 2\\002 - white day.mp3","size":7539277,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3277","key":"/library/metadata/3277","parentRatingKey":"3274","grandparentRatingKey":"1110","guid":"plex://track/5d07f918403c640290764eca","parentGuid":"plex://album/5d07ca8e403c640290d45e2f","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"walking on snow","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3274","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs 2","originalTitle":"Snail's House","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/3274/thumb/1591780348","parentThumb":"/library/metadata/3274/thumb/1591780348","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":95634,"addedAt":1591780345,"updatedAt":1595497129,"Media":[{"id":2916,"duration":95634,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2916,"key":"/library/parts/2916/1591831766/file.mp3","duration":95634,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs 2\\003 - walking on snow.mp3","size":4839062,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3278","key":"/library/metadata/3278","parentRatingKey":"3274","grandparentRatingKey":"1110","guid":"plex://track/5d07f917403c640290764500","parentGuid":"plex://album/5d07ca8e403c640290d45e2f","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"fizzy resort","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3274","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs 2","originalTitle":"Snail's House","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/3274/thumb/1591780348","parentThumb":"/library/metadata/3274/thumb/1591780348","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":208013,"addedAt":1591780345,"updatedAt":1595497129,"Media":[{"id":2917,"duration":208013,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2917,"key":"/library/parts/2917/1591831768/file.mp3","duration":208013,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs 2\\004 - fizzy resort.mp3","size":7536148,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3279","key":"/library/metadata/3279","parentRatingKey":"3274","grandparentRatingKey":"1110","guid":"plex://track/5d07f917403c6402907643f0","parentGuid":"plex://album/5d07ca8e403c640290d45e2f","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"hot milk","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3274","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs 2","originalTitle":"Snail's House","summary":"","index":5,"parentIndex":1,"ratingCount":12,"thumb":"/library/metadata/3274/thumb/1591780348","parentThumb":"/library/metadata/3274/thumb/1591780348","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":249077,"addedAt":1591780345,"updatedAt":1595497129,"Media":[{"id":2918,"duration":249077,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2918,"key":"/library/parts/2918/1591831768/file.mp3","duration":249077,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs 2\\005 - hot milk.mp3","size":8521688,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1129","key":"/library/metadata/1129","parentRatingKey":"1123","grandparentRatingKey":"1110","guid":"plex://track/5d07f918403c640290764d87","parentGuid":"plex://album/5d07ca8e403c640290d45e2f","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"Cappuccino","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/1123","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs 2","originalTitle":"Snail's House","summary":"","index":6,"parentIndex":1,"thumb":"/library/metadata/1123/thumb/1592039299","parentThumb":"/library/metadata/1123/thumb/1592039299","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":242912,"addedAt":1579321230,"updatedAt":1595497126,"Media":[{"id":979,"duration":242912,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":979,"key":"/library/parts/979/1591831768/file.mp3","duration":242912,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs 2\\006 - Cappuccino.mp3","size":8373734,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3280","key":"/library/metadata/3280","parentRatingKey":"3274","grandparentRatingKey":"1110","guid":"plex://track/5d07f917403c640290764382","parentGuid":"plex://album/5d07ca8e403c640290d45e2f","grandparentGuid":"plex://artist/5d07bebc403c6402906ccc77","type":"track","title":"sweetheart","grandparentKey":"/library/metadata/1110","parentKey":"/library/metadata/3274","grandparentTitle":"Snail’s House","parentTitle":"Ordinary Songs 2","originalTitle":"Snail's House","summary":"","index":7,"parentIndex":1,"ratingCount":10,"thumb":"/library/metadata/3274/thumb/1591780348","parentThumb":"/library/metadata/3274/thumb/1591780348","grandparentThumb":"/library/metadata/1110/thumb/1595497018","duration":129175,"addedAt":1591780345,"updatedAt":1595497129,"Media":[{"id":2919,"duration":129175,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2919,"key":"/library/parts/2919/1591831768/file.mp3","duration":129175,"file":"D:\\Public\\Media\\Music\\Snail's House\\Ordinary Songs 2\\007 - sweetheart.mp3","size":5644043,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3258","key":"/library/metadata/3258","parentRatingKey":"3257","grandparentRatingKey":"1602","guid":"plex://track/5d07e2f5403c6402906b6a5f","parentGuid":"plex://album/5d07c5cc403c640290abb681","grandparentGuid":"plex://artist/5d07bc14403c6402904b7737","type":"track","title":"Am I a Psycho?","grandparentKey":"/library/metadata/1602","parentKey":"/library/metadata/3257","grandparentTitle":"Tech N9ne","parentTitle":"All 6’s and 7’s","originalTitle":"Tech N9ne feat. B.o.B & Hopsin","summary":"","index":4,"parentIndex":1,"ratingCount":23088,"thumb":"/library/metadata/3257/thumb/1591780337","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/3257/thumb/1591780337","grandparentThumb":"/library/metadata/1602/thumb/1595497044","grandparentArt":"/library/metadata/1602/art/1595497044","duration":250122,"addedAt":1591780335,"updatedAt":1595497163,"Media":[{"id":2901,"duration":250122,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2901,"key":"/library/parts/2901/1591831768/file.mp3","duration":250122,"file":"D:\\Public\\Media\\Music\\Tech N9ne\\All 6’s and 7’s\\004 - Am I a Psycho.mp3","size":6585470,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3259","key":"/library/metadata/3259","parentRatingKey":"3257","grandparentRatingKey":"1602","guid":"plex://track/5d07e2f5403c6402906b67bc","parentGuid":"plex://album/5d07c5cc403c640290abb681","grandparentGuid":"plex://artist/5d07bc14403c6402904b7737","type":"track","title":"Worldwide Choppers","grandparentKey":"/library/metadata/1602","parentKey":"/library/metadata/3257","grandparentTitle":"Tech N9ne","parentTitle":"All 6’s and 7’s","originalTitle":"Tech N9ne feat. Ceza, JL, U$O, Yelawolf, Twista, Busta Rhymes, D-Loc & Twisted Insane","summary":"","index":6,"parentIndex":1,"ratingCount":46123,"thumb":"/library/metadata/3257/thumb/1591780337","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/3257/thumb/1591780337","grandparentThumb":"/library/metadata/1602/thumb/1595497044","grandparentArt":"/library/metadata/1602/art/1595497044","duration":326060,"addedAt":1591780335,"updatedAt":1595497164,"Media":[{"id":2902,"duration":326060,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2902,"key":"/library/parts/2902/1591831768/file.mp3","duration":326060,"file":"D:\\Public\\Media\\Music\\Tech N9ne\\All 6’s and 7’s\\006 - Worldwide Choppers.mp3","size":8416343,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3256","key":"/library/metadata/3256","parentRatingKey":"3255","grandparentRatingKey":"1602","guid":"plex://track/5d07dbf7403c640290fb3151","parentGuid":"plex://album/5d07c248403c6402908bed99","grandparentGuid":"plex://artist/5d07bc14403c6402904b7737","type":"track","title":"Caribou Lou","grandparentKey":"/library/metadata/1602","parentKey":"/library/metadata/3255","grandparentTitle":"Tech N9ne","parentTitle":"Everready","summary":"","index":9,"parentIndex":1,"ratingCount":187251,"thumb":"/library/metadata/3255/thumb/1591780335","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/3255/thumb/1591780335","grandparentThumb":"/library/metadata/1602/thumb/1595497044","grandparentArt":"/library/metadata/1602/art/1595497044","duration":278857,"addedAt":1591780334,"updatedAt":1595497163,"Media":[{"id":2900,"duration":278857,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2900,"key":"/library/parts/2900/1591831770/file.mp3","duration":278857,"file":"D:\\Public\\Media\\Music\\Tech N9ne\\Everready- The Religion\\009 - Caribou Lou.mp3","size":7326145,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3263","key":"/library/metadata/3263","parentRatingKey":"3262","grandparentRatingKey":"1602","guid":"plex://track/5d080bf7403c6402906f82a4","parentGuid":"plex://album/5d07cd3a403c640290eee4a4","grandparentGuid":"plex://artist/5d07bc14403c6402904b7737","type":"track","title":"Like I Ain’t","grandparentKey":"/library/metadata/1602","parentKey":"/library/metadata/3262","grandparentTitle":"Tech N9ne","parentTitle":"N9na","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/3262/thumb/1591780339","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/3262/thumb/1591780339","grandparentThumb":"/library/metadata/1602/thumb/1595497044","grandparentArt":"/library/metadata/1602/art/1595497044","duration":231209,"addedAt":1591780337,"updatedAt":1595497164,"Media":[{"id":2904,"duration":231209,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2904,"key":"/library/parts/2904/1591831770/file.mp3","duration":231209,"file":"D:\\Public\\Media\\Music\\Tech N9ne\\N9NA\\005 - Like I Ain’t.mp3","size":6711845,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1609","key":"/library/metadata/1609","parentRatingKey":"1608","grandparentRatingKey":"1602","guid":"plex://track/5d07e356403c640290718567","parentGuid":"plex://album/5d07c7a5403c640290b9aaf3","grandparentGuid":"plex://artist/5d07bc14403c6402904b7737","type":"track","title":"Fragile","grandparentKey":"/library/metadata/1602","parentKey":"/library/metadata/1608","grandparentTitle":"Tech N9ne","parentTitle":"Something Else","originalTitle":"Tech N9ne feat. Kendrick Lamar, ¡Mayday! & Kendall Morgan","summary":"","index":8,"parentIndex":1,"ratingCount":18333,"thumb":"/library/metadata/1608/thumb/1591408899","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1608/thumb/1591408899","grandparentThumb":"/library/metadata/1602/thumb/1595497044","grandparentArt":"/library/metadata/1602/art/1595497044","duration":236355,"addedAt":1579220422,"updatedAt":1595497164,"Media":[{"id":1396,"duration":236355,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1396,"key":"/library/parts/1396/1591831768/file.mp3","duration":236355,"file":"D:\\Public\\Media\\Music\\Tech N9ne\\Something Else\\008 - Fragile.mp3","size":6509215,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1610","key":"/library/metadata/1610","parentRatingKey":"1608","grandparentRatingKey":"1602","guid":"plex://track/5d07e356403c640290718c14","parentGuid":"plex://album/5d07c7a5403c640290b9aaf3","grandparentGuid":"plex://artist/5d07bc14403c6402904b7737","type":"track","title":"Dwamn","grandparentKey":"/library/metadata/1602","parentKey":"/library/metadata/1608","grandparentTitle":"Tech N9ne","parentTitle":"Something Else","summary":"","index":11,"parentIndex":1,"ratingCount":10067,"thumb":"/library/metadata/1608/thumb/1591408899","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1608/thumb/1591408899","grandparentThumb":"/library/metadata/1602/thumb/1595497044","grandparentArt":"/library/metadata/1602/art/1595497044","duration":185286,"addedAt":1579220554,"updatedAt":1595497164,"Media":[{"id":1397,"duration":185286,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1397,"key":"/library/parts/1397/1591831768/file.mp3","duration":185286,"file":"D:\\Public\\Media\\Music\\Tech N9ne\\Something Else\\011 - Dwamn.mp3","size":5283623,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1606","key":"/library/metadata/1606","parentRatingKey":"1605","grandparentRatingKey":"1602","guid":"plex://track/5d07ecf3403c640290defef6","parentGuid":"plex://album/5d07c93e403c640290c6e7db","grandparentGuid":"plex://artist/5d07bc14403c6402904b7737","type":"track","title":"Hood Go Crazy","grandparentKey":"/library/metadata/1602","parentKey":"/library/metadata/1605","grandparentTitle":"Tech N9ne","parentTitle":"Special Effects","originalTitle":"Tech N9ne feat. 2 Chainz & B.o.B","summary":"","index":11,"parentIndex":1,"ratingCount":25277,"thumb":"/library/metadata/1605/thumb/1591408893","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1605/thumb/1591408893","grandparentThumb":"/library/metadata/1602/thumb/1595497044","grandparentArt":"/library/metadata/1602/art/1595497044","duration":220029,"addedAt":1579220422,"updatedAt":1595497165,"Media":[{"id":1394,"duration":220029,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1394,"key":"/library/parts/1394/1591831770/file.mp3","duration":220029,"file":"D:\\Public\\Media\\Music\\Tech N9ne\\Special Effects\\011 - Hood Go Crazy.mp3","size":6132556,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"3261","key":"/library/metadata/3261","parentRatingKey":"3260","grandparentRatingKey":"1602","guid":"plex://track/5d07ecf3403c640290df00f4","parentGuid":"plex://album/5d07c93e403c640290c6e7db","grandparentGuid":"plex://artist/5d07bc14403c6402904b7737","type":"track","title":"Speedom (WWC2)","grandparentKey":"/library/metadata/1602","parentKey":"/library/metadata/3260","grandparentTitle":"Tech N9ne","parentTitle":"Special Effects","originalTitle":"Tech N9ne featuring Eminem & Krizz Kaliko","summary":"","index":15,"parentIndex":1,"ratingCount":18698,"thumb":"/library/metadata/3260/thumb/1591780337","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/3260/thumb/1591780337","grandparentThumb":"/library/metadata/1602/thumb/1595497044","grandparentArt":"/library/metadata/1602/art/1595497044","duration":298866,"addedAt":1591780336,"updatedAt":1595497166,"Media":[{"id":2903,"duration":298866,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2903,"key":"/library/parts/2903/1591831770/file.mp3","duration":298866,"file":"D:\\Public\\Media\\Music\\Tech N9ne\\Special Effects\\015 - Speedom (WWC2).mp3","size":8017052,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"1617","key":"/library/metadata/1617","parentRatingKey":"1616","grandparentRatingKey":"1602","guid":"plex://track/5d07f936403c64029077cbfb","parentGuid":"plex://album/5d07ca71403c640290d30dbb","grandparentGuid":"plex://artist/5d07bc14403c6402904b7737","type":"track","title":"Sriracha","grandparentKey":"/library/metadata/1602","parentKey":"/library/metadata/1616","grandparentTitle":"Tech N9ne","parentTitle":"The Storm","originalTitle":"Tech N9ne feat. Logic & Joyner Lucas","summary":"","index":3,"parentIndex":1,"ratingCount":13049,"thumb":"/library/metadata/1616/thumb/1591408904","art":"/library/metadata/1602/art/1595497044","parentThumb":"/library/metadata/1616/thumb/1591408904","grandparentThumb":"/library/metadata/1602/thumb/1595497044","grandparentArt":"/library/metadata/1602/art/1595497044","duration":234109,"addedAt":1579220422,"updatedAt":1595497166,"Media":[{"id":1401,"duration":234109,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1401,"key":"/library/parts/1401/1591831770/file.mp3","duration":234109,"file":"D:\\Public\\Media\\Music\\Tech N9ne\\The Storm\\003 - Sriracha.mp3","size":6482901,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2320","key":"/library/metadata/2320","parentRatingKey":"2319","grandparentRatingKey":"912","guid":"plex://track/5d07e888403c640290abf730","parentGuid":"plex://album/5d07c8aa403c640290c19df1","grandparentGuid":"plex://artist/5d07be4b403c6402906789d3","type":"track","title":"unravel","grandparentKey":"/library/metadata/912","parentKey":"/library/metadata/2319","grandparentTitle":"TK","parentTitle":"Fantastic Magic","originalTitle":"TK from 凛として時雨","summary":"","index":2,"parentIndex":1,"ratingCount":1125,"thumb":"/library/metadata/2319/thumb/1591780110","art":"/library/metadata/912/art/1595497003","parentThumb":"/library/metadata/2319/thumb/1591780110","grandparentThumb":"/library/metadata/912/thumb/1595497003","grandparentArt":"/library/metadata/912/art/1595497003","duration":238942,"addedAt":1591780109,"updatedAt":1595497084,"Media":[{"id":2027,"duration":238942,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2027,"key":"/library/parts/2027/1591831772/file.mp3","duration":238942,"file":"D:\\Public\\Media\\Music\\TK from Ling tosite sigure\\Fantastic Magic\\002 - unravel.mp3","size":6399917,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2318","key":"/library/metadata/2318","parentRatingKey":"2317","grandparentRatingKey":"912","guid":"plex://track/5d07dfcc403c64029038177a","parentGuid":"plex://album/5d07c677403c640290b14981","grandparentGuid":"plex://artist/5d07be4b403c6402906789d3","type":"track","title":"white silence (album version)","grandparentKey":"/library/metadata/912","parentKey":"/library/metadata/2317","grandparentTitle":"TK","parentTitle":"flowering","originalTitle":"TK from 凛として時雨","summary":"","index":5,"parentIndex":1,"ratingCount":4115,"thumb":"/library/metadata/2317/thumb/1591780099","art":"/library/metadata/912/art/1595497003","parentThumb":"/library/metadata/2317/thumb/1591780099","grandparentThumb":"/library/metadata/912/thumb/1595497003","grandparentArt":"/library/metadata/912/art/1595497003","duration":412760,"addedAt":1591780098,"updatedAt":1595497084,"Media":[{"id":2026,"duration":412760,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2026,"key":"/library/parts/2026/1591831772/file.mp3","duration":412760,"file":"D:\\Public\\Media\\Music\\TK from Ling tosite sigure\\Flowering\\005 - white silence (album version).mp3","size":10488521,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2316","key":"/library/metadata/2316","parentRatingKey":"2315","grandparentRatingKey":"912","guid":"plex://track/5d0806c8403c6402902e03be","parentGuid":"plex://album/5d07cc95403c640290e92ab7","grandparentGuid":"plex://artist/5d07be4b403c6402906789d3","type":"track","title":"katharsis","grandparentKey":"/library/metadata/912","parentKey":"/library/metadata/2315","grandparentTitle":"TK","parentTitle":"katharsis","originalTitle":"TK from 凛として時雨","summary":"","index":1,"parentIndex":1,"ratingCount":8595,"thumb":"/library/metadata/2315/thumb/1591780099","art":"/library/metadata/912/art/1595497003","parentThumb":"/library/metadata/2315/thumb/1591780099","grandparentThumb":"/library/metadata/912/thumb/1595497003","grandparentArt":"/library/metadata/912/art/1595497003","duration":254719,"addedAt":1591780097,"updatedAt":1595497085,"Media":[{"id":2025,"duration":254719,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2025,"key":"/library/parts/2025/1591831772/file.mp3","duration":254719,"file":"D:\\Public\\Media\\Music\\TK from Ling tosite sigure\\Katharsis\\001 - katharsis.mp3","size":7066094,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2314","key":"/library/metadata/2314","parentRatingKey":"2313","grandparentRatingKey":"912","guid":"plex://track/5d07ed91403c640290e635f5","parentGuid":"plex://album/5d07c89b403c640290c11500","grandparentGuid":"plex://artist/5d07be4b403c6402906789d3","type":"track","title":"unravel (acoustic version)","grandparentKey":"/library/metadata/912","parentKey":"/library/metadata/2313","grandparentTitle":"TK","parentTitle":"unravel (acoustic version)","originalTitle":"TK from 凛として時雨","summary":"","index":1,"parentIndex":1,"ratingCount":1125,"thumb":"/library/metadata/2313/thumb/1591780094","art":"/library/metadata/912/art/1595497003","parentThumb":"/library/metadata/2313/thumb/1591780094","grandparentThumb":"/library/metadata/912/thumb/1595497003","grandparentArt":"/library/metadata/912/art/1595497003","duration":228884,"addedAt":1591780092,"updatedAt":1595497091,"Media":[{"id":2024,"duration":228884,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2024,"key":"/library/parts/2024/1591831772/file.mp3","duration":228884,"file":"D:\\Public\\Media\\Music\\TK from Ling tosite sigure\\unravel\\001 - unravel (acoustic version).mp3","size":6094183,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2462","key":"/library/metadata/2462","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07ebef403c640290d338ff","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Once Upon a Time","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":1,"parentIndex":1,"ratingCount":18926,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":88999,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2165,"duration":88999,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2165,"key":"/library/parts/2165/1591831832/file.mp3","duration":88999,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\001 - Once Upon a Time.mp3","size":2054713,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2463","key":"/library/metadata/2463","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4d9","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Start Menu","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":2,"parentIndex":1,"ratingCount":15959,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":32026,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2166,"duration":32026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2166,"key":"/library/parts/2166/1591831832/file.mp3","duration":32026,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\002 - Start Menu.mp3","size":1143132,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2464","key":"/library/metadata/2464","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4db","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Your Best Friend","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":3,"parentIndex":1,"ratingCount":1296,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":23275,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2167,"duration":23275,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2167,"key":"/library/parts/2167/1591831832/file.mp3","duration":23275,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\003 - Your Best Friend.mp3","size":1003128,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2465","key":"/library/metadata/2465","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4dd","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Fallen Down","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":4,"parentIndex":1,"ratingCount":18164,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":57861,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2168,"duration":57861,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2168,"key":"/library/parts/2168/1591831832/file.mp3","duration":57861,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\004 - Fallen Down.mp3","size":1556496,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2466","key":"/library/metadata/2466","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4de","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Ruins","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":5,"parentIndex":1,"ratingCount":19436,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":92316,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2169,"duration":92316,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2169,"key":"/library/parts/2169/1591831832/file.mp3","duration":92316,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\005 - Ruins.mp3","size":2107772,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2467","key":"/library/metadata/2467","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4df","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Uwa‼ So Temperate♫","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":6,"parentIndex":1,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":56607,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2170,"duration":56607,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2170,"key":"/library/parts/2170/1591831832/file.mp3","duration":56607,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\006 - Uwa‼ So Temperate♫.mp3","size":1536448,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2468","key":"/library/metadata/2468","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07ebef403c640290d34007","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Anticipation","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":7,"parentIndex":1,"ratingCount":911,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":22334,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2171,"duration":22334,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2171,"key":"/library/parts/2171/1591831834/file.mp3","duration":22334,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\007 - Anticipation.mp3","size":988074,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2469","key":"/library/metadata/2469","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07ebf0403c640290d3439b","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Unnecessary Tension","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":8,"parentIndex":1,"ratingCount":826,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":17319,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2172,"duration":17319,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2172,"key":"/library/parts/2172/1591831834/file.mp3","duration":17319,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\008 - Unnecessary Tension.mp3","size":907839,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2470","key":"/library/metadata/2470","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4e4","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Enemy Approaching","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":9,"parentIndex":1,"ratingCount":15966,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":56424,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2173,"duration":56424,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2173,"key":"/library/parts/2173/1591831834/file.mp3","duration":56424,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\009 - Enemy Approaching.mp3","size":1533520,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2471","key":"/library/metadata/2471","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4e5","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Ghost Fight","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":10,"parentIndex":1,"ratingCount":18963,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":56581,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2174,"duration":56581,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2174,"key":"/library/parts/2174/1591831834/file.mp3","duration":56581,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\010 - Ghost Fight.mp3","size":1536018,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2472","key":"/library/metadata/2472","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07ebef403c640290d33f61","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Determination","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":11,"parentIndex":1,"ratingCount":16804,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":50390,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2175,"duration":50390,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2175,"key":"/library/parts/2175/1591831834/file.mp3","duration":50390,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\011 - Determination.mp3","size":1436966,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2473","key":"/library/metadata/2473","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07ebef403c640290d33ca1","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Home","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":12,"parentIndex":1,"ratingCount":19341,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":123036,"addedAt":1591780143,"updatedAt":1595497197,"Media":[{"id":2176,"duration":123036,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2176,"key":"/library/parts/2176/1591831834/file.mp3","duration":123036,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\012 - Home.mp3","size":2599292,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2474","key":"/library/metadata/2474","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07ebf0403c640290d342a9","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Home (Music Box)","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":13,"parentIndex":1,"ratingCount":15448,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":122932,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2177,"duration":122932,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2177,"key":"/library/parts/2177/1591831836/file.mp3","duration":122932,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\013 - Home (Music Box).mp3","size":2597644,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2475","key":"/library/metadata/2475","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4eb","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Heartache","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":14,"parentIndex":1,"ratingCount":19665,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":108486,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2178,"duration":108486,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2178,"key":"/library/parts/2178/1591831836/file.mp3","duration":108486,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\014 - Heartache.mp3","size":2366499,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2476","key":"/library/metadata/2476","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4ec","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"sans.","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":15,"parentIndex":1,"ratingCount":18406,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":50651,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2179,"duration":50651,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2179,"key":"/library/parts/2179/1591831836/file.mp3","duration":50651,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\015 - sans.mp3","size":1441129,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2477","key":"/library/metadata/2477","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07ebee403c640290d335f5","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Nyeh Heh Heh!","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":16,"parentIndex":1,"ratingCount":17325,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":32444,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2180,"duration":32444,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2180,"key":"/library/parts/2180/1591831836/file.mp3","duration":32444,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\016 - Nyeh Heh Heh!.mp3","size":1149828,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2478","key":"/library/metadata/2478","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4ef","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Snowy","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":17,"parentIndex":1,"ratingCount":17974,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":104306,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2181,"duration":104306,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2181,"key":"/library/parts/2181/1591831836/file.mp3","duration":104306,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\017 - Snowy.mp3","size":2299618,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2479","key":"/library/metadata/2479","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4f0","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Uwa‼ So Holiday♫","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":18,"parentIndex":1,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":30040,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2182,"duration":30040,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2182,"key":"/library/parts/2182/1591831836/file.mp3","duration":30040,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\018 - Uwa‼ So Holiday♫.mp3","size":1111382,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2480","key":"/library/metadata/2480","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4f1","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Dogbass","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":19,"parentIndex":1,"ratingCount":754,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":6582,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2183,"duration":6582,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2183,"key":"/library/parts/2183/1591831836/file.mp3","duration":6582,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\019 - Dogbass.mp3","size":736036,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2481","key":"/library/metadata/2481","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4f3","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Mysterious Place","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":20,"parentIndex":1,"ratingCount":14113,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":44826,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2184,"duration":44826,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2184,"key":"/library/parts/2184/1591831838/file.mp3","duration":44826,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\020 - Mysterious Place.mp3","size":1347946,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2482","key":"/library/metadata/2482","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c4f6","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Dogsong","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":21,"parentIndex":1,"ratingCount":16549,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":37328,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2185,"duration":37328,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2185,"key":"/library/parts/2185/1591831838/file.mp3","duration":37328,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\021 - Dogsong.mp3","size":1227974,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2483","key":"/library/metadata/2483","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca29","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Snowdin Town","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":22,"parentIndex":1,"ratingCount":16364,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":76199,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2186,"duration":76199,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2186,"key":"/library/parts/2186/1591831838/file.mp3","duration":76199,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\022 - Snowdin Town.mp3","size":1849907,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2484","key":"/library/metadata/2484","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca2e","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Shop","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":23,"parentIndex":1,"ratingCount":21154,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":50311,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2187,"duration":50311,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2187,"key":"/library/parts/2187/1591831838/file.mp3","duration":50311,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\023 - Shop.mp3","size":1435694,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2485","key":"/library/metadata/2485","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca38","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Bonetrousle","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":24,"parentIndex":1,"ratingCount":23613,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":57626,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2188,"duration":57626,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2188,"key":"/library/parts/2188/1591831838/file.mp3","duration":57626,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\024 - Bonetrousle.mp3","size":1552736,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2486","key":"/library/metadata/2486","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca3c","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Dating Start!","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":25,"parentIndex":1,"ratingCount":15216,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":116897,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2189,"duration":116897,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2189,"key":"/library/parts/2189/1591831840/file.mp3","duration":116897,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\025 - Dating Start!.mp3","size":2501090,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2487","key":"/library/metadata/2487","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca43","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Dating Tense!","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":26,"parentIndex":1,"ratingCount":768,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":26174,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2190,"duration":26174,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2190,"key":"/library/parts/2190/1591831840/file.mp3","duration":26174,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\026 - Dating Tense!.mp3","size":1049518,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2488","key":"/library/metadata/2488","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca48","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Dating Fight!","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":27,"parentIndex":1,"ratingCount":13957,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":35944,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2191,"duration":35944,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2191,"key":"/library/parts/2191/1591831840/file.mp3","duration":35944,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\027 - Dating Fight!.mp3","size":1205834,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2489","key":"/library/metadata/2489","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca4e","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Premonition","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":28,"parentIndex":1,"ratingCount":14026,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":61805,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2192,"duration":61805,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2192,"key":"/library/parts/2192/1591831840/file.mp3","duration":61805,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\028 - Premonition.mp3","size":1619610,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2490","key":"/library/metadata/2490","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca54","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Danger Mystery","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":29,"parentIndex":1,"ratingCount":700,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":18468,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2193,"duration":18468,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2193,"key":"/library/parts/2193/1591831840/file.mp3","duration":18468,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\029 - Danger Mystery.mp3","size":926222,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2491","key":"/library/metadata/2491","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca58","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Undyne","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":30,"parentIndex":1,"ratingCount":13435,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":45949,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2194,"duration":45949,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2194,"key":"/library/parts/2194/1591831840/file.mp3","duration":45949,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\030 - Undyne.mp3","size":1365899,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2492","key":"/library/metadata/2492","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca5c","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Waterfall","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":31,"parentIndex":1,"ratingCount":17359,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":126902,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2195,"duration":126902,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2195,"key":"/library/parts/2195/1591831840/file.mp3","duration":126902,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\031 - Waterfall.mp3","size":2661160,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2493","key":"/library/metadata/2493","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca60","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Run!","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":32,"parentIndex":1,"ratingCount":780,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":26906,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2196,"duration":26906,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2196,"key":"/library/parts/2196/1591831842/file.mp3","duration":26906,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\032 - Run!.mp3","size":1061202,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2494","key":"/library/metadata/2494","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca64","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Quiet Water","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":33,"parentIndex":1,"ratingCount":14311,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":32026,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2197,"duration":32026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2197,"key":"/library/parts/2197/1591831842/file.mp3","duration":32026,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\033 - Quiet Water.mp3","size":1143136,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2495","key":"/library/metadata/2495","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca6a","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Memory","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":34,"parentIndex":1,"ratingCount":15219,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":75049,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2198,"duration":75049,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2198,"key":"/library/parts/2198/1591831842/file.mp3","duration":75049,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\034 - Memory.mp3","size":1831505,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2496","key":"/library/metadata/2496","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca70","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Bird That Carries You Over a Disproportionately Small Gap","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":35,"parentIndex":1,"ratingCount":796,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":25129,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2199,"duration":25129,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2199,"key":"/library/parts/2199/1591831842/file.mp3","duration":25129,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\035 - Bird That Carries You Over a Disproportionately Small Gap.mp3","size":1032887,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2497","key":"/library/metadata/2497","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca75","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Dummy!","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":36,"parentIndex":1,"ratingCount":17712,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":145946,"addedAt":1591780144,"updatedAt":1595497197,"Media":[{"id":2200,"duration":145946,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2200,"key":"/library/parts/2200/1591831842/file.mp3","duration":145946,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\036 - Dummy!.mp3","size":2965846,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2498","key":"/library/metadata/2498","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca7f","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Pathetic House","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":37,"parentIndex":1,"ratingCount":12511,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":38817,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2201,"duration":38817,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2201,"key":"/library/parts/2201/1591831842/file.mp3","duration":38817,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\037 - Pathetic House.mp3","size":1251812,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2499","key":"/library/metadata/2499","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca85","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Spooktune","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":38,"parentIndex":1,"ratingCount":763,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":23640,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2202,"duration":23640,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2202,"key":"/library/parts/2202/1591831844/file.mp3","duration":23640,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\038 - Spooktune.mp3","size":1008968,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2500","key":"/library/metadata/2500","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca8c","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Spookwave","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":39,"parentIndex":1,"ratingCount":701,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":25129,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2203,"duration":25129,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2203,"key":"/library/parts/2203/1591831844/file.mp3","duration":25129,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\039 - Spookwave.mp3","size":1032791,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2501","key":"/library/metadata/2501","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca94","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Ghouliday","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":40,"parentIndex":1,"ratingCount":642,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":12878,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2204,"duration":12878,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2204,"key":"/library/parts/2204/1591831844/file.mp3","duration":12878,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\040 - Ghouliday.mp3","size":836768,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2502","key":"/library/metadata/2502","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca99","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Chill","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":41,"parentIndex":1,"ratingCount":12780,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":56320,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2205,"duration":56320,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2205,"key":"/library/parts/2205/1591831844/file.mp3","duration":56320,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\041 - Chill.mp3","size":1531827,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2503","key":"/library/metadata/2503","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009ca9e","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Thundersnail","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":42,"parentIndex":1,"ratingCount":12446,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":42422,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2206,"duration":42422,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2206,"key":"/library/parts/2206/1591831844/file.mp3","duration":42422,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\042 - Thundersnail.mp3","size":1309486,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2504","key":"/library/metadata/2504","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caa3","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Temmie Village","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":43,"parentIndex":1,"ratingCount":13958,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":57887,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2207,"duration":57887,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2207,"key":"/library/parts/2207/1591831844/file.mp3","duration":57887,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\043 - Temmie Village.mp3","size":1556922,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2505","key":"/library/metadata/2505","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caa7","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Tem Shop","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":44,"parentIndex":1,"ratingCount":13779,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":45270,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2208,"duration":45270,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2208,"key":"/library/parts/2208/1591831844/file.mp3","duration":45270,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\044 - Tem Shop.mp3","size":1355036,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2506","key":"/library/metadata/2506","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caad","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"NGAHHH!!","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":45,"parentIndex":1,"ratingCount":14494,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":82599,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2209,"duration":82599,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2209,"key":"/library/parts/2209/1591831846/file.mp3","duration":82599,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\045 - NGAHHH!!.mp3","size":1952299,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2507","key":"/library/metadata/2507","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cab1","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Spear of Justice","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":46,"parentIndex":1,"ratingCount":18080,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":115487,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2210,"duration":115487,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2210,"key":"/library/parts/2210/1591831846/file.mp3","duration":115487,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\046 - Spear of Justice.mp3","size":2478526,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2508","key":"/library/metadata/2508","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cab3","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Ooo","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":47,"parentIndex":1,"ratingCount":695,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":14184,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2211,"duration":14184,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2211,"key":"/library/parts/2211/1591831846/file.mp3","duration":14184,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\047 - Ooo.mp3","size":857654,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2509","key":"/library/metadata/2509","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cab8","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Alphys","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":48,"parentIndex":1,"ratingCount":12098,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":85289,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2212,"duration":85289,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2212,"key":"/library/parts/2212/1591831846/file.mp3","duration":85289,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\048 - Alphys.mp3","size":1995345,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2510","key":"/library/metadata/2510","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caba","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"It’s Showtime!","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":49,"parentIndex":1,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":46158,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2213,"duration":46158,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2213,"key":"/library/parts/2213/1591831846/file.mp3","duration":46158,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\049 - It’s Showtime!.mp3","size":1369258,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2511","key":"/library/metadata/2511","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cabe","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Metal Crusher","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":50,"parentIndex":1,"ratingCount":16109,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":63216,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2214,"duration":63216,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2214,"key":"/library/parts/2214/1591831846/file.mp3","duration":63216,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\050 - Metal Crusher.mp3","size":1642184,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2512","key":"/library/metadata/2512","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cac0","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Another Medium","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":51,"parentIndex":1,"ratingCount":17306,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":142184,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2215,"duration":142184,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2215,"key":"/library/parts/2215/1591831846/file.mp3","duration":142184,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\051 - Another Medium.mp3","size":2905676,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2513","key":"/library/metadata/2513","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cac3","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Uwa!! So HEATS!!♫","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":52,"parentIndex":1,"ratingCount":11537,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":34011,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2216,"duration":34011,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2216,"key":"/library/parts/2216/1591831848/file.mp3","duration":34011,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\052 - Uwa!! So HEATS!!♫.mp3","size":1174913,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2514","key":"/library/metadata/2514","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cac6","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Stronger Monsters","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":53,"parentIndex":1,"ratingCount":12187,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":63164,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2217,"duration":63164,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2217,"key":"/library/parts/2217/1591831848/file.mp3","duration":63164,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\053 - Stronger Monsters.mp3","size":1641356,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2515","key":"/library/metadata/2515","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caca","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Hotel","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":54,"parentIndex":1,"ratingCount":10865,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":87771,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2218,"duration":87771,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2218,"key":"/library/parts/2218/1591831848/file.mp3","duration":87771,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\054 - Hotel.mp3","size":2035049,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2516","key":"/library/metadata/2516","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cacb","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Can You Really Call This a Hotel, I Didn’t Receive a Mint on My Pillow or Anything","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":55,"parentIndex":1,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":61466,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2219,"duration":61466,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2219,"key":"/library/parts/2219/1591831848/file.mp3","duration":61466,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\055 - Can You Really Call This a Hotel, I Didn’t Receive a Mint on My Pillow or Anything.mp3","size":1614318,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2517","key":"/library/metadata/2517","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cacf","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Confession","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":56,"parentIndex":1,"ratingCount":11627,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":42109,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2220,"duration":42109,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2220,"key":"/library/parts/2220/1591831848/file.mp3","duration":42109,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\056 - Confession.mp3","size":1304467,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2518","key":"/library/metadata/2518","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cad2","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Live Report","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":57,"parentIndex":1,"ratingCount":592,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":17789,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2221,"duration":17789,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2221,"key":"/library/parts/2221/1591831848/file.mp3","duration":17789,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\057 - Live Report.mp3","size":915349,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2519","key":"/library/metadata/2519","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cad4","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Death Report","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":58,"parentIndex":1,"ratingCount":10896,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":47151,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2222,"duration":47151,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2222,"key":"/library/parts/2222/1591831850/file.mp3","duration":47151,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\058 - Death Report.mp3","size":1385137,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2520","key":"/library/metadata/2520","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cad8","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Spider Dance","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":59,"parentIndex":1,"ratingCount":21508,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":106475,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2223,"duration":106475,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2223,"key":"/library/parts/2223/1591831850/file.mp3","duration":106475,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\059 - Spider Dance.mp3","size":2334322,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2521","key":"/library/metadata/2521","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cadc","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Wrong Enemy !?","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":60,"parentIndex":1,"ratingCount":11604,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":58435,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2224,"duration":58435,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2224,"key":"/library/parts/2224/1591831850/file.mp3","duration":58435,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\060 - Wrong Enemy !.mp3","size":1565699,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2522","key":"/library/metadata/2522","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cae0","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Oh! One True Love","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":61,"parentIndex":1,"ratingCount":11448,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":84035,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2225,"duration":84035,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2225,"key":"/library/parts/2225/1591831850/file.mp3","duration":84035,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\061 - Oh! One True Love.mp3","size":1975305,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2523","key":"/library/metadata/2523","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cae3","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Oh! Dungeon","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":62,"parentIndex":1,"ratingCount":10490,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":32888,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2226,"duration":32888,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2226,"key":"/library/parts/2226/1591831850/file.mp3","duration":32888,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\062 - Oh! Dungeon.mp3","size":1156929,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2524","key":"/library/metadata/2524","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c951","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"It’s Raining Somewhere Else","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":63,"parentIndex":1,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":170344,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2227,"duration":170344,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2227,"key":"/library/parts/2227/1591831850/file.mp3","duration":170344,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\063 - It’s Raining Somewhere Else.mp3","size":3356262,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2525","key":"/library/metadata/2525","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c952","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"CORE Approach","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":64,"parentIndex":1,"ratingCount":682,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":12094,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2228,"duration":12094,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2228,"key":"/library/parts/2228/1591831850/file.mp3","duration":12094,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\064 - CORE Approach.mp3","size":824238,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2526","key":"/library/metadata/2526","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cae6","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"CORE","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":65,"parentIndex":1,"ratingCount":14315,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":166426,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2229,"duration":166426,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2229,"key":"/library/parts/2229/1591831852/file.mp3","duration":166426,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\065 - CORE.mp3","size":3293522,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2527","key":"/library/metadata/2527","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c953","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Last Episode!","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":66,"parentIndex":1,"ratingCount":641,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":7653,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2230,"duration":7653,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2230,"key":"/library/parts/2230/1591831852/file.mp3","duration":7653,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\066 - Last Episode!.mp3","size":753185,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2528","key":"/library/metadata/2528","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cae9","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Oh My...","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":67,"parentIndex":1,"ratingCount":635,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":14524,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2231,"duration":14524,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2231,"key":"/library/parts/2231/1591831852/file.mp3","duration":14524,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\067 - Oh My.mp3","size":863098,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2529","key":"/library/metadata/2529","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caec","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Death by Glamour","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":68,"parentIndex":1,"ratingCount":23976,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":134635,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2232,"duration":134635,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2232,"key":"/library/parts/2232/1591831852/file.mp3","duration":134635,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\068 - Death by Glamour.mp3","size":2784890,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2530","key":"/library/metadata/2530","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c954","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"For the Fans","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":69,"parentIndex":1,"ratingCount":11329,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":107284,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2233,"duration":107284,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2233,"key":"/library/parts/2233/1591831852/file.mp3","duration":107284,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\069 - For the Fans.mp3","size":2347279,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2531","key":"/library/metadata/2531","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caf0","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Long Elevator","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":70,"parentIndex":1,"ratingCount":589,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":20062,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2234,"duration":20062,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2234,"key":"/library/parts/2234/1591831852/file.mp3","duration":20062,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\070 - Long Elevator.mp3","size":951715,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2532","key":"/library/metadata/2532","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caf3","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Undertale","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":71,"parentIndex":1,"ratingCount":18059,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":381570,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2235,"duration":381570,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2235,"key":"/library/parts/2235/1591831852/file.mp3","duration":381570,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\071 - Undertale.mp3","size":6735844,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2533","key":"/library/metadata/2533","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c956","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Song That Might Play When You Fight Sans","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":72,"parentIndex":1,"ratingCount":14050,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":62040,"addedAt":1591780145,"updatedAt":1595497197,"Media":[{"id":2236,"duration":62040,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2236,"key":"/library/parts/2236/1591831852/file.mp3","duration":62040,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\072 - Song That Might Play When You Fight Sans.mp3","size":1623430,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2534","key":"/library/metadata/2534","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caf7","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"The Choice","titleSort":"Choice","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":73,"parentIndex":1,"ratingCount":10523,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":132571,"addedAt":1591780145,"updatedAt":1595497198,"Media":[{"id":2237,"duration":132571,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2237,"key":"/library/parts/2237/1591831852/file.mp3","duration":132571,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\073 - The Choice.mp3","size":2751859,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2535","key":"/library/metadata/2535","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c957","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Small Shock","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":74,"parentIndex":1,"ratingCount":630,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":14158,"addedAt":1591780145,"updatedAt":1595497198,"Media":[{"id":2238,"duration":14158,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2238,"key":"/library/parts/2238/1591831852/file.mp3","duration":14158,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\074 - Small Shock.mp3","size":857252,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2536","key":"/library/metadata/2536","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009caf9","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Barrier","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":75,"parentIndex":1,"ratingCount":9625,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":31190,"addedAt":1591780146,"updatedAt":1595497198,"Media":[{"id":2239,"duration":31190,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2239,"key":"/library/parts/2239/1591831854/file.mp3","duration":31190,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\075 - Barrier.mp3","size":1129754,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2537","key":"/library/metadata/2537","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009c958","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"Bergentrückung","titleSort":"Bergentruckung","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":76,"parentIndex":1,"ratingCount":908,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":21263,"addedAt":1591780146,"updatedAt":1595497198,"Media":[{"id":2240,"duration":21263,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2240,"key":"/library/parts/2240/1591831854/file.mp3","duration":21263,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\076 - Bergentrückung.mp3","size":970943,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2538","key":"/library/metadata/2538","parentRatingKey":"2461","grandparentRatingKey":"1792","guid":"plex://track/5d07f07e403c64029009cafd","parentGuid":"plex://album/5d07c9a0403c640290ca85df","grandparentGuid":"plex://artist/5d07bdbe403c640290618c3d","type":"track","title":"ASGORE","grandparentKey":"/library/metadata/1792","parentKey":"/library/metadata/2461","grandparentTitle":"Toby Fox","parentTitle":"UNDERTALE Soundtrack","summary":"","index":77,"parentIndex":1,"ratingCount":20838,"thumb":"/library/metadata/2461/thumb/1591780169","parentThumb":"/library/metadata/2461/thumb/1591780169","grandparentThumb":"/library/metadata/1792/thumb/1595497055","duration":156029,"addedAt":1591780146,"updatedAt":1595497198,"Media":[{"id":2241,"duration":156029,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2241,"key":"/library/parts/2241/1591831854/file.mp3","duration":156029,"file":"D:\\Public\\Media\\Music\\Toby Fox\\UNDERTALE Soundtrack\\077 - ASGORE.mp3","size":3127179,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2271","key":"/library/metadata/2271","parentRatingKey":"2270","grandparentRatingKey":"2269","guid":"plex://track/5ee0278dc5e64fcc10196dac","parentGuid":"plex://album/5ee02577c5e64fcc10ede84b","grandparentGuid":"plex://artist/5ee02538c5e64fcc10e8aed8","type":"track","title":"Matter of Time","grandparentKey":"/library/metadata/2269","parentKey":"/library/metadata/2270","grandparentTitle":"TRÏBE","parentTitle":"Matter of Time","summary":"","index":1,"parentIndex":1,"ratingCount":184,"thumb":"/library/metadata/2270/thumb/1591780036","parentThumb":"/library/metadata/2270/thumb/1591780036","grandparentThumb":"/library/metadata/2269/thumb/1595065061","duration":172538,"addedAt":1591780031,"updatedAt":1595065084,"Media":[{"id":1996,"duration":172538,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1996,"key":"/library/parts/1996/1591831878/file.mp3","duration":172538,"file":"D:\\Public\\Media\\Music\\TRÏBE\\Matter of Time\\001 - Matter of Time.mp3","size":4338485,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2247","key":"/library/metadata/2247","parentRatingKey":"2246","grandparentRatingKey":"2245","guid":"plex://track/5ee02318c5e64fcc10bd92b2","parentGuid":"plex://album/5ee022d2c5e64fcc10b80791","grandparentGuid":"plex://artist/5d07be56403c640290680c0a","type":"track","title":"Paper Plane's Adventure","grandparentKey":"/library/metadata/2245","parentKey":"/library/metadata/2246","grandparentTitle":"V.K克","parentTitle":"Paper Plane's Adventure","summary":"","index":1,"parentIndex":1,"ratingCount":779,"thumb":"/library/metadata/2246/thumb/1591780016","parentThumb":"/library/metadata/2246/thumb/1591780016","grandparentThumb":"/library/metadata/2245/thumb/1595242226","duration":218932,"addedAt":1591780012,"updatedAt":1595242232,"Media":[{"id":1979,"duration":218932,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":1979,"key":"/library/parts/1979/1591831876/file.mp3","duration":218932,"file":"D:\\Public\\Media\\Music\\V.K克\\Paper Plane's Adventure\\001 - Paper Plane's Adventure.mp3","size":5410141,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2345","key":"/library/metadata/2345","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9ebb6","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Xenoblade II - Where It All Began -","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":80016,"addedAt":1591780115,"updatedAt":1595242252,"Media":[{"id":2050,"duration":80016,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2050,"key":"/library/parts/2050/1591831854/file.mp3","duration":80016,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\01 - Xenoblade II - Where It All Began .mp3","size":3591825,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2346","key":"/library/metadata/2346","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9f20d","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Elysium, in the Blue Sky","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":2,"parentIndex":1,"viewCount":3,"lastViewedAt":1594726301,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":105696,"addedAt":1591780115,"updatedAt":1595242252,"Media":[{"id":2051,"duration":105696,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2051,"key":"/library/parts/2051/1591831854/file.mp3","duration":105696,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\02 - Elysium, in the Blue Sky.mp3","size":4619003,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2347","key":"/library/metadata/2347","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427d4","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Argentum","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":3,"parentIndex":1,"lastViewedAt":1592377098,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":219000,"addedAt":1591780115,"updatedAt":1595242252,"Media":[{"id":2052,"duration":219000,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2052,"key":"/library/parts/2052/1591831854/file.mp3","duration":219000,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\03 - Argentum.mp3","size":9151163,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2348","key":"/library/metadata/2348","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427d5","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Argentum/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":4,"parentIndex":1,"viewCount":10,"lastViewedAt":1594724321,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":177696,"addedAt":1591780115,"updatedAt":1595242252,"Media":[{"id":2053,"duration":177696,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2053,"key":"/library/parts/2053/1591831854/file.mp3","duration":177696,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\04 - Argentum+Night.mp3","size":7499019,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2349","key":"/library/metadata/2349","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427d6","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Bana's Theme","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":29352,"addedAt":1591780115,"updatedAt":1595242252,"Media":[{"id":2054,"duration":29352,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2054,"key":"/library/parts/2054/1591831854/file.mp3","duration":29352,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\05 - Bana's Theme.mp3","size":1565215,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2350","key":"/library/metadata/2350","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427d7","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"A Ship in a Stormy Sea","titleSort":"Ship in a Stormy Sea","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":6,"parentIndex":1,"lastViewedAt":1592377241,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":212928,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2055,"duration":212928,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2055,"key":"/library/parts/2055/1591831854/file.mp3","duration":212928,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\06 - A Ship in a Stormy Sea.mp3","size":8908311,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2351","key":"/library/metadata/2351","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9ecd6","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Ancient Vessel","titleSort":"Ancient Vessel","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":178968,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2056,"duration":178968,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2056,"key":"/library/parts/2056/1591831856/file.mp3","duration":178968,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\07 - The Ancient Vessel.mp3","size":7549859,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2352","key":"/library/metadata/2352","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9ee78","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Exploration","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":8,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":169608,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2057,"duration":169608,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2057,"key":"/library/parts/2057/1591831856/file.mp3","duration":169608,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\08 - Exploration.mp3","size":7175489,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2353","key":"/library/metadata/2353","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427dc","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"A Portent Crawling Over","titleSort":"Portent Crawling Over","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":164064,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2058,"duration":164064,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2058,"key":"/library/parts/2058/1591831856/file.mp3","duration":164064,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\09 - A Portent Crawling Over.mp3","size":6953717,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2354","key":"/library/metadata/2354","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427df","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Elysium in the Dream","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":10,"parentIndex":1,"lastViewedAt":1592377461,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":169560,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2059,"duration":169560,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2059,"key":"/library/parts/2059/1591831856/file.mp3","duration":169560,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\10 - Elysium in the Dream.mp3","size":7173556,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2355","key":"/library/metadata/2355","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427e0","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Awakening","titleSort":"Awakening","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":130871,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2060,"duration":130871,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2060,"key":"/library/parts/2060/1591831856/file.mp3","duration":130871,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\11 - The Awakening.mp3","size":5626018,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2356","key":"/library/metadata/2356","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427e1","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Crossing Swords","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":217224,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2061,"duration":217224,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2061,"key":"/library/parts/2061/1591831856/file.mp3","duration":217224,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\12 - Crossing Swords.mp3","size":9080102,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2357","key":"/library/metadata/2357","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427e3","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Incoming!","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":13,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":245256,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2062,"duration":245256,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2062,"key":"/library/parts/2062/1591831858/file.mp3","duration":245256,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\13 - Incoming!.mp3","size":10201406,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2358","key":"/library/metadata/2358","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427e5","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Gormotti Forest","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":203328,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2063,"duration":203328,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2063,"key":"/library/parts/2063/1591831858/file.mp3","duration":203328,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\14 - Gormotti Forest.mp3","size":8524254,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2359","key":"/library/metadata/2359","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9ec98","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Gormott","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":15,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":316392,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2064,"duration":316392,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2064,"key":"/library/parts/2064/1591831858/file.mp3","duration":316392,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\15 - Gormott.mp3","size":13046842,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2360","key":"/library/metadata/2360","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427e8","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Gormott/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":16,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":201504,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2065,"duration":201504,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2065,"key":"/library/parts/2065/1591831858/file.mp3","duration":201504,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\16 - Gormott+Night.mp3","size":8451338,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2361","key":"/library/metadata/2361","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9ea4b","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Battle!!","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":17,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":215400,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2066,"duration":215400,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2066,"key":"/library/parts/2066/1591831858/file.mp3","duration":215400,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\17 - Battle!!.mp3","size":9007128,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2362","key":"/library/metadata/2362","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427eb","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Torigoth","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":18,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":213648,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2067,"duration":213648,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2067,"key":"/library/parts/2067/1591831858/file.mp3","duration":213648,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\18 - Torigoth.mp3","size":8937084,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2363","key":"/library/metadata/2363","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427ed","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Torigoth/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":19,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":159552,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2068,"duration":159552,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2068,"key":"/library/parts/2068/1591831858/file.mp3","duration":159552,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\19 - Torigoth+Night.mp3","size":6773260,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2364","key":"/library/metadata/2364","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427ee","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Wanted Nia","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":20,"parentIndex":1,"lastViewedAt":1592377487,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":130943,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2069,"duration":130943,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2069,"key":"/library/parts/2069/1591831860/file.mp3","duration":130943,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\20 - Wanted Nia.mp3","size":5628928,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2365","key":"/library/metadata/2365","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427ef","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Omens of Life","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":21,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":116088,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2070,"duration":116088,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2070,"key":"/library/parts/2070/1591831860/file.mp3","duration":116088,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\21 - Omens of Life.mp3","size":5034658,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2366","key":"/library/metadata/2366","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427f0","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Awakened DNA","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":22,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":66696,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2071,"duration":66696,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2071,"key":"/library/parts/2071/1591831860/file.mp3","duration":66696,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\22 - Awakened DNA.mp3","size":3058976,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2367","key":"/library/metadata/2367","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9ed80","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"A Nopon's Life","titleSort":"Nopon's Life","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":23,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":141192,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2072,"duration":141192,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2072,"key":"/library/parts/2072/1591831860/file.mp3","duration":141192,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\23 - A Nopon's Life.mp3","size":6038856,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2368","key":"/library/metadata/2368","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427f4","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Tiger! Tiger!","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":24,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":144624,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2073,"duration":144624,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2073,"key":"/library/parts/2073/1591831860/file.mp3","duration":144624,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\24 - Tiger! Tiger!.mp3","size":6176090,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2369","key":"/library/metadata/2369","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803bd403c64029005bfd0","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"A Brewing Storm","titleSort":"Brewing Storm","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":25,"parentIndex":1,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":152544,"addedAt":1591780116,"updatedAt":1595242252,"Media":[{"id":2074,"duration":152544,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2074,"key":"/library/parts/2074/1591831860/file.mp3","duration":152544,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 001\\25 - A Brewing Storm.mp3","size":6492902,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2431","key":"/library/metadata/2431","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427f5","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Titan Battleship","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":1,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":277296,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2136,"duration":277296,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2136,"key":"/library/parts/2136/1591831860/file.mp3","duration":277296,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\01 - Titan Battleship.mp3","size":11483019,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2432","key":"/library/metadata/2432","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427f7","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Monster Surprised You","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":2,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":194424,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2137,"duration":194424,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2137,"key":"/library/parts/2137/1591831862/file.mp3","duration":194424,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\02 - Monster Surprised You.mp3","size":8168113,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2433","key":"/library/metadata/2433","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427f9","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Irritation","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":3,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":161400,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2138,"duration":161400,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2138,"key":"/library/parts/2138/1591831862/file.mp3","duration":161400,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\03 - Irritation.mp3","size":6847123,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2434","key":"/library/metadata/2434","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9f4e5","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Where We Used to Be","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":4,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":190128,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2139,"duration":190128,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2139,"key":"/library/parts/2139/1591831862/file.mp3","duration":190128,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\04 - Where We Used to Be.mp3","size":7996273,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2435","key":"/library/metadata/2435","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427fb","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Friendship","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":5,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":174744,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2140,"duration":174744,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2140,"key":"/library/parts/2140/1591831862/file.mp3","duration":174744,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\05 - Friendship.mp3","size":7380891,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2436","key":"/library/metadata/2436","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427fc","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Towering Yggdrasil","titleSort":"Towering Yggdrasil","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu, Yasunori Mitsuda","summary":"","index":6,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":156240,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2141,"duration":156240,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2141,"key":"/library/parts/2141/1591831862/file.mp3","duration":156240,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\06 - The Towering Yggdrasil.mp3","size":6640827,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2437","key":"/library/metadata/2437","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427fd","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Ophion","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":7,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":145632,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2142,"duration":145632,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2142,"key":"/library/parts/2142/1591831862/file.mp3","duration":145632,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\07 - Ophion.mp3","size":6216439,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2438","key":"/library/metadata/2438","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427fe","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Womb Center","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":8,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":184656,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2143,"duration":184656,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2143,"key":"/library/parts/2143/1591831864/file.mp3","duration":184656,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\08 - Womb Center.mp3","size":7777365,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2439","key":"/library/metadata/2439","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c6402900427ff","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Garfont Mercenaries","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":9,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":198960,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2144,"duration":198960,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2144,"key":"/library/parts/2144/1591831864/file.mp3","duration":198960,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\09 - Garfont Mercenaries.mp3","size":8349551,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2440","key":"/library/metadata/2440","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042800","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Garfont Mercenaries/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":10,"parentIndex":2,"viewCount":5,"lastViewedAt":1594723812,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":128015,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2145,"duration":128015,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2145,"key":"/library/parts/2145/1591831864/file.mp3","duration":128015,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\10 - Garfont Mercenaries+Night.mp3","size":5511808,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2441","key":"/library/metadata/2441","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042801","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Death Match with Torna","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":11,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":203184,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2146,"duration":203184,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2146,"key":"/library/parts/2146/1591831864/file.mp3","duration":203184,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\11 - Death Match with Torna.mp3","size":8518552,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2442","key":"/library/metadata/2442","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042802","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Kingdom of Uraya","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":12,"parentIndex":2,"viewCount":10,"lastViewedAt":1594724508,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":202776,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2147,"duration":202776,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2147,"key":"/library/parts/2147/1591831864/file.mp3","duration":202776,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\12 - Kingdom of Uraya.mp3","size":8502184,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2443","key":"/library/metadata/2443","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042803","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Kingdom of Uraya/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":13,"parentIndex":2,"viewCount":10,"lastViewedAt":1594725821,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":149328,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2148,"duration":149328,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2148,"key":"/library/parts/2148/1591831864/file.mp3","duration":149328,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\13 - Kingdom of Uraya+Night.mp3","size":6364280,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2444","key":"/library/metadata/2444","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042805","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Those Who Stand Against Our Path","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":14,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":219696,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2149,"duration":219696,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2149,"key":"/library/parts/2149/1591831864/file.mp3","duration":219696,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\14 - Those Who Stand Against Our Path.mp3","size":9179052,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2445","key":"/library/metadata/2445","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042807","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Fonsa Myma","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":15,"parentIndex":2,"lastViewedAt":1592377761,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":180504,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2150,"duration":180504,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2150,"key":"/library/parts/2150/1591831866/file.mp3","duration":180504,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\15 - Fonsa Myma.mp3","size":7611292,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2446","key":"/library/metadata/2446","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042809","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Fonsa Myma/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":16,"parentIndex":2,"viewCount":11,"lastViewedAt":1594725333,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":175176,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2151,"duration":175176,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2151,"key":"/library/parts/2151/1591831866/file.mp3","duration":175176,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\16 - Fonsa Myma+Night.mp3","size":7398188,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2447","key":"/library/metadata/2447","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004280a","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Heroic Adventures","titleSort":"Heroic Adventures","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":17,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":164976,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2152,"duration":164976,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2152,"key":"/library/parts/2152/1591831866/file.mp3","duration":164976,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\17 - The Heroic Adventures.mp3","size":6990186,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2448","key":"/library/metadata/2448","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004280b","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Beginning of Darkness","titleSort":"Beginning of Darkness","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":18,"parentIndex":2,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":175392,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2153,"duration":175392,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2153,"key":"/library/parts/2153/1591831866/file.mp3","duration":175392,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\18 - The Beginning of Darkness.mp3","size":7406878,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2449","key":"/library/metadata/2449","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004280e","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Drifting Soul","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":19,"parentIndex":2,"lastViewedAt":1592375416,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":336647,"addedAt":1591780130,"updatedAt":1595242252,"Media":[{"id":2154,"duration":336647,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2154,"key":"/library/parts/2154/1591831866/file.mp3","duration":336647,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 002\\19 - Drifting Soul.mp3","size":13857094,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2411","key":"/library/metadata/2411","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9f064","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Counterattack","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":1,"parentIndex":3,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":273216,"addedAt":1591780124,"updatedAt":1595242252,"Media":[{"id":2116,"duration":273216,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2116,"key":"/library/parts/2116/1591831866/file.mp3","duration":273216,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\01 - Counterattack.mp3","size":11319777,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2412","key":"/library/metadata/2412","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042810","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"You Will Recall Our Names","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":2,"parentIndex":3,"lastViewedAt":1592375550,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":217440,"addedAt":1591780124,"updatedAt":1595242252,"Media":[{"id":2117,"duration":217440,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2117,"key":"/library/parts/2117/1591831866/file.mp3","duration":217440,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\02 - You Will Recall Our Names.mp3","size":9088761,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2413","key":"/library/metadata/2413","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042812","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Desolation","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":3,"parentIndex":3,"viewCount":3,"lastViewedAt":1594601352,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":188160,"addedAt":1591780124,"updatedAt":1595242252,"Media":[{"id":2118,"duration":188160,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2118,"key":"/library/parts/2118/1591831866/file.mp3","duration":188160,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\03 - Desolation.mp3","size":7917567,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2414","key":"/library/metadata/2414","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042813","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Contrition","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":4,"parentIndex":3,"viewCount":5,"lastViewedAt":1594601497,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":167400,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2119,"duration":167400,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2119,"key":"/library/parts/2119/1591831866/file.mp3","duration":167400,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\04 - Contrition.mp3","size":7087167,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2415","key":"/library/metadata/2415","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042815","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"War and Peace","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":5,"parentIndex":3,"viewCount":6,"lastViewedAt":1594601182,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":166152,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2120,"duration":166152,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2120,"key":"/library/parts/2120/1591831868/file.mp3","duration":166152,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\05 - War and Peace.mp3","size":7037209,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2416","key":"/library/metadata/2416","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042817","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Driver VS","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":6,"parentIndex":3,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":169128,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2121,"duration":169128,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2121,"key":"/library/parts/2121/1591831868/file.mp3","duration":169128,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\06 - Driver VS.mp3","size":7156285,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2417","key":"/library/metadata/2417","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042818","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Alba Cavanich","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":7,"parentIndex":3,"lastViewedAt":1592377803,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":177624,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2122,"duration":177624,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2122,"key":"/library/parts/2122/1591831868/file.mp3","duration":177624,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\07 - Alba Cavanich.mp3","size":7496133,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2418","key":"/library/metadata/2418","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004281a","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Alba Cavanich/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":8,"parentIndex":3,"viewCount":10,"lastViewedAt":1594725167,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":197544,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2123,"duration":197544,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2123,"key":"/library/parts/2123/1591831868/file.mp3","duration":197544,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\08 - Alba Cavanich+Night.mp3","size":8292949,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2419","key":"/library/metadata/2419","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004281b","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Running","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":9,"parentIndex":3,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":178152,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2124,"duration":178152,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2124,"key":"/library/parts/2124/1591831868/file.mp3","duration":178152,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\09 - Running.mp3","size":7517241,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2420","key":"/library/metadata/2420","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9f08b","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Mor Ardain - Roaming the Wastes -","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":10,"parentIndex":3,"lastViewedAt":1592375680,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":185952,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2125,"duration":185952,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2125,"key":"/library/parts/2125/1591831868/file.mp3","duration":185952,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\10 - Mor Ardain - Roaming the Wastes .mp3","size":7829258,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2421","key":"/library/metadata/2421","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004281d","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Mor Ardain/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":11,"parentIndex":3,"viewCount":11,"lastViewedAt":1594723698,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":195168,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2126,"duration":195168,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2126,"key":"/library/parts/2126/1591831868/file.mp3","duration":195168,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\11 - Mor Ardain+Night.mp3","size":8197868,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2422","key":"/library/metadata/2422","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004281f","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Eye of Shining Justice","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":12,"parentIndex":3,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":115056,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2127,"duration":115056,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2127,"key":"/library/parts/2127/1591831868/file.mp3","duration":115056,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\12 - Eye of Shining Justice.mp3","size":4993432,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2423","key":"/library/metadata/2423","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042820","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Bringer of Chaos! Ultimate","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":13,"parentIndex":3,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":205488,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2128,"duration":205488,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2128,"key":"/library/parts/2128/1591831868/file.mp3","duration":205488,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\13 - Bringer of Chaos! Ultimate.mp3","size":8610720,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2424","key":"/library/metadata/2424","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042823","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Song of Giga Rosa","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":14,"parentIndex":3,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":112704,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2129,"duration":112704,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2129,"key":"/library/parts/2129/1591831868/file.mp3","duration":112704,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\14 - Song of Giga Rosa.mp3","size":4899306,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2425","key":"/library/metadata/2425","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042824","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Jump Towards the Morning Sun","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":15,"parentIndex":3,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":142656,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2130,"duration":142656,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2130,"key":"/library/parts/2130/1591831868/file.mp3","duration":142656,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\15 - Jump Towards the Morning Sun.mp3","size":6097412,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2426","key":"/library/metadata/2426","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042825","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Leftherian Archipelago","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":16,"parentIndex":3,"viewCount":6,"lastViewedAt":1594601954,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":241728,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2131,"duration":241728,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2131,"key":"/library/parts/2131/1591831868/file.mp3","duration":241728,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\16 - Leftherian Archipelago.mp3","size":10060312,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2427","key":"/library/metadata/2427","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042826","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Leftherian Archipelago/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":17,"parentIndex":3,"viewCount":5,"lastViewedAt":1594601727,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":264384,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2132,"duration":264384,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2132,"key":"/library/parts/2132/1591831868/file.mp3","duration":264384,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\17 - Leftherian Archipelago+Night.mp3","size":10966568,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2428","key":"/library/metadata/2428","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042714","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Gramps","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":18,"parentIndex":3,"viewCount":11,"lastViewedAt":1594724668,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":162792,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2133,"duration":162792,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2133,"key":"/library/parts/2133/1591831868/file.mp3","duration":162792,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\18 - Gramps.mp3","size":6902840,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2429","key":"/library/metadata/2429","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042717","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Gramps/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":19,"parentIndex":3,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":182760,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2134,"duration":182760,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2134,"key":"/library/parts/2134/1591831868/file.mp3","duration":182760,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\19 - Gramps+Night.mp3","size":7701576,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2430","key":"/library/metadata/2430","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042719","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"A Place in the Sun","titleSort":"Place in the Sun","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":20,"parentIndex":3,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":154704,"addedAt":1591780125,"updatedAt":1595242252,"Media":[{"id":2135,"duration":154704,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2135,"key":"/library/parts/2135/1591831868/file.mp3","duration":154704,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 003\\20 - A Place in the Sun.mp3","size":6579300,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2370","key":"/library/metadata/2370","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004271a","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Our Eternal Land","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":1,"parentIndex":4,"viewCount":11,"lastViewedAt":1594724977,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":191064,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2075,"duration":191064,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2075,"key":"/library/parts/2075/1591831868/file.mp3","duration":191064,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\01 - Our Eternal Land.mp3","size":8033709,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2371","key":"/library/metadata/2371","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004271c","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"We Are the Chosen Ones","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":2,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":204456,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2076,"duration":204456,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2076,"key":"/library/parts/2076/1591831870/file.mp3","duration":204456,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\02 - We Are the Chosen Ones.mp3","size":8569399,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2372","key":"/library/metadata/2372","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004271e","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Misgivings","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":3,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":170568,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2077,"duration":170568,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2077,"key":"/library/parts/2077/1591831870/file.mp3","duration":170568,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\03 - Misgivings.mp3","size":7213843,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2373","key":"/library/metadata/2373","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042aae","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Impending Crisis","titleSort":"Impending Crisis","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":4,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":201912,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2078,"duration":201912,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2078,"key":"/library/parts/2078/1591831870/file.mp3","duration":201912,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\04 - The Impending Crisis.mp3","size":8467667,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2374","key":"/library/metadata/2374","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ab3","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Temperantia","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":5,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":197328,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2079,"duration":197328,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2079,"key":"/library/parts/2079/1591831870/file.mp3","duration":197328,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\05 - Temperantia.mp3","size":8284289,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2375","key":"/library/metadata/2375","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c64029004271f","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Over the Sinful Entreaty","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":6,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":242496,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2080,"duration":242496,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2080,"key":"/library/parts/2080/1591831870/file.mp3","duration":242496,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\06 - Over the Sinful Entreaty.mp3","size":10091003,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2376","key":"/library/metadata/2376","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ab5","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Tantal","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":7,"parentIndex":4,"lastViewedAt":1592377896,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":204600,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2081,"duration":204600,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2081,"key":"/library/parts/2081/1591831870/file.mp3","duration":204600,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\07 - Tantal.mp3","size":8575159,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2377","key":"/library/metadata/2377","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042720","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Tantal/Night","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":8,"parentIndex":4,"viewCount":11,"lastViewedAt":1594725488,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":182328,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2082,"duration":182328,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2082,"key":"/library/parts/2082/1591831870/file.mp3","duration":182328,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\08 - Tantal+Night.mp3","size":7684295,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2378","key":"/library/metadata/2378","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ab8","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Ever Come to an End","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":9,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":188280,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2083,"duration":188280,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2083,"key":"/library/parts/2083/1591831870/file.mp3","duration":188280,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\09 - Ever Come to an End.mp3","size":7922353,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2379","key":"/library/metadata/2379","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9f45a","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Shadow of the Lowlands","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":10,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":174312,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2084,"duration":174312,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2084,"key":"/library/parts/2084/1591831870/file.mp3","duration":174312,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\10 - Shadow of the Lowlands.mp3","size":7363640,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2380","key":"/library/metadata/2380","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042abe","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Past Revealed","titleSort":"Past Revealed","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":11,"parentIndex":4,"viewCount":10,"lastViewedAt":1594724801,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":145800,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2085,"duration":145800,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2085,"key":"/library/parts/2085/1591831870/file.mp3","duration":145800,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\11 - The Past Revealed.mp3","size":6223182,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2381","key":"/library/metadata/2381","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042721","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Decision","titleSort":"Decision","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":12,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":301272,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2086,"duration":301272,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2086,"key":"/library/parts/2086/1591831870/file.mp3","duration":301272,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\12 - The Decision.mp3","size":12442020,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2382","key":"/library/metadata/2382","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042723","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Loneliness","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":13,"parentIndex":4,"lastViewedAt":1592377954,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":171335,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2087,"duration":171335,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2087,"key":"/library/parts/2087/1591831870/file.mp3","duration":171335,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\13 - Loneliness.mp3","size":7244572,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2383","key":"/library/metadata/2383","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0800a5403c640290d9f47c","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Spirit Crucible Elpys","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":14,"parentIndex":4,"viewCount":10,"lastViewedAt":1594723965,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":161736,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2088,"duration":161736,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2088,"key":"/library/parts/2088/1591831870/file.mp3","duration":161736,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\14 - Spirit Crucible Elpys.mp3","size":6860586,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2384","key":"/library/metadata/2384","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042724","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Tensed Mind","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":15,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":157584,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2089,"duration":157584,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2089,"key":"/library/parts/2089/1591831870/file.mp3","duration":157584,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\15 - Tensed Mind.mp3","size":6694486,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2385","key":"/library/metadata/2385","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ac8","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Drifting Soul (Violin Version)","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":16,"parentIndex":4,"viewCount":1,"lastViewedAt":1592375331,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":309384,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2090,"duration":309384,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2090,"key":"/library/parts/2090/1591831870/file.mp3","duration":309384,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\16 - Drifting Soul (Violin Version).mp3","size":12766568,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2386","key":"/library/metadata/2386","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042727","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"A Faint Hope","titleSort":"Faint Hope","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":17,"parentIndex":4,"ratingCount":2691,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":161088,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2091,"duration":161088,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2091,"key":"/library/parts/2091/1591831870/file.mp3","duration":161088,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\17 - A Faint Hope.mp3","size":6834660,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2387","key":"/library/metadata/2387","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042acc","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Cliffs of Morytha","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":18,"parentIndex":4,"lastViewedAt":1592378018,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":207288,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2092,"duration":207288,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2092,"key":"/library/parts/2092/1591831870/file.mp3","duration":207288,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\18 - Cliffs of Morytha.mp3","size":8682666,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2388","key":"/library/metadata/2388","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042729","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Still, Move Forward!","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":19,"parentIndex":4,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":216000,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2093,"duration":216000,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2093,"key":"/library/parts/2093/1591831870/file.mp3","duration":216000,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\19 - Still, Move Forward!.mp3","size":9031152,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2389","key":"/library/metadata/2389","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ad1","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Land of Morytha","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":20,"parentIndex":4,"viewCount":4,"lastViewedAt":1594726008,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":220296,"addedAt":1591780118,"updatedAt":1595242252,"Media":[{"id":2094,"duration":220296,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2094,"key":"/library/parts/2094/1591831870/file.mp3","duration":220296,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 004\\20 - Land of Morytha.mp3","size":9203018,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2390","key":"/library/metadata/2390","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ad5","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Yggdrasil","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":1,"parentIndex":5,"viewCount":11,"lastViewedAt":1594724162,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":215400,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2095,"duration":215400,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2095,"key":"/library/parts/2095/1591831870/file.mp3","duration":215400,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\01 - Yggdrasil.mp3","size":9007133,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2391","key":"/library/metadata/2391","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ad8","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Past from Far Distance","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":2,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":166728,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2096,"duration":166728,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2096,"key":"/library/parts/2096/1591831870/file.mp3","duration":166728,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\02 - Past from Far Distance.mp3","size":7060279,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2392","key":"/library/metadata/2392","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042adc","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"With People and Darkness","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE (TOMOri Kudo & CHiCO) & Yasunori Mitsuda","summary":"","index":3,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":182136,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2097,"duration":182136,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2097,"key":"/library/parts/2097/1591831870/file.mp3","duration":182136,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\03 - With People and Darkness.mp3","size":7676707,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2393","key":"/library/metadata/2393","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ae1","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Power of Jin","titleSort":"Power of Jin","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":4,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":198192,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2098,"duration":198192,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2098,"key":"/library/parts/2098/1591831872/file.mp3","duration":198192,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\04 - The Power of Jin.mp3","size":8318827,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2394","key":"/library/metadata/2394","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ae5","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Praetor Amalthus - The Acting God -","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":5,"parentIndex":5,"lastViewedAt":1592378088,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":179688,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2099,"duration":179688,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2099,"key":"/library/parts/2099/1591831872/file.mp3","duration":179688,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\05 - Praetor Amalthus - The Acting God .mp3","size":7578705,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2395","key":"/library/metadata/2395","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042ae7","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Walking with You","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":6,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":224136,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2100,"duration":224136,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2100,"key":"/library/parts/2100/1591831872/file.mp3","duration":224136,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\06 - Walking with You.mp3","size":9356619,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2396","key":"/library/metadata/2396","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042aeb","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Orbital Ring","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":7,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":229728,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2101,"duration":229728,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2101,"key":"/library/parts/2101/1591831872/file.mp3","duration":229728,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\07 - Orbital Ring.mp3","size":9580259,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2397","key":"/library/metadata/2397","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042aef","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Abandoned City","titleSort":"Abandoned City","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":8,"parentIndex":5,"viewCount":10,"lastViewedAt":1594725675,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":216240,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2102,"duration":216240,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2102,"key":"/library/parts/2102/1591831872/file.mp3","duration":216240,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\08 - The Abandoned City.mp3","size":9040739,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2398","key":"/library/metadata/2398","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042af5","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Heart in the Fog","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Manami Kiyota","summary":"","index":9,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":182591,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2103,"duration":182591,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2103,"key":"/library/parts/2103/1591831872/file.mp3","duration":182591,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\09 - Heart in the Fog.mp3","size":7694815,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2399","key":"/library/metadata/2399","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042af6","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Flashback","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":10,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":140688,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2104,"duration":140688,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2104,"key":"/library/parts/2104/1591831872/file.mp3","duration":140688,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\10 - Flashback.mp3","size":6018686,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2400","key":"/library/metadata/2400","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042af9","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Sea of Clouds","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":11,"parentIndex":5,"viewCount":10,"lastViewedAt":1594726208,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":223847,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2105,"duration":223847,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2105,"key":"/library/parts/2105/1591831872/file.mp3","duration":223847,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\11 - Sea of Clouds.mp3","size":9345094,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2401","key":"/library/metadata/2401","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042afd","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Disappearing World","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":12,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":187416,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2106,"duration":187416,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2106,"key":"/library/parts/2106/1591831872/file.mp3","duration":187416,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\12 - Disappearing World.mp3","size":7887824,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2402","key":"/library/metadata/2402","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b01","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Battle in the Skies Above","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":13,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":173304,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2107,"duration":173304,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2107,"key":"/library/parts/2107/1591831872/file.mp3","duration":173304,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\13 - Battle in the Skies Above.mp3","size":7323358,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2403","key":"/library/metadata/2403","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b04","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"After Despair and Hope","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":14,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":213048,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2108,"duration":213048,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2108,"key":"/library/parts/2108/1591831872/file.mp3","duration":213048,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\14 - After Despair and Hope.mp3","size":8913080,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2404","key":"/library/metadata/2404","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b06","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Our Hope","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":15,"parentIndex":5,"ratingCount":2691,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":120384,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2109,"duration":120384,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2109,"key":"/library/parts/2109/1591831872/file.mp3","duration":120384,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\15 - Our Hope.mp3","size":5206492,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2405","key":"/library/metadata/2405","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b09","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Parting","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":16,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":186408,"addedAt":1591780121,"updatedAt":1595242252,"Media":[{"id":2110,"duration":186408,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2110,"key":"/library/parts/2110/1591831872/file.mp3","duration":186408,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\16 - Parting.mp3","size":7847450,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2406","key":"/library/metadata/2406","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b0c","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Tomorrow with You","titleSort":"Tomorrow with You","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":17,"parentIndex":5,"lastViewedAt":1592378160,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":259584,"addedAt":1591780122,"updatedAt":1595242252,"Media":[{"id":2111,"duration":259584,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2111,"key":"/library/parts/2111/1591831872/file.mp3","duration":259584,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\17 - The Tomorrow with You.mp3","size":10774518,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2407","key":"/library/metadata/2407","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b10","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Escape - Going Through Clouds -","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":18,"parentIndex":5,"ratingCount":4683,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":131304,"addedAt":1591780122,"updatedAt":1595242252,"Media":[{"id":2112,"duration":131304,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2112,"key":"/library/parts/2112/1591831872/file.mp3","duration":131304,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\18 - Escape - Going Through Clouds .mp3","size":5643338,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2408","key":"/library/metadata/2408","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b13","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Elysium","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":19,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":193224,"addedAt":1591780122,"updatedAt":1595242252,"Media":[{"id":2113,"duration":193224,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2113,"key":"/library/parts/2113/1591831872/file.mp3","duration":193224,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\19 - Elysium.mp3","size":8120090,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2409","key":"/library/metadata/2409","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b15","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"White All Around Us","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":20,"parentIndex":5,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":182472,"addedAt":1591780122,"updatedAt":1595242252,"Media":[{"id":2114,"duration":182472,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2114,"key":"/library/parts/2114/1591831872/file.mp3","duration":182472,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\20 - White All Around Us.mp3","size":7690034,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2410","key":"/library/metadata/2410","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b18","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"One Last You","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":21,"parentIndex":5,"lastViewedAt":1592433624,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":342168,"addedAt":1591780122,"updatedAt":1595242252,"Media":[{"id":2115,"duration":342168,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2115,"key":"/library/parts/2115/1591831872/file.mp3","duration":342168,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 005\\21 - One Last You.mp3","size":14077860,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2324","key":"/library/metadata/2324","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b1a","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"New Area","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":1,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":9665,"addedAt":1591780113,"updatedAt":1595242252,"Media":[{"id":2029,"duration":9665,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2029,"key":"/library/parts/2029/1591831872/file.mp3","duration":9665,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\01 - New Area.mp3","size":777827,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2325","key":"/library/metadata/2325","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b1d","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Tutorial","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":2,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":8359,"addedAt":1591780113,"updatedAt":1595242252,"Media":[{"id":2030,"duration":8359,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2030,"key":"/library/parts/2030/1591831872/file.mp3","duration":8359,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\02 - Tutorial.mp3","size":725582,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2326","key":"/library/metadata/2326","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b1f","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Quest Order","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":3,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":8568,"addedAt":1591780113,"updatedAt":1595242252,"Media":[{"id":2031,"duration":8568,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2031,"key":"/library/parts/2031/1591831872/file.mp3","duration":8568,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\03 - Quest Order.mp3","size":733943,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2327","key":"/library/metadata/2327","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b21","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Landmark","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":4,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":10475,"addedAt":1591780113,"updatedAt":1595242252,"Media":[{"id":2032,"duration":10475,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2032,"key":"/library/parts/2032/1591831872/file.mp3","duration":10475,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\04 - Landmark.mp3","size":810219,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2328","key":"/library/metadata/2328","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b23","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Secret Area","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":5,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":8986,"addedAt":1591780113,"updatedAt":1595242252,"Media":[{"id":2033,"duration":8986,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2033,"key":"/library/parts/2033/1591831872/file.mp3","duration":8986,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\05 - Secret Area.mp3","size":750665,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2329","key":"/library/metadata/2329","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b26","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Peaceful Mind","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":6,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":15568,"addedAt":1591780113,"updatedAt":1595242252,"Media":[{"id":2034,"duration":15568,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2034,"key":"/library/parts/2034/1591831874/file.mp3","duration":15568,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\06 - Peaceful Mind.mp3","size":1013984,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2330","key":"/library/metadata/2330","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b28","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Level Up","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":7,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":8646,"addedAt":1591780113,"updatedAt":1595242252,"Media":[{"id":2035,"duration":8646,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2035,"key":"/library/parts/2035/1591831874/file.mp3","duration":8646,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\07 - Level Up.mp3","size":737076,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2331","key":"/library/metadata/2331","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b2a","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Blade Obtained","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":8,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":8019,"addedAt":1591780113,"updatedAt":1595242252,"Media":[{"id":2036,"duration":8019,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2036,"key":"/library/parts/2036/1591831874/file.mp3","duration":8019,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\08 - Blade Obtained.mp3","size":712006,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2332","key":"/library/metadata/2332","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b2c","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Rare Blade Obtained","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":9,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":10579,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2037,"duration":10579,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2037,"key":"/library/parts/2037/1591831874/file.mp3","duration":10579,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\09 - Rare Blade Obtained.mp3","size":814416,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2333","key":"/library/metadata/2333","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b2f","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Blade Chosen","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":10,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":7810,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2038,"duration":7810,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2038,"key":"/library/parts/2038/1591831874/file.mp3","duration":7810,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\10 - Blade Chosen.mp3","size":703680,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2334","key":"/library/metadata/2334","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b33","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Battle Result","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":11,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":10083,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2039,"duration":10083,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2039,"key":"/library/parts/2039/1591831874/file.mp3","duration":10083,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\11 - Battle Result.mp3","size":794552,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2335","key":"/library/metadata/2335","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b39","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Salvage Result","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Kenji Hiramatsu","summary":"","index":12,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":9299,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2040,"duration":9299,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2040,"key":"/library/parts/2040/1591831874/file.mp3","duration":9299,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\12 - Salvage Result.mp3","size":763207,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2336","key":"/library/metadata/2336","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b3c","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Affinity Chart Complete","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":13,"parentIndex":6,"ratingCount":8418,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":9273,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2041,"duration":9273,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2041,"key":"/library/parts/2041/1591831874/file.mp3","duration":9273,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\13 - Affinity Chart Complete.mp3","size":762216,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2337","key":"/library/metadata/2337","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b3f","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Hunting Succeeded","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":14,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":12120,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2042,"duration":12120,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2042,"key":"/library/parts/2042/1591831874/file.mp3","duration":12120,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\14 - Hunting Succeeded.mp3","size":876098,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2338","key":"/library/metadata/2338","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b41","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Skill in Action","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","summary":"","index":15,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":8986,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2043,"duration":8986,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2043,"key":"/library/parts/2043/1591831874/file.mp3","duration":8986,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\15 - Skill in Action.mp3","size":750706,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2339","key":"/library/metadata/2339","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b43","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Quest Clear","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"ACE","summary":"","index":16,"parentIndex":6,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":11389,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2044,"duration":11389,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2044,"key":"/library/parts/2044/1591831874/file.mp3","duration":11389,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\16 - Quest Clear.mp3","size":846797,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2340","key":"/library/metadata/2340","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b46","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Gormott (Piano Arrange)","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Ivan Linn","summary":"","index":17,"parentIndex":6,"ratingCount":28,"viewCount":1,"lastViewedAt":1592374234,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":306520,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2045,"duration":306520,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2045,"key":"/library/parts/2045/1591831874/file.mp3","duration":306520,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\17 - Gormott (Piano Arrange).mp3","size":12652080,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2341","key":"/library/metadata/2341","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b48","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Battle!! (Piano Arrange)","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Ivan Linn","summary":"","index":18,"parentIndex":6,"ratingCount":30,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":216267,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2046,"duration":216267,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2046,"key":"/library/parts/2046/1591831874/file.mp3","duration":216267,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\18 - Battle!! (Piano Arrange).mp3","size":9041942,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2342","key":"/library/metadata/2342","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b4a","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"The Ancient Vessel (Piano Arrange)","titleSort":"Ancient Vessel (Piano Arrange)","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Ivan Linn","summary":"","index":19,"parentIndex":6,"ratingCount":33,"viewCount":6,"lastViewedAt":1594601034,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":232620,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2047,"duration":232620,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2047,"key":"/library/parts/2047/1591831874/file.mp3","duration":232620,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\19 - The Ancient Vessel (Piano Arrange).mp3","size":9696064,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2343","key":"/library/metadata/2343","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b4c","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"Counterattack (Piano Arrange)","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Ivan Linn","summary":"","index":20,"parentIndex":6,"ratingCount":50,"viewCount":1,"lastViewedAt":1592374767,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":246987,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2048,"duration":246987,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2048,"key":"/library/parts/2048/1591831874/file.mp3","duration":246987,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\20 - Counterattack (Piano Arrange).mp3","size":10270752,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2344","key":"/library/metadata/2344","parentRatingKey":"2323","grandparentRatingKey":"2037","guid":"plex://track/5d0803a2403c640290042b50","parentGuid":"plex://album/5d07cc2b403c640290e55372","grandparentGuid":"plex://artist/5d07bc03403c6402904aa70f","type":"track","title":"One Last You (Piano Arrange)","grandparentKey":"/library/metadata/2037","parentKey":"/library/metadata/2323","grandparentTitle":"Yasunori Mitsuda","parentTitle":"Xenoblade2 ORIGINAL SOUNDTRACK","originalTitle":"Ivan Linn","summary":"","index":21,"parentIndex":6,"ratingCount":40,"lastViewedAt":1592378208,"thumb":"/library/metadata/2323/thumb/1591780126","parentThumb":"/library/metadata/2323/thumb/1591780126","grandparentThumb":"/library/metadata/2037/thumb/1595242235","duration":348682,"addedAt":1591780113,"updatedAt":1595242253,"Media":[{"id":2049,"duration":348682,"bitrate":320,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2049,"key":"/library/parts/2049/1591831874/file.mp3","duration":348682,"file":"D:\\Public\\Media\\Music\\光田康典\\ゼノブレイド2 オリジナル・サウンドトラック\\CD 006\\21 - One Last You (Piano Arrange).mp3","size":14338540,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2711","key":"/library/metadata/2711","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eacc33","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Octopath Traveler –Main Theme–","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":1,"parentIndex":1,"lastViewedAt":1592294770,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":154044,"addedAt":1591780176,"updatedAt":1595242244,"Media":[{"id":2406,"duration":154044,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2406,"key":"/library/parts/2406/1591831824/file.mp3","duration":154044,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\01 - Octopath Traveler –Main Theme–.mp3","size":2651628,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2712","key":"/library/metadata/2712","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160152","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Ophilia, the Cleric","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":2,"parentIndex":1,"ratingCount":1087,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":199026,"addedAt":1591780176,"updatedAt":1595242244,"Media":[{"id":2407,"duration":199026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2407,"key":"/library/parts/2407/1591831824/file.mp3","duration":199026,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\02 - Ophilia, the Cleric.mp3","size":3371332,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2713","key":"/library/metadata/2713","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c640290160012","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Cyrus, the Scholar","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":3,"parentIndex":1,"ratingCount":1195,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":150021,"addedAt":1591780176,"updatedAt":1595242244,"Media":[{"id":2408,"duration":150021,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2408,"key":"/library/parts/2408/1591831824/file.mp3","duration":150021,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\03 - Cyrus, the Scholar.mp3","size":2587238,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2714","key":"/library/metadata/2714","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c6402901606b7","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Tressa, the Merchant","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":4,"parentIndex":1,"ratingCount":922,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":167026,"addedAt":1591780176,"updatedAt":1595242244,"Media":[{"id":2409,"duration":167026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2409,"key":"/library/parts/2409/1591831824/file.mp3","duration":167026,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\04 - Tressa, the Merchant.mp3","size":2859334,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2715","key":"/library/metadata/2715","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eac8da","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Olberic, the Warrior","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":5,"parentIndex":1,"ratingCount":902,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":162011,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2410,"duration":162011,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2410,"key":"/library/parts/2410/1591831824/file.mp3","duration":162011,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\05 - Olberic, the Warrior.mp3","size":2779085,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2716","key":"/library/metadata/2716","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eac50e","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Primrose, the Dancer","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":6,"parentIndex":1,"ratingCount":1057,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":162011,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2411,"duration":162011,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2411,"key":"/library/parts/2411/1591831824/file.mp3","duration":162011,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\06 - Primrose, the Dancer.mp3","size":2779085,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2717","key":"/library/metadata/2717","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160336","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Alfyn, the Apothecary","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":7,"parentIndex":1,"ratingCount":850,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":206027,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2412,"duration":206027,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2412,"key":"/library/parts/2412/1591831824/file.mp3","duration":206027,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\07 - Alfyn, the Apothecary.mp3","size":3483349,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2718","key":"/library/metadata/2718","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fb86","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Therion, the Thief","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":8,"parentIndex":1,"ratingCount":845,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":142027,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2413,"duration":142027,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2413,"key":"/library/parts/2413/1591831824/file.mp3","duration":142027,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\08 - Therion, the Thief.mp3","size":2459343,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2719","key":"/library/metadata/2719","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c6402901601fd","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"H’aanit, the Hunter","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":175020,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2414,"duration":175020,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2414,"key":"/library/parts/2414/1591831824/file.mp3","duration":175020,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\09 - H’aanit, the Hunter.mp3","size":2987227,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2720","key":"/library/metadata/2720","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fceb","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Frostlands","titleSort":"Frostlands","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":10,"parentIndex":1,"ratingCount":837,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":259030,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2415,"duration":259030,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2415,"key":"/library/parts/2415/1591831824/file.mp3","duration":259030,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\10 - The Frostlands.mp3","size":4331376,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2721","key":"/library/metadata/2721","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160534","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Flatlands","titleSort":"Flatlands","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":11,"parentIndex":1,"ratingCount":774,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":186017,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2416,"duration":186017,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2416,"key":"/library/parts/2416/1591831824/file.mp3","duration":186017,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\11 - The Flatlands.mp3","size":3163178,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2722","key":"/library/metadata/2722","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c6402901603d9","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Coastlands","titleSort":"Coastlands","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":12,"parentIndex":1,"ratingCount":751,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":196048,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2417,"duration":196048,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2417,"key":"/library/parts/2417/1591831824/file.mp3","duration":196048,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\12 - The Coastlands.mp3","size":3323676,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2723","key":"/library/metadata/2723","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eacb70","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Highlands","titleSort":"Highlands","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":13,"parentIndex":1,"ratingCount":739,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":262034,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2418,"duration":262034,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2418,"key":"/library/parts/2418/1591831824/file.mp3","duration":262034,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\13 - The Highlands.mp3","size":4379439,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2724","key":"/library/metadata/2724","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eaccd6","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Sunlands","titleSort":"Sunlands","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":14,"parentIndex":1,"ratingCount":743,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":192026,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2419,"duration":192026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2419,"key":"/library/parts/2419/1591831824/file.mp3","duration":192026,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\14 - The Sunlands.mp3","size":3259306,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2725","key":"/library/metadata/2725","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fdb1","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Riverlands","titleSort":"Riverlands","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":15,"parentIndex":1,"ratingCount":742,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":272039,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2420,"duration":272039,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2420,"key":"/library/parts/2420/1591831826/file.mp3","duration":272039,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\15 - The Riverlands.mp3","size":4539519,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2726","key":"/library/metadata/2726","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fed9","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Cliftlands","titleSort":"Cliftlands","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":16,"parentIndex":1,"ratingCount":951,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":183040,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2421,"duration":183040,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2421,"key":"/library/parts/2421/1591831826/file.mp3","duration":183040,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\16 - The Cliftlands.mp3","size":3115533,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2727","key":"/library/metadata/2727","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c64029016025d","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Woodlands","titleSort":"Woodlands","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":17,"parentIndex":1,"ratingCount":677,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":225018,"addedAt":1591780177,"updatedAt":1595242244,"Media":[{"id":2422,"duration":225018,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2422,"key":"/library/parts/2422/1591831826/file.mp3","duration":225018,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 001\\17 - The Woodlands.mp3","size":3787191,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2755","key":"/library/metadata/2755","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015ff19","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Flamesgrace, Guiding Light","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":1,"parentIndex":2,"ratingCount":663,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":251010,"addedAt":1591780190,"updatedAt":1595242244,"Media":[{"id":2450,"duration":251010,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2450,"key":"/library/parts/2450/1591831826/file.mp3","duration":251010,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\01 - Flamesgrace, Guiding Light.mp3","size":4203084,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2756","key":"/library/metadata/2756","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fc89","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Melancholy","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":2,"parentIndex":2,"ratingCount":646,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":194011,"addedAt":1591780190,"updatedAt":1595242244,"Media":[{"id":2451,"duration":194011,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2451,"key":"/library/parts/2451/1591831826/file.mp3","duration":194011,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\02 - Melancholy.mp3","size":3291065,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2757","key":"/library/metadata/2757","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015ff5c","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Atlasdam, Seat of Learning","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":3,"parentIndex":2,"ratingCount":624,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":209005,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2452,"duration":209005,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2452,"key":"/library/parts/2452/1591831826/file.mp3","duration":209005,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\03 - Atlasdam, Seat of Learning.mp3","size":3531006,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2758","key":"/library/metadata/2758","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160469","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Tranquil Days","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":4,"parentIndex":2,"ratingCount":630,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":175020,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2453,"duration":175020,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2453,"key":"/library/parts/2453/1591831826/file.mp3","duration":175020,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\04 - Tranquil Days.mp3","size":2987215,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2759","key":"/library/metadata/2759","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029016009c","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"A Sea Breeze Blows","titleSort":"Sea Breeze Blows","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":5,"parentIndex":2,"ratingCount":630,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":196048,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2454,"duration":196048,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2454,"key":"/library/parts/2454/1591831826/file.mp3","duration":196048,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\05 - A Sea Breeze Blows.mp3","size":3323682,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2760","key":"/library/metadata/2760","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160421","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"How Amusing!","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":6,"parentIndex":2,"ratingCount":598,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":197041,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2455,"duration":197041,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2455,"key":"/library/parts/2455/1591831826/file.mp3","duration":197041,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\06 - How Amusing!.mp3","size":3339553,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2761","key":"/library/metadata/2761","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eacc34","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Cobbleston, Nestled in the Hills","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":7,"parentIndex":2,"ratingCount":586,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":193018,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2456,"duration":193018,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2456,"key":"/library/parts/2456/1591831826/file.mp3","duration":193018,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\07 - Cobbleston, Nestled in the Hills.mp3","size":3275227,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2762","key":"/library/metadata/2762","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eac8db","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Tension","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":8,"parentIndex":2,"ratingCount":593,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":197041,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2457,"duration":197041,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2457,"key":"/library/parts/2457/1591831826/file.mp3","duration":197041,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\08 - Tension.mp3","size":3339543,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2763","key":"/library/metadata/2763","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eacb73","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Dark Caverns","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":10,"parentIndex":2,"ratingCount":600,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":226037,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2458,"duration":226037,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2458,"key":"/library/parts/2458/1591831826/file.mp3","duration":226037,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\10 - Dark Caverns.mp3","size":3803489,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2764","key":"/library/metadata/2764","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eaccd8","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Battle I","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":11,"parentIndex":2,"ratingCount":565,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":198034,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2459,"duration":198034,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2459,"key":"/library/parts/2459/1591831826/file.mp3","duration":198034,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\11 - Battle I.mp3","size":3355429,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2765","key":"/library/metadata/2765","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eacc37","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Victory Fanfare","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":12,"parentIndex":2,"ratingCount":567,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":72855,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2460,"duration":72855,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2460,"key":"/library/parts/2460/1591831826/file.mp3","duration":72855,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\12 - Victory Fanfare.mp3","size":1352583,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2766","key":"/library/metadata/2766","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eac516","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Sunshade, City of Pleasures","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":14,"parentIndex":2,"ratingCount":565,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":206027,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2461,"duration":206027,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2461,"key":"/library/parts/2461/1591831826/file.mp3","duration":206027,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\14 - Sunshade, City of Pleasures.mp3","size":3483363,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2767","key":"/library/metadata/2767","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eacb74","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"On a Knife’s Edge","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":15,"parentIndex":2,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":241031,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2462,"duration":241031,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2462,"key":"/library/parts/2462/1591831826/file.mp3","duration":241031,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\15 - On a Knife’s Edge.mp3","size":4043408,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2768","key":"/library/metadata/2768","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fced","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Clearbrook, by the Pristine Waters","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":16,"parentIndex":2,"ratingCount":552,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":213028,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2463,"duration":213028,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2463,"key":"/library/parts/2463/1591831828/file.mp3","duration":213028,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\16 - Clearbrook, by the Pristine Waters.mp3","size":3595390,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2769","key":"/library/metadata/2769","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160536","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Reminiscence","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":17,"parentIndex":2,"ratingCount":536,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":183040,"addedAt":1591780190,"updatedAt":1595242245,"Media":[{"id":2464,"duration":183040,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2464,"key":"/library/parts/2464/1591831828/file.mp3","duration":183040,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\17 - Reminiscence.mp3","size":3115529,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2770","key":"/library/metadata/2770","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c6402901603df","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"A Settlement in the Red Bluffs","titleSort":"Settlement in the Red Bluffs","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":18,"parentIndex":2,"ratingCount":844,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":165015,"addedAt":1591780191,"updatedAt":1595242245,"Media":[{"id":2465,"duration":165015,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2465,"key":"/library/parts/2465/1591831828/file.mp3","duration":165015,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\18 - A Settlement in the Red Bluffs.mp3","size":2827173,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2771","key":"/library/metadata/2771","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160599","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Discord","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":19,"parentIndex":2,"ratingCount":541,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":193018,"addedAt":1591780191,"updatedAt":1595242245,"Media":[{"id":2466,"duration":193018,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2466,"key":"/library/parts/2466/1591831828/file.mp3","duration":193018,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\19 - Discord.mp3","size":3275179,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2772","key":"/library/metadata/2772","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015feac","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"My Quiet Forest Home","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":20,"parentIndex":2,"ratingCount":637,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":201038,"addedAt":1591780191,"updatedAt":1595242245,"Media":[{"id":2467,"duration":201038,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2467,"key":"/library/parts/2467/1591831828/file.mp3","duration":201038,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\20 - My Quiet Forest Home.mp3","size":3403518,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2773","key":"/library/metadata/2773","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fdb2","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Determination","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":21,"parentIndex":2,"ratingCount":574,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":158014,"addedAt":1591780191,"updatedAt":1595242245,"Media":[{"id":2468,"duration":158014,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2468,"key":"/library/parts/2468/1591831828/file.mp3","duration":158014,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\21 - Determination.mp3","size":2715126,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2774","key":"/library/metadata/2774","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fee0","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Beneath the Surface","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":22,"parentIndex":2,"ratingCount":529,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":218017,"addedAt":1591780191,"updatedAt":1595242245,"Media":[{"id":2469,"duration":218017,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2469,"key":"/library/parts/2469/1591831828/file.mp3","duration":218017,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\22 - Beneath the Surface.mp3","size":3675190,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2775","key":"/library/metadata/2775","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eacc38","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Creeping Dread","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":23,"parentIndex":2,"ratingCount":504,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":195004,"addedAt":1591780191,"updatedAt":1595242245,"Media":[{"id":2470,"duration":195004,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2470,"key":"/library/parts/2470/1591831828/file.mp3","duration":195004,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\23 - Creeping Dread.mp3","size":3306958,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2776","key":"/library/metadata/2776","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eac8de","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Decisive Battle I","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":24,"parentIndex":2,"ratingCount":565,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":266031,"addedAt":1591780191,"updatedAt":1595242245,"Media":[{"id":2471,"duration":266031,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2471,"key":"/library/parts/2471/1591831828/file.mp3","duration":266031,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 002\\24 - Decisive Battle I.mp3","size":4443395,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2728","key":"/library/metadata/2728","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fc8b","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Battle II","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":1,"parentIndex":3,"ratingCount":565,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":177031,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2423,"duration":177031,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2423,"key":"/library/parts/2423/1591831828/file.mp3","duration":177031,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\01 - Battle II.mp3","size":3019390,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2729","key":"/library/metadata/2729","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015ff5e","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Town Veiled in White","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":2,"parentIndex":3,"ratingCount":567,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":194011,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2424,"duration":194011,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2424,"key":"/library/parts/2424/1591831828/file.mp3","duration":194011,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\02 - Town Veiled in White.mp3","size":3291085,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2730","key":"/library/metadata/2730","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c64029016046b","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Gazing Over the Great Plain","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":3,"parentIndex":3,"ratingCount":498,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":199026,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2425,"duration":199026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2425,"key":"/library/parts/2425/1591831830/file.mp3","duration":199026,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\03 - Gazing Over the Great Plain.mp3","size":3371348,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2731","key":"/library/metadata/2731","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029016009d","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Enveloped in Kindness","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":4,"parentIndex":3,"ratingCount":509,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":193018,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2426,"duration":193018,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2426,"key":"/library/parts/2426/1591831830/file.mp3","duration":193018,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\04 - Enveloped in Kindness.mp3","size":3275205,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2732","key":"/library/metadata/2732","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160425","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Grandport, Center of Commerce","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":5,"parentIndex":3,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":225018,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2427,"duration":225018,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2427,"key":"/library/parts/2427/1591831830/file.mp3","duration":225018,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\05 - Grandport, Center of Commerce.mp3","size":3787221,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2733","key":"/library/metadata/2733","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c64029016096e","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Among Stately Peaks","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":6,"parentIndex":3,"ratingCount":464,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":253022,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2428,"duration":253022,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2428,"key":"/library/parts/2428/1591831830/file.mp3","duration":253022,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\06 - Among Stately Peaks.mp3","size":4235253,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2734","key":"/library/metadata/2734","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160154","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Sorrow","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":7,"parentIndex":3,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":191033,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2429,"duration":191033,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2429,"key":"/library/parts/2429/1591831830/file.mp3","duration":191033,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\07 - Sorrow.mp3","size":3243410,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2735","key":"/library/metadata/2735","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c640290160014","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Trees Have Eyes","titleSort":"Trees Have Eyes","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":8,"parentIndex":3,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":241031,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2430,"duration":241031,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2430,"key":"/library/parts/2430/1591831830/file.mp3","duration":241031,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\08 - The Trees Have Eyes.mp3","size":4043410,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2736","key":"/library/metadata/2736","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eac519","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Despair","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":9,"parentIndex":3,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":204016,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2431,"duration":204016,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2431,"key":"/library/parts/2431/1591831830/file.mp3","duration":204016,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\09 - Despair.mp3","size":3451138,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2737","key":"/library/metadata/2737","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eacb75","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Decisive Battle II","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":10,"parentIndex":3,"ratingCount":1056,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":206027,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2432,"duration":206027,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2432,"key":"/library/parts/2432/1591831830/file.mp3","duration":206027,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\10 - Decisive Battle II.mp3","size":3483345,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2738","key":"/library/metadata/2738","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160854","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Oasis in the Sparkling Sands","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":11,"parentIndex":3,"ratingCount":496,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":217025,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2433,"duration":217025,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2433,"key":"/library/parts/2433/1591831830/file.mp3","duration":217025,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\11 - Oasis in the Sparkling Sands.mp3","size":3659325,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2739","key":"/library/metadata/2739","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160341","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"River of Life","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":12,"parentIndex":3,"ratingCount":490,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":213028,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2434,"duration":213028,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2434,"key":"/library/parts/2434/1591831830/file.mp3","duration":213028,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\12 - River of Life.mp3","size":3595348,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2740","key":"/library/metadata/2740","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eacc39","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Bonds of Friendship","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":13,"parentIndex":3,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":222014,"addedAt":1591780187,"updatedAt":1595242245,"Media":[{"id":2435,"duration":222014,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2435,"key":"/library/parts/2435/1591831830/file.mp3","duration":222014,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\13 - Bonds of Friendship.mp3","size":3739138,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2741","key":"/library/metadata/2741","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160200","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Orewell, Beneath the Crags","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":14,"parentIndex":3,"ratingCount":649,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":146024,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2436,"duration":146024,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2436,"key":"/library/parts/2436/1591831830/file.mp3","duration":146024,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\14 - Orewell, Beneath the Crags.mp3","size":2523308,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2742","key":"/library/metadata/2742","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fcee","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Victors Hollow, Jewel of the Forest","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":15,"parentIndex":3,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":160026,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2437,"duration":160026,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2437,"key":"/library/parts/2437/1591831830/file.mp3","duration":160026,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\15 - Victors Hollow, Jewel of the Forest.mp3","size":2747352,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2743","key":"/library/metadata/2743","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160538","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Jubilation","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":16,"parentIndex":3,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":173035,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2438,"duration":173035,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2438,"key":"/library/parts/2438/1591831830/file.mp3","duration":173035,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\16 - Jubilation.mp3","size":2955446,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2744","key":"/library/metadata/2744","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c6402901603e3","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Forbidding Corridors","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":17,"parentIndex":3,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":221022,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2439,"duration":221022,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2439,"key":"/library/parts/2439/1591831830/file.mp3","duration":221022,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\17 - Forbidding Corridors.mp3","size":3723257,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2745","key":"/library/metadata/2745","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d0801e3403c640290eac8e0","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"An Ill Omen","titleSort":"Ill Omen","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":18,"parentIndex":3,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":197041,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2440,"duration":197041,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2440,"key":"/library/parts/2440/1591831830/file.mp3","duration":197041,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 003\\18 - An Ill Omen.mp3","size":3339553,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2746","key":"/library/metadata/2746","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015feaf","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Battle III","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":1,"parentIndex":4,"ratingCount":507,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":183040,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2441,"duration":183040,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2441,"key":"/library/parts/2441/1591831830/file.mp3","duration":183040,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 004\\01 - Battle III.mp3","size":3115523,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2747","key":"/library/metadata/2747","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fdb4","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"They Who Govern Reason","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":2,"parentIndex":4,"ratingCount":555,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":280032,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2442,"duration":280032,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2442,"key":"/library/parts/2442/1591831830/file.mp3","duration":280032,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 004\\02 - They Who Govern Reason.mp3","size":4667429,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2748","key":"/library/metadata/2748","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fee4","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Stolen Dreams, Lost Light","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":3,"parentIndex":4,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":197041,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2443,"duration":197041,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2443,"key":"/library/parts/2443/1591831830/file.mp3","duration":197041,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 004\\03 - Stolen Dreams, Lost Light.mp3","size":3339579,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2749","key":"/library/metadata/2749","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160262","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Pure Evil","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":4,"parentIndex":4,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":207020,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2444,"duration":207020,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2444,"key":"/library/parts/2444/1591831830/file.mp3","duration":207020,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 004\\04 - Pure Evil.mp3","size":3499207,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2750","key":"/library/metadata/2750","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c640290160016","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Battle at Journey’s End","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":13,"parentIndex":4,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":240013,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2445,"duration":240013,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2445,"key":"/library/parts/2445/1591831830/file.mp3","duration":240013,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 004\\13 - Battle at Journey’s End.mp3","size":4027120,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2751","key":"/library/metadata/2751","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c6402901606be","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The Gate of Finis","titleSort":"Gate of Finis","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":14,"parentIndex":4,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":217025,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2446,"duration":217025,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2446,"key":"/library/parts/2446/1591831830/file.mp3","duration":217025,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 004\\14 - The Gate of Finis.mp3","size":3659303,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2752","key":"/library/metadata/2752","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160b10","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"The One They Call the Witch","titleSort":"One They Call the Witch","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":15,"parentIndex":4,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":248032,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2447,"duration":248032,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2447,"key":"/library/parts/2447/1591831830/file.mp3","duration":248032,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 004\\15 - The One They Call the Witch.mp3","size":4155441,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2753","key":"/library/metadata/2753","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080502403c640290160346","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Daughter of the Dark God","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":17,"parentIndex":4,"ratingCount":601,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":285022,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2448,"duration":285022,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2448,"key":"/library/parts/2448/1591831830/file.mp3","duration":285022,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 004\\17 - Daughter of the Dark God.mp3","size":4747265,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2754","key":"/library/metadata/2754","parentRatingKey":"2710","grandparentRatingKey":"2165","guid":"plex://track/5d080501403c64029015fb8a","parentGuid":"plex://album/5d07cc56403c640290e6e1f8","grandparentGuid":"plex://artist/5d07be50403c64029067c46e","type":"track","title":"Ending Theme","grandparentKey":"/library/metadata/2165","parentKey":"/library/metadata/2710","grandparentTitle":"Yasunori Nishiki","parentTitle":"OCTOPATH TRAVELER Original Soundtrack","summary":"","index":18,"parentIndex":4,"thumb":"/library/metadata/2710/thumb/1591780180","parentThumb":"/library/metadata/2710/thumb/1591780180","grandparentThumb":"/library/metadata/2165/thumb/1595242230","duration":479007,"addedAt":1591780188,"updatedAt":1595242245,"Media":[{"id":2449,"duration":479007,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2449,"key":"/library/parts/2449/1591831830/file.mp3","duration":479007,"file":"D:\\Public\\Media\\Music\\西木康智\\OCTOPATH TRAVELER Original Soundtrack\\CD 004\\18 - Ending Theme.mp3","size":7851006,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2307","key":"/library/metadata/2307","parentRatingKey":"2306","grandparentRatingKey":"584","guid":"plex://track/5ee02c80c5e64fcc107fe941","parentGuid":"plex://album/5ee02c3ac5e64fcc107a2a6b","grandparentGuid":"plex://artist/5d07bd50403c6402905cac9b","type":"track","title":"\"Billy Goat\" Freestyle","titleSort":"Billy Goat\" Freestyle","grandparentKey":"/library/metadata/584","parentKey":"/library/metadata/2306","grandparentTitle":"Yelawolf","parentTitle":"\"Billy Goat\" Freestyle","summary":"","index":1,"parentIndex":1,"viewCount":38,"lastViewedAt":1594363224,"thumb":"/library/metadata/2306/thumb/1591780077","art":"/library/metadata/584/art/1595497000","parentThumb":"/library/metadata/2306/thumb/1591780077","grandparentThumb":"/library/metadata/584/thumb/1595497000","grandparentArt":"/library/metadata/584/art/1595497000","duration":220704,"addedAt":1591780070,"updatedAt":1595497074,"Media":[{"id":2021,"duration":220704,"bitrate":236,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2021,"key":"/library/parts/2021/1591831776/file.mp3","duration":220704,"file":"D:\\Public\\Media\\Music\\YelaWolf\\Billy Goat Freestyle\\001 - Billy Goat Freestyle.mp3","size":6542768,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2303","key":"/library/metadata/2303","parentRatingKey":"2302","grandparentRatingKey":"584","guid":"plex://track/5ee02c80c5e64fcc107fe5ef","parentGuid":"plex://album/5ee02c3ac5e64fcc107a2b5d","grandparentGuid":"plex://artist/5d07bd50403c6402905cac9b","type":"track","title":"\"Bloody Sunday\" Freestyle","titleSort":"Bloody Sunday\" Freestyle","grandparentKey":"/library/metadata/584","parentKey":"/library/metadata/2302","grandparentTitle":"Yelawolf","parentTitle":"\"Bloody Sunday\" Freestyle","summary":"","index":1,"parentIndex":1,"viewCount":36,"lastViewedAt":1594365645,"thumb":"/library/metadata/2302/thumb/1591780066","art":"/library/metadata/584/art/1595497000","parentThumb":"/library/metadata/2302/thumb/1591780066","grandparentThumb":"/library/metadata/584/thumb/1595497000","grandparentArt":"/library/metadata/584/art/1595497000","duration":267408,"addedAt":1591780063,"updatedAt":1595497075,"Media":[{"id":2019,"duration":267408,"bitrate":245,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2019,"key":"/library/parts/2019/1591831776/file.mp3","duration":267408,"file":"D:\\Public\\Media\\Music\\YelaWolf\\Bloody Sunday Freestyle\\001 - Bloody Sunday Freestyle.mp3","size":8232628,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2305","key":"/library/metadata/2305","parentRatingKey":"2304","grandparentRatingKey":"584","guid":"plex://track/5ee02c80c5e64fcc107fe392","parentGuid":"plex://album/5ee02c3ac5e64fcc107a2a8b","grandparentGuid":"plex://artist/5d07bd50403c6402905cac9b","type":"track","title":"\"Mountain Dew Mouth\" Freestyle","titleSort":"Mountain Dew Mouth\" Freestyle","grandparentKey":"/library/metadata/584","parentKey":"/library/metadata/2304","grandparentTitle":"Yelawolf","parentTitle":"\"Mountain Dew Mouth\" Freestyle","summary":"","index":1,"parentIndex":1,"viewCount":38,"lastViewedAt":1595478342,"thumb":"/library/metadata/2304/thumb/1591780069","art":"/library/metadata/584/art/1595497000","parentThumb":"/library/metadata/2304/thumb/1591780069","grandparentThumb":"/library/metadata/584/thumb/1595497000","grandparentArt":"/library/metadata/584/art/1595497000","duration":225408,"addedAt":1591780067,"updatedAt":1595497076,"Media":[{"id":2020,"duration":225408,"bitrate":239,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2020,"key":"/library/parts/2020/1591831776/file.mp3","duration":225408,"file":"D:\\Public\\Media\\Music\\YelaWolf\\Mountain Dew Mouth Freestyle\\001 - Mountain Dew Mouth Freestyle.mp3","size":6765852,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2779","key":"/library/metadata/2779","parentRatingKey":"2778","grandparentRatingKey":"2777","guid":"plex://track/5d07eff3403c6402900526f8","parentGuid":"plex://album/5d07c998403c640290ca3fe9","grandparentGuid":"plex://artist/5d07be50403c64029067c2ce","type":"track","title":"Sailor Team","grandparentKey":"/library/metadata/2777","parentKey":"/library/metadata/2778","grandparentTitle":"マクロスMACROSS 82–99","parentTitle":"CHAM!","summary":"","index":5,"parentIndex":1,"ratingCount":8,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2778/thumb/1591780201","grandparentThumb":"/library/metadata/2777/thumb/1595242228","duration":163343,"addedAt":1591780192,"updatedAt":1595242237,"Media":[{"id":2472,"duration":163343,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2472,"key":"/library/parts/2472/1591831702/file.mp3","duration":163343,"file":"D:\\Public\\Media\\Music\\Macross 82-99\\CHAM!\\005 - Sailor Team.mp3","size":2801623,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2780","key":"/library/metadata/2780","parentRatingKey":"2778","grandparentRatingKey":"2777","guid":"plex://track/5d07eff3403c640290051f7b","parentGuid":"plex://album/5d07c998403c640290ca3fe9","grandparentGuid":"plex://artist/5d07be50403c64029067c2ce","type":"track","title":"Been Thinking About It","grandparentKey":"/library/metadata/2777","parentKey":"/library/metadata/2778","grandparentTitle":"マクロスMACROSS 82–99","parentTitle":"CHAM!","summary":"","index":7,"parentIndex":1,"ratingCount":15,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2778/thumb/1591780201","grandparentThumb":"/library/metadata/2777/thumb/1595242228","duration":46341,"addedAt":1591780192,"updatedAt":1595242237,"Media":[{"id":2473,"duration":46341,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2473,"key":"/library/parts/2473/1591831702/file.mp3","duration":46341,"file":"D:\\Public\\Media\\Music\\Macross 82-99\\CHAM!\\007 - Been Thinking About It.mp3","size":929606,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2781","key":"/library/metadata/2781","parentRatingKey":"2778","grandparentRatingKey":"2777","guid":"plex://track/5d07eff3403c64029005233c","parentGuid":"plex://album/5d07c998403c640290ca3fe9","grandparentGuid":"plex://artist/5d07be50403c64029067c2ce","type":"track","title":"Dark City","grandparentKey":"/library/metadata/2777","parentKey":"/library/metadata/2778","grandparentTitle":"マクロスMACROSS 82–99","parentTitle":"CHAM!","summary":"","index":9,"parentIndex":1,"ratingCount":13,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2778/thumb/1591780201","grandparentThumb":"/library/metadata/2777/thumb/1595242228","duration":206471,"addedAt":1591780192,"updatedAt":1595242237,"Media":[{"id":2474,"duration":206471,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2474,"key":"/library/parts/2474/1591831702/file.mp3","duration":206471,"file":"D:\\Public\\Media\\Music\\Macross 82-99\\CHAM!\\009 - Dark City.mp3","size":3491670,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2782","key":"/library/metadata/2782","parentRatingKey":"2778","grandparentRatingKey":"2777","guid":"plex://track/5d07eff3403c6402900525db","parentGuid":"plex://album/5d07c998403c640290ca3fe9","grandparentGuid":"plex://artist/5d07be50403c64029067c2ce","type":"track","title":"In the Moonlight","grandparentKey":"/library/metadata/2777","parentKey":"/library/metadata/2778","grandparentTitle":"マクロスMACROSS 82–99","parentTitle":"CHAM!","summary":"","index":10,"parentIndex":1,"ratingCount":10,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2778/thumb/1591780201","grandparentThumb":"/library/metadata/2777/thumb/1595242228","duration":133511,"addedAt":1591780192,"updatedAt":1595242237,"Media":[{"id":2475,"duration":133511,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2475,"key":"/library/parts/2475/1591831702/file.mp3","duration":133511,"file":"D:\\Public\\Media\\Music\\Macross 82-99\\CHAM!\\010 - In the Moonlight.mp3","size":2324326,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2783","key":"/library/metadata/2783","parentRatingKey":"2778","grandparentRatingKey":"2777","guid":"plex://track/5d07eff3403c6402900521e8","parentGuid":"plex://album/5d07c998403c640290ca3fe9","grandparentGuid":"plex://artist/5d07be50403c64029067c2ce","type":"track","title":"ごめんなさい","grandparentKey":"/library/metadata/2777","parentKey":"/library/metadata/2778","grandparentTitle":"マクロスMACROSS 82–99","parentTitle":"CHAM!","summary":"","index":11,"parentIndex":1,"ratingCount":8,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2778/thumb/1591780201","grandparentThumb":"/library/metadata/2777/thumb/1595242228","duration":152058,"addedAt":1591780192,"updatedAt":1595242237,"Media":[{"id":2476,"duration":152058,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2476,"key":"/library/parts/2476/1591831704/file.mp3","duration":152058,"file":"D:\\Public\\Media\\Music\\Macross 82-99\\CHAM!\\011 - ごめんなさい.mp3","size":2621057,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2784","key":"/library/metadata/2784","parentRatingKey":"2778","grandparentRatingKey":"2777","guid":"plex://track/5d07eff3403c6402900519e6","parentGuid":"plex://album/5d07c998403c640290ca3fe9","grandparentGuid":"plex://artist/5d07be50403c64029067c2ce","type":"track","title":"Lost Without You","grandparentKey":"/library/metadata/2777","parentKey":"/library/metadata/2778","grandparentTitle":"マクロスMACROSS 82–99","parentTitle":"CHAM!","summary":"","index":12,"parentIndex":1,"ratingCount":13,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2778/thumb/1591780201","grandparentThumb":"/library/metadata/2777/thumb/1595242228","duration":82259,"addedAt":1591780192,"updatedAt":1595242237,"Media":[{"id":2477,"duration":82259,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2477,"key":"/library/parts/2477/1591831704/file.mp3","duration":82259,"file":"D:\\Public\\Media\\Music\\Macross 82-99\\CHAM!\\012 - Lost Without You.mp3","size":1504290,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2785","key":"/library/metadata/2785","parentRatingKey":"2778","grandparentRatingKey":"2777","guid":"plex://track/5d07eff3403c64029005252b","parentGuid":"plex://album/5d07c998403c640290ca3fe9","grandparentGuid":"plex://artist/5d07be50403c64029067c2ce","type":"track","title":"Fun Tonight","grandparentKey":"/library/metadata/2777","parentKey":"/library/metadata/2778","grandparentTitle":"マクロスMACROSS 82–99","parentTitle":"CHAM!","summary":"","index":13,"parentIndex":1,"ratingCount":19,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2778/thumb/1591780201","grandparentThumb":"/library/metadata/2777/thumb/1595242228","duration":162533,"addedAt":1591780192,"updatedAt":1595242237,"Media":[{"id":2478,"duration":162533,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2478,"key":"/library/parts/2478/1591831704/file.mp3","duration":162533,"file":"D:\\Public\\Media\\Music\\Macross 82-99\\CHAM!\\013 - Fun Tonight.mp3","size":2788669,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2786","key":"/library/metadata/2786","parentRatingKey":"2778","grandparentRatingKey":"2777","guid":"plex://track/5d07eff3403c6402900520eb","parentGuid":"plex://album/5d07c998403c640290ca3fe9","grandparentGuid":"plex://artist/5d07be50403c64029067c2ce","type":"track","title":"Perfect Blue","grandparentKey":"/library/metadata/2777","parentKey":"/library/metadata/2778","grandparentTitle":"マクロスMACROSS 82–99","parentTitle":"CHAM!","summary":"","index":14,"parentIndex":1,"ratingCount":12,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2778/thumb/1591780201","grandparentThumb":"/library/metadata/2777/thumb/1595242228","duration":175516,"addedAt":1591780192,"updatedAt":1595242237,"Media":[{"id":2479,"duration":175516,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2479,"key":"/library/parts/2479/1591831704/file.mp3","duration":175516,"file":"D:\\Public\\Media\\Music\\Macross 82-99\\CHAM!\\014 - Perfect Blue.mp3","size":2996396,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2787","key":"/library/metadata/2787","parentRatingKey":"2778","grandparentRatingKey":"2777","guid":"plex://track/5d07eff3403c640290051c90","parentGuid":"plex://album/5d07c998403c640290ca3fe9","grandparentGuid":"plex://artist/5d07be50403c64029067c2ce","type":"track","title":"Miss Macross","grandparentKey":"/library/metadata/2777","parentKey":"/library/metadata/2778","grandparentTitle":"マクロスMACROSS 82–99","parentTitle":"CHAM!","summary":"","index":15,"parentIndex":1,"ratingCount":11,"thumb":"/library/metadata/2778/thumb/1591780201","parentThumb":"/library/metadata/2778/thumb/1591780201","grandparentThumb":"/library/metadata/2777/thumb/1595242228","duration":149133,"addedAt":1591780192,"updatedAt":1595242237,"Media":[{"id":2480,"duration":149133,"bitrate":128,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2480,"key":"/library/parts/2480/1591831704/file.mp3","duration":149133,"file":"D:\\Public\\Media\\Music\\Macross 82-99\\CHAM!\\015 - Miss Macross.mp3","size":2574258,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"906","key":"/library/metadata/906","parentRatingKey":"905","grandparentRatingKey":"904","guid":"mbid://ead63401-d379-4a2c-ba69-9c945394ccc5","parentGuid":"mbid://2f923832-09d2-4ae9-b1f3-2680ef5a01de","grandparentGuid":"local://904","type":"track","title":"Peace Sign","grandparentKey":"/library/metadata/904","parentKey":"/library/metadata/905","grandparentTitle":"米津玄師","parentTitle":"BOOTLEG","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/905/thumb/1595065072","parentThumb":"/library/metadata/905/thumb/1595065072","grandparentThumb":"/library/metadata/904/thumb/1595065054","duration":242442,"addedAt":1579327810,"updatedAt":1595065072,"Media":[{"id":805,"duration":242442,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":805,"key":"/library/parts/805/1591831668/file.mp3","duration":242442,"file":"D:\\Public\\Media\\Music\\Kenshi Yonezu\\Bootleg\\003 - Peace Sign.mp3","size":6199581,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2601","key":"/library/metadata/2601","parentRatingKey":"2600","grandparentRatingKey":"589","guid":"plex://track/5d07dbb4403c640290f7156a","parentGuid":"plex://album/5d07c4bf403c640290a26fec","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Prologue","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2600","grandparentTitle":"阿保剛","parentTitle":"CHAOS;HEAD Original Soundtrack","summary":"","index":15,"parentIndex":1,"thumb":"/library/metadata/2600/thumb/1591780197","parentThumb":"/library/metadata/2600/thumb/1591780197","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":65201,"addedAt":1591780161,"updatedAt":1595497101,"Media":[{"id":2300,"duration":65201,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2300,"key":"/library/parts/2300/1591831776/file.mp3","duration":65201,"file":"D:\\Public\\Media\\Music\\阿保剛\\CHAOS;HEAD Original Soundtrack\\CD 001\\15 - Prologue.mp3","size":1946958,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2599","key":"/library/metadata/2599","parentRatingKey":"2598","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c64029020372d","parentGuid":"plex://album/5d07c9d3403c640290cc5b04","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Fellowship -piano-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2598","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE 0 O.S.T 「GATE OF STEINER」","summary":"","index":23,"parentIndex":1,"thumb":"/library/metadata/2598/thumb/1591780171","parentThumb":"/library/metadata/2598/thumb/1591780171","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":240822,"addedAt":1591780159,"updatedAt":1595497101,"Media":[{"id":2299,"duration":240822,"bitrate":192,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2299,"key":"/library/parts/2299/1591831778/file.mp3","duration":240822,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE 0 O.S.T 「GATE OF STEINER」\\023 - Fellowship -piano.mp3","size":7417005,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2603","key":"/library/metadata/2603","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f3fb9","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"スカイクラッドの観測者 Short Ver.","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","originalTitle":"Kanako Ito","summary":"","index":1,"parentIndex":1,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":115853,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2301,"duration":115853,"bitrate":996,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2301,"key":"/library/parts/2301/1591831784/file.flac","duration":115853,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\01 - Sky-Clad Observer Short Ver.flac","size":15915786,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2604","key":"/library/metadata/2604","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4a65","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"technovision Short Ver.","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","originalTitle":"Kanako Ito","summary":"","index":2,"parentIndex":1,"ratingCount":104,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":98000,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2302,"duration":98000,"bitrate":940,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2302,"key":"/library/parts/2302/1591831784/file.flac","duration":98000,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\02 - technovision Short Ver.flac","size":13006956,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2605","key":"/library/metadata/2605","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f47f1","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"GATE OF STEINER -Main theme-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":3,"parentIndex":1,"ratingCount":2649,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":227519,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2303,"duration":227519,"bitrate":1007,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2303,"key":"/library/parts/2303/1591831784/file.flac","duration":227519,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\03 - GATE OF STEINER -Main theme.flac","size":30128599,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2606","key":"/library/metadata/2606","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4664","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"The universe","titleSort":"universe","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":4,"parentIndex":1,"ratingCount":1461,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":57226,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2304,"duration":57226,"bitrate":900,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2304,"key":"/library/parts/2304/1591831786/file.flac","duration":57226,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\04 - The universe.flac","size":7932032,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2607","key":"/library/metadata/2607","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f4132","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Laboratory","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":5,"parentIndex":1,"ratingCount":1696,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":140000,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2305,"duration":140000,"bitrate":934,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2305,"key":"/library/parts/2305/1591831786/file.flac","duration":140000,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\05 - Laboratory.flac","size":17843172,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2608","key":"/library/metadata/2608","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f409b","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Suspicious eyes","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":6,"parentIndex":1,"ratingCount":1381,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":175293,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2306,"duration":175293,"bitrate":890,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2306,"key":"/library/parts/2306/1591831786/file.flac","duration":175293,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\06 - Suspicious eyes.flac","size":21000434,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2609","key":"/library/metadata/2609","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f41e6","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Noisy times","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":7,"parentIndex":1,"ratingCount":1320,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":130626,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2307,"duration":130626,"bitrate":930,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2307,"key":"/library/parts/2307/1591831786/file.flac","duration":130626,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\07 - Noisy times.flac","size":16672347,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2610","key":"/library/metadata/2610","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f443d","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Explanation","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":8,"parentIndex":1,"ratingCount":1595,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":219320,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2308,"duration":219320,"bitrate":879,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2308,"key":"/library/parts/2308/1591831786/file.flac","duration":219320,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\08 - Explanation.flac","size":25594409,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2611","key":"/library/metadata/2611","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f3ef6","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Quiet air","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":9,"parentIndex":1,"ratingCount":1345,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":115226,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2309,"duration":115226,"bitrate":604,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2309,"key":"/library/parts/2309/1591831786/file.flac","duration":115226,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\09 - Quiet air.flac","size":10196498,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2612","key":"/library/metadata/2612","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f458a","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Yanagibayashi","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":10,"parentIndex":1,"ratingCount":1156,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":148693,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2310,"duration":148693,"bitrate":803,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2310,"key":"/library/parts/2310/1591831786/file.flac","duration":148693,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\10 - Yanagibayashi.flac","size":16423590,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2613","key":"/library/metadata/2613","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f44c1","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Walking on sleeping","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":11,"parentIndex":1,"ratingCount":1117,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":185573,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2311,"duration":185573,"bitrate":790,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2311,"key":"/library/parts/2311/1591831786/file.flac","duration":185573,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\11 - Walking on sleeping.flac","size":19822323,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2614","key":"/library/metadata/2614","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4765","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Cycle","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":12,"parentIndex":1,"ratingCount":1286,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":154906,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2312,"duration":154906,"bitrate":946,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2312,"key":"/library/parts/2312/1591831788/file.flac","duration":154906,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\12 - Cycle.flac","size":19808827,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2615","key":"/library/metadata/2615","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f4257","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Hack -beta vision-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":13,"parentIndex":1,"ratingCount":954,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":181560,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2313,"duration":181560,"bitrate":898,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2313,"key":"/library/parts/2313/1591831788/file.flac","duration":181560,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\13 - Hack -beta vision.flac","size":21869257,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2616","key":"/library/metadata/2616","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f4373","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"SERN","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":14,"parentIndex":1,"ratingCount":1157,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":192853,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2314,"duration":192853,"bitrate":629,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2314,"key":"/library/parts/2314/1591831788/file.flac","duration":192853,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\14 - SERN.flac","size":16648380,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2617","key":"/library/metadata/2617","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f4451","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Assailant","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":15,"parentIndex":1,"ratingCount":1353,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":145280,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2315,"duration":145280,"bitrate":979,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2315,"key":"/library/parts/2315/1591831788/file.flac","duration":145280,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\15 - Assailant.flac","size":19275429,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2618","key":"/library/metadata/2618","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4990","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"The Limit","titleSort":"Limit","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":16,"parentIndex":1,"ratingCount":1033,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":175813,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2316,"duration":175813,"bitrate":925,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2316,"key":"/library/parts/2316/1591831788/file.flac","duration":175813,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\16 - The Limit.flac","size":21820497,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2619","key":"/library/metadata/2619","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4889","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Select of sorrow","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":17,"parentIndex":1,"ratingCount":1178,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":101280,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2317,"duration":101280,"bitrate":742,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2317,"key":"/library/parts/2317/1591831788/file.flac","duration":101280,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\17 - Select of sorrow.flac","size":10885205,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2620","key":"/library/metadata/2620","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f46d9","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Chaos mind","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":18,"parentIndex":1,"ratingCount":1189,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":171520,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2318,"duration":171520,"bitrate":610,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2318,"key":"/library/parts/2318/1591831788/file.flac","duration":171520,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\18 - Chaos mind.flac","size":14559679,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2621","key":"/library/metadata/2621","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f42ad","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Crossroads","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":19,"parentIndex":1,"ratingCount":1117,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":106853,"addedAt":1591780162,"updatedAt":1595497107,"Media":[{"id":2319,"duration":106853,"bitrate":985,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2319,"key":"/library/parts/2319/1591831790/file.flac","duration":106853,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\19 - Crossroads.flac","size":14641463,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2622","key":"/library/metadata/2622","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4bdc","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Self affirmation","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":20,"parentIndex":1,"ratingCount":1073,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":186400,"addedAt":1591780163,"updatedAt":1595497107,"Media":[{"id":2320,"duration":186400,"bitrate":609,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2320,"key":"/library/parts/2320/1591831790/file.flac","duration":186400,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\20 - Self affirmation.flac","size":15691297,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2623","key":"/library/metadata/2623","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f45c2","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Believe me","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":21,"parentIndex":1,"ratingCount":2229,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":124520,"addedAt":1591780163,"updatedAt":1595497107,"Media":[{"id":2321,"duration":124520,"bitrate":524,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2321,"key":"/library/parts/2321/1591831790/file.flac","duration":124520,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 001\\21 - Believe me.flac","size":9644343,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2624","key":"/library/metadata/2624","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4892","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"GATE OF STEINER -Piano-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":1,"parentIndex":2,"ratingCount":2199,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":236120,"addedAt":1591780163,"updatedAt":1595497107,"Media":[{"id":2322,"duration":236120,"bitrate":617,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2322,"key":"/library/parts/2322/1591831790/file.flac","duration":236120,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\01 - GATE OF STEINER -Piano.flac","size":19690361,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2625","key":"/library/metadata/2625","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f3fba","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Hack -alpha vision-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":2,"parentIndex":2,"ratingCount":791,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":193786,"addedAt":1591780163,"updatedAt":1595497107,"Media":[{"id":2323,"duration":193786,"bitrate":908,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2323,"key":"/library/parts/2323/1591831790/file.flac","duration":193786,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\02 - Hack -alpha vision.flac","size":23473612,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2626","key":"/library/metadata/2626","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4a68","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Human community","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":3,"parentIndex":2,"ratingCount":971,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":174493,"addedAt":1591780163,"updatedAt":1595497107,"Media":[{"id":2324,"duration":174493,"bitrate":867,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2324,"key":"/library/parts/2324/1591831790/file.flac","duration":174493,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\03 - Human community.flac","size":20405992,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2627","key":"/library/metadata/2627","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f47f4","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Network battle","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":4,"parentIndex":2,"ratingCount":830,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":174106,"addedAt":1591780163,"updatedAt":1595497107,"Media":[{"id":2325,"duration":174106,"bitrate":1067,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2325,"key":"/library/parts/2325/1591831790/file.flac","duration":174106,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\04 - Network battle.flac","size":24717265,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2628","key":"/library/metadata/2628","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4669","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"hesitative consideration","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":5,"parentIndex":2,"ratingCount":1201,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":160986,"addedAt":1591780163,"updatedAt":1595497108,"Media":[{"id":2326,"duration":160986,"bitrate":705,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2326,"key":"/library/parts/2326/1591831792/file.flac","duration":160986,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\05 - hesitative consideration.flac","size":15680779,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2629","key":"/library/metadata/2629","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f4133","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Urd","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":6,"parentIndex":2,"ratingCount":830,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":155359,"addedAt":1591780163,"updatedAt":1595497108,"Media":[{"id":2327,"duration":155359,"bitrate":942,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2327,"key":"/library/parts/2327/1591831792/file.flac","duration":155359,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\06 - Urd.flac","size":19781794,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2630","key":"/library/metadata/2630","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f409c","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Fake Verthandi","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":7,"parentIndex":2,"ratingCount":1061,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":139973,"addedAt":1591780163,"updatedAt":1595497108,"Media":[{"id":2328,"duration":139973,"bitrate":844,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2328,"key":"/library/parts/2328/1591831792/file.flac","duration":139973,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\07 - Fake Verthandi.flac","size":16266219,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2631","key":"/library/metadata/2631","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f41e7","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"OPERATION SKULD","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":8,"parentIndex":2,"ratingCount":1189,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":269266,"addedAt":1591780163,"updatedAt":1595497108,"Media":[{"id":2329,"duration":269266,"bitrate":984,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2329,"key":"/library/parts/2329/1591831792/file.flac","duration":269266,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\08 - OPERATION SKULD.flac","size":34613243,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2632","key":"/library/metadata/2632","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f4442","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Solitude","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":9,"parentIndex":2,"ratingCount":1064,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":115173,"addedAt":1591780163,"updatedAt":1595497108,"Media":[{"id":2330,"duration":115173,"bitrate":544,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2330,"key":"/library/parts/2330/1591831792/file.flac","duration":115173,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\09 - Solitude.flac","size":9323950,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2633","key":"/library/metadata/2633","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f3ef7","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Ringing -Beginning of fight-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":10,"parentIndex":2,"ratingCount":828,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":37066,"addedAt":1591780163,"updatedAt":1595497108,"Media":[{"id":2331,"duration":37066,"bitrate":929,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2331,"key":"/library/parts/2331/1591831792/file.flac","duration":37066,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\10 - Ringing -Beginning of fight.flac","size":5797349,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2634","key":"/library/metadata/2634","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f458d","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Ringing -Village-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":11,"parentIndex":2,"ratingCount":781,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":62506,"addedAt":1591780163,"updatedAt":1595497108,"Media":[{"id":2332,"duration":62506,"bitrate":861,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2332,"key":"/library/parts/2332/1591831792/file.flac","duration":62506,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\11 - Ringing -Village.flac","size":8218728,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2635","key":"/library/metadata/2635","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f44c5","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Ringing -Easygoingness-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":12,"parentIndex":2,"ratingCount":718,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":43280,"addedAt":1591780164,"updatedAt":1595497108,"Media":[{"id":2333,"duration":43280,"bitrate":712,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2333,"key":"/library/parts/2333/1591831792/file.flac","duration":43280,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\12 - Ringing -Easygoingness.flac","size":5342127,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2636","key":"/library/metadata/2636","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4766","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Ringing -Precaution-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":13,"parentIndex":2,"ratingCount":702,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":69213,"addedAt":1591780164,"updatedAt":1595497108,"Media":[{"id":2334,"duration":69213,"bitrate":678,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2334,"key":"/library/parts/2334/1591831794/file.flac","duration":69213,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\13 - Ringing -Precaution.flac","size":7356376,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2637","key":"/library/metadata/2637","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f4258","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Ringing -Over the sky-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":14,"parentIndex":2,"ratingCount":742,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":44586,"addedAt":1591780164,"updatedAt":1595497108,"Media":[{"id":2335,"duration":44586,"bitrate":763,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2335,"key":"/library/parts/2335/1591831794/file.flac","duration":44586,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\14 - Ringing -Over the sky.flac","size":5743116,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2638","key":"/library/metadata/2638","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f4376","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Ringing -Reunion-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":15,"parentIndex":2,"ratingCount":726,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":35253,"addedAt":1591780164,"updatedAt":1595497108,"Media":[{"id":2336,"duration":35253,"bitrate":766,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2336,"key":"/library/parts/2336/1591831794/file.flac","duration":35253,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\15 - Ringing -Reunion.flac","size":4865826,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2639","key":"/library/metadata/2639","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f4457","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Ringing -GATE OF STEINER-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":16,"parentIndex":2,"ratingCount":872,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":37800,"addedAt":1591780164,"updatedAt":1595497108,"Media":[{"id":2337,"duration":37800,"bitrate":777,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2337,"key":"/library/parts/2337/1591831794/file.flac","duration":37800,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\16 - Ringing -GATE OF STEINER.flac","size":5162551,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2640","key":"/library/metadata/2640","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f4992","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Hack -short vision-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","summary":"","index":17,"parentIndex":2,"ratingCount":655,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":119520,"addedAt":1591780164,"updatedAt":1595497108,"Media":[{"id":2338,"duration":119520,"bitrate":811,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2338,"key":"/library/parts/2338/1591831794/file.flac","duration":119520,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\17 - Hack -short vision.flac","size":13600092,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2641","key":"/library/metadata/2641","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f42af","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"マスカレード ~ノア第三章列王新世紀編より~ Short Ver.","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","originalTitle":"ファンタズム (FES cv. 榊原ゆい)","summary":"","index":18,"parentIndex":2,"ratingCount":5,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":210239,"addedAt":1591780164,"updatedAt":1595497108,"Media":[{"id":2339,"duration":210239,"bitrate":1034,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2339,"key":"/library/parts/2339/1591831794/file.flac","duration":210239,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\18 - Masquerade ~NOAH A New Era from the Third Chapter of Kings~ Short Ver.flac","size":28653489,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2642","key":"/library/metadata/2642","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df42403c6402902f45c5","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"運命のファルファッラ Short Ver.","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","originalTitle":"ファンタズム (FES cv. 榊原ゆい)","summary":"","index":19,"parentIndex":2,"ratingCount":9,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":203746,"addedAt":1591780164,"updatedAt":1595497108,"Media":[{"id":2340,"duration":203746,"bitrate":1004,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2340,"key":"/library/parts/2340/1591831794/file.flac","duration":203746,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\19 - Farfalla of Fate Short Ver.flac","size":27069399,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2643","key":"/library/metadata/2643","parentRatingKey":"2602","grandparentRatingKey":"589","guid":"plex://track/5d07df41403c6402902f3fbc","parentGuid":"plex://album/5d07c66d403c640290b0ee7e","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Another Heaven Short Ver.","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2602","grandparentTitle":"阿保剛","parentTitle":"STEINS;GATE Original Soundtrack+ラジオCD(仮)","originalTitle":"Kanako Ito","summary":"","index":20,"parentIndex":2,"ratingCount":62,"thumb":"/library/metadata/2602/thumb/1591780175","parentThumb":"/library/metadata/2602/thumb/1591780175","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":177693,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2341,"duration":177693,"bitrate":873,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2341,"key":"/library/parts/2341/1591831794/file.flac","duration":177693,"file":"D:\\Public\\Media\\Music\\阿保剛\\STEINS;GATE Original Soundtrack+ラジオCD(仮)\\CD 002\\20 - Another Heaven Short Ver.flac","size":20877996,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2666","key":"/library/metadata/2666","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f15f403c640290156162","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"アマデウス","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","originalTitle":"Kanako Ito","summary":"","index":1,"parentIndex":1,"ratingCount":2441,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":240320,"addedAt":1591780169,"updatedAt":1595497108,"Media":[{"id":2363,"duration":240320,"bitrate":1089,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2363,"key":"/library/parts/2363/1591831778/file.flac","duration":240320,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\01 - アマデウス.flac","size":33173193,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2667","key":"/library/metadata/2667","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902032e4","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Messenger -main theme-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":2,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":281573,"addedAt":1591780169,"updatedAt":1595497108,"Media":[{"id":2364,"duration":281573,"bitrate":948,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2364,"key":"/library/parts/2364/1591831778/file.flac","duration":281573,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\02 - Messenger -main theme.flac","size":33809718,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2668","key":"/library/metadata/2668","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c640290203725","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Aug.13,2036","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":3,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":176773,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2365,"duration":176773,"bitrate":948,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2365,"key":"/library/parts/2365/1591831778/file.flac","duration":176773,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\03 - Aug.13,2036.flac","size":21400797,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2669","key":"/library/metadata/2669","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902034ad","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"First leap","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":4,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":154733,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2366,"duration":154733,"bitrate":923,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2366,"key":"/library/parts/2366/1591831778/file.flac","duration":154733,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\04 - First leap.flac","size":18297449,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2670","key":"/library/metadata/2670","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c640290203591","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Amadeus","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":5,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":219271,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2367,"duration":219271,"bitrate":198,"audioChannels":2,"audioCodec":"mp3","container":"mp3","Part":[{"id":2367,"key":"/library/parts/2367/1591831778/file.mp3","duration":219271,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\05 - Amadeus.mp3","size":5547045,"container":"mp3","hasThumbnail":"1"}]}]},{"ratingKey":"2671","key":"/library/metadata/2671","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c64029020339d","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Newcomer","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":6,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":289386,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2368,"duration":289386,"bitrate":922,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2368,"key":"/library/parts/2368/1591831778/file.flac","duration":289386,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\06 - Newcomer.flac","size":33802675,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2672","key":"/library/metadata/2672","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902032e6","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Logical theme","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":7,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":209893,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2369,"duration":209893,"bitrate":678,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2369,"key":"/library/parts/2369/1591831778/file.flac","duration":209893,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\07 - Logical theme.flac","size":18245916,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2673","key":"/library/metadata/2673","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c640290203727","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Easygoing members","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":8,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":144053,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2370,"duration":144053,"bitrate":918,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2370,"key":"/library/parts/2370/1591831778/file.flac","duration":144053,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\08 - Easygoing members.flac","size":16984016,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2674","key":"/library/metadata/2674","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902034b0","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Her community","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":9,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":209866,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2371,"duration":209866,"bitrate":838,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2371,"key":"/library/parts/2371/1591831780/file.flac","duration":209866,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\09 - Her community.flac","size":22427542,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2675","key":"/library/metadata/2675","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c640290203595","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Isolation","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":10,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":174026,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2372,"duration":174026,"bitrate":390,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2372,"key":"/library/parts/2372/1591831780/file.flac","duration":174026,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\10 - Isolation.flac","size":8944491,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2676","key":"/library/metadata/2676","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c64029020339e","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Okey-dokey","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":11,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":155826,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2373,"duration":155826,"bitrate":774,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2373,"key":"/library/parts/2373/1591831780/file.flac","duration":155826,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\11 - Okey-dokey.flac","size":15534739,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2677","key":"/library/metadata/2677","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902032e7","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Future of spirit","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":12,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":149106,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2374,"duration":149106,"bitrate":862,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2374,"key":"/library/parts/2374/1591831780/file.flac","duration":149106,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\12 - Future of spirit.flac","size":16517772,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2678","key":"/library/metadata/2678","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c640290203729","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Riskful dialogue","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":13,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":139186,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2375,"duration":139186,"bitrate":699,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2375,"key":"/library/parts/2375/1591831780/file.flac","duration":139186,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\13 - Riskful dialogue.flac","size":12612920,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2679","key":"/library/metadata/2679","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902034b1","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Fellowship","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":14,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":179840,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2376,"duration":179840,"bitrate":838,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2376,"key":"/library/parts/2376/1591831780/file.flac","duration":179840,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\14 - Fellowship.flac","size":19278947,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2680","key":"/library/metadata/2680","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b8df0","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Chasers","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":15,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":144120,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2377,"duration":144120,"bitrate":698,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2377,"key":"/library/parts/2377/1591831780/file.flac","duration":144120,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\15 - Chasers.flac","size":13032617,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2681","key":"/library/metadata/2681","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c640290203598","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"In a relief time","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":16,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":114093,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2378,"duration":114093,"bitrate":785,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2378,"key":"/library/parts/2378/1591831782/file.flac","duration":114093,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\16 - In a relief time.flac","size":11649374,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2682","key":"/library/metadata/2682","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902033a0","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Reading steiner","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":17,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":154853,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2379,"duration":154853,"bitrate":666,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2379,"key":"/library/parts/2379/1591831782/file.flac","duration":154853,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\17 - Reading steiner.flac","size":13338941,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2683","key":"/library/metadata/2683","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f2fe403c64029028c3e8","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"星の奏でる歌","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","originalTitle":"椎名かがり(cv.潘めぐみ)","summary":"","index":18,"parentIndex":1,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":333426,"addedAt":1591780170,"updatedAt":1595497108,"Media":[{"id":2380,"duration":333426,"bitrate":813,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2380,"key":"/library/parts/2380/1591831782/file.flac","duration":333426,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 001\\18 - 星の奏でる歌.flac","size":34345640,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2645","key":"/library/metadata/2645","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902034b2","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Messenger -piano-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":1,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":366946,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2342,"duration":366946,"bitrate":490,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2342,"key":"/library/parts/2342/1591831782/file.flac","duration":366946,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\01 - Messenger -piano.flac","size":22919884,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2646","key":"/library/metadata/2646","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b92f1","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"ピアノソナタ11番第1楽章","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":2,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":460600,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2343,"duration":460600,"bitrate":460,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2343,"key":"/library/parts/2343/1591831782/file.flac","duration":460600,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\02 - ピアノソナタ11番第1楽章.flac","size":26948728,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2647","key":"/library/metadata/2647","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b92d0","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"ピアノソナタ11番第3楽章","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":3,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":167280,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2344,"duration":167280,"bitrate":507,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2344,"key":"/library/parts/2344/1591831782/file.flac","duration":167280,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\03 - ピアノソナタ11番第3楽章.flac","size":11055593,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2648","key":"/library/metadata/2648","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902032e9","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Shuddery view","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":4,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":147293,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2345,"duration":147293,"bitrate":612,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2345,"key":"/library/parts/2345/1591831782/file.flac","duration":147293,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\04 - Shuddery view.flac","size":11719863,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2649","key":"/library/metadata/2649","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c64029020372b","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Tactics in confusion","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":5,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":192400,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2346,"duration":192400,"bitrate":853,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2346,"key":"/library/parts/2346/1591831782/file.flac","duration":192400,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\05 - Tactics in confusion.flac","size":20955043,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2650","key":"/library/metadata/2650","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c64029020372d","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Fellowship -piano-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":6,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":250693,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2347,"duration":250693,"bitrate":507,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2347,"key":"/library/parts/2347/1591831782/file.flac","duration":250693,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\06 - Fellowship -piano.flac","size":16335693,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2651","key":"/library/metadata/2651","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b900d","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Okey-dokey -short-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":7,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":44906,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2348,"duration":44906,"bitrate":345,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2348,"key":"/library/parts/2348/1591831782/file.flac","duration":44906,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\07 - Okey-dokey -short.flac","size":2389900,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2652","key":"/library/metadata/2652","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b8812","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"GIRLISH -amusements ver.-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":8,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":59786,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2349,"duration":59786,"bitrate":719,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2349,"key":"/library/parts/2349/1591831782/file.flac","duration":59786,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\08 - GIRLISH -amusements ver..flac","size":5826861,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2653","key":"/library/metadata/2653","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b880d","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"星の奏でる歌 -music box-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","originalTitle":"MANYO","summary":"","index":9,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":101333,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2350,"duration":101333,"bitrate":528,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2350,"key":"/library/parts/2350/1591831784/file.flac","duration":101333,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\09 - 星の奏でる歌 -music box.flac","size":7139366,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2654","key":"/library/metadata/2654","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c640290203599","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Chasers 2nd","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":10,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":167680,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2351,"duration":167680,"bitrate":727,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2351,"key":"/library/parts/2351/1591831784/file.flac","duration":167680,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\10 - Chasers 2nd.flac","size":15696608,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2655","key":"/library/metadata/2655","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902033a1","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Berserk","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":11,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":198600,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2352,"duration":198600,"bitrate":926,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2352,"key":"/library/parts/2352/1591831784/file.flac","duration":198600,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\11 - Berserk.flac","size":23446244,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2656","key":"/library/metadata/2656","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b936f","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Re-awake","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":12,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":296719,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2353,"duration":296719,"bitrate":948,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2353,"key":"/library/parts/2353/1591831784/file.flac","duration":296719,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\12 - Re-awake.flac","size":35600476,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2657","key":"/library/metadata/2657","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b8cdb","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"The end of messenger","titleSort":"end of messenger","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":13,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":156173,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2354,"duration":156173,"bitrate":616,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2354,"key":"/library/parts/2354/1591831784/file.flac","duration":156173,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\13 - The end of messenger.flac","size":12472411,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2658","key":"/library/metadata/2658","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902034b4","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Messenger from zero","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":14,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":111679,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2355,"duration":111679,"bitrate":411,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2355,"key":"/library/parts/2355/1591831784/file.flac","duration":111679,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\14 - Messenger from zero.flac","size":6187744,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2659","key":"/library/metadata/2659","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f23c403c6402902032eb","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Believe me -zero-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":15,"parentIndex":2,"ratingCount":2229,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":131346,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2356,"duration":131346,"bitrate":565,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2356,"key":"/library/parts/2356/1591831784/file.flac","duration":131346,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\15 - Believe me -zero.flac","size":9723799,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2660","key":"/library/metadata/2660","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b89bd","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"SG 0 preview","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":16,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":44280,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2357,"duration":44280,"bitrate":658,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2357,"key":"/library/parts/2357/1591831784/file.flac","duration":44280,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\16 - SG 0 preview.flac","size":4094903,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2661","key":"/library/metadata/2661","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b910e","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"アマデウス -instrumental-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","originalTitle":"Kanako Ito","summary":"","index":17,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":203653,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2358,"duration":203653,"bitrate":1044,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2358,"key":"/library/parts/2358/1591831784/file.flac","duration":203653,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\17 - アマデウス -instrumental.flac","size":27020390,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2662","key":"/library/metadata/2662","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b8df5","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"ライア -instrumental-","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","originalTitle":"Zwei","summary":"","index":18,"parentIndex":2,"ratingCount":861,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":131786,"addedAt":1591780165,"updatedAt":1595497108,"Media":[{"id":2359,"duration":131786,"bitrate":958,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2359,"key":"/library/parts/2359/1591831784/file.flac","duration":131786,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\18 - ライア -instrumental.flac","size":16224073,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2663","key":"/library/metadata/2663","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f164403c640290159da9","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"ライア","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","originalTitle":"Zwei","summary":"","index":19,"parentIndex":2,"ratingCount":861,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":335200,"addedAt":1591780166,"updatedAt":1595497108,"Media":[{"id":2360,"duration":335200,"bitrate":1018,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2360,"key":"/library/parts/2360/1591831784/file.flac","duration":335200,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\19 - ライア.flac","size":43090198,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2664","key":"/library/metadata/2664","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f2ff403c64029028c677","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"GATE OF STEINER","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","originalTitle":"Eri Sasaki","summary":"","index":20,"parentIndex":2,"ratingCount":133,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":253880,"addedAt":1591780166,"updatedAt":1595497108,"Media":[{"id":2361,"duration":253880,"bitrate":910,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2361,"key":"/library/parts/2361/1591831784/file.flac","duration":253880,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\20 - GATE OF STEINER.flac","size":29341008,"container":"flac","hasThumbnail":"1"}]}]},{"ratingKey":"2665","key":"/library/metadata/2665","parentRatingKey":"2644","grandparentRatingKey":"589","guid":"plex://track/5d07f70b403c6402905b8e4e","parentGuid":"plex://album/5d07ca51403c640290d1ada1","grandparentGuid":"plex://artist/5d07bd83403c6402905f5544","type":"track","title":"Messenger -main theme- (OPM arrange)","grandparentKey":"/library/metadata/589","parentKey":"/library/metadata/2644","grandparentTitle":"阿保剛","parentTitle":"「STEINS;GATE 0 SOUND TRACKS」 -完全版-","summary":"","index":21,"parentIndex":2,"thumb":"/library/metadata/2644/thumb/1591780176","parentThumb":"/library/metadata/2644/thumb/1591780176","grandparentThumb":"/library/metadata/589/thumb/1595497013","duration":278479,"addedAt":1591780166,"updatedAt":1595497108,"Media":[{"id":2362,"duration":278479,"bitrate":906,"audioChannels":2,"audioCodec":"flac","container":"flac","Part":[{"id":2362,"key":"/library/parts/2362/1591831784/file.flac","duration":278479,"file":"D:\\Public\\Media\\Music\\阿保剛\\「STEINS;GATE 0 SOUND TRACKS」 -完全版-\\CD 002\\21 - Messenger -main theme- (OPM arrange).flac","size":31987400,"container":"flac","hasThumbnail":"1"}]}]}]}} 2020-07-25 16:55:45.525 Verbose/PlexDataProvider: Insert Song: Pay No Mind (Yasutaka Nakata ‘Capsule’ remix) 2020-07-25 16:55:45.525 Verbose/PlexDataProvider: Insert Song: Fresh Static Snow (Last Island remix) 2020-07-25 16:55:45.526 Verbose/PlexDataProvider: Insert Song: You’re On (Oliver remix) 2020-07-25 16:55:45.526 Verbose/PlexDataProvider: Insert Song: Shelter (piano version) 2020-07-25 16:55:45.526 Verbose/PlexDataProvider: Insert Song: Divinity 2020-07-25 16:55:45.526 Verbose/PlexDataProvider: Insert Song: Sad Machine 2020-07-25 16:55:45.526 Verbose/PlexDataProvider: Insert Song: Years of War 2020-07-25 16:55:45.526 Verbose/PlexDataProvider: Insert Song: Flicker 2020-07-25 16:55:45.527 Verbose/PlexDataProvider: Insert Song: Fresh Static Snow 2020-07-25 16:55:45.527 Verbose/PlexDataProvider: Insert Song: Polygon Dust 2020-07-25 16:55:45.527 Verbose/PlexDataProvider: Insert Song: Hear the Bells 2020-07-25 16:55:45.527 Verbose/PlexDataProvider: Insert Song: Natural Light 2020-07-25 16:55:45.527 Verbose/PlexDataProvider: Insert Song: Lionhearted 2020-07-25 16:55:45.527 Verbose/PlexDataProvider: Insert Song: Sea of Voices 2020-07-25 16:55:45.527 Verbose/PlexDataProvider: Insert Song: Fellow Feeling 2020-07-25 16:55:45.528 Verbose/PlexDataProvider: Insert Song: Goodbye to a World 2020-07-25 16:55:45.528 Verbose/PlexDataProvider: Insert Song: Theme of "Weathering With You" 2020-07-25 16:55:45.528 Verbose/PlexDataProvider: Insert Song: The Taste of Kindness 2020-07-25 16:55:45.528 Verbose/PlexDataProvider: Insert Song: First Visit to K&A 2020-07-25 16:55:45.528 Verbose/PlexDataProvider: Insert Song: Welcome to Senpikan 2020-07-25 16:55:45.529 Verbose/PlexDataProvider: Insert Song: K&A Welcoming Ceremony 2020-07-25 16:55:45.529 Verbose/PlexDataProvider: Insert Song: Voice of Wind (movie edit) 2020-07-25 16:55:45.529 Verbose/PlexDataProvider: Insert Song: Saving Hina 2020-07-25 16:55:45.529 Verbose/PlexDataProvider: Insert Song: Sky Clearing Up 2020-07-25 16:55:45.529 Verbose/PlexDataProvider: Insert Song: Sea in the Sky 2020-07-25 16:55:45.529 Verbose/PlexDataProvider: Insert Song: Visiting Home 2020-07-25 16:55:45.530 Verbose/PlexDataProvider: Insert Song: First Part Time Job as Sunshine Girl 2020-07-25 16:55:45.530 Verbose/PlexDataProvider: Insert Song: Celebration (movie edit) 2020-07-25 16:55:45.530 Verbose/PlexDataProvider: Insert Song: Fireworks Festival 2020-07-25 16:55:45.530 Verbose/PlexDataProvider: Insert Song: Shrine of Weather 2020-07-25 16:55:45.530 Verbose/PlexDataProvider: Insert Song: Shiba Ko-En 2020-07-25 16:55:45.530 Verbose/PlexDataProvider: Insert Song: Two Confessions 2020-07-25 16:55:45.531 Verbose/PlexDataProvider: Insert Song: City Crisis 2020-07-25 16:55:45.531 Verbose/PlexDataProvider: Insert Song: Snow in Midsummer 2020-07-25 16:55:45.531 Verbose/PlexDataProvider: Insert Song: Power of the Weather 2020-07-25 16:55:45.531 Verbose/PlexDataProvider: Insert Song: Time With Family 2020-07-25 16:55:45.531 Verbose/PlexDataProvider: Insert Song: Hina, Fading Away 2020-07-25 16:55:45.531 Verbose/PlexDataProvider: Insert Song: Eternity Above Clouds 2020-07-25 16:55:45.532 Verbose/PlexDataProvider: Insert Song: Clear Sky and Loss 2020-07-25 16:55:45.532 Verbose/PlexDataProvider: Insert Song: Hodaka Escapes / Kid's Plot 2020-07-25 16:55:45.532 Verbose/PlexDataProvider: Insert Song: Bike Chasing 2020-07-25 16:55:45.532 Verbose/PlexDataProvider: Insert Song: Running With Hina 2020-07-25 16:55:45.532 Verbose/PlexDataProvider: Insert Song: Is There Still Anything That Love Can Do? (movie edit) 2020-07-25 16:55:45.533 Verbose/PlexDataProvider: Insert Song: Grand Escape (movie edit) 2020-07-25 16:55:45.533 Verbose/PlexDataProvider: Insert Song: Rain Again 2020-07-25 16:55:45.533 Verbose/PlexDataProvider: Insert Song: We'll Be Alright (movie edit) 2020-07-25 16:55:45.533 Verbose/PlexDataProvider: Insert Song: Is There Still Anything That Love Can Do? 2020-07-25 16:55:45.533 Verbose/PlexDataProvider: Insert Song: Dream lantern (English ver.) 2020-07-25 16:55:45.534 Verbose/PlexDataProvider: Insert Song: School road 2020-07-25 16:55:45.534 Verbose/PlexDataProvider: Insert Song: Itomori high school 2020-07-25 16:55:45.534 Verbose/PlexDataProvider: Insert Song: First view of tokyo 2020-07-25 16:55:45.534 Verbose/PlexDataProvider: Insert Song: Cafe at last 2020-07-25 16:55:45.534 Verbose/PlexDataProvider: Insert Song: Theme of Ms. Okudera 2020-07-25 16:55:45.535 Verbose/PlexDataProvider: Insert Song: Unusual changes of two 2020-07-25 16:55:45.535 Verbose/PlexDataProvider: Insert Song: Zenzenzense (English ver.) 2020-07-25 16:55:45.535 Verbose/PlexDataProvider: Insert Song: Goshintai 2020-07-25 16:55:45.535 Verbose/PlexDataProvider: Insert Song: Date 2020-07-25 16:55:45.535 Verbose/PlexDataProvider: Insert Song: Autumn festival 2020-07-25 16:55:45.536 Verbose/PlexDataProvider: Insert Song: Evoking memories 2020-07-25 16:55:45.536 Verbose/PlexDataProvider: Insert Song: Visit to Hida 2020-07-25 16:55:45.536 Verbose/PlexDataProvider: Insert Song: Disappeared town 2020-07-25 16:55:45.536 Verbose/PlexDataProvider: Insert Song: Library 2020-07-25 16:55:45.536 Verbose/PlexDataProvider: Insert Song: The night inn 2020-07-25 16:55:45.537 Verbose/PlexDataProvider: Insert Song: Again to Goshintai 2020-07-25 16:55:45.537 Verbose/PlexDataProvider: Insert Song: Kuchikamizake trip 2020-07-25 16:55:45.537 Verbose/PlexDataProvider: Insert Song: Council of war 2020-07-25 16:55:45.537 Verbose/PlexDataProvider: Insert Song: Persuading mayor 2020-07-25 16:55:45.537 Verbose/PlexDataProvider: Insert Song: Theme of Mitsuha 2020-07-25 16:55:45.538 Verbose/PlexDataProvider: Insert Song: Unseen two 2020-07-25 16:55:45.538 Verbose/PlexDataProvider: Insert Song: Katawaredoki 2020-07-25 16:55:45.538 Verbose/PlexDataProvider: Insert Song: Sparkle (English ver.) 2020-07-25 16:55:45.538 Verbose/PlexDataProvider: Insert Song: Date 2 2020-07-25 16:55:45.538 Verbose/PlexDataProvider: Insert Song: Nandemonaiya (English ver.) 2020-07-25 16:55:45.539 Verbose/PlexDataProvider: Insert Song: Collapse (Post‐Amerika) 2020-07-25 16:55:45.539 Verbose/PlexDataProvider: Insert Song: Long Forgotten Sons 2020-07-25 16:55:45.539 Verbose/PlexDataProvider: Insert Song: Re‐Education (Through Labor) 2020-07-25 16:55:45.539 Verbose/PlexDataProvider: Insert Song: The Dirt Whispered 2020-07-25 16:55:45.540 Verbose/PlexDataProvider: Insert Song: Kotov Syndrome 2020-07-25 16:55:45.540 Verbose/PlexDataProvider: Insert Song: From Heads Unworthy 2020-07-25 16:55:45.540 Verbose/PlexDataProvider: Insert Song: The Strength to Go On 2020-07-25 16:55:45.540 Verbose/PlexDataProvider: Insert Song: Audience of One 2020-07-25 16:55:45.540 Verbose/PlexDataProvider: Insert Song: Entertainment 2020-07-25 16:55:45.540 Verbose/PlexDataProvider: Insert Song: Hero of War 2020-07-25 16:55:45.541 Verbose/PlexDataProvider: Insert Song: Savior 2020-07-25 16:55:45.541 Verbose/PlexDataProvider: Insert Song: Hairline Fracture 2020-07-25 16:55:45.541 Verbose/PlexDataProvider: Insert Song: Whereabouts Unknown 2020-07-25 16:55:45.541 Verbose/PlexDataProvider: Insert Song: State of the Union 2020-07-25 16:55:45.541 Verbose/PlexDataProvider: Insert Song: The First Drop 2020-07-25 16:55:45.541 Verbose/PlexDataProvider: Insert Song: Life Less Frightening 2020-07-25 16:55:45.542 Verbose/PlexDataProvider: Insert Song: Paper Wings 2020-07-25 16:55:45.542 Verbose/PlexDataProvider: Insert Song: Blood to Bleed 2020-07-25 16:55:45.542 Verbose/PlexDataProvider: Insert Song: To Them These Streets Belong 2020-07-25 16:55:45.542 Verbose/PlexDataProvider: Insert Song: Tip the Scales 2020-07-25 16:55:45.542 Verbose/PlexDataProvider: Insert Song: Anywhere but Here 2020-07-25 16:55:45.543 Verbose/PlexDataProvider: Insert Song: Give It All 2020-07-25 16:55:45.543 Verbose/PlexDataProvider: Insert Song: Dancing for Rain 2020-07-25 16:55:45.543 Verbose/PlexDataProvider: Insert Song: Swing Life Away 2020-07-25 16:55:45.543 Verbose/PlexDataProvider: Insert Song: Rumors of My Demise Have Been Greatly Exaggerated 2020-07-25 16:55:45.543 Verbose/PlexDataProvider: Insert Song: Chamber the Cartridge 2020-07-25 16:55:45.543 Verbose/PlexDataProvider: Insert Song: Injection 2020-07-25 16:55:45.544 Verbose/PlexDataProvider: Insert Song: Ready to Fall 2020-07-25 16:55:45.544 Verbose/PlexDataProvider: Insert Song: Bricks 2020-07-25 16:55:45.544 Verbose/PlexDataProvider: Insert Song: Under the Knife 2020-07-25 16:55:45.544 Verbose/PlexDataProvider: Insert Song: Prayer of the Refugee 2020-07-25 16:55:45.544 Verbose/PlexDataProvider: Insert Song: Drones 2020-07-25 16:55:45.545 Verbose/PlexDataProvider: Insert Song: The Approaching Curve 2020-07-25 16:55:45.545 Verbose/PlexDataProvider: Insert Song: Worth Dying For 2020-07-25 16:55:45.545 Verbose/PlexDataProvider: Insert Song: Behind Closed Doors 2020-07-25 16:55:45.545 Verbose/PlexDataProvider: Insert Song: Roadside 2020-07-25 16:55:45.545 Verbose/PlexDataProvider: Insert Song: The Good Left Undone 2020-07-25 16:55:45.545 Verbose/PlexDataProvider: Insert Song: Survive 2020-07-25 16:55:45.546 Verbose/PlexDataProvider: Insert Song: Black Savage 2020-07-25 16:55:45.546 Verbose/PlexDataProvider: Insert Song: Intro 2020-07-25 16:55:45.546 Verbose/PlexDataProvider: Insert Song: Woke 2020-07-25 16:55:45.546 Verbose/PlexDataProvider: Insert Song: My Parallel (skit) 2020-07-25 16:55:45.546 Verbose/PlexDataProvider: Insert Song: Caterpillar 2020-07-25 16:55:45.546 Verbose/PlexDataProvider: Insert Song: God Speed 2020-07-25 16:55:45.547 Verbose/PlexDataProvider: Insert Song: Dumb 2020-07-25 16:55:45.547 Verbose/PlexDataProvider: Insert Song: Who Are You (skit) 2020-07-25 16:55:45.547 Verbose/PlexDataProvider: Insert Song: Cocaine 2020-07-25 16:55:45.547 Verbose/PlexDataProvider: Insert Song: Life Is Fair 2020-07-25 16:55:45.547 Verbose/PlexDataProvider: Insert Song: Boblo Boat 2020-07-25 16:55:45.547 Verbose/PlexDataProvider: Insert Song: Legendary 2020-07-25 16:55:45.548 Verbose/PlexDataProvider: Insert Song: Summer on Lock 2020-07-25 16:55:45.548 Verbose/PlexDataProvider: Insert Song: Amazing 2020-07-25 16:55:45.548 Verbose/PlexDataProvider: Insert Song: Outside 2020-07-25 16:55:45.548 Verbose/PlexDataProvider: Insert Song: Power 2020-07-25 16:55:45.548 Verbose/PlexDataProvider: Insert Song: Protecting Ryan (skit) 2020-07-25 16:55:45.548 Verbose/PlexDataProvider: Insert Song: Strong Friend 2020-07-25 16:55:45.548 Verbose/PlexDataProvider: Insert Song: Anything/Everything 2020-07-25 16:55:45.549 Verbose/PlexDataProvider: Insert Song: Stay Woke 2020-07-25 16:55:45.549 Verbose/PlexDataProvider: Insert Song: First of the Month 2020-07-25 16:55:45.549 Verbose/PlexDataProvider: Insert Song: Caterpillar (remix) 2020-07-25 16:55:45.549 Verbose/PlexDataProvider: Insert Song: L.A Leakers Freestyle #100 2020-07-25 16:55:45.549 Verbose/PlexDataProvider: Insert Song: Burnt Rice 2020-07-25 16:55:45.549 Verbose/PlexDataProvider: Insert Song: MARBLE TEA 2020-07-25 16:55:45.550 Verbose/PlexDataProvider: Insert Song: Otter Pop 2020-07-25 16:55:45.550 Verbose/PlexDataProvider: Insert Song: SQUEEZ® 2020-07-25 16:55:45.550 Verbose/PlexDataProvider: Insert Song: Thinkin' of u. 2020-07-25 16:55:45.550 Verbose/PlexDataProvider: Insert Song: ラ・ム・ネ (ra-mu-ne) 2020-07-25 16:55:45.550 Verbose/PlexDataProvider: Insert Song: Cocoa 2020-07-25 16:55:45.550 Verbose/PlexDataProvider: Insert Song: [snowlight] 2020-07-25 16:55:45.551 Verbose/PlexDataProvider: Insert Song: I'm Curious~<3 2020-07-25 16:55:45.551 Verbose/PlexDataProvider: Insert Song: Look at me ~<3 2020-07-25 16:55:45.551 Verbose/PlexDataProvider: Insert Song: La La La... 2020-07-25 16:55:45.551 Verbose/PlexDataProvider: Insert Song: ♫ 2020-07-25 16:55:45.551 Verbose/PlexDataProvider: Insert Song: aid for your heart 2020-07-25 16:55:45.552 Verbose/PlexDataProvider: Insert Song: It's gonna be alright 2020-07-25 16:55:45.552 Verbose/PlexDataProvider: Insert Song: fuka fuka ofuton 2020-07-25 16:55:45.552 Verbose/PlexDataProvider: Insert Song: introduction 2020-07-25 16:55:45.552 Verbose/PlexDataProvider: Insert Song: white day 2020-07-25 16:55:45.553 Verbose/PlexDataProvider: Insert Song: walking on snow 2020-07-25 16:55:45.553 Verbose/PlexDataProvider: Insert Song: fizzy resort 2020-07-25 16:55:45.553 Verbose/PlexDataProvider: Insert Song: hot milk 2020-07-25 16:55:45.553 Verbose/PlexDataProvider: Insert Song: Cappuccino 2020-07-25 16:55:45.553 Verbose/PlexDataProvider: Insert Song: sweetheart 2020-07-25 16:55:45.554 Verbose/PlexDataProvider: Insert Song: Am I a Psycho? 2020-07-25 16:55:45.554 Verbose/PlexDataProvider: Insert Song: Worldwide Choppers 2020-07-25 16:55:45.554 Verbose/PlexDataProvider: Insert Song: Caribou Lou 2020-07-25 16:55:45.554 Verbose/PlexDataProvider: Insert Song: Like I Ain’t 2020-07-25 16:55:45.555 Verbose/PlexDataProvider: Insert Song: Fragile 2020-07-25 16:55:45.555 Verbose/PlexDataProvider: Insert Song: Dwamn 2020-07-25 16:55:45.555 Verbose/PlexDataProvider: Insert Song: Hood Go Crazy 2020-07-25 16:55:45.555 Verbose/PlexDataProvider: Insert Song: Speedom (WWC2) 2020-07-25 16:55:45.555 Verbose/PlexDataProvider: Insert Song: Sriracha 2020-07-25 16:55:45.556 Verbose/PlexDataProvider: Insert Song: unravel 2020-07-25 16:55:45.556 Verbose/PlexDataProvider: Insert Song: white silence (album version) 2020-07-25 16:55:45.556 Verbose/PlexDataProvider: Insert Song: katharsis 2020-07-25 16:55:45.556 Verbose/PlexDataProvider: Insert Song: unravel (acoustic version) 2020-07-25 16:55:45.557 Verbose/PlexDataProvider: Insert Song: Once Upon a Time 2020-07-25 16:55:45.557 Verbose/PlexDataProvider: Insert Song: Start Menu 2020-07-25 16:55:45.557 Verbose/PlexDataProvider: Insert Song: Your Best Friend 2020-07-25 16:55:45.557 Verbose/PlexDataProvider: Insert Song: Fallen Down 2020-07-25 16:55:45.557 Verbose/PlexDataProvider: Insert Song: Ruins 2020-07-25 16:55:45.557 Verbose/PlexDataProvider: Insert Song: Uwa‼ So Temperate♫ 2020-07-25 16:55:45.558 Verbose/PlexDataProvider: Insert Song: Anticipation 2020-07-25 16:55:45.558 Verbose/PlexDataProvider: Insert Song: Unnecessary Tension 2020-07-25 16:55:45.558 Verbose/PlexDataProvider: Insert Song: Enemy Approaching 2020-07-25 16:55:45.558 Verbose/PlexDataProvider: Insert Song: Ghost Fight 2020-07-25 16:55:45.558 Verbose/PlexDataProvider: Insert Song: Determination 2020-07-25 16:55:45.559 Verbose/PlexDataProvider: Insert Song: Home 2020-07-25 16:55:45.559 Verbose/PlexDataProvider: Insert Song: Home (Music Box) 2020-07-25 16:55:45.559 Verbose/PlexDataProvider: Insert Song: Heartache 2020-07-25 16:55:45.559 Verbose/PlexDataProvider: Insert Song: sans. 2020-07-25 16:55:45.559 Verbose/PlexDataProvider: Insert Song: Nyeh Heh Heh! 2020-07-25 16:55:45.559 Verbose/PlexDataProvider: Insert Song: Snowy 2020-07-25 16:55:45.560 Verbose/PlexDataProvider: Insert Song: Uwa‼ So Holiday♫ 2020-07-25 16:55:45.560 Verbose/PlexDataProvider: Insert Song: Dogbass 2020-07-25 16:55:45.560 Verbose/PlexDataProvider: Insert Song: Mysterious Place 2020-07-25 16:55:45.560 Verbose/PlexDataProvider: Insert Song: Dogsong 2020-07-25 16:55:45.560 Verbose/PlexDataProvider: Insert Song: Snowdin Town 2020-07-25 16:55:45.560 Verbose/PlexDataProvider: Insert Song: Shop 2020-07-25 16:55:45.561 Verbose/PlexDataProvider: Insert Song: Bonetrousle 2020-07-25 16:55:45.561 Verbose/PlexDataProvider: Insert Song: Dating Start! 2020-07-25 16:55:45.561 Verbose/PlexDataProvider: Insert Song: Dating Tense! 2020-07-25 16:55:45.561 Verbose/PlexDataProvider: Insert Song: Dating Fight! 2020-07-25 16:55:45.561 Verbose/PlexDataProvider: Insert Song: Premonition 2020-07-25 16:55:45.561 Verbose/PlexDataProvider: Insert Song: Danger Mystery 2020-07-25 16:55:45.562 Verbose/PlexDataProvider: Insert Song: Undyne 2020-07-25 16:55:45.562 Verbose/PlexDataProvider: Insert Song: Waterfall 2020-07-25 16:55:45.562 Verbose/PlexDataProvider: Insert Song: Run! 2020-07-25 16:55:45.562 Verbose/PlexDataProvider: Insert Song: Quiet Water 2020-07-25 16:55:45.562 Verbose/PlexDataProvider: Insert Song: Memory 2020-07-25 16:55:45.563 Verbose/PlexDataProvider: Insert Song: Bird That Carries You Over a Disproportionately Small Gap 2020-07-25 16:55:45.563 Verbose/PlexDataProvider: Insert Song: Dummy! 2020-07-25 16:55:45.563 Verbose/PlexDataProvider: Insert Song: Pathetic House 2020-07-25 16:55:45.563 Verbose/PlexDataProvider: Insert Song: Spooktune 2020-07-25 16:55:45.563 Verbose/PlexDataProvider: Insert Song: Spookwave 2020-07-25 16:55:45.564 Verbose/PlexDataProvider: Insert Song: Ghouliday 2020-07-25 16:55:45.564 Verbose/PlexDataProvider: Insert Song: Chill 2020-07-25 16:55:45.564 Verbose/PlexDataProvider: Insert Song: Thundersnail 2020-07-25 16:55:45.564 Verbose/PlexDataProvider: Insert Song: Temmie Village 2020-07-25 16:55:45.564 Verbose/PlexDataProvider: Insert Song: Tem Shop 2020-07-25 16:55:45.564 Verbose/PlexDataProvider: Insert Song: NGAHHH!! 2020-07-25 16:55:45.565 Verbose/PlexDataProvider: Insert Song: Spear of Justice 2020-07-25 16:55:45.565 Verbose/PlexDataProvider: Insert Song: Ooo 2020-07-25 16:55:45.565 Verbose/PlexDataProvider: Insert Song: Alphys 2020-07-25 16:55:45.565 Verbose/PlexDataProvider: Insert Song: It’s Showtime! 2020-07-25 16:55:45.565 Verbose/PlexDataProvider: Insert Song: Metal Crusher 2020-07-25 16:55:45.565 Verbose/PlexDataProvider: Insert Song: Another Medium 2020-07-25 16:55:45.565 Verbose/PlexDataProvider: Insert Song: Uwa!! So HEATS!!♫ 2020-07-25 16:55:45.566 Verbose/PlexDataProvider: Insert Song: Stronger Monsters 2020-07-25 16:55:45.566 Verbose/PlexDataProvider: Insert Song: Hotel 2020-07-25 16:55:45.566 Verbose/PlexDataProvider: Insert Song: Can You Really Call This a Hotel, I Didn’t Receive a Mint on My Pillow or Anything 2020-07-25 16:55:45.566 Verbose/PlexDataProvider: Insert Song: Confession 2020-07-25 16:55:45.566 Verbose/PlexDataProvider: Insert Song: Live Report 2020-07-25 16:55:45.567 Verbose/PlexDataProvider: Insert Song: Death Report 2020-07-25 16:55:45.567 Verbose/StatusObserver: UI status changed to false from true 2020-07-25 16:55:45.567 Verbose/PlexDataProvider: Insert Song: Spider Dance 2020-07-25 16:55:45.567 Verbose/PlexDataProvider: Insert Song: Wrong Enemy !? 2020-07-25 16:55:45.567 Verbose/PlexDataProvider: Insert Song: Oh! One True Love 2020-07-25 16:55:45.568 Verbose/PlexDataProvider: Insert Song: Oh! Dungeon 2020-07-25 16:55:45.568 Verbose/PlexDataProvider: Insert Song: It’s Raining Somewhere Else 2020-07-25 16:55:45.568 Verbose/PlexDataProvider: Insert Song: CORE Approach 2020-07-25 16:55:45.568 Verbose/PlexDataProvider: Insert Song: CORE 2020-07-25 16:55:45.568 Verbose/PlexDataProvider: Insert Song: Last Episode! 2020-07-25 16:55:45.568 Verbose/PlexDataProvider: Insert Song: Oh My... 2020-07-25 16:55:45.569 Verbose/PlexDataProvider: Insert Song: Death by Glamour 2020-07-25 16:55:45.569 Verbose/PlexDataProvider: Insert Song: For the Fans 2020-07-25 16:55:45.569 Verbose/PlexDataProvider: Insert Song: Long Elevator 2020-07-25 16:55:45.569 Verbose/PlexDataProvider: Insert Song: Undertale 2020-07-25 16:55:45.569 Verbose/PlexDataProvider: Insert Song: Song That Might Play When You Fight Sans 2020-07-25 16:55:45.570 Verbose/PlexDataProvider: Insert Song: The Choice 2020-07-25 16:55:45.570 Verbose/PlexDataProvider: Insert Song: Small Shock 2020-07-25 16:55:45.570 Verbose/PlexDataProvider: Insert Song: Barrier 2020-07-25 16:55:45.570 Verbose/PlexDataProvider: Insert Song: Bergentrückung 2020-07-25 16:55:45.571 Verbose/PlexDataProvider: Insert Song: ASGORE 2020-07-25 16:55:45.571 Verbose/PlexDataProvider: Insert Song: Matter of Time 2020-07-25 16:55:45.571 Verbose/PlexDataProvider: Insert Song: Paper Plane's Adventure 2020-07-25 16:55:45.571 Verbose/PlexDataProvider: Insert Song: Xenoblade II - Where It All Began - 2020-07-25 16:55:45.571 Verbose/PlexDataProvider: Insert Song: Elysium, in the Blue Sky 2020-07-25 16:55:45.572 Verbose/PlexDataProvider: Insert Song: Argentum 2020-07-25 16:55:45.572 Verbose/PlexDataProvider: Insert Song: Argentum/Night 2020-07-25 16:55:45.572 Verbose/PlexDataProvider: Insert Song: Bana's Theme 2020-07-25 16:55:45.572 Verbose/PlexDataProvider: Insert Song: A Ship in a Stormy Sea 2020-07-25 16:55:45.573 Verbose/PlexDataProvider: Insert Song: The Ancient Vessel 2020-07-25 16:55:45.573 Verbose/PlexDataProvider: Insert Song: Exploration 2020-07-25 16:55:45.573 Verbose/PlexDataProvider: Insert Song: A Portent Crawling Over 2020-07-25 16:55:45.573 Verbose/PlexDataProvider: Insert Song: Elysium in the Dream 2020-07-25 16:55:45.574 Verbose/PlexDataProvider: Insert Song: The Awakening 2020-07-25 16:55:45.574 Verbose/PlexDataProvider: Insert Song: Crossing Swords 2020-07-25 16:55:45.574 Verbose/PlexDataProvider: Insert Song: Incoming! 2020-07-25 16:55:45.574 Verbose/PlexDataProvider: Insert Song: Gormotti Forest 2020-07-25 16:55:45.574 Verbose/PlexDataProvider: Insert Song: Gormott 2020-07-25 16:55:45.574 Verbose/PlexDataProvider: Insert Song: Gormott/Night 2020-07-25 16:55:45.575 Verbose/PlexDataProvider: Insert Song: Battle!! 2020-07-25 16:55:45.575 Verbose/PlexDataProvider: Insert Song: Torigoth 2020-07-25 16:55:45.575 Verbose/PlexDataProvider: Insert Song: Torigoth/Night 2020-07-25 16:55:45.575 Verbose/PlexDataProvider: Insert Song: Wanted Nia 2020-07-25 16:55:45.575 Verbose/PlexDataProvider: Insert Song: Omens of Life 2020-07-25 16:55:45.575 Verbose/PlexDataProvider: Insert Song: Awakened DNA 2020-07-25 16:55:45.576 Verbose/PlexDataProvider: Insert Song: A Nopon's Life 2020-07-25 16:55:45.576 Verbose/PlexDataProvider: Insert Song: Tiger! Tiger! 2020-07-25 16:55:45.576 Verbose/PlexDataProvider: Insert Song: A Brewing Storm 2020-07-25 16:55:45.576 Verbose/PlexDataProvider: Insert Song: Titan Battleship 2020-07-25 16:55:45.576 Verbose/PlexDataProvider: Insert Song: Monster Surprised You 2020-07-25 16:55:45.576 Verbose/PlexDataProvider: Insert Song: Irritation 2020-07-25 16:55:45.577 Verbose/PlexDataProvider: Insert Song: Where We Used to Be 2020-07-25 16:55:45.577 Verbose/PlexDataProvider: Insert Song: Friendship 2020-07-25 16:55:45.577 Verbose/PlexDataProvider: Insert Song: The Towering Yggdrasil 2020-07-25 16:55:45.577 Verbose/PlexDataProvider: Insert Song: Ophion 2020-07-25 16:55:45.577 Verbose/PlexDataProvider: Insert Song: Womb Center 2020-07-25 16:55:45.577 Verbose/PlexDataProvider: Insert Song: Garfont Mercenaries 2020-07-25 16:55:45.578 Verbose/PlexDataProvider: Insert Song: Garfont Mercenaries/Night 2020-07-25 16:55:45.578 Verbose/PlexDataProvider: Insert Song: Death Match with Torna 2020-07-25 16:55:45.578 Verbose/PlexDataProvider: Insert Song: Kingdom of Uraya 2020-07-25 16:55:45.578 Verbose/PlexDataProvider: Insert Song: Kingdom of Uraya/Night 2020-07-25 16:55:45.578 Verbose/PlexDataProvider: Insert Song: Those Who Stand Against Our Path 2020-07-25 16:55:45.578 Verbose/PlexDataProvider: Insert Song: Fonsa Myma 2020-07-25 16:55:45.579 Verbose/PlexDataProvider: Insert Song: Fonsa Myma/Night 2020-07-25 16:55:45.579 Verbose/PlexDataProvider: Insert Song: The Heroic Adventures 2020-07-25 16:55:45.579 Verbose/PlexDataProvider: Insert Song: The Beginning of Darkness 2020-07-25 16:55:45.579 Verbose/PlexDataProvider: Insert Song: Drifting Soul 2020-07-25 16:55:45.579 Verbose/PlexDataProvider: Insert Song: Counterattack 2020-07-25 16:55:45.579 Verbose/PlexDataProvider: Insert Song: You Will Recall Our Names 2020-07-25 16:55:45.580 Verbose/PlexDataProvider: Insert Song: Desolation 2020-07-25 16:55:45.580 Verbose/PlexDataProvider: Insert Song: Contrition 2020-07-25 16:55:45.580 Verbose/PlexDataProvider: Insert Song: War and Peace 2020-07-25 16:55:45.580 Verbose/PlexDataProvider: Insert Song: Driver VS 2020-07-25 16:55:45.580 Verbose/PlexDataProvider: Insert Song: Alba Cavanich 2020-07-25 16:55:45.580 Verbose/PlexDataProvider: Insert Song: Alba Cavanich/Night 2020-07-25 16:55:45.581 Verbose/PlexDataProvider: Insert Song: Running 2020-07-25 16:55:45.581 Verbose/PlexDataProvider: Insert Song: Mor Ardain - Roaming the Wastes - 2020-07-25 16:55:45.581 Verbose/PlexDataProvider: Insert Song: Mor Ardain/Night 2020-07-25 16:55:45.581 Verbose/PlexDataProvider: Insert Song: Eye of Shining Justice 2020-07-25 16:55:45.581 Verbose/PlexDataProvider: Insert Song: Bringer of Chaos! Ultimate 2020-07-25 16:55:45.581 Verbose/PlexDataProvider: Insert Song: Song of Giga Rosa 2020-07-25 16:55:45.582 Verbose/PlexDataProvider: Insert Song: Jump Towards the Morning Sun 2020-07-25 16:55:45.582 Verbose/PlexDataProvider: Insert Song: Leftherian Archipelago 2020-07-25 16:55:45.582 Verbose/PlexDataProvider: Insert Song: Leftherian Archipelago/Night 2020-07-25 16:55:45.582 Verbose/PlexDataProvider: Insert Song: Gramps 2020-07-25 16:55:45.582 Verbose/PlexDataProvider: Insert Song: Gramps/Night 2020-07-25 16:55:45.583 Verbose/PlexDataProvider: Insert Song: A Place in the Sun 2020-07-25 16:55:45.583 Verbose/PlexDataProvider: Insert Song: Our Eternal Land 2020-07-25 16:55:45.583 Verbose/PlexDataProvider: Insert Song: We Are the Chosen Ones 2020-07-25 16:55:45.583 Verbose/PlexDataProvider: Insert Song: Misgivings 2020-07-25 16:55:45.583 Verbose/PlexDataProvider: Insert Song: The Impending Crisis 2020-07-25 16:55:45.584 Verbose/PlexDataProvider: Insert Song: Temperantia 2020-07-25 16:55:45.584 Verbose/PlexDataProvider: Insert Song: Over the Sinful Entreaty 2020-07-25 16:55:45.584 Verbose/PlexDataProvider: Insert Song: Tantal 2020-07-25 16:55:45.584 Verbose/PlexDataProvider: Insert Song: Tantal/Night 2020-07-25 16:55:45.584 Verbose/PlexDataProvider: Insert Song: Ever Come to an End 2020-07-25 16:55:45.585 Verbose/PlexDataProvider: Insert Song: Shadow of the Lowlands 2020-07-25 16:55:45.585 Verbose/PlexDataProvider: Insert Song: The Past Revealed 2020-07-25 16:55:45.585 Verbose/PlexDataProvider: Insert Song: The Decision 2020-07-25 16:55:45.585 Verbose/PlexDataProvider: Insert Song: Loneliness 2020-07-25 16:55:45.585 Verbose/PlexDataProvider: Insert Song: Spirit Crucible Elpys 2020-07-25 16:55:45.586 Verbose/PlexDataProvider: Insert Song: Tensed Mind 2020-07-25 16:55:45.586 Verbose/PlexDataProvider: Insert Song: Drifting Soul (Violin Version) 2020-07-25 16:55:45.586 Verbose/PlexDataProvider: Insert Song: A Faint Hope 2020-07-25 16:55:45.586 Verbose/PlexDataProvider: Insert Song: Cliffs of Morytha 2020-07-25 16:55:45.587 Verbose/PlexDataProvider: Insert Song: Still, Move Forward! 2020-07-25 16:55:45.587 Verbose/PlexDataProvider: Insert Song: Land of Morytha 2020-07-25 16:55:45.587 Verbose/PlexDataProvider: Insert Song: Yggdrasil 2020-07-25 16:55:45.587 Verbose/PlexDataProvider: Insert Song: Past from Far Distance 2020-07-25 16:55:45.587 Verbose/PlexDataProvider: Insert Song: With People and Darkness 2020-07-25 16:55:45.588 Verbose/PlexDataProvider: Insert Song: The Power of Jin 2020-07-25 16:55:45.588 Verbose/PlexDataProvider: Insert Song: Praetor Amalthus - The Acting God - 2020-07-25 16:55:45.588 Verbose/PlexDataProvider: Insert Song: Walking with You 2020-07-25 16:55:45.588 Verbose/PlexDataProvider: Insert Song: Orbital Ring 2020-07-25 16:55:45.588 Verbose/PlexDataProvider: Insert Song: The Abandoned City 2020-07-25 16:55:45.589 Verbose/PlexDataProvider: Insert Song: Heart in the Fog 2020-07-25 16:55:45.589 Verbose/PlexDataProvider: Insert Song: Flashback 2020-07-25 16:55:45.589 Verbose/PlexDataProvider: Insert Song: Sea of Clouds 2020-07-25 16:55:45.589 Verbose/PlexDataProvider: Insert Song: Disappearing World 2020-07-25 16:55:45.590 Verbose/PlexDataProvider: Insert Song: Battle in the Skies Above 2020-07-25 16:55:45.590 Verbose/PlexDataProvider: Insert Song: After Despair and Hope 2020-07-25 16:55:45.590 Verbose/PlexDataProvider: Insert Song: Our Hope 2020-07-25 16:55:45.590 Verbose/PlexDataProvider: Insert Song: Parting 2020-07-25 16:55:45.590 Verbose/PlexDataProvider: Insert Song: The Tomorrow with You 2020-07-25 16:55:45.591 Verbose/PlexDataProvider: Insert Song: Escape - Going Through Clouds - 2020-07-25 16:55:45.591 Verbose/PlexDataProvider: Insert Song: Elysium 2020-07-25 16:55:45.591 Verbose/PlexDataProvider: Insert Song: White All Around Us 2020-07-25 16:55:45.591 Verbose/PlexDataProvider: Insert Song: One Last You 2020-07-25 16:55:45.591 Verbose/PlexDataProvider: Insert Song: New Area 2020-07-25 16:55:45.592 Verbose/PlexDataProvider: Insert Song: Tutorial 2020-07-25 16:55:45.592 Verbose/PlexDataProvider: Insert Song: Quest Order 2020-07-25 16:55:45.592 Verbose/PlexDataProvider: Insert Song: Landmark 2020-07-25 16:55:45.592 Verbose/PlexDataProvider: Insert Song: Secret Area 2020-07-25 16:55:45.592 Verbose/PlexDataProvider: Insert Song: Peaceful Mind 2020-07-25 16:55:45.592 Verbose/PlexDataProvider: Insert Song: Level Up 2020-07-25 16:55:45.593 Verbose/PlexDataProvider: Insert Song: Blade Obtained 2020-07-25 16:55:45.593 Verbose/PlexDataProvider: Insert Song: Rare Blade Obtained 2020-07-25 16:55:45.593 Verbose/PlexDataProvider: Insert Song: Blade Chosen 2020-07-25 16:55:45.593 Verbose/PlexDataProvider: Insert Song: Battle Result 2020-07-25 16:55:45.593 Verbose/PlexDataProvider: Insert Song: Salvage Result 2020-07-25 16:55:45.594 Verbose/PlexDataProvider: Insert Song: Affinity Chart Complete 2020-07-25 16:55:45.594 Verbose/PlexDataProvider: Insert Song: Hunting Succeeded 2020-07-25 16:55:45.594 Verbose/PlexDataProvider: Insert Song: Skill in Action 2020-07-25 16:55:45.594 Verbose/PlexDataProvider: Insert Song: Quest Clear 2020-07-25 16:55:45.594 Verbose/PlexDataProvider: Insert Song: Gormott (Piano Arrange) 2020-07-25 16:55:45.594 Verbose/PlexDataProvider: Insert Song: Battle!! (Piano Arrange) 2020-07-25 16:55:45.595 Verbose/PlexDataProvider: Insert Song: The Ancient Vessel (Piano Arrange) 2020-07-25 16:55:45.595 Verbose/PlexDataProvider: Insert Song: Counterattack (Piano Arrange) 2020-07-25 16:55:45.595 Verbose/PlexDataProvider: Insert Song: One Last You (Piano Arrange) 2020-07-25 16:55:45.595 Verbose/PlexDataProvider: Insert Song: Octopath Traveler –Main Theme– 2020-07-25 16:55:45.595 Verbose/PlexDataProvider: Insert Song: Ophilia, the Cleric 2020-07-25 16:55:45.595 Verbose/PlexDataProvider: Insert Song: Cyrus, the Scholar 2020-07-25 16:55:45.596 Verbose/PlexDataProvider: Insert Song: Tressa, the Merchant 2020-07-25 16:55:45.596 Verbose/PlexDataProvider: Insert Song: Olberic, the Warrior 2020-07-25 16:55:45.596 Verbose/PlexDataProvider: Insert Song: Primrose, the Dancer 2020-07-25 16:55:45.596 Verbose/PlexDataProvider: Insert Song: Alfyn, the Apothecary 2020-07-25 16:55:45.596 Verbose/PlexDataProvider: Insert Song: Therion, the Thief 2020-07-25 16:55:45.597 Verbose/PlexDataProvider: Insert Song: H’aanit, the Hunter 2020-07-25 16:55:45.597 Verbose/PlexDataProvider: Insert Song: The Frostlands 2020-07-25 16:55:45.597 Verbose/PlexDataProvider: Insert Song: The Flatlands 2020-07-25 16:55:45.597 Verbose/PlexDataProvider: Insert Song: The Coastlands 2020-07-25 16:55:45.597 Verbose/PlexDataProvider: Insert Song: The Highlands 2020-07-25 16:55:45.597 Verbose/PlexDataProvider: Insert Song: The Sunlands 2020-07-25 16:55:45.598 Verbose/PlexDataProvider: Insert Song: The Riverlands 2020-07-25 16:55:45.598 Verbose/PlexDataProvider: Insert Song: The Cliftlands 2020-07-25 16:55:45.598 Verbose/PlexDataProvider: Insert Song: The Woodlands 2020-07-25 16:55:45.598 Verbose/PlexDataProvider: Insert Song: Flamesgrace, Guiding Light 2020-07-25 16:55:45.598 Verbose/PlexDataProvider: Insert Song: Melancholy 2020-07-25 16:55:45.599 Verbose/PlexDataProvider: Insert Song: Atlasdam, Seat of Learning 2020-07-25 16:55:45.599 Verbose/PlexDataProvider: Insert Song: Tranquil Days 2020-07-25 16:55:45.599 Verbose/PlexDataProvider: Insert Song: A Sea Breeze Blows 2020-07-25 16:55:45.599 Verbose/PlexDataProvider: Insert Song: How Amusing! 2020-07-25 16:55:45.599 Verbose/PlexDataProvider: Insert Song: Cobbleston, Nestled in the Hills 2020-07-25 16:55:45.599 Verbose/PlexDataProvider: Insert Song: Tension 2020-07-25 16:55:45.600 Verbose/PlexDataProvider: Insert Song: Dark Caverns 2020-07-25 16:55:45.600 Verbose/PlexDataProvider: Insert Song: Battle I 2020-07-25 16:55:45.600 Verbose/PlexDataProvider: Insert Song: Victory Fanfare 2020-07-25 16:55:45.600 Verbose/PlexDataProvider: Insert Song: Sunshade, City of Pleasures 2020-07-25 16:55:45.600 Verbose/PlexDataProvider: Insert Song: On a Knife’s Edge 2020-07-25 16:55:45.601 Verbose/PlexDataProvider: Insert Song: Clearbrook, by the Pristine Waters 2020-07-25 16:55:45.601 Verbose/PlexDataProvider: Insert Song: Reminiscence 2020-07-25 16:55:45.601 Verbose/PlexDataProvider: Insert Song: A Settlement in the Red Bluffs 2020-07-25 16:55:45.601 Verbose/PlexDataProvider: Insert Song: Discord 2020-07-25 16:55:45.601 Verbose/StatusObserver: UI status changed to true from false 2020-07-25 16:55:45.602 Verbose/PlexDataProvider: Insert Song: My Quiet Forest Home 2020-07-25 16:55:45.602 Verbose/PlexDataProvider: Insert Song: Determination 2020-07-25 16:55:45.602 Verbose/PlexDataProvider: Insert Song: Beneath the Surface 2020-07-25 16:55:45.602 Verbose/PlexDataProvider: Insert Song: Creeping Dread 2020-07-25 16:55:45.603 Verbose/PlexDataProvider: Insert Song: Decisive Battle I 2020-07-25 16:55:45.603 Verbose/PlexDataProvider: Insert Song: Battle II 2020-07-25 16:55:45.603 Verbose/PlexDataProvider: Insert Song: Town Veiled in White 2020-07-25 16:55:45.604 Verbose/PlexDataProvider: Insert Song: Gazing Over the Great Plain 2020-07-25 16:55:45.604 Verbose/PlexDataProvider: Insert Song: Enveloped in Kindness 2020-07-25 16:55:45.604 Verbose/PlexDataProvider: Insert Song: Grandport, Center of Commerce 2020-07-25 16:55:45.604 Verbose/PlexDataProvider: Insert Song: Among Stately Peaks 2020-07-25 16:55:45.605 Verbose/PlexDataProvider: Insert Song: Sorrow 2020-07-25 16:55:45.605 Verbose/PlexDataProvider: Insert Song: The Trees Have Eyes 2020-07-25 16:55:45.605 Verbose/PlexDataProvider: Insert Song: Despair 2020-07-25 16:55:45.605 Verbose/PlexDataProvider: Insert Song: Decisive Battle II 2020-07-25 16:55:45.605 Verbose/PlexDataProvider: Insert Song: Oasis in the Sparkling Sands 2020-07-25 16:55:45.606 Verbose/PlexDataProvider: Insert Song: River of Life 2020-07-25 16:55:45.606 Verbose/PlexDataProvider: Insert Song: Bonds of Friendship 2020-07-25 16:55:45.606 Verbose/PlexDataProvider: Insert Song: Orewell, Beneath the Crags 2020-07-25 16:55:45.606 Verbose/PlexDataProvider: Insert Song: Victors Hollow, Jewel of the Forest 2020-07-25 16:55:45.606 Verbose/PlexDataProvider: Insert Song: Jubilation 2020-07-25 16:55:45.607 Verbose/PlexDataProvider: Insert Song: Forbidding Corridors 2020-07-25 16:55:45.607 Verbose/PlexDataProvider: Insert Song: An Ill Omen 2020-07-25 16:55:45.607 Verbose/PlexDataProvider: Insert Song: Battle III 2020-07-25 16:55:45.607 Verbose/PlexDataProvider: Insert Song: They Who Govern Reason 2020-07-25 16:55:45.607 Verbose/PlexDataProvider: Insert Song: Stolen Dreams, Lost Light 2020-07-25 16:55:45.607 Verbose/PlexDataProvider: Insert Song: Pure Evil 2020-07-25 16:55:45.608 Verbose/PlexDataProvider: Insert Song: Battle at Journey’s End 2020-07-25 16:55:45.608 Verbose/PlexDataProvider: Insert Song: The Gate of Finis 2020-07-25 16:55:45.608 Verbose/PlexDataProvider: Insert Song: The One They Call the Witch 2020-07-25 16:55:45.608 Verbose/PlexDataProvider: Insert Song: Daughter of the Dark God 2020-07-25 16:55:45.609 Verbose/QueryBuilder: Query: SELECT tv_episodes._id, tv_episodes.updated_at, tv_episodes.host_id, tv_episodes.external_id, tv_episodes.external_data, tv_episodes.audio_channels, tv_episodes.audio_codec, tv_episodes.audio_languages, tv_episodes.date_added, tv_episodes.directors, tv_episodes.episode, tv_episodes.episode_special, tv_episodes.fanart, tv_episodes.file, tv_episodes.first_aired, tv_episodes.last_played, tv_episodes.offline_status, tv_episodes.original_title, tv_episodes.play_count, tv_episodes.plot, tv_episodes.rating, tv_episodes.resume_point, tv_episodes.runtime, tv_episodes.season, tv_episodes.season_special, tv_episodes.sort_title, tv_episodes.subtitles_languages, tv_episodes.tagline, tv_episodes.thumbnail, tv_episodes.title, tv_episodes.tv_show_id, tv_episodes.video_3d, tv_episodes.video_aspect, tv_episodes.video_codec, tv_episodes.video_height, tv_episodes.video_width, tv_episodes.votes, tv_episodes.writers, tv_episodes.user_rating, tv_episodes.is_favorite, tv_episodes.source_library, tv_episodes.remote_play,tv_shows.title, tv_shows.thumbnail FROM tv_shows INNER JOIN (SELECT *, MIN(CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END * 10000 + CASE WHEN tv_episodes.episode_special=-1 THEN tv_episodes.episode ELSE tv_episodes.episode_special END ) FROM tv_episodes WHERE tv_episodes.play_count = 0 AND CASE WHEN tv_episodes.season_special=-1 THEN tv_episodes.season ELSE tv_episodes.season_special END > 0 AND host_id = 3 GROUP BY tv_episodes.tv_show_id) AS tv_episodes ON tv_episodes.tv_show_id = tv_shows._id WHERE tv_shows.episodes_watched > 0 AND tv_shows.play_count = 0 AND tv_shows.host_id = 3 ORDER BY tv_shows.last_played DESC ('') [3 in 7.20ms (RAW)] 2020-07-25 16:55:45.610 Verbose/PlexDataProvider: Insert Song: Ending Theme 2020-07-25 16:55:45.610 Verbose/PlexDataProvider: Insert Song: "Billy Goat" Freestyle 2020-07-25 16:55:45.610 Verbose/PlexDataProvider: Insert Song: "Bloody Sunday" Freestyle 2020-07-25 16:55:45.610 Verbose/PlexDataProvider: Insert Song: "Mountain Dew Mouth" Freestyle 2020-07-25 16:55:45.610 Verbose/PlexDataProvider: Insert Song: Sailor Team 2020-07-25 16:55:45.611 Verbose/PlexDataProvider: Insert Song: Been Thinking About It 2020-07-25 16:55:45.611 Verbose/PlexDataProvider: Insert Song: Dark City 2020-07-25 16:55:45.611 Verbose/PlexDataProvider: Insert Song: In the Moonlight 2020-07-25 16:55:45.611 Verbose/PlexDataProvider: Insert Song: ごめんなさい 2020-07-25 16:55:45.611 Verbose/PlexDataProvider: Insert Song: Lost Without You 2020-07-25 16:55:45.611 Verbose/PlexDataProvider: Insert Song: Fun Tonight 2020-07-25 16:55:45.612 Verbose/PlexDataProvider: Insert Song: Perfect Blue 2020-07-25 16:55:45.612 Verbose/PlexDataProvider: Insert Song: Miss Macross 2020-07-25 16:55:45.612 Verbose/PlexDataProvider: Insert Song: Peace Sign 2020-07-25 16:55:45.612 Verbose/PlexDataProvider: Insert Song: Prologue 2020-07-25 16:55:45.612 Verbose/PlexDataProvider: Insert Song: Fellowship -piano- 2020-07-25 16:55:45.613 Verbose/PlexDataProvider: Insert Song: スカイクラッドの観測者 Short Ver. 2020-07-25 16:55:45.613 Verbose/PlexDataProvider: Insert Song: technovision Short Ver. 2020-07-25 16:55:45.613 Verbose/PlexDataProvider: Insert Song: GATE OF STEINER -Main theme- 2020-07-25 16:55:45.613 Verbose/PlexDataProvider: Insert Song: The universe 2020-07-25 16:55:45.613 Verbose/PlexDataProvider: Insert Song: Laboratory 2020-07-25 16:55:45.614 Verbose/PlexDataProvider: Insert Song: Suspicious eyes 2020-07-25 16:55:45.614 Verbose/PlexDataProvider: Insert Song: Noisy times 2020-07-25 16:55:45.614 Verbose/PlexDataProvider: Insert Song: Explanation 2020-07-25 16:55:45.614 Verbose/PlexDataProvider: Insert Song: Quiet air 2020-07-25 16:55:45.614 Verbose/PlexDataProvider: Insert Song: Yanagibayashi 2020-07-25 16:55:45.614 Verbose/PlexDataProvider: Insert Song: Walking on sleeping 2020-07-25 16:55:45.615 Verbose/PlexDataProvider: Insert Song: Cycle 2020-07-25 16:55:45.615 Verbose/PlexDataProvider: Insert Song: Hack -beta vision- 2020-07-25 16:55:45.615 Verbose/PlexDataProvider: Insert Song: SERN 2020-07-25 16:55:45.615 Verbose/PlexDataProvider: Insert Song: Assailant 2020-07-25 16:55:45.616 Verbose/PlexDataProvider: Insert Song: The Limit 2020-07-25 16:55:45.616 Verbose/PlexDataProvider: Insert Song: Select of sorrow 2020-07-25 16:55:45.616 Verbose/PlexDataProvider: Insert Song: Chaos mind 2020-07-25 16:55:45.616 Verbose/PlexDataProvider: Insert Song: Crossroads 2020-07-25 16:55:45.616 Verbose/PlexDataProvider: Insert Song: Self affirmation 2020-07-25 16:55:45.616 Verbose/PlexDataProvider: Insert Song: Believe me 2020-07-25 16:55:45.617 Verbose/PlexDataProvider: Insert Song: GATE OF STEINER -Piano- 2020-07-25 16:55:45.617 Verbose/PlexDataProvider: Insert Song: Hack -alpha vision- 2020-07-25 16:55:45.617 Verbose/PlexDataProvider: Insert Song: Human community 2020-07-25 16:55:45.617 Verbose/PlexDataProvider: Insert Song: Network battle 2020-07-25 16:55:45.617 Verbose/PlexDataProvider: Insert Song: hesitative consideration 2020-07-25 16:55:45.618 Verbose/PlexDataProvider: Insert Song: Urd 2020-07-25 16:55:45.618 Verbose/PlexDataProvider: Insert Song: Fake Verthandi 2020-07-25 16:55:45.618 Verbose/PlexDataProvider: Insert Song: OPERATION SKULD 2020-07-25 16:55:45.618 Verbose/PlexDataProvider: Insert Song: Solitude 2020-07-25 16:55:45.618 Verbose/PlexDataProvider: Insert Song: Ringing -Beginning of fight- 2020-07-25 16:55:45.619 Verbose/PlexDataProvider: Insert Song: Ringing -Village- 2020-07-25 16:55:45.619 Verbose/PlexDataProvider: Insert Song: Ringing -Easygoingness- 2020-07-25 16:55:45.619 Verbose/PlexDataProvider: Insert Song: Ringing -Precaution- 2020-07-25 16:55:45.619 Verbose/PlexDataProvider: Insert Song: Ringing -Over the sky- 2020-07-25 16:55:45.620 Verbose/PlexDataProvider: Insert Song: Ringing -Reunion- 2020-07-25 16:55:45.620 Verbose/PlexDataProvider: Insert Song: Ringing -GATE OF STEINER- 2020-07-25 16:55:45.620 Verbose/PlexDataProvider: Insert Song: Hack -short vision- 2020-07-25 16:55:45.620 Verbose/PlexDataProvider: Insert Song: マスカレード ~ノア第三章列王新世紀編より~ Short Ver. 2020-07-25 16:55:45.620 Verbose/PlexDataProvider: Insert Song: 運命のファルファッラ Short Ver. 2020-07-25 16:55:45.621 Verbose/PlexDataProvider: Insert Song: Another Heaven Short Ver. 2020-07-25 16:55:45.621 Verbose/PlexDataProvider: Insert Song: アマデウス 2020-07-25 16:55:45.621 Verbose/PlexDataProvider: Insert Song: Messenger -main theme- 2020-07-25 16:55:45.621 Verbose/PlexDataProvider: Insert Song: Aug.13,2036 2020-07-25 16:55:45.622 Verbose/PlexDataProvider: Insert Song: First leap 2020-07-25 16:55:45.622 Verbose/PlexDataProvider: Insert Song: Amadeus 2020-07-25 16:55:45.622 Verbose/PlexDataProvider: Insert Song: Newcomer 2020-07-25 16:55:45.622 Verbose/PlexDataProvider: Insert Song: Logical theme 2020-07-25 16:55:45.622 Verbose/PlexDataProvider: Insert Song: Easygoing members 2020-07-25 16:55:45.623 Verbose/PlexDataProvider: Insert Song: Her community 2020-07-25 16:55:45.623 Verbose/PlexDataProvider: Insert Song: Isolation 2020-07-25 16:55:45.623 Verbose/PlexDataProvider: Insert Song: Okey-dokey 2020-07-25 16:55:45.623 Verbose/PlexDataProvider: Insert Song: Future of spirit 2020-07-25 16:55:45.623 Verbose/PlexDataProvider: Insert Song: Riskful dialogue 2020-07-25 16:55:45.623 Verbose/PlexDataProvider: Insert Song: Fellowship 2020-07-25 16:55:45.624 Verbose/PlexDataProvider: Insert Song: Chasers 2020-07-25 16:55:45.624 Verbose/PlexDataProvider: Insert Song: In a relief time 2020-07-25 16:55:45.624 Verbose/PlexDataProvider: Insert Song: Reading steiner 2020-07-25 16:55:45.624 Verbose/PlexDataProvider: Insert Song: 星の奏でる歌 2020-07-25 16:55:45.624 Verbose/PlexDataProvider: Insert Song: Messenger -piano- 2020-07-25 16:55:45.625 Verbose/PlexDataProvider: Insert Song: ピアノソナタ11番第1楽章 2020-07-25 16:55:45.625 Verbose/PlexDataProvider: Insert Song: ピアノソナタ11番第3楽章 2020-07-25 16:55:45.625 Verbose/PlexDataProvider: Insert Song: Shuddery view 2020-07-25 16:55:45.625 Verbose/PlexDataProvider: Insert Song: Tactics in confusion 2020-07-25 16:55:45.625 Verbose/PlexDataProvider: Insert Song: Fellowship -piano- 2020-07-25 16:55:45.625 Verbose/PlexDataProvider: Insert Song: Okey-dokey -short- 2020-07-25 16:55:45.626 Verbose/PlexDataProvider: Insert Song: GIRLISH -amusements ver.- 2020-07-25 16:55:45.626 Verbose/PlexDataProvider: Insert Song: 星の奏でる歌 -music box- 2020-07-25 16:55:45.626 Verbose/PlexDataProvider: Insert Song: Chasers 2nd 2020-07-25 16:55:45.626 Verbose/PlexDataProvider: Insert Song: Berserk 2020-07-25 16:55:45.626 Verbose/PlexDataProvider: Insert Song: Re-awake 2020-07-25 16:55:45.626 Verbose/PlexDataProvider: Insert Song: The end of messenger 2020-07-25 16:55:45.627 Verbose/PlexDataProvider: Insert Song: Messenger from zero 2020-07-25 16:55:45.627 Verbose/PlexDataProvider: Insert Song: Believe me -zero- 2020-07-25 16:55:45.627 Verbose/PlexDataProvider: Insert Song: SG 0 preview 2020-07-25 16:55:45.627 Verbose/PlexDataProvider: Insert Song: アマデウス -instrumental- 2020-07-25 16:55:45.627 Verbose/PlexDataProvider: Insert Song: ライア -instrumental- 2020-07-25 16:55:45.628 Verbose/PlexDataProvider: Insert Song: ライア 2020-07-25 16:55:45.628 Verbose/PlexDataProvider: Insert Song: GATE OF STEINER 2020-07-25 16:55:45.628 Verbose/PlexDataProvider: Insert Song: Messenger -main theme- (OPM arrange) 2020-07-25 16:55:45.628 Verbose/PlexDataProvider: End Insert Song: 1535 [1.38s] 2020-07-25 16:55:45.628 Verbose/PlexDataProvider: End parsing Music [2.37s] 2020-07-25 16:55:45.629 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play FROM tv_episodes WHERE (tv_episodes._id=?) ('6979') [1 in 2.41ms] 2020-07-25 16:55:45.630 Verbose/QueryBuilder: Query: SELECT tv_shows.fanart,tv_shows.thumbnail,tv_shows.title,tv_shows.genres,tv_shows.mpaa,tv_shows.studios,tv_shows.external_id,tv_shows.host_id FROM tv_shows WHERE (tv_shows._id=?) ('359') [1 in 4.39ms] 2020-07-25 16:55:45.630 Verbose/QueryBuilder: Query: UPDATE songs SET offline_status = 1 WHERE EXISTS (SELECT 1 FROM songs AS itable INNER JOIN offline_files ON itable.file = offline_files.source_file WHERE itable._id = songs._id) ('') [0 in 5.28ms (RAW)] 2020-07-25 16:55:45.630 Verbose/QueryBuilder: Query: COUNT on songs, count=0 | (songs.offline_status>0) AND (songs.host_id=?) - '3' [1.62ms] 2020-07-25 16:55:45.630 Verbose/QueryBuilder: Query: UPDATE albums SET offline_status = 0 WHERE albums.host_id=3 ('') [0 in 4.81ms (RAW)] 2020-07-25 16:55:45.631 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play FROM tv_episodes WHERE (tv_episodes._id=?) ('6739') [1 in 3.56ms] 2020-07-25 16:55:45.632 Verbose/QueryBuilder: Query: SELECT tv_shows.fanart,tv_shows.thumbnail,tv_shows.title,tv_shows.genres,tv_shows.mpaa,tv_shows.studios,tv_shows.external_id,tv_shows.host_id FROM tv_shows WHERE (tv_shows._id=?) ('345') [1 in 3.96ms] 2020-07-25 16:55:45.632 Verbose/QueryBuilder: Query: UPDATE artists SET offline_status = 0 WHERE artists.host_id=3 ('') [0 in 19.25ms (RAW)] 2020-07-25 16:55:45.632 Verbose/QueryBuilder: Query: UPDATE audio_genres SET offline_status = 0 WHERE audio_genres.host_id=3 ('') [0 in 2.03ms (RAW)] 2020-07-25 16:55:45.633 Verbose/QueryBuilder: Query: UPDATE playlists_entries SET offline_status = 0 ('') [0 in 2.26ms (RAW)] 2020-07-25 16:55:45.633 Verbose/QueryBuilder: Query: UPDATE playlists_entries SET offline_status = 1 WHERE EXISTS (SELECT 1 FROM playlists_entries AS itable INNER JOIN offline_files ON itable.file = offline_files.source_file WHERE itable._id = playlists_entries._id) ('') [0 in 1.25ms (RAW)] 2020-07-25 16:55:45.634 Verbose/QueryBuilder: Query: UPDATE playlists SET offline_status = (SELECT SUM(DISTINCT playlists_entries.offline_status + 1) - 1 FROM playlists_entries WHERE playlists_entries.playlist_id = playlists._id) ('') [0 in 1.72ms (RAW)] 2020-07-25 16:55:45.634 Verbose/QueryBuilder: Query: UPDATE albums SET last_played = (SELECT MAX(songs.last_played) FROM songs WHERE songs.album_id = albums._id) WHERE albums.host_id=3 ('') [0 in 5.62ms (RAW)] 2020-07-25 16:55:45.634 Verbose/QueryBuilder: Query: UPDATE albums SET resume_file = (SELECT songs.file FROM songs WHERE songs.album_id = albums._id AND songs.resume_point>0 ORDER BY songs.last_played DESC LIMIT 1) WHERE albums.host_id=3 ('') [0 in 23.24ms (RAW)] 2020-07-25 16:55:45.635 Verbose/QueryBuilder: Query: UPDATE playlists SET resume_file = (SELECT songs.file FROM songs LEFT JOIN playlists_entries ON (playlists_entries.file = songs.file ) WHERE playlists_entries.playlist_id = playlists._id AND songs.file = playlists_entries.file AND songs.resume_point>0 ORDER BY songs.last_played DESC LIMIT 1) WHERE playlists.type < 10 AND playlists.content_type = 0 AND playlists.media_type = 8 AND playlists.host_id=3 ('') [0 in 1.23ms (RAW)] 2020-07-25 16:55:45.635 Verbose/SyncService: Sending sync result: 1/3/Song 2020-07-25 16:55:45.636 Verbose/SyncService: Sending sync result: 1/3/Music 2020-07-25 16:55:45.636 Verbose/SyncService: Sending sync result: 1/3/Album 2020-07-25 16:55:45.636 Verbose/SyncService: Sending sync result: 1/3/AudioGenre 2020-07-25 16:55:45.637 Verbose/SyncService: Sending sync result: 1/3/Artist 2020-07-25 16:55:45.637 Verbose/SyncService: Sending sync result: 1/0/Unknown 2020-07-25 16:55:45.637 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 1.43ms] 2020-07-25 16:55:45.638 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 2.19ms] 2020-07-25 16:55:45.639 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 1.04ms] 2020-07-25 16:55:45.639 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 1.79ms] 2020-07-25 16:55:45.640 Verbose/QueryBuilder: Query: SELECT artists._id,artists.updated_at,artists.host_id,artists.external_id,artists.external_data,artists.compilation_only,artists.date_added,artists.date_born,artists.date_died,artists.date_disband,artists.date_formed,artists.description,artists.fanart,artists.genres,artists.instruments,artists.offline_status,artists.play_count,artists.sort_title,artists.styles,artists.thumbnail,artists.title,artists.user_rating,artists.is_favorite,artists.source_library,artists.type,artists.gender FROM artists WHERE (artists.host_id=?) ORDER BY (SUBSTR(artists._id * 82687143983909660, LENGTH(artists._id) + 2)) ASC LIMIT 10 ('3') [10 in 5.95ms] 2020-07-25 16:55:45.640 Verbose/QueryBuilder: Query: SELECT albums._id,albums.updated_at,albums.host_id,albums.external_id,albums.external_data,albums.album_label,albums.compilation,albums.date_added,albums.description,albums.display_artist,albums.fanart,albums.genres,albums.offline_status,albums.play_count,albums.rating,albums.sort_title,albums.styles,albums.thumbnail,albums.title,albums.year,albums.last_played,albums.user_rating,albums.is_favorite,albums.source_library,albums.resume_file FROM albums WHERE (albums.host_id=?) ORDER BY albums.date_added DESC, albums.external_id DESC LIMIT 10 ('3') [10 in 8.20ms] 2020-07-25 16:55:45.641 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts._id=?) ('3') [1 in 2.53ms] 2020-07-25 16:55:45.642 Verbose/QueryBuilder: Query: SELECT albums._id, albums.updated_at, albums.host_id, albums.external_id, albums.external_data, albums.album_label, albums.compilation, albums.date_added, albums.description, albums.display_artist, albums.fanart, albums.genres, albums.offline_status, albums.play_count, albums.rating, albums.sort_title, albums.styles, albums.thumbnail, albums.title, albums.year, albums.last_played, albums.user_rating, albums.is_favorite, albums.source_library, albums.resume_file, albums._id AS _id FROM (SELECT * FROM albums WHERE host_id = 3 ORDER BY play_count ASC LIMIT (SELECT CASE WHEN COUNT(1) > 1 THEN MAX(10, COUNT(1)/4, SUM(CASE WHEN play_count = 0 THEN 1 ELSE 0 END)) ELSE 0 END FROM albums)) AS albums ORDER BY (SUBSTR(albums._id * 06690938934178628, LENGTH(albums._id) + 2)) LIMIT 10 ('') [10 in 13.76ms (RAW)] 2020-07-25 16:55:45.642 Verbose/PlexMediaCenter: Settings: 64.188.16.148@32400 true [0/0/5600] (-1/0/-1/1) 2020-07-25 16:55:45.642 Verbose/PlexLogger: Caching http://64.188.16.148:32400/identity as http://64.188.16.148:32400/identity 2020-07-25 16:55:45.643 Verbose/QueryBuilder: Query: SELECT albums._id,albums.updated_at,albums.host_id,albums.external_id,albums.external_data,albums.album_label,albums.compilation,albums.date_added,albums.description,albums.display_artist,albums.fanart,albums.genres,albums.offline_status,albums.play_count,albums.rating,albums.sort_title,albums.styles,albums.thumbnail,albums.title,albums.year,albums.last_played,albums.user_rating,albums.is_favorite,albums.source_library,albums.resume_file FROM albums WHERE (albums.host_id=?) ORDER BY (SUBSTR(albums._id * 82687143983909660, LENGTH(albums._id) + 2)) ASC LIMIT 10 ('3') [10 in 15.22ms] 2020-07-25 16:55:45.643 Verbose/PlexLogger: --> [765] GET http://64.188.16.148:32400/identity 2020-07-25 16:55:45.643 Verbose/PlexLogger: <-- [765] 200 OK http://64.188.16.148:32400/identity (64ms, unknown-length body) 2020-07-25 16:55:45.643 Verbose/PlexLogger: <-- [765] {"MediaContainer":{"size":0,"claimed":true,"machineIdentifier":"a34ace67116042a0c26ca9b976fbaee85e046633","version":"1.19.5.3112-b23ab3896"}} 2020-07-25 16:55:45.644 Verbose/QueryBuilder: Query: SELECT smart_sync._id,smart_sync.host_id,smart_sync.media_type,smart_sync.external_id,smart_sync.filter,smart_sync.title,smart_sync.thumbnail,smart_sync.auto_delete,smart_sync.cache_count FROM smart_sync WHERE (smart_sync.host_id=?) ('3') [0 in 1.70ms] 2020-07-25 16:55:45.644 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/771/thumb/1592039324', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/771/thumb/1592039324} 2020-07-25 16:55:45.644 Verbose/PlexLogger: --> [815] GET http://64.188.16.148:32400/library/metadata/771/thumb/1592039324 2020-07-25 16:55:45.645 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/2794/thumb/1594804919', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/2794/thumb/1594804919} 2020-07-25 16:55:45.645 Verbose/PlexLogger: --> [270] GET http://64.188.16.148:32400/library/metadata/2794/thumb/1594804919 2020-07-25 16:55:45.645 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/2806/thumb/1591780220', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/2806/thumb/1591780220} 2020-07-25 16:55:45.646 Verbose/PlexLogger: --> [621] GET http://64.188.16.148:32400/library/metadata/2806/thumb/1591780220 2020-07-25 16:55:45.646 Verbose/MenuFragment: Remote hidden: false/true 2020-07-25 16:55:45.646 Verbose/QueryBuilder: Query: SELECT hosts._id,hosts.type,hosts.name,hosts.color,hosts.description,hosts.api,hosts.ip,hosts.port_1,hosts.port_2,hosts.port_3,hosts.port_4,hosts.port_5,hosts.login,hosts.password,hosts.mac_address,hosts.wifi_only,hosts.wifi_ssid,hosts.info_1,hosts.info_2,hosts.info_3,hosts.int_param_1,hosts.int_param_2,hosts.int_param_3,hosts.int_param_4,hosts.int_param_5,hosts.string_param_1,hosts.string_param_2,hosts.string_param_3,hosts.string_param_4,hosts.string_param_5,hosts.unique_id,hosts.display_order FROM hosts WHERE (hosts.type&4=4) AND (hosts._id <> ?) ORDER BY hosts.display_order ASC, hosts._id ASC ('3') [2 in 2.71ms] 2020-07-25 16:55:45.647 Verbose/QueryBuilder: Query: SELECT favourites._id,favourites.host_id,favourites.external_id,favourites.external_data,favourites.is_file,favourites.file,favourites.media_id,favourites.media_type,favourites.sort_order,favourites.thumbnail,favourites.title,favourites.remote_play,favourites.is_menu_entry FROM favourites WHERE (favourites.host_id=?) AND (favourites.is_menu_entry>0) ('3') [0 in 3.69ms] 2020-07-25 16:55:45.647 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/3155/thumb/1591780318', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/3155/thumb/1591780318} 2020-07-25 16:55:45.648 Verbose/PlexLogger: --> [438] GET http://64.188.16.148:32400/library/metadata/3155/thumb/1591780318 2020-07-25 16:55:45.648 Verbose/PlexLogger: <-- [270] 200 OK http://64.188.16.148:32400/library/metadata/2794/thumb/1594804919 (96ms, 177452-byte body) 2020-07-25 16:55:45.648 Verbose/PlexLogger: <-- [270] END HTTP (encoded body omitted) 2020-07-25 16:55:45.648 Verbose/PlexLogger: <-- [815] 200 OK http://64.188.16.148:32400/library/metadata/771/thumb/1592039324 (169ms, 627350-byte body) 2020-07-25 16:55:45.649 Verbose/PlexLogger: <-- [815] END HTTP (encoded body omitted) 2020-07-25 16:55:45.649 Verbose/PlexLogger: <-- [621] HTTP FAILED: java.net.SocketException: Socket closed 2020-07-25 16:55:45.649 Verbose/PlexLogger: <-- [438] HTTP FAILED: java.net.SocketException: Socket closed 2020-07-25 16:55:45.650 Verbose/QueryBuilder: Query: SELECT tv_episodes._id,tv_episodes.updated_at,tv_episodes.host_id,tv_episodes.external_id,tv_episodes.external_data,tv_episodes.audio_channels,tv_episodes.audio_codec,tv_episodes.audio_languages,tv_episodes.date_added,tv_episodes.directors,tv_episodes.episode,tv_episodes.episode_special,tv_episodes.fanart,tv_episodes.file,tv_episodes.first_aired,tv_episodes.last_played,tv_episodes.offline_status,tv_episodes.original_title,tv_episodes.play_count,tv_episodes.plot,tv_episodes.rating,tv_episodes.resume_point,tv_episodes.runtime,tv_episodes.season,tv_episodes.season_special,tv_episodes.sort_title,tv_episodes.subtitles_languages,tv_episodes.tagline,tv_episodes.thumbnail,tv_episodes.title,tv_episodes.tv_show_id,tv_episodes.video_3d,tv_episodes.video_aspect,tv_episodes.video_codec,tv_episodes.video_height,tv_episodes.video_width,tv_episodes.votes,tv_episodes.writers,tv_episodes.user_rating,tv_episodes.is_favorite,tv_episodes.source_library,tv_episodes.remote_play FROM tv_episodes WHERE (tv_episodes._id=?) ('6979') [1 in 1.98ms] 2020-07-25 16:55:45.651 Verbose/QueryBuilder: Query: SELECT tv_shows.fanart,tv_shows.thumbnail,tv_shows.title,tv_shows.genres,tv_shows.mpaa,tv_shows.studios,tv_shows.external_id,tv_shows.host_id FROM tv_shows WHERE (tv_shows._id=?) ('359') [1 in 2.23ms] 2020-07-25 16:55:45.651 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 2.04ms] 2020-07-25 16:55:45.652 Verbose/QueryBuilder: Query: SELECT download_items._id,download_items.updated_at,download_items.description,download_items.media_item,download_items.settings,download_items.status,download_items.status_text,download_items.title,download_items.thumbnail,download_items.progress,download_items.media_version FROM download_items ORDER BY download_items.status ASC, download_items.updated_at DESC ('') [0 in 1.65ms] 2020-07-25 16:55:45.653 Verbose/SyncService: Service ended! 2020-07-25 16:55:45.653 Verbose/QueryBuilder: Query: SELECT videos_casts._id,videos_casts.role,videos_persons._id,videos_persons.name,videos_persons.thumbnail FROM videos_casts INNER JOIN videos_persons ON (videos_casts.person_id=videos_persons._id) WHERE (videos_persons.host_id=?) AND (videos_casts.video_id=?) AND (videos_casts.video_type=?) AND (videos_casts.cast_type=?) ORDER BY videos_casts.display_order ASC LIMIT 9 ('3','359','2','1') [0 in 5.41ms] 2020-07-25 16:55:46.331 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/771/thumb/1592039324', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/771/thumb/1592039324} 2020-07-25 16:55:46.336 Verbose/PlexLogger: --> [860] GET http://64.188.16.148:32400/library/metadata/771/thumb/1592039324 2020-07-25 16:55:46.336 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/2806/thumb/1591780220', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/2806/thumb/1591780220} 2020-07-25 16:55:46.338 Verbose/PlexLogger: --> [210] GET http://64.188.16.148:32400/library/metadata/2806/thumb/1591780220 2020-07-25 16:55:46.341 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/3155/thumb/1591780318', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/3155/thumb/1591780318} 2020-07-25 16:55:46.343 Verbose/PlexLogger: --> [548] GET http://64.188.16.148:32400/library/metadata/3155/thumb/1591780318 2020-07-25 16:55:46.343 Verbose/ImageRequestCacheStreamFetcher: Downloading image: ImageRequest{url='http://64.188.16.148:32400/library/metadata/2794/thumb/1594804919', onlyCached=false, keepTransparency=false, cacheKey=/library/metadata/2794/thumb/1594804919} 2020-07-25 16:55:46.344 Verbose/PlexLogger: --> [719] GET http://64.188.16.148:32400/library/metadata/2794/thumb/1594804919 2020-07-25 16:55:46.499 Verbose/PlexLogger: <-- [210] 200 OK http://64.188.16.148:32400/library/metadata/2806/thumb/1591780220 (162ms, 142513-byte body) 2020-07-25 16:55:46.500 Verbose/PlexLogger: <-- [210] END HTTP (encoded body omitted) 2020-07-25 16:55:46.509 Verbose/PlexLogger: <-- [719] 200 OK http://64.188.16.148:32400/library/metadata/2794/thumb/1594804919 (166ms, 177452-byte body) 2020-07-25 16:55:46.511 Verbose/PlexLogger: <-- [719] END HTTP (encoded body omitted) 2020-07-25 16:55:46.515 Verbose/PlexLogger: <-- [548] 200 OK http://64.188.16.148:32400/library/metadata/3155/thumb/1591780318 (175ms, 899943-byte body) 2020-07-25 16:55:46.516 Verbose/PlexLogger: <-- [548] END HTTP (encoded body omitted) 2020-07-25 16:55:46.518 Verbose/PlexLogger: <-- [860] 200 OK http://64.188.16.148:32400/library/metadata/771/thumb/1592039324 (186ms, 627350-byte body) 2020-07-25 16:55:46.522 Verbose/PlexLogger: <-- [860] END HTTP (encoded body omitted) 2020-07-25 16:55:46.753 Verbose/ImageRequestCacheStreamFetcher: Image cache saved to: /storage/emulated/0/Android/data/org.leetzone.android.yatsewidgetfree/cache/images/3/39D54E2426B26B91A51EA883B54732E2.jpg 2020-07-25 16:55:46.830 Verbose/StatusObserver: UI status changed to false from true 2020-07-25 16:55:46.860 Verbose/StatusObserver: UI status changed to true from false 2020-07-25 16:55:46.867 Verbose/MenuFragment: Remote hidden: false/true 2020-07-25 16:55:46.881 Verbose/ImageRequestCacheStreamFetcher: Image cache saved to: /storage/emulated/0/Android/data/org.leetzone.android.yatsewidgetfree/cache/images/1/1BC2C1F2BCE90C53B452764B9704AEBF.jpg 2020-07-25 16:55:47.217 Verbose/ImageRequestCacheStreamFetcher: Image cache saved to: /storage/emulated/0/Android/data/org.leetzone.android.yatsewidgetfree/cache/images/E/EA50EBD5EEEDED9B91811B97578EBC3C.jpg 2020-07-25 16:55:47.454 Verbose/ImageRequestCacheStreamFetcher: Image cache saved to: /storage/emulated/0/Android/data/org.leetzone.android.yatsewidgetfree/cache/images/9/90D0B1C34CCAD0046FF054D1B09A4255.jpg 2020-07-25 16:55:52.437 Verbose/MusicPlayer: releaseLock 2020-07-25 16:55:53.838 Verbose/StatusObserver: UI status changed to false from true 2020-07-25 16:55:56.863 Verbose/PlexLogger: --> [736] GET http://64.188.16.148:32400/identity 2020-07-25 16:55:56.934 Verbose/PlexLogger: <-- [736] 200 OK http://64.188.16.148:32400/identity (70ms, unknown-length body) 2020-07-25 16:55:56.935 Verbose/PlexLogger: <-- [736] {"MediaContainer":{"size":0,"claimed":true,"machineIdentifier":"a34ace67116042a0c26ca9b976fbaee85e046633","version":"1.19.5.3112-b23ab3896"}}