Release TV Show Next Aired (Script) Addon, now w/TheTVDB data - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Release TV Show Next Aired (Script) Addon, now w/TheTVDB data (/showthread.php?tid=186090) |
RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - Martijn - 2014-03-03 (2014-03-03, 11:08)warlion Wrote: wayne whats the URL of transifex? https://www.transifex.com/organization/teamxbmc/dashboard/xbmc-addons RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - warlion - 2014-03-03 (2014-03-03, 11:12)Martijn Wrote:(2014-03-03, 11:08)warlion Wrote: wayne whats the URL of transifex? Thanks Martijn RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - WayneD - 2014-03-03 (2014-03-03, 11:08)warlion Wrote: wayne whats the URL of transifex?Here are the links to the XBMC addons in general and then the Next Aired strings specifically. You need to sign up for an account to reach the latter one of those. (EDIT: Oops, I didn't notice that we split to a new page, so I didn't see that this was already answered.) Some of the newer setting strings haven't been translated much yet, so anyone that is multilingual, please feel free to jump in and help out! ..wayne.. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - WayneD - 2014-03-05 Lots of new string translations will show up in 6.0.4, which I have submitted for release. It also has some improvements for the country.db error-handling when refreshing the data (e.g. when thetvdb site is having an issue) and even better logic for the finding of missing list-item thumbnails. Not much else going on, so thankfully things seem to be in good shape. ..wayne.. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - warlion - 2014-03-05 nice thanks Wayne wayne question is any way possible to save a log of the Tvshows from the last day , im telling you that cuz sometimes i forget a show and i cant remember witch was aired last day, i had to use many different apps to accomplice that with android and windows rt apps and i will love to just have it already on xbmc RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - WayneD - 2014-03-05 The script ages all its data at the start of each new day. The only prior-show data is a single previous episode per series, which is not summarized anywhere at present (and though that would usually have enough data for yesterday's shows, it would miss some if there were duplicates of the same series on that day). It would be possible to load up a new container number with a list of shows that a skin could choose to output somewhere. I'll think about that and see what I can do. I too use an android app for show-schedule monitoring as well, but it is indeed handy to have the data easily available via xbmc. As for other possible features, I have been thinking that it would be nice to have more than 7 days available (at least 8, but maybe as much as 14). It would also be cool if the script made it easy for a skin to display the list starting with today always at the top (or left). ..wayne.. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - warlion - 2014-03-05 hope it can be done easily thanks wayne RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - warlion - 2014-03-08 wayne i notice something weird for the show "Raising Hope" http://www.thetvdb.com/?tab=series&id=164021&lid=7 the show on tvdb is at 9:30 but the script return a 2:30pm show 19:54:41 T:9540 NOTICE: script.tv.show.next.aired: ### getting series & episode info for #164021 - Raising Hope the only thing i can think is because the runtime of 25min is the only difference between all my shows all my other shows are round to 30 im thinking of changing the runtime on tvdb to test if that is causing the problem but first i like to know your opinion if this can cause this issue also notice in all the LatestNumber , NextSeasonNumber , LatestEpisodeNumber ,LatestSeasonNumber will show s4 instead of s04 as you can see in the image RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - WayneD - 2014-03-08 (2014-03-08, 04:01)warlion Wrote: for the show "Raising Hope" http://www.thetvdb.com/?tab=series&id=164021&lid=7You just need to edit it to the right network. It was set to "Fox", which matches "Fox (Italy)". I selected "FOX (USA)" from the list. Quote:LatestNumber , NextSeasonNumber , LatestEpisodeNumber ,LatestSeasonNumber will show s4 instead of s04 as you can see in the imageI'll tweak that. ..wayne.. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - warlion - 2014-03-09 (2014-03-08, 06:58)WayneD Wrote: You just need to edit it to the right network. It was set to "Fox", which matches "Fox (Italy)". I selected "FOX (USA)" from the list.upss my bad, i didn't notice that before thanks Wayne (2014-03-08, 06:58)WayneD Wrote: I'll tweak that.thanks Wayne it look much better RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - warlion - 2014-03-09 Just tested the new options and had to tell you nice work The script-NextAired-TVGuide2.xml can have some improvement on width and heights RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - WayneD - 2014-03-09 (2014-03-09, 12:32)warlion Wrote: Just tested the new options and had to tell you nice workMuch appreciated! Quote:The script-NextAired-TVGuide2.xml can have some improvement on width and heights Yeah, it still needs a good bit of work, but I wanted to get what I had released so that others could start to fiddle and help out. This is my first skinning work, but I think it is looking pretty good for a starting point. If you have suggestions and/or a tweaked version, please don't hesitate to let me know. I do note that the font names seem to be Confluence-oriented, but there doesn't seem to be anything that can be done about that (I tried to define some fonts, but xbmc doesn't seem to let a script do that). Instead I tweaked the Font.xml file for my current skin to define some confluence-style names for the *Guide2.xml file to use (which lets me visualize things a bit better). Here are some things I was thinking of changing in the new skin:
Once it is in better shape I plan to tweak it into a Monday-week style to replace the current default skin. Finally, a couple keyboard navigation comments: you can up-arrow from the top of a day list to the bottom (and the reverse), and you can left-arrow from the settings button to the right-most day (allowing someone to wrap both from right to left and from left to right). ..wayne.. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - warlion - 2014-03-10 loving it i finally see the last day shows Thumbs up but i see something that actually can be improve if container 200 is true then show the yesterday date ($INFO[ListItem.Property(LatestDate)]) RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - WayneD - 2014-03-10 (2014-03-10, 21:02)warlion Wrote: if container 200 is true then show the yesterday date ($INFO[ListItem.Property(LatestDate)]) LatestDate (and all Latest* values) are for the show immediately prior to the one whose data is being referenced in the list-item. The Next* values are the ones for the shows themselves. So, for that yesterday item: it is S25E12 (aired 9 Mar), and the show prior to it is S25E11 (aired 26 Jan). Seeing what you've done in the sidebar, I'm thinking that it might be nice to separate the weekday abbreviation from the friendly date. How about this: I will add a *.Daynum value that is the number 0 to 6 (allowing someone to $LOCALIZE[...] it) and *.Date would be just the short date (ala "9 Mar" or "Mar 9"). That makes it easy to join the 2 together for those that want what is currently the Date value, or use the short date with the longer Weekday names, as desired. Hmm, come to think of it, I don't know how to add a number in a skin (e.g. to add 41 for a $LOCALIZE[] to get the short weekday names). I guess I'll just make it supply the localized abbreviated name itself. I think I'll put that into *.Wday and put the current *.Wday into *.Weekday. ..wayne.. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - warlion - 2014-03-11 (2014-03-10, 23:07)WayneD Wrote: LatestDate (and all Latest* values) are for the show immediately prior to the one whose data is being referenced in the list-item. The Next* values are the ones for the shows themselves. So, for that yesterday item: it is S25E12 (aired 9 Mar), and the show prior to it is S25E11 (aired 26 Jan).it can be done with a visible over the skin so no big a deal, (2014-03-10, 23:07)WayneD Wrote: Seeing what you've done in the sidebar, I'm thinking that it might be nice to separate the weekday abbreviation from the friendly date. How about this: I will add a *.Daynum value that is the number 0 to 6 (allowing someone to $LOCALIZE[...] it) and *.Date would be just the short date (ala "9 Mar" or "Mar 9"). That makes it easy to join the 2 together for those that want what is currently the Date value, or use the short date with the longer Weekday names, as desired. Hmm, come to think of it, I don't know how to add a number in a skin (e.g. to add 41 for a $LOCALIZE[] to get the short weekday names). I guess I'll just make it supply the localized abbreviated name itself. I think I'll put that into *.Wday and put the current *.Wday into *.Weekday.i remember see that in gotham add it the option to add number dont remember where, i just remember http://forum.xbmc.org/showthread.php?tid=158812&pid=1592939#pid1592939 ------------------------------------------- just test it your last git update i having this error PHP Code: 17:13:13 T:8104 NOTICE: script.tv.show.next.aired: ### getting series & episode info for #76828 - Robotech also i notice that the airtime change but i dont see any change on the country since yestarday |