Requested by waverz . (Sorry it took me so long, I had it 90% done like two weeks ago then forgot about it until I was cleaning out some files on my computer.)
download from http://code.google.com/p/rwparris2-xbmc-...loads/list
Note that some bands listed with only one entry actually only have 'collections' (whatever that is) so when you click on them you'll get a blank directory. I may add some sort of error handling in the future to notify you why nothing is there, but at the moment that isn't likely.
Also note that some shows don't have an XML file associated with them. I don't know why, but those won't work because I don't have a good way to pull out the info.
Aside from that, if you notice any bugs and/or have feature requests let me know in this thread and I'll get them fixed up.
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
|
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-08-03 16:07
Post: #2
|
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-08-05 01:47
Post: #3
Is this working for anyone? 20 downloads and zero comments make me a sad panda.
|
| find quote |
waverz
Member Posts: 57 Joined: Jul 2007 Reputation: 0 |
2008-08-05 04:52
Post: #4
Cool dude, i thought you forgot about me, i have it working here!! Not the prettiest thing in the world but it does what i wanted it to do for sure.
Thanks a ton man!! |
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-08-05 05:21
Post: #5
Any suggestions on how to make it "prettier" ? Aside from a bit of minimal testing, I've only used the plugin for two bands so there may be some stuff that I didn't notice.
I'm pretty new to plugins so ALL feedback is welcome. |
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-08-24 07:20
Post: #6
Archive.org changed their site. Updated plugin to work with them (and fixed that stupid <span class=searchTerm> thing)
When using this, keep in mind that archive.org will sometimes just not serve up files. So if you click on something and then it doesn't load anything and kicks you out of the directory, just try again. And if a file doesn't work with mplayer, try paplayer (context>play with...>paplayer). It seemed to work better on than the default on some files. download from the site in my sig or use the xbmc addons installer. 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 |
ChinaRider
Junior Member Joined: Oct 2008 Reputation: 0 |
2009-02-24 17:45
Post: #7
I downloaded the live music archive plugin and installed to my xbox xbmc.
When I go to the music plugins menu, I see the plugin and clicking on it gives me the ability to drill down to the artist / band level. However, every artist that I've tried clicking on results in a screen with nothing to choose from, only a '..' up arrow to return to the previous menu. I've even verified that the artists I'm choosing have actual performances in the archive online. For example, I chose the band '2me' and they have three performances available for streaming or download. But on the xbmc plugin, it just shows me an empty directory. What am I missing here? |
| find quote |
flacnvinyl
Member Posts: 53 Joined: Nov 2008 Reputation: 2 |
2009-02-25 01:27
Post: #8
Same problem here.
|
| find quote |
tylerh
Junior Member Posts: 2 Joined: Jun 2009 Reputation: 0 |
2009-06-08 23:38
Post: #9
I had the same problem. I tweaked the default.py script slightly and got it to work. Thanks rwparris for building the plugin!!!
Here's the fix I made: 1: Open the default.py file (from the Live Music Archive folder) in your text editor 2: Change line 56 to the following (one Tab in front): Code: p=re.compile('<li><a href="(.+?)">(.+?)</a>.+?<a href="(.+?)">(.+?)</a>')Code: addDir(bandList[i][1]+' ('+bandList[i][3]+')',bandList[i][2],4)4: Change line 88 to the following (two Tabs in front): Code: p=re.compile('href="(.+?)">.*(Live at.+?)</a>')Now your band list should include the # of shows that are available, and they should work when you select them. If you prefer not to see the # of shows, change line 79 to the following instead of the code listed in step 3 above (still two Tabs in front): Code: addDir(bandList[i][1],bandList[i][2],4)It seems the necessary link moved from the band's name to the (# shows) link. I just had to tweak the regular expression, and the handling to match. Also, fixed the line in Step 4 which was breaking some show lists. Remaining issue: The plug-in works for me now with all the individual file types, but not with the m3u playlists. XBMC says there's an error, but no details, and I'm TOTALLY new to python and xbmc plugins - although I did play around with it a little with no success. Maybe someone else (rwparris, maybe?) has ideas as to why it chokes on building links for the m3u playlists? Here is the full default.py file, in case you have difficulty finding the specific lines and want to just replace the whole thing: [INCLUDES LATER EDIT FOR SHOW LIST CORRECTION] Code: #Live Music Archive (archive.org) default.py
(This post was last modified: 2009-06-09 02:03 by tylerh.)
|
| find quote |
w3__
Senior Member Posts: 146 Joined: Jul 2008 Reputation: 0 |
2009-06-09 01:22
Post: #10
Yo, awesome! Can you guys put this into svn repo?
|
| find quote |

Search
Help