How would you like to look your EPG ?
#1
This is how my EPG look

watch gallery


I add in data base EPG
-OrigName (Original name of movies or episode for non english user)
-Actor
-Director
-Writer
-IconEPG
-Year

All of This infos I have in EPG.xml (downloaded with webgrab.exe),I also integrate script.metadata.actors in DialogPVRGuideInfo.xml.
Plan to intergrate more scripts for movies and episode,to show more info about EPG label.

Why IMO has minor priority for Kodi stuff !!!
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#2
Nice ! Yes , please add season / episode info
Reply
#3
Epg info for episode is like this
Code:
<programme start="20140813192000 +0200" stop="20140813201500 +0200" channel="Sixx DE">
    <title lang="de">Grey's Anatomy - Die jungen  Ärzte</title>
    <sub-title lang="de">Opferbereitschaft</sub-title>
    <desc lang="de">Grey's Anatomy - Die jungen  Ärzte   -   Staffel 2, Folge 32</desc>
      <director>Jeff Melman</director>
      <actor>Chandra Wilson (Dr. Miranda Bailey)</actor>
      <actor>T.R. Knight (Dr. George O'Malley)</actor>
      <actor>Patrick Dempsey (Dr. Derek Sheperd)</actor>
      <actor>Sandra Oh (Dr. Cristina Yang)</actor>
      <actor>Justin Chambers (Dr. Alex Karev)</actor>
      <actor>Kate Walsh (Addison Montgomery Shepherd)</actor>
      <actor>Katherine Heigl (Dr. Isobel "Izzie" Stevens)</actor>
      <actor>James Pickens Jr. (Dr. Richard Webber)</actor>
      <actor>Isaiah Washington (Preston Burke)</actor>
      <actor>Ellen Pompeo (Dr. Meredith Grey)</actor>
    <date>2006</date>
    <category lang="de">Ärzteserie</category>
    <episode-num system="onscreen">Staffel 2, Folge 32</episode-num>
  </programme>
If you mean EpisodeNum (txt)... ?

1+ for this
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#4
Yes thats right
Reply
#5
Whats the status of this pr https://github.com/xbmc/xbmc/pull/4824 ?
Reply
#6
(2014-09-23, 20:13)Jönke Wrote: Whats the status of this pr https://github.com/xbmc/xbmc/pull/4824 ?
I close this pull,becouse dushmaniac doesent want to chage API .Why is he so negativ ,realy dont know .

I need some help,if somebody know how to change this (comand in addon Simple PVR for write events in EPG DataBase)
Code:
GetNodeValue(pChannelNode, "src", strIconEPG);    
    GetNodeValue(pChannelNode, "actor", strActor);    
    GetNodeValue(pChannelNode, "director", strDirector);
    GetNodeValue(pChannelNode, "writer", strWriter);
    GetNodeValue(pChannelNode, "sub-title", strOriginalTitle);    
    GetNodeValue(pChannelNode, "date", strYearEPG);
    GetNodeValue(pChannelNode, "desc", strDesc);
    GetNodeValue(pChannelNode, "episode-num", strEpisodeName);
GetNodeValue is only for one evants,I need for many more.Actors have more then one in Movies director or writer too.
Code:
<programme start="20141115170500 +0100" stop="20141115175500 +0100" channel="TMC (Fr)">
    <title lang="fr">New York police judiciaire</title>
    <sub-title lang="fr">Le brasier</sub-title>
    <desc lang="fr">Un adolescent, en manque d'affection et de reconnaissance, provoque une série d'événements funestes qui culminent dans l'incendie d'une boîte de nuit et la mort de 23 personnes à la suite d'un dramatique incident pyrotechnique. Il s'avère cependant que toutes les consignes de sécurité n'avaient pas été respectées.(n)</desc>
      <director>Gloria Muzio</director>
      <actor>Jerry Orbach</actor>
      <actor>Jesse L Martin</actor>
      <actor>Sam Waterston</actor>
      <actor>Elisabeth Röhm</actor>
      <actor>S Epatha Merkerson</actor>
      <actor>John Doe</actor>
      <actor>Aleksa Palladino</actor>
      <actor>Jenna Stern</actor>
      <writer>Marc Guggenheim</writer>
      <icon src="http://s.tmc.tv/mmdia/i/99/4/10366994wrwvk_2038.jpg" />
      <date>2008</date>
     <category lang="fr">Série policière</category>
    <episode-num system="onscreen"> saison 14 - épisode 5/24</episode-num>
Image

@Jönke if you want to try xbmc-kodiHelix alpha 1 with my changes just send me Private message,I send you link for download,Kodi & IPTV simple my version (only this PVR addon write this EPG evants..)
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#7
I'm so sorry for you and all the others who want the pvr section to be more than just a player for live tv sources!!!
Reply
#8
(2014-11-23, 01:08)pünktchen Wrote: I'm so sorry for you and all the others who want the pvr section to be more than just a player for live tv sources!!!
Do not feel sorry for me......
All I imagine with xbmc, I realize it,just is metter of time !!!!!

Image
Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#9
(2014-11-15, 22:45)Angelinas Wrote:
(2014-09-23, 20:13)Jönke Wrote: Whats the status of this pr https://github.com/xbmc/xbmc/pull/4824 ?
I close this pull,becouse dushmaniac doesent want to chage API .Why is he so negativ ,realy dont know
Do not close the pull request. Maybe it was lost in translation but I am pretty sure that you misundertood him. He was not negative with his comment, and they did not reject your pull request. They just meant that they have to delay the merging of it until after the current feature freeze is lifted.

http://kodi.tv/kodi-14-0-code-name-helix...re-freeze/

You have to understand that Kodi version 14.0 (Helix) is in a feature freeze stage right now in its development life cycle, and that feature freeze is only ongoing right now, and that means that currently only bug fixes are accepted to be merged right now. So they can not currently merge any code that changes or adds a feature or functions that require an API version bump. But they can add it later after the current feature freeze is over.

http://en.wikipedia.org/wiki/Freeze_(sof...gineering)

Feature freeze is just standard practice for all software development process as part of an application's release lifecycle. And you just have to be patient and wait until the feature freeze is lifted which it will when Kodi version 14.0 (Helix) is released.

http://en.wikipedia.org/wiki/Software_re...life_cycle

Again, no one was negative here. You just misunderstood the reason for the delay. Maybe because of the languge barrier. All it was is the timing, and you can still work on your code to improve it while you wait for the feature freeze to finish.

Also checkout there posts about previous release cycle with code freezes

http://kodi.tv/tag/release-cycle/

Be patient and happy coding, thanks and wish you the best for this work!
Reply
#10
(2014-11-26, 15:42)Hedda Wrote:
(2014-11-15, 22:45)Angelinas Wrote:
(2014-09-23, 20:13)Jönke Wrote: Whats the status of this pr https://github.com/xbmc/xbmc/pull/4824 ?
I close this pull,becouse dushmaniac doesent want to chage API .Why is he so negativ ,realy dont know
Do not close the pull request. Maybe it was lost in translation but I am pretty sure that you misundertood him. He was not negative with his comment, and they did not reject your pull request. They just meant that they have to delay the merging of it until after the current feature freeze is lifted.
...............................................
Thanks for translation Smile
I am no angry,just disappointed becouse (general all) improvements for PVR need too much time.....(my pull request is send in May 2014 for Gotham)
I will try to implement new concept for EPG (old will be same).I try to add new db ,who will take "title" and/or "subtitle" from old EPG.db and script for libary scrape from .MDB and make readable links for all title in old EPG*.db with new sorces (Poster,writer,actor,director,year,episodename,episodeID.....) same like video,tvshow music- libary.
This new db will be independent ,doesent dipendent of PVR sources.Old Scripts like" the movie database" need to add tv for scrapping Smile
Afther that I will have PVR with EPG in full.

Thanks again
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#11
This tema call as PVR Development,one question for team-Kodi !
I read this http://kodi.wiki/view/Forum_rules ,but did'nt find answer for my question (may I or not)

May I , put my direct link to download my modified versions Kodi 15 alpha. (only * .exe file)
In Kodi I rewrote part of PVR,-EPG the rest is yours. (Compile for windows 17/01/2015)
Image
Change the folder XBMC / epg (some files) , guiinfomanager.h and guiinfomanager.cpp.
With these changes I adapted addon simpleiptv (Afedecin version 15.0.1) to retrieve data from epg.xml
I just want to show you and rest of Kodi fan that Kodi PVR have more "Info Power" Smile
EPG8.db with new tags
-Actor
-Director
-Writer
-OriginalTitle
-ShowID
-YearEPG
-IconPath (just change gui to show this in every window,not only in DialogPVRGuideInfo.xml)
-EpisodeName (just change gui to show this in every window)
Image
If somebody want to create pull request from team-Kodi I will send you my files to change personal git and create pull request.
I was testing this more then 3 month,import epg for Kodi pvr is teany slower with new improvements,but what I see for info is magnificant.
Thak you for your time
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#12
(2014-11-26, 15:42)Hedda Wrote:
(2014-11-15, 22:45)Angelinas Wrote:
(2014-09-23, 20:13)Jönke Wrote: Whats the status of this pr https://github.com/xbmc/xbmc/pull/4824 ?
I close this pull,becouse dushmaniac doesent want to chage API .Why is he so negativ ,realy dont know
Do not close the pull request. Maybe it was lost in translation but I am pretty sure that you misundertood him. He was not negative with his comment, and they did not reject your pull request. They just meant that they have to delay the merging of it until after the current feature freeze is lifted.

http://kodi.tv/kodi-14-0-code-name-helix...re-freeze/

You have to understand that Kodi version 14.0 (Helix) is in a feature freeze stage right now in its development life cycle, and that feature freeze is only ongoing right now, and that means that currently only bug fixes are accepted to be merged right now. So they can not currently merge any code that changes or adds a feature or functions that require an API version bump. But they can add it later after the current feature freeze is over.

http://en.wikipedia.org/wiki/Freeze_(sof...gineering)

Feature freeze is just standard practice for all software development process as part of an application's release lifecycle. And you just have to be patient and wait until the feature freeze is lifted which it will when Kodi version 14.0 (Helix) is released.

http://en.wikipedia.org/wiki/Software_re...life_cycle

Again, no one was negative here. You just misunderstood the reason for the delay. Maybe because of the languge barrier. All it was is the timing, and you can still work on your code to improve it while you wait for the feature freeze to finish.

Also checkout there posts about previous release cycle with code freezes

http://kodi.tv/tag/release-cycle/

Be patient and happy coding, thanks and wish you the best for this work!
@Angelinas, have you tried re-opening pull request #4824 now? https://github.com/xbmc/xbmc/pull/4824

It might be worth doing so now as Kodi 14 Helix is out, which should mean an end this feature freeze.

I would suggesting re-opening and bumping pull request #4824 or creating a new pull request now.
Reply
#13
Yes please do !
Reply
#14
+1
Reply
#15
Please. Very interested in this feature.
Reply

Logout Mark Read Team Forum Stats Members Help
How would you like to look your EPG ?0