Req Smartplaylist for Marvel/DC videos
#1
Every Marvel/DC fan knows this problem:

In what order should I watch the tv shows and movies to get the most out of it.

I just wanted to start binge watching Arrow and The Flash and realized there are some cross over episodes.
While you can debate about this for years, I think the best watch order is the release order (air date).

For Marvel tv thos and movies this is even more complex.

My quick'm'dirty solution was to create two smart playlists.
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
    <name>Serien von DC</name>
    <match>all</match>
    <rule field="tvshow" operator="is">
        <value>Arrow</value>
        <value>Gotham</value>
        <value>Constantine</value>
        <value>The Flash (2014)</value>
        <value>iZombie</value>
        <value>Supergirl</value>
        <value>Legends of Tomorrow</value>
        <value>Lucifer</value>
    </rule>
    <order direction="ascending">airdate</order>
</smartplaylist>
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
    <name>Serien von Marvel</name>
    <match>all</match>
    <rule field="tvshow" operator="is">
        <value>Marvel's Agents of S.H.I.E.L.D.</value>
        <value>Marvel's Agent Carter</value>
        <value>Powers</value>
        <value>Marvel's Daredevil</value>
        <value>Jessica Jones</value>
        <value>Luke Cage</value>
        <value>Iron Fist</value>
        <value>The Defenders</value>
    </rule>
    <order direction="ascending">airdate</order>
</smartplaylist>

watch gallery
(Screenshots of playlists taken with Yatsee on Android)

While this works fine for my tv shows.
The smart playlists cannot combine epsiodes and movies. (I think)
Another problem would be the release date of the movies, since the kodi database only stores the production year and not the release date of a movie.

The last problem is the missing SeriesID (and imdb-id) inside smart playlists. (see: http://forum.kodi.tv/showthread.php?tid=176660)
So the user has to edit the series names, because they may vary depending on the selected language.

Ideally, someone with experience in development and motivation for comic content would take this idea and develop an addon that creates playlists for these two cinematic comic universes.
Maybe even let the user choose the prefered watch order (release date vs. plot timeline).
Reply
#2
That Captain America 2 + Shield episode 17 (or whatever it is) issue definitely seems to fit in here.
Reply
#3
Well if somebody would take the time and get trakt back to shape, we could all profit from thousand of lists.
For e.g. this one http://trakt.tv/users/donxy/lists/marvel...c-universe
Reply
#4
(2015-09-16, 23:27)Razze Wrote: Well if somebody would take the time and get trakt back to shape, we could all profit from thousand of lists.
For e.g. this one http://trakt.tv/users/donxy/lists/marvel...c-universe
It's too sad that Kodi doesn't have native support for TV shows grouping sets and scraping of TV series set as of yet, see all these requests for this:

http://forum.kodi.tv/showthread.php?tid=68476
http://forum.kodi.tv/showthread.php?tid=195174
http://forum.kodi.tv/showthread.php?tid=230350
http://forum.kodi.tv/showthread.php?tid=121131

If would also be cool if TV show/serie affiliations to movies could be scraped and displayed as links in Kodi.

That way then not only Trakt but also other metadata providers such as TheTVDB.com, TheMovieDB.org, and FanArt.tv could be scraped for sets.
Reply
#5
(2015-09-17, 12:10)RockerC Wrote:
(2015-09-16, 23:27)Razze Wrote: Well if somebody would take the time and get trakt back to shape, we could all profit from thousand of lists.
For e.g. this one http://trakt.tv/users/donxy/lists/marvel...c-universe
It's too sad that Kodi doesn't have native support for TV shows grouping sets and scraping of TV series set as of yet, see all these requests for this:

http://forum.kodi.tv/showthread.php?tid=68476
http://forum.kodi.tv/showthread.php?tid=195174
http://forum.kodi.tv/showthread.php?tid=230350
http://forum.kodi.tv/showthread.php?tid=121131

If would also be cool if TV show/serie affiliations to movies could be scraped and displayed as links in Kodi.

That way then not only Trakt but also other metadata providers such as TheTVDB.com, TheMovieDB.org, and FanArt.tv could be scraped for sets.

Haven't used that yet, but old trakt users said that tags worked that way for them back then.
Reply
#6
Hi

you can use Media Companion (ember and tinymediamanager dont scrape keywords) to scrape Keywords from imdb to your movies (over 200 per movie)

than just make a smart playlist for the Tag: Superhero

works fine for me

I have lists for:
Blockbuster, Independent, Barbarian, Agent, Vampire, Zombie, Martial Arts, Oscar Winner ... and so on
Reply

Logout Mark Read Team Forum Stats Members Help
Smartplaylist for Marvel/DC videos0