[PATCH] Display Episode Number in TVGuide (1 Viewer)

hkjensen

MP Donator
  • Premium Supporter
  • June 11, 2007
    165
    65
    Copenhagen
    Home Country
    Denmark Denmark
    Hi All

    I have made some modifications to handling of episodeNumber in TVGuide, MiniTvGuide, RecordedTV and Record

    - The episode number i displayed in () after the Title in the TVGuide,MiniGuide, RecordedTV and Record
    In Record one can see the epsiodeNumber so that the same show i not recorded twice.

    - Recordings are group under Title and displayed with episodenumber

    - The episodeNumber and seriesNumber are saved in the TAG for recordings if recording should be imported later
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <tags>
      <tag>
        <SimpleTag>
          <name>TITLE</name>
          <value>Kylie's All Time Top 40 </value>
        </SimpleTag>
        <SimpleTag>
          <name>COMMENT</name>
          <value>Pop/rockVi fejrer Kylies 40 års fødselsdag med en nedtælling af hendes 40 bedste hits.
    rock/pop</value>
        </SimpleTag>
        <SimpleTag>
          <name>GENRE</name>
          <value>rock/pop</value>
        </SimpleTag>
        <SimpleTag>
          <name>CHANNEL_NAME</name>
          <value>VH1</value>
        </SimpleTag>
        <SimpleTag>
          <name>EPISODENUM</name>
          <value>1</value>
        </SimpleTag>
        <SimpleTag>
          <name>SERIESNUM</name>
          <value></value>
        </SimpleTag>
      </tag>
    </tags>

    - Added edisodeNum and seriesNum to table Recordings

    - Modified parsing of episodeNum in XMLTVimport to not discard bad formated episodenumbers (EX: part 1 of 3)

    - Modified VirtualDirectory to not display extensions for disc-images (*.iso)

    patch for latest svn 22029
     

    Attachments

    • MiniTVGuide.PNG
      MiniTVGuide.PNG
      188.8 KB
    • RecordedTV1.PNG
      RecordedTV1.PNG
      258.3 KB
    • RecordedTV2.PNG
      RecordedTV2.PNG
      257.1 KB
    • TVGuide.PNG
      TVGuide.PNG
      196.1 KB
    • Record.PNG
      Record.PNG
      288.9 KB
    • TV3-episodes.patch
      30.6 KB
    • MediaPortal.patch
      30.6 KB
    • recordings.sql.txt
      30.6 KB

    Users who are viewing this thread

    Top Bottom