Opened 10 years ago
Last modified 9 years ago
#47132 new submission
port submission: qarte
Reported by: | RJVB (René Bertin) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mkae (Marko Käning), kurthindenburg (Kurt Hindenburg) | |
Port: | qarte |
Description
qarte is a nice little interface that lists the videos currently available for replay (and download) on the Arte websites. It is based on PyKDE4 and uses rtmpdump for the actual downloading.
Attachments (3)
Change History (10)
Changed 10 years ago by RJVB (René Bertin)
Attachment: | fix_unicode_omissions.diff added |
---|
comment:1 Changed 10 years ago by RJVB (René Bertin)
Changed 10 years ago by RJVB (René Bertin)
Changed 10 years ago by RJVB (René Bertin)
Attachment: | fix_unicode_issues.diff added |
---|
comment:3 Changed 10 years ago by RJVB (René Bertin)
It seems I found a solution or workaround for the unicode decoding issue mentioned above.
comment:5 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
perhaps this should be in multimedia cat? Also where are you getting py27-pykde4 - I don't show it available.
comment:6 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
https://trac.macports.org/ticket/47125 is the ticket for py-pykde4
comment:7 Changed 9 years ago by RJVB (René Bertin)
Interested users can fetch/track the new version from
https://github.com/RJVB/macstrop/tree/master/python/qarte
until this port gets committed.
Note: See
TracTickets for help on using
tickets.
The main functions work, but I'd need some assistance with unicode issues. For instance, when clicking on a video that has an e-acute (é) at position 95, I see the following error:
In other words, I'm getting the iso-8859-1 encoding for 'é' (0xe9 = 233) . On Linux this apparently doesn't pose any problems. Does Python use a different default encoding on OS X (or under MacPorts)? The input string appears to be the same...