title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 10 of 10

Thread: Will it? - Multiple Artists in WMA File

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Join Date
    Aug 2013
    Location
    https://www.accountkiller.com/removal-requested
    Posts
    5

    Question Will it? - Multiple Artists in WMA File

    Hello all,

    I have just recently found this software and it looks very promising .

    However I want to make sure it can help me with what I want before I buy it.

    My problem is that I am currently unable to, in-code (using a library called TagLib sharp), view multiple artists for a WMA file. It works for mp3 and other formats, but I only see the first artist in a WMA file. This is the case in many programs, not just libraries.

    I was wondering if someone would be kind enough to tell me (hopefully by first-hand experience, not just what "should" work) if it's possible to view and edit semicolon-separated values in-code by referencing dbPA's COM object?

    Thanks a bunch for your time,

    Karl

  2. #2
    Administrator
    Join Date
    Apr 2002
    Posts
    43,855

    Re: Will it? - Multiple Artists in WMA File

    Yes it can.

  3. #3

    Join Date
    Aug 2013
    Location
    https://www.accountkiller.com/removal-requested
    Posts
    5

    Re: Will it? - Multiple Artists in WMA File

    Quote Originally Posted by Spoon View Post
    Yes it can.
    Awesome! Thanks for the quick reply.

    I have a question now in terms of managing conversations and tag optimization (because iTunes apparently doesn't know how a song can have more than one artist).

    I would like this functionality because I am giving up (removing from my possession) my entire music collection, which exists on an external hard drive.

    However, my friend uses iTunes whereas I used Zune to get/rip all my music in wma format.

    I'm pretty sure I'll buy the software, but can you give me advice on how best to transfer I would love you. I have somewhat of an idea:

    I'll have my code loop through the whole collection two songs at a time, store the current and last artist info into an array, then check to see which of the artists in the first song is also in the second one. Repeat for every song in the huge collection.

    I dunno how dirty (hacky, bulky, etc.) that method is, as I'm sort of new to hardcore programming such as this xD. If you could give me any advice on how to minimize time and heartbreak without telling me not to be OCD I would greatly appreciate it.

    Thanks again,
    Karl

  4. #4
    Administrator
    Join Date
    Apr 2002
    Posts
    43,855

    Re: Will it? - Multiple Artists in WMA File

    I am not sure how you can make iTunes support multi artists.

  5. #5

    Join Date
    Aug 2013
    Location
    https://www.accountkiller.com/removal-requested
    Posts
    5

    Question Re: Will it? - Multiple Artists in WMA File

    Quote Originally Posted by Spoon View Post
    I am not sure how you can make iTunes support multi artists.
    I know that that is not possible. I'm just wondering if anyone had any ideas as to how to go about transferring/converting/tagging the songs programmatically such that I don't have this mess of entries in iTunes:

    Elton John - 40 songs
    Elton John;Kiki Dee - 1 songs
    Elton John;Eminem - 1 songs
    B.o.B - 20 songs
    B.o.B;Haylee Williams;Eminem - 2 songs

    I gave my method that I'll use, but I don't know how much more difficult that is than it should be, etc. Not sure if there's an easier way.
    Quote Originally Posted by Ballistic View Post
    I'll have my code loop through the whole collection two songs at a time, store the current and last artist info into an array, then check to see which of the artists in the first song is also in the second one. Repeat for every song in the huge collection.
    Thanks,
    Karl
    Last edited by Ballistic; 08-05-2013 at 04:36 PM.

  6. #6
    dBpoweramp Guru
    Join Date
    Nov 2007
    Location
    Florida, USA
    Posts
    5,736

    Re: Will it? - Multiple Artists in WMA File

    What about using ALBUM ARTIST field for all songs. For example make the ALBUM ARTIST Elton John. I think iTunes will use this but haven't confirmed.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •