acun Wrote:can u give us an example of the script?
i can't make it work
thank you
Read this:
http://trac.xbmc.org/ticket/5659
stacked
Skilled Python Coder Joined: Jun 2007 Reputation: 17 |
2009-01-16 22:05
Post: #11
acun Wrote:can u give us an example of the script? Read this: http://trac.xbmc.org/ticket/5659 |
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2009-01-21 07:06
Post: #12
@BlueCop, were you ever able to get rtmpdump working?
I keep getting perl errors. First it was that I didn't have simple.pm, so I googled that and stuck it where perl is installed, then I get this : Code: rwparris2@rwparris2:~/rtmpdump$ ./get_hulu http://www.hulu.com/watch/48466/30-rock-christmas-special 1Gamester17 Wrote:Really? I see no note crediting XBMC nor Boxee for the source code? It credits boxee in the readme Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-01-21 12:05
Post: #13
after me requesting it as i said further up. COPYING is also in place
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
mr.b
Senior Member Posts: 165 Joined: May 2007 Reputation: 0 |
2009-01-22 00:48
Post: #14
rwparris,
Try adding perl modules like so: Code: sudo perl -MCPAN -e shellonce the shell does its autosetup stuff you'll be given a command prompt. for XML::Simple, you do: Code: install XML::Simpleit'll download, compile, install for you... then exit shell and try again.. if it fails, it'll likely be something else... you just keep on until you meet the dependencies. Worked for me
|
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2009-01-22 02:55
Post: #15
mr.b Wrote:rwparris, I got it earlier w/ help from BlueCop, thank you. Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |