SourceForge.net
2011-08-02 19:22:48 UTC
Patches item #3135946, was opened at 2010-12-12 17:14
Message generated for change (Comment added) made by pojar-george
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3135946&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_huro
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: pojar george (pojar)
Assigned to: Nobody/Anonymous (nobody)
Summary: _huro: parse romanian episode numbers
Initial Comment:
Some channels have this information in port.ro
----------------------------------------------------------------------
Comment By: Pojar George (pojar-george)
Date: 2011-08-02 22:22
Message:
Easy to solve.
I made and posted patch.
----------------------------------------------------------------------
Comment By: Karl Dietz (dekarl)
Date: 2010-12-12 19:45
Message:
Well, I don't maintain _huro (it's orphaned at the moment as far as I know)
I'm just trying to help out with making all grabbers act more or less the
same.
The episode parsing needs some more work so it can handle all languages
each of the six (we support just 4) sites have. e.g. hu style episodes in
hu channels on the ro site.
If you come up with patches I can take a look and apply them, but I can't
really test additions for one site against breaking the other 5 as I don't
speak any of the 6 languages nor do I know the usual habits of tv stations
over there.
----------------------------------------------------------------------
Comment By: pojar george (pojar)
Date: 2010-12-12 19:22
Message:
dekarl
Maybe it is better to use all this information
Example:
from port.hu: <span class="ltxt"> (magyar filmsor., 207.
rész, 1995) </span>
from port.ro: <span class="ltxt"> (chil., 2006, s, , episodul
26) </span>
example for ROMANIAN:
==========================================================================================
+ ro => { episode => "episodul"
+ elsif (m/\s*(<span class=\"ltxt.*?$WORDS{$COUNTRY})+ [0-9]->{episode}/)
{ $episode = $1; }
==========================================================================================
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3135946&group_id=39046
Message generated for change (Comment added) made by pojar-george
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3135946&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_huro
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: pojar george (pojar)
Assigned to: Nobody/Anonymous (nobody)
Summary: _huro: parse romanian episode numbers
Initial Comment:
Some channels have this information in port.ro
----------------------------------------------------------------------
Comment By: Pojar George (pojar-george)
Date: 2011-08-02 22:22
Message:
Easy to solve.
I made and posted patch.
----------------------------------------------------------------------
Comment By: Karl Dietz (dekarl)
Date: 2010-12-12 19:45
Message:
Well, I don't maintain _huro (it's orphaned at the moment as far as I know)
I'm just trying to help out with making all grabbers act more or less the
same.
The episode parsing needs some more work so it can handle all languages
each of the six (we support just 4) sites have. e.g. hu style episodes in
hu channels on the ro site.
If you come up with patches I can take a look and apply them, but I can't
really test additions for one site against breaking the other 5 as I don't
speak any of the 6 languages nor do I know the usual habits of tv stations
over there.
----------------------------------------------------------------------
Comment By: pojar george (pojar)
Date: 2010-12-12 19:22
Message:
dekarl
Maybe it is better to use all this information
Example:
from port.hu: <span class="ltxt"> (magyar filmsor., 207.
rész, 1995) </span>
from port.ro: <span class="ltxt"> (chil., 2006, s, , episodul
26) </span>
example for ROMANIAN:
==========================================================================================
+ ro => { episode => "episodul"
+ elsif (m/\s*(<span class=\"ltxt.*?$WORDS{$COUNTRY})+ [0-9]->{episode}/)
{ $episode = $1; }
==========================================================================================
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3135946&group_id=39046