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
Support
Electronic Program Guide
xmlTV
WebGrab+Plus a new xmltv grabber
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="Christoph21x" data-source="post: 1112771" data-attributes="member: 88026"><p>In the meantime I extended & adjusted the TVSpielfilm file accordingly.</p><p>Please read:</p><p>* @Revision 5 - [30/11/2014] Christoph21x</p><p>* THIS REVISION IS DUE TO USER REQUEST AND AN ALPHA and ONLY PARTLY TESTED</p><p>* PLEASE SEE ESPECIALLY README's CONSTRAINTS and RECOMMENDATIONS</p><p>* switch-over to xmltv_ns for episodesystem/episode_num</p><p>* altered reading of season/episode scrubbing acc. to divers site layouts</p><p>* text "(Staffel #s, Folge #e)" is added to description</p><p>* format: "#S.#E.#P" (S = season, E = episode, P = part) - no leading zeros</p><p>* numbers zero-based</p><p>* multi-episodes not supported</p><p>* part number (of a broadcast) not supported</p><p></p><p>Dear All</p><p>All of a sudden, TVToday.ini is not working anymore as per 2014-12-02 00:00h</p><p>This is valid for MOST of the channels - but not all.</p><p>I couldn't find the reason and/or difference between the working and non-working channels.</p><p></p><p>That brought me to a sudden extenson of the TVSpielfilm.de.ini file due to following reasons:</p><p>1. Users of TVToday.de can very easily change the settings towards using TVSpielfilm.de</p><p> 1.1 Edit the file "WebGrab++.config.xml" under "\ProgramData\ServerCare\WebGrab\" simply through</p><p> Search & Replace: Search "tvtoday.de" and replace (all) by "tvspielfilm.de"</p><p> The channels all follow the same calling convention (identifier).</p><p> 1.2 All channels available under TVToday.de are also available under TVSpielfilm.de</p><p>2. In order to have a compatibility between the (old) TVSpielfilm.de.in and TVToday.de.ini</p><p> I had to do some changes:</p><p> 2.1 Switching the episodenum system to "xmltv_ns" rather than "on_screen" (former Rev.)</p><p> That means - going from the text-based system to the numeric one which can be read</p><p> by numerous software directly & most of the enrichers.</p><p> And it can name the recorded file accordingly (if supported as in Argus TV).</p><p> 2.2 Adding the text "(Staffel #s, Folge #e)" to the description at the end of it.</p><p> This can be used by e.g. Argus TV in recording schedules to only schedule explicit</p><p> Seasons and/or episodes</p><p></p><p>PLEASE NOTE</p><p>- The .ini is NOT enough tested by now. Please consider it as a draft, an early ALPHA</p><p>- If you have any schedules relying on the "on-screen" episode numbering system, the new version</p><p> can create trouble and make your schedules void.</p><p> This is most unprobable, as I don't know any of the schedulers who can work with on_schreen</p><p> numbering system</p><p></p><p>CONSTRAINTS</p><p>- The Website TVSpielfilm.de has - other than TVToday.de - a very slow response time</p><p> - Your grab will take by far longer as with TVToday.de (calculate 3-times upto 5-times the time)</p><p> - Adopt the task scheduler accordingly, start it earlier, adopt your system, if needed</p><p> - Consider to reduce the number of grabbed days drastically, e.g. from 14 to 4 or 5</p><p>- Increase the timeout set withing the WebGrab++ Config file</p><p> "WebGrab++.config.xml" under "\ProgramData\ServerCare\WebGrab\" by:</p><p> <retry time-out="5">5</retry></p><p> (My original setting was <retry time-out="2">5</retry></p><p> So I increased the time-out from 2 to 5 seconds each.</p><p></p><p>RECOMMENDATION</p><p>- Set the user-agent string to the newest (here: firefox) software version, eg. Firefox 36:</p><p> <user-agent>Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0</user-agent></p><p></p><p>Kind regards from Switzerland & I hope I could assist you -</p><p>Chris alias Christoph21x</p><p>30.11.2014</p></blockquote><p></p>
[QUOTE="Christoph21x, post: 1112771, member: 88026"] In the meantime I extended & adjusted the TVSpielfilm file accordingly. Please read: * @Revision 5 - [30/11/2014] Christoph21x * THIS REVISION IS DUE TO USER REQUEST AND AN ALPHA and ONLY PARTLY TESTED * PLEASE SEE ESPECIALLY README's CONSTRAINTS and RECOMMENDATIONS * switch-over to xmltv_ns for episodesystem/episode_num * altered reading of season/episode scrubbing acc. to divers site layouts * text "(Staffel #s, Folge #e)" is added to description * format: "#S.#E.#P" (S = season, E = episode, P = part) - no leading zeros * numbers zero-based * multi-episodes not supported * part number (of a broadcast) not supported Dear All All of a sudden, TVToday.ini is not working anymore as per 2014-12-02 00:00h This is valid for MOST of the channels - but not all. I couldn't find the reason and/or difference between the working and non-working channels. That brought me to a sudden extenson of the TVSpielfilm.de.ini file due to following reasons: 1. Users of TVToday.de can very easily change the settings towards using TVSpielfilm.de 1.1 Edit the file "WebGrab++.config.xml" under "\ProgramData\ServerCare\WebGrab\" simply through Search & Replace: Search "tvtoday.de" and replace (all) by "tvspielfilm.de" The channels all follow the same calling convention (identifier). 1.2 All channels available under TVToday.de are also available under TVSpielfilm.de 2. In order to have a compatibility between the (old) TVSpielfilm.de.in and TVToday.de.ini I had to do some changes: 2.1 Switching the episodenum system to "xmltv_ns" rather than "on_screen" (former Rev.) That means - going from the text-based system to the numeric one which can be read by numerous software directly & most of the enrichers. And it can name the recorded file accordingly (if supported as in Argus TV). 2.2 Adding the text "(Staffel #s, Folge #e)" to the description at the end of it. This can be used by e.g. Argus TV in recording schedules to only schedule explicit Seasons and/or episodes PLEASE NOTE - The .ini is NOT enough tested by now. Please consider it as a draft, an early ALPHA - If you have any schedules relying on the "on-screen" episode numbering system, the new version can create trouble and make your schedules void. This is most unprobable, as I don't know any of the schedulers who can work with on_schreen numbering system CONSTRAINTS - The Website TVSpielfilm.de has - other than TVToday.de - a very slow response time - Your grab will take by far longer as with TVToday.de (calculate 3-times upto 5-times the time) - Adopt the task scheduler accordingly, start it earlier, adopt your system, if needed - Consider to reduce the number of grabbed days drastically, e.g. from 14 to 4 or 5 - Increase the timeout set withing the WebGrab++ Config file "WebGrab++.config.xml" under "\ProgramData\ServerCare\WebGrab\" by: <retry time-out="5">5</retry> (My original setting was <retry time-out="2">5</retry> So I increased the time-out from 2 to 5 seconds each. RECOMMENDATION - Set the user-agent string to the newest (here: firefox) software version, eg. Firefox 36: <user-agent>Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0</user-agent> Kind regards from Switzerland & I hope I could assist you - Chris alias Christoph21x 30.11.2014 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Electronic Program Guide
xmlTV
WebGrab+Plus a new xmltv grabber
Contact us
RSS
Top
Bottom