home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
[PATCH] Display Episode Number in TVGuide
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="hkjensen" data-source="post: 398395" data-attributes="member: 52267"><p>Hi All</p><p></p><p>I have made some modifications to handling of episodeNumber in TVGuide, MiniTvGuide, RecordedTV and Record</p><p></p><p>- The episode number i displayed in () after the Title in the TVGuide,MiniGuide, RecordedTV and Record</p><p> In Record one can see the epsiodeNumber so that the same show i not recorded twice.</p><p></p><p>- Recordings are group under Title and displayed with episodenumber</p><p></p><p>- The episodeNumber and seriesNumber are saved in the TAG for recordings if recording should be imported later</p><p>[CODE]<?xml version="1.0" encoding="UTF-8"?></p><p><tags></p><p> <tag></p><p> <SimpleTag></p><p> <name>TITLE</name></p><p> <value>Kylie's All Time Top 40 </value></p><p> </SimpleTag></p><p> <SimpleTag></p><p> <name>COMMENT</name></p><p> <value>Pop/rockVi fejrer Kylies 40 års fødselsdag med en nedtælling af hendes 40 bedste hits.</p><p>rock/pop</value></p><p> </SimpleTag></p><p> <SimpleTag></p><p> <name>GENRE</name></p><p> <value>rock/pop</value></p><p> </SimpleTag></p><p> <SimpleTag></p><p> <name>CHANNEL_NAME</name></p><p> <value>VH1</value></p><p> </SimpleTag></p><p> <SimpleTag></p><p> <name>EPISODENUM</name></p><p> <value>1</value></p><p> </SimpleTag></p><p> <SimpleTag></p><p> <name>SERIESNUM</name></p><p> <value></value></p><p> </SimpleTag></p><p> </tag></p><p></tags>[/CODE]</p><p></p><p>- Added edisodeNum and seriesNum to table Recordings </p><p></p><p>- Modified parsing of episodeNum in XMLTVimport to not discard bad formated episodenumbers (EX: part 1 of 3)</p><p></p><p>- Modified VirtualDirectory to not display extensions for disc-images (*.iso)</p><p></p><p>patch for latest svn 22029</p></blockquote><p></p>
[QUOTE="hkjensen, post: 398395, member: 52267"] 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>[/CODE] - 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
[PATCH] Display Episode Number in TVGuide
Contact us
RSS
Top
Bottom