Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Development > Application Development > Application Requests

Application Requests Request Apps or provide ideas for the devs here.



Reply
 
LinkBack Thread Tools
Old June 29th, 2010, 11:47 AM   #1 (permalink)
Junior Member
 
Join Date: Jun 2010
Posts: 22
 
Device(s): Storm 1 - > Dinc order date 6/8; ETA 6/29; Shipped ???
Thanks: 0
Thanked 4 Times in 3 Posts
Default Massive amounts of live concert streamable music: LIVE MUSIC ARCHIVE APP

I wish I could do this but I cannot.

etree and live music archive has thousands of artists and even more live shows that you can stream and download on your computer. Check it out, Free Music : Download & Streaming : Live Music Archive : Internet Archive, it is pretty amazing. The iPhone has a fantastic application that allows you to stream all of these shows, Hippyotamus - Music Archive . I was just wondering if there is anything like this and if not, there really should be, because it is a wealth of awesome live music

I seriously can not stress the awesomeness of this website. Check it out, see if you like any of the music, if you are a Grateful Dead fan then you are going to be in absolute la la land. Anyways, I would love to hear back from anyone willing to work on this.

TheDude782 is offline  
Reply With Quote
Sponsors
Old July 13th, 2010, 11:12 AM   #2 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 11
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default I'm down Lets do this!

You still want this app? I'm all about it. I checked out the live music archive, and all I can say is wow, thanks for letting me know about this. I had no idea of its existence. Now, lets get an app for the android for this. I'm starting to code the html parsers and backend classes needed to make this happen. Once thats done, I'll have to design the front end. I'm thinking I can have this in a crude beta in a week's time. Will keep everyone interested in the app up to date via this post thread.

Later,

Lyso

ps.. oh yeah, it will be free.
Lysogen is offline  
Reply With Quote
Old July 21st, 2010, 11:28 AM   #3 (permalink)
New Member
 
Join Date: Jun 2010
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Curious

How is your progress coming with the app?
Hhjack is offline  
Reply With Quote
Old July 24th, 2010, 09:37 AM   #4 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 11
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Its fully functional! But ugly

So far its fully functional, but very ugly. I'm currently done unit testing and am in the middle of prettying up the ui and integration testing (integration across the activities, not with archive.org). I'm also considering adding a bunch of functionality before releasing for beta testing. Stuff like favorites, skins, etc. NOW IS YOUR CHANCE TO SUGGEST functionality you would like to see in the app. Heres a complete list of whats done so far:

While writing the app, instead of writing specific code to handle just the live music archive, i ended up writing a parsing engine.

SO we have an abstract factory for parsers (each datapage that gets scrapped has its own parser defintion). The parsing is done via regular expressions and groups rather than dom or sax, etc. I can parse 3000+ bands and bind that data to the listview in under 300 milliseconds. VERY EFFICIENT.

I cache the band listing in sqllite, using a data access layer I wrote (again wrote it not specific to live music but rather a framework for data storage) The data can be refreshed at any time.

I also wrote a custom display adapter with sorting, etc. Its, again, more of a framework than specific to live music archive.

So as you can see, I ended up writing re-usable frameworks for large portions of the app, and I'm still refactoring so that i can reuse much of this code for other apps or to easily extend/add functionality w/o any huge maintainance issues.

See screenshot.

EDIT: adding link to screenshot, also was in Wash DC for 4 days so i didn't really have time to dedicate to the UI yet.


Lysogen is offline  
Last edited by Lysogen; July 24th, 2010 at 12:47 PM. Reason: ss added
Reply With Quote
Old July 24th, 2010, 12:47 PM   #5 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 11
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

http://picasaweb.google.com/lh/photo/J1vhf4N9NjBorr05HyQ-wQ?feat=directlink
Lysogen is offline  
Reply With Quote
Old July 24th, 2010, 03:16 PM   #6 (permalink)
New Member
 
Join Date: Jun 2010
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Thanks for your hard work!

Will you be able to sort the shows through years and average ratings?

Looking forward to this app!
Hhjack is offline  
Reply With Quote
Old July 24th, 2010, 04:23 PM   #7 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 11
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Yes!

Yes I have it sorting by Ratings, Number of Downloads, Date of show, or Date added to etree/live archive.

private final static String VENUE_LIST_SORT_SUFFIX_RATING = "&sort=-avg_rating%3B-num_reviews";
private final static String VENUE_LIST_SORT_SUFFIX_DOWNLOADS = "&sort=-downloads";
private final static String VENUE_LIST_SORT_SUFFIX_DATE = "&sort=-date";
private final static String VENUE_LIST_SORT_SUFFIX_DATEADDED = "&sort=-publicdate";
Lysogen is offline  
Reply With Quote
Old July 31st, 2010, 10:05 AM   #8 (permalink)
New Member
 
Join Date: Jun 2010
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Looks good.

Everything I could ask for with this app.
Hhjack is offline  
Reply With Quote
Old August 10th, 2010, 11:12 AM   #9 (permalink)
Junior Member
 
Join Date: Jun 2010
Posts: 22
 
Device(s): Storm 1 - > Dinc order date 6/8; ETA 6/29; Shipped ???
Thanks: 0
Thanked 4 Times in 3 Posts
Default

