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
MediaPortal 1 Plugins
New Tool: MPEpisodeNumberGenerator adds series and episode numbers to all episodes in epg
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="oli-ver" data-source="post: 1128241" data-attributes="member: 121228"><p>Hello!</p><p></p><p>I have developed a litte Java based tool to add series and episode numbers to all episodes listed in MediaPortal's epg (tested with version 1.10). This approach is slightly different from the tool provided by disaster123 in this thread: <a href="https://forum.team-mediaportal.com/threads/new-tool-episodescanner-adds-series-and-episodenumbers-to-your-mp-or-4tr-epg.76220/" target="_blank">https://forum.team-mediaportal.com/threads/new-tool-episodescanner-adds-series-and-episodenumbers-to-your-mp-or-4tr-epg.76220/.</a></p><p></p><p>Episodescanner scans the epg to find series and episode numbers for already scheduled programs. The new tool generates these numbers for everything it can find in the database. This is done by using two data sources:</p><p>1. TheTvDb.com api</p><p>2. The text of the epg (currently only tested with german epg data by TV Movie)</p><p></p><p>This has the advantage that TvWishList will not schedule any episodes of seasons you do not need, if you configured season and episode numbers in TvWishList. I had always problems with that until I startetd to develop and use this application some days ago. You will find the first release ("pre-release") attached here and an installation description and all following releases on Github (English and German description):</p><p></p><p><a href="https://github.com/oli-ver/MPEpisodeNumberGenerator" target="_blank">https://github.com/oli-ver/MPEpisodeNumberGenerator</a></p><p></p><p>Please let me know, if this tool is something you need and if it works with your MediaPortal as well. If you want to you are welcome to contribute to the project on github!</p><p></p><p>Kind regards</p><p></p><p>Oliver</p><p></p><p>--</p><p>05-16-2016 Release <a href="https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.2.2" target="_blank">MPEpisodeNumberGenerator 1.2.2</a></p><p>When starting and ending the application system messages are displayed</p><p></p><p>24.01.2016 Release <a href="https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.2.1" target="_blank">MPEpisodeNumberGenerator 1.2.1</a></p><p>Will only store the last 10 database backups (oldest backups will be deleted, new Property "backupcount" defaults to 10)</p><p>Implemented new properties "seriesofflineonly" and "seriesonlineonly" to make it possible to resolve a series only offline or only online (needed if episode number data in thetvdb an in the epg differ)</p><p>If data from a thetvdb URL could not be fetched the application tries three times and proceeds with the next episode, if no data could be loaded after the third try</p><p></p><p>19.01.2016 Release <a href="https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.2.0" target="_blank">MPEpisodeNumberGenerator 1.2.0</a></p><p>Offline mode is now used before thetvdb scan (speedup the process)</p><p>Added dialogue to initially create the configuration</p><p>Updated the build process to build a episodescanner.exe. The executable will be provided additionally with all future releases</p><p>Added build script to github to make it possible for everyone to build the application</p><p></p><p>15.03.2015 - Release <a href="https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.0.1" target="_blank">MPEpisodeNumberGenerator 1.0.1</a></p><p>Fixed Nullpointer Exception in Updates class</p><p></p><p>16.03.2015 - Release <a href="https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.0.1" target="_blank">MPEpisodeNumberGenerator 1.0.1 </a></p><p>Rebuilt Package because of compile errors</p></blockquote><p></p>
[QUOTE="oli-ver, post: 1128241, member: 121228"] Hello! I have developed a litte Java based tool to add series and episode numbers to all episodes listed in MediaPortal's epg (tested with version 1.10). This approach is slightly different from the tool provided by disaster123 in this thread: [URL='https://forum.team-mediaportal.com/threads/new-tool-episodescanner-adds-series-and-episodenumbers-to-your-mp-or-4tr-epg.76220/']https://forum.team-mediaportal.com/threads/new-tool-episodescanner-adds-series-and-episodenumbers-to-your-mp-or-4tr-epg.76220/.[/URL] Episodescanner scans the epg to find series and episode numbers for already scheduled programs. The new tool generates these numbers for everything it can find in the database. This is done by using two data sources: 1. TheTvDb.com api 2. The text of the epg (currently only tested with german epg data by TV Movie) This has the advantage that TvWishList will not schedule any episodes of seasons you do not need, if you configured season and episode numbers in TvWishList. I had always problems with that until I startetd to develop and use this application some days ago. You will find the first release ("pre-release") attached here and an installation description and all following releases on Github (English and German description): [URL]https://github.com/oli-ver/MPEpisodeNumberGenerator[/URL] Please let me know, if this tool is something you need and if it works with your MediaPortal as well. If you want to you are welcome to contribute to the project on github! Kind regards Oliver -- 05-16-2016 Release [URL='https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.2.2']MPEpisodeNumberGenerator 1.2.2[/URL] When starting and ending the application system messages are displayed 24.01.2016 Release [URL='https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.2.1']MPEpisodeNumberGenerator 1.2.1[/URL] Will only store the last 10 database backups (oldest backups will be deleted, new Property "backupcount" defaults to 10) Implemented new properties "seriesofflineonly" and "seriesonlineonly" to make it possible to resolve a series only offline or only online (needed if episode number data in thetvdb an in the epg differ) If data from a thetvdb URL could not be fetched the application tries three times and proceeds with the next episode, if no data could be loaded after the third try 19.01.2016 Release [URL='https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.2.0']MPEpisodeNumberGenerator 1.2.0[/URL] Offline mode is now used before thetvdb scan (speedup the process) Added dialogue to initially create the configuration Updated the build process to build a episodescanner.exe. The executable will be provided additionally with all future releases Added build script to github to make it possible for everyone to build the application 15.03.2015 - Release [URL='https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.0.1']MPEpisodeNumberGenerator 1.0.1[/URL] Fixed Nullpointer Exception in Updates class 16.03.2015 - Release [URL='https://github.com/oli-ver/MPEpisodeNumberGenerator/releases/tag/1.0.1']MPEpisodeNumberGenerator 1.0.1 [/URL] Rebuilt Package because of compile errors [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
New Tool: MPEpisodeNumberGenerator adds series and episode numbers to all episodes in epg
Contact us
RSS
Top
Bottom