• 1
  • 59
  • 60
  • 61(current)
  • 62
  • 63
  • 67
[RELEASE] TV Show Next Aired (Script) Addon
(2013-02-23, 02:49)ppic Wrote: i would ronie, i would take it back, not enought time for know, i need to dive in python, seems it's long time no coding, bt i'm starting again .

hehe, no problem mate.
just let me know if / when ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
had a quick look, but since plot is not accessible by using their API it would require parsing the full website. not sure if that´s worth it.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
(2013-02-26, 20:09)phil65 Wrote: had a quick look, but since plot is not accessible by using their API it would require parsing the full website. not sure if that´s worth it.

not for me, but i'll gladly hand over the addon
and you can parse any website you like ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
yes, i remember !
i'm using their API, easier :-D

i've found the way to get it, by parsing the site, there was two problem:
-name translation for the show to get the url
-ethic problem for me, they are freely giving acces to their DB by api, i don't want to harm them by parsing the website like that, better to request it to be available via the api.
Would it be (easily) possible to add the Next Aired info to the Recently Added episodes list/window/screen/whathaveyou?
(2013-02-27, 12:04)argh! Wrote: Would it be (easily) possible to add the Next Aired info to the Recently Added episodes list/window/screen/whathaveyou?

that would be a skin thing i guess.
the addon provides the info, it's up to the skin where to display it.

the recently added lit n the video library shouldn't be a problem i think,
but the recently added widget on the home screen would be difficult.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Ya having it on the Recently Added screen, and not the Home Screen, would be peachy. I use T!. I know where to find the Label info, but I poked aroudn a bit for the .xml relatign to teh Recently added info, and I guess it ahs changed since Eden. (I use Frodo)
(2013-02-28, 07:11)argh! Wrote: Ya having it on the Recently Added screen, and not the Home Screen, would be peachy. I use T!. I know where to find the Label info, but I poked aroudn a bit for the .xml relatign to teh Recently added info, and I guess it ahs changed since Eden. (I use Frodo)

Transparency! does show next aired info on the recently added screen.
select the fanart view and it should be there.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Hm it does not show for me in any view on the Recently Added screen. The Next aired shows on my TV Shwos screens jsut fine.THough when I look in Fanart and Mediainfo. xml files, I can find no Lael for it...
@ronie: i adjusted the script to add all upcoming shows to home properties, not only the ones airing today.
what should be the way to add this? changing the default behaviour? (skinners could still choose to only show today´s shows by evaluating the today property)
adding it as a script option? or let the skinner choose by using RunScript(script.tv.show.next.aired,allshows=true) or something like that?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
(2013-03-01, 19:23)argh! Wrote: Hm it does not show for me in any view on the Recently Added screen. The Next aired shows on my TV Shwos screens jsut fine.THough when I look in Fanart and Mediainfo. xml files, I can find no Lael for it...

it's in Includes.xml, check the "NextAiredInfo" section.
mind continuing further troubleshooting in the Transparency! thread? ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
(2013-03-01, 21:29)phil65 Wrote: @ronie: i adjusted the script to add all upcoming shows to home properties, not only the ones airing today.
what should be the way to add this? changing the default behaviour? (skinners could still choose to only show today´s shows by evaluating the today property)
adding it as a script option? or let the skinner choose by using RunScript(script.tv.show.next.aired,allshows=true) or something like that?

making it a script option, so the user can decide what info they want to be shown would be preferable i think.
but i guess it would require all skins to update their code?
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
only way a) (change default behaviour) would eventually need updating skins. i guess that one is not an option then.
script option or parsing additional parameters in Runscript() wouldn´t break anything.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
(2013-03-01, 22:37)phil65 Wrote: only way a) (change default behaviour) would eventually need updating skins. i guess that one is not an option then.
script option or parsing additional parameters in Runscript() wouldn´t break anything.

script option sounds good to me then, but please don't take my word for it.
if you prefer one of the other options, be my guest ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
...completely forgot about it:
i added the option (+ some more stuff) and also got two confirmations in nox subforum that it works.
i pushed it to my github repo:
https://github.com/phil65/script.tvshow....its/master
would be nice you cou could review that.
cheers
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
  • 1
  • 59
  • 60
  • 61(current)
  • 62
  • 63
  • 67

Logout Mark Read Team Forum Stats Members Help
[RELEASE] TV Show Next Aired (Script) Addon2