Dude, the app is great right now! Just what I was looking for. However, there is one glaring issue that is bothering me. The band, moe., is missing from your list entirely. They are a crucial part of the archive.....shit....they may have the most shows up there after the Dead. Anyways, I would love to see them on the app and I will probably never stop using this.


Also, is there a way to make the application run in the background?
TheDude782 is offline  
Reply With Quote
Old August 20th, 2010, 03:29 PM   #10 (permalink)
Member
 
Join Date: Jun 2010
Posts: 326
 
Device(s): HTC Incredible,LG Optimus V
Thanks: 21
Thanked 48 Times in 35 Posts
Default

Is your app out yet?

Live Music for Android BETA v1.0 BETA 2 Application for Android | Multimedia

This is the only one I know of, just found it today...but as yet no searching or favorite-ing which I'd love to do.
lizm is offline  
Reply With Quote
Sponsors
Old October 8th, 2010, 08:02 PM   #11 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 11
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Well give it a go please

After not working on this for almost 2 months, I've decided to release it anyway.. Its almost feature complete.. Searching bands, sorting concerts, you can favorite bands, concerts, or songs. Please use the menu and "long" click context menus for easy usage. Hopefully you'll all be pleased. I need help finding bugs though. I've been using it at work almost daily with no really big issues (sometimes the sort asc gets confused with sort desc) but nothing that would make the app not work. I'm only testing on a DROID 1, so hopefully you others are able to test better on different devices. Either search market for Live Music Android or click the following links on your phone.



OR


Click here on your phone: market://details?id=org.rucco.lma

PLEASE REPORT BUGS SO I CAN MAKE THIS APP WORTHY OF COOLNESS.

PS PERFORMANCE MY VARY SO I NEED TO KNOW PLEASE IF ITS TOO SLOW OR WHATEVER, its ok on my device but let me know about yours.
Lysogen is offline  
Reply With Quote
Old October 8th, 2010, 08:05 PM   #12 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 11
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Oh no, someone else made one too lol

Quote:
Originally Posted by lizm View Post
Is your app out yet?

Live Music for Android BETA v1.0 BETA 2 Application for Android | Multimedia

This is the only one I know of, just found it today...but as yet no searching or favorite-ing which I'd love to do.


I'm not sure who that is, my app is different. Please try mine and let me know if its any better than that one. If not oh well, at least we now have 2 to pick from.
Lysogen is offline  
Reply With Quote
Old October 8th, 2010, 08:13 PM   #13 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 11
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default My other app shows MOE

Quote:
Originally Posted by TheDude782 View Post
Dude, the app is great right now! Just what I was looking for. However, there is one glaring issue that is bothering me. The band, moe., is missing from your list entirely. They are a crucial part of the archive.....shit....they may have the most shows up there after the Dead. Anyways, I would love to see them on the app and I will probably never stop using this.


Also, is there a way to make the application run in the background?

Hey check out my app, it runs in the background and has MOE!!

Plus you can save MOE to you favorite artists list and never have to search it again.. they go favorite your favorite moe concerts.. weee let me know if you have any bugs or issues running the app. ITS IN BETA FORM
Lysogen is offline  
Reply With Quote
Old October 13th, 2010, 08:15 PM   #14 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 11
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello guys, I'm the creator of the Live Music Archive App.. I've created another called Phish Shows Android, which is just that. Hope you like it. Its in BETA form so expect and error here or there.

Heres a link for your android device:

market://details?id=org.rucco.psa

Let me know if you like it.. or hate it =)
Lysogen is offline  
Reply With Quote
Old October 13th, 2010, 09:59 PM   #15 (permalink)
Junior Member
 
Join Date: Jun 2010
Posts: 89
 
Device(s):
Thanks: 5
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by Lysogen View Post
Hello guys, I'm the creator of the Live Music Archive App.. I've created another called Phish Shows Android, which is just that. Hope you like it. Its in BETA form so expect and error here or there.

Heres a link for your android device:

market://details?id=org.rucco.psa

Let me know if you like it.. or hate it =)

Thanks man!! Just downloaded both the live music app and the phish shows app.

Both are working great on my Incredible.

Only thing I would change is the ability to sort by year. So when you click on a band it doesn't go straight to all their shows, it goes to a page of years and you can click on a year, then it goes to all shows from that year.

edit, I see you have this for the phish shows but not for the Archive. I guess that would be a lot of work.
scooz16 is offline  
Reply With Quote
Reply

Bookmarks


Go Back   Android Forums > Android Development > Application Development > Application Requests User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Post ur best Music Widgets / Live Wallpaper mitchellvii EVO 4G - Tips and Tricks 4 September 4th, 2010 08:09 PM
dialer using massive amounts of batt whtge8 HTC EVO 4G 0 July 10th, 2010 12:56 PM
Who would like a massive collection of live concerts streamed to their droid phone? TheDude782 Android Applications 8 June 29th, 2010 09:50 PM
Evo downloading massive amounts of data andrew12090 HTC EVO 4G 17 June 14th, 2010 10:57 PM



All times are GMT -5. The time now is 02:48 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo