chen870647924 / xot-uzg

Automatically exported from code.google.com/p/xot-uzg
0 stars 0 forks source link

uitzendinggemist.v2.7.0b6 - GTST (RTL4578) is not playing #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to RTL4578
2. Select GTST (Goede Tijden Slechte Tijden)
3. Select one of the episodes

>What is the expected output? What do you see instead?
Episode should be playing. Nothing happens

>What version of the product are you using? On what operating system?
uitzendinggemist.v2.7.0b6

Original issue reported on code.google.com by b...@ic-prog.com on 8 Oct 2007 at 2:10

GoogleCodeExporter commented 9 years ago
This is a problem with the regular expressions. Please replace the current
self.MediaUlrRegex with this one:

self.mediaUrlRegex = 
'<item>\W*<file>\W*([^>]*)\W*</file>\W*<bandwidth>(\d+)</bandwidth>'

The fix will be included in the next future version.

Original comment by basrie...@gmail.com on 8 Oct 2007 at 4:31

GoogleCodeExporter commented 9 years ago
Thanks for this.
In what file should this line be replaced?

Rgs H2Deetoo,

Original comment by b...@ic-prog.com on 9 Oct 2007 at 7:06

GoogleCodeExporter commented 9 years ago
In the \channels\rtl\chn_rtl.py file

Original comment by basrie...@gmail.com on 9 Oct 2007 at 10:08

GoogleCodeExporter commented 9 years ago
Changed status to Done

Original comment by basrie...@gmail.com on 24 Jun 2012 at 11:42