[WebService] General Media Access Webservice (1 Viewer)

Oxan

Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Mike, DieBagger: we currently have 4 respectively 5 artist properties in WebMusicAlbum and WebMusicTrack, while we read only fields from the database (strAlbum and strAlbumArtist). I think it's better to change both classes to have only one 2 artist properties: string[] AlbumArtist and string[] Artist. Maybe the string value can be kept too, but it's completely duplicate information.
    Also, do you use any other communication channel besides the forum for questions like this?
     

    Mike Lowrey

    Portal Pro
    February 4, 2009
    638
    124
    Berlin
    Home Country
    Germany Germany
    Yes that's crap ;) The main problem are the different naming conventions... Most media center use AlbumArtist as "main artist" field others use Artist...
    My idea is to use string[]Artist, string[]AlbumArtist and string shortedAlbumArtist (which is only the first albumArtist)

    Our channels are windows live messenger and the forum :)
     

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Yes that's crap ;) The main problem are the different naming conventions... Most media center use AlbumArtist as "main artist" field others use Artist...
    My idea is to use string[]Artist, string[]AlbumArtist and string shortedAlbumArtist (which is only the first albumArtist)

    Our channels are windows live messenger and the forum :)
    Well, I don't think we have to worry about which is used as the "main artist" as long as we pass both. I believe for searching we already use AlbumArtist, which I think makes sense. I think your idea makes sense too, so implementing it :)
     

    dirki1972

    Portal Pro
    July 23, 2007
    217
    16
    Home Country
    Germany Germany
    AW: [WebService] General Media Access Webservice

    hi,

    i use this tool with ampdroid and i have a problem.

    if i try to open this link "http://localhost:44321/GmaWebService...sort=0&order=0" i get a empty website.
    all other test links work fine for me only the music not.

    whats wrong?

    regards
    dirk
     

    Mike Lowrey

    Portal Pro
    February 4, 2009
    638
    124
    Berlin
    Home Country
    Germany Germany
    Which link are you using? The one you've posted isn't correct.

    Have you already tried to change the path to your music database?
     

    dirki1972

    Portal Pro
    July 23, 2007
    217
    16
    Home Country
    Germany Germany
    AW: [WebService] General Media Access Webservice

    i use this link:

    "http://localhost:44321/GmaWebService/MediaAccessService/json/GetAllAlbums?sort=0&order=0"

    regards
    dirk
     

    dirki1972

    Portal Pro
    July 23, 2007
    217
    16
    Home Country
    Germany Germany
    AW: [WebService] General Media Access Webservice

    yes. i use MusicDatabaseV12.db3 and my database filesize is about 25 MB.

    regards
    Dirk
     

    Users who are viewing this thread

    Top Bottom