Code of myMusic in SVN (1 Viewer)

G.B. Wolf

MP Donator
  • Premium Supporter
  • March 22, 2007
    227
    3
    Braunschweig
    Home Country
    Germany Germany
    Hi folks,

    can you please tell me where I can find the code of myMusic in the SVN? Seems that I'm blinded as I cannot find it. I'm playing around with a little plugin for audiobooks and would like to take a look as there isn't really any documentation of the classes/methods/... delivered by the MP-core.

    Best regards
    G.B. Wolf
     

    G.B. Wolf

    MP Donator
  • Premium Supporter
  • March 22, 2007
    227
    3
    Braunschweig
    Home Country
    Germany Germany
    look into WindowPlugins\GUIMusic
    Players are in Core\Player and Core\MusicPlayer\Bass
    Thanks mate! :)

    souns interesting wolf:)
    Don't expect a miracle... this are my first C# steps. :D

    I just don't like mixing music and audiobooks. Now I wanna borrow some stuff of the music part as the functionallity is very similar.

    Best regards
    Wolf
     

    G.B. Wolf

    MP Donator
  • Premium Supporter
  • March 22, 2007
    227
    3
    Braunschweig
    Home Country
    Germany Germany
    I've got another question... :)

    I've got some audiobooks as MP3s with embedded covert art. I saw that the TagReader and MusicTag support this. I tried something like:

    Image cover = tag.GetCoverOrHowItIsNamed();
    cover.save("some string with a destination file");

    The result is that the file is created, but only as an zero content file, and an undefined GDI+ error is logged.

    Is there any active code to find between these hundreds of Coverart handler functions in the code?

    Best regards
    Wolf
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    Is there any active code to find between these hundreds of Coverart handler functions in the code?

    Wolf

    Thumb handling "should" be identical for all important places.

    Please have a look at e.g. Core -> Util -> FolderThumbCreator to see how it is done.

    Basically you call Picture.CreateThumbnail and pass a System.Drawing object.
     

    G.B. Wolf

    MP Donator
  • Premium Supporter
  • March 22, 2007
    227
    3
    Braunschweig
    Home Country
    Germany Germany
    Thanks for the hint... I was a little bit lost in transla... eh... in code while looking around the thumbnail handling. :)
     

    Users who are viewing this thread

    Top Bottom