Author Topic: LOOKING FOR C# OR MUSICBEE EXPERT TO HELP ME WITH CODING  (Read 5131 times)

MusicMiner

  • Newbie
  • *
  • Posts: 3
Hello! I am looking for a highly whittled down version of the musicbee C# code that basically just includes the user interface (queue, volume slider, space for albums to display, etc.) to help me with a school project. I've tried looking through the musicbee code and I haven't been able to figure out which parts I need and what any of it means. Any help on this would be extremely appreciated and I'd be willing to compensate through paypal or whatever works.

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9303
While MusicBee is free software, it is -not- open source. So I'm not sure how Steven would feel if someone took his code to remake a mini-MusicBee. I suggest checking with him to see how he feels about this.
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

MusicMiner

  • Newbie
  • *
  • Posts: 3
Oh, I thought since I found the code so easily on the website it was no big deal. My bad. Do you know how I could contact him about this?

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9303
Oh, I thought since I found the code so easily on the website it was no big deal.
You found the MB source code on the website??? Where exactly? Are you sure you're not referring to the code for the MusicBee API?

Quote
Do you know how I could contact him about this?
Just send him a PM. Or wait to see if he replies to this thread.
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here


AvikB

  • Sr. Member
  • ****
  • Posts: 945
why not look into other open source music player for your school project.
https://github.com/clementine-player/Clementine
https://github.com/dschmidt/amarok

these should get you started. they are in c++ though. Also according to wiki MusicBee is written in VB.net not c#
if you are looking for c# music player:
https://github.com/punker76/simple-music-player
https://github.com/theweavrs/BreadPlayer

boroda

  • Sr. Member
  • ****
  • Posts: 4595
actualy mb is already mini-mb as its very lightweight. if you need some missing functionality you can ask somebody for writing plugin.