Reply to thread

AW: [Plugin] Android remote


Hi kiwijunglist,


I'm just working on the music part I already added the music database to my webservice.

so now


http://192.168.0.30:8200/db_music/artist.xml


will return artist like this


<Database>

 <Item>

  <Album>Shame-(UK_CDS)</Album>

  <Artist>Robbie_Williams_And_Gary_Barlow</Artist>

  <Title>shame</Title>

  <Genre>shame</Genre>

  <Year>shame</Year>

 </Item>

...

 <Item>

....

<Database>


So now I can do an implemtation on the Android. I thinking of a TAB styled browser so we can go by song, artist or genre ? and also browse the dirs directly. Not sure how to filter the results. If I call my webservice with no filter the result is huge. (a lot of artist) I will do some test how long the transfer takes...


Of couse I can now call the webservice also for genre or songs and add a filter if needed.


Lets see how we do the music part.


Android music part

-browsing database (by song/artist/genre)

-browing directories

-sending files/db entries to play list on the MP

-streaming to Android

-send to sd card on the Android


Thats not so far away. A couple things I do have mainly ready. Maybe the code is not very nice in the current state, but ehhh this is my first Java app. ;)


kroko


Top Bottom