Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tatoosh

Pages: 1
1
MusicBee API / How to add an Context Menu?
« on: June 29, 2017, 11:33:31 AM »
I am wirting a Plugin for musicgraph.

With this c# code i got a menu Item, but i want a contect Menu Item?


 private void createMenuItem()
  {
       // TATOOSH
      mbApiInterface.MB_AddMenuItem("mnuTools/Genre Web", "Genre Web Import", Genre);
  }
       

Next question:
I got only a reference to the current playing file.
How to get the reference from the selected library?


     public void Genre(object sender, EventArgs e)
        {
            // read Genre current playing
            String genre = mbApiInterface.NowPlaying_GetFileTag(MetaDataType.Genre);


.....

Thanks a lot

2
Questions / Re: Coverview - Album cutted into 2 pieces ?
« on: December 15, 2015, 01:36:09 PM »
I think there is no autorefresh !? After refreshing the cover view looks fine.

3
Questions / Re: Coverview - Album cutted into 2 pieces ?
« on: December 07, 2015, 12:21:14 PM »
Okay i will look for the "group by" settings, thanks. After that i will give you an answer if this was the right way.

4
Questions / Coverview - Album cutted into 2 pieces ?
« on: December 03, 2015, 03:38:44 PM »
Hello,

sometimes in the cover view with same id3 tags an album is splitted and i don't know why.
I edited the id3 tags an set the "itunes compilation" yes flag - nothing changed.
What iam doing wrong?

Here a screenshot, thanks for helping me.
http://i.imgur.com/ACC02mD.png

5
any news here ??

6
Questions / Re: Cover for Genre view?
« on: October 14, 2014, 05:58:15 PM »

7
Questions / Re: Cover for Genre view?
« on: October 14, 2014, 05:36:08 PM »
Thanks for the answer. Can you give me a cue to search for?
I tried by right clicking but i can't select "add cover" dialog.

http://i.imgur.com/gAevWh6.png

8
MusicBee Wishlist / Re: list genres in 'Genre Category'
« on: October 14, 2014, 05:26:40 PM »
Hi,

how did you get the covers to the genre?
My window looks like this ;)

http://i.imgur.com/84S8Bg3.png

Thanks

9
Questions / Cover for Genre view?
« on: October 14, 2014, 05:23:21 PM »
Is it possible to add images to my Genres?

http://i.imgur.com/84S8Bg3.png

Thanks

10
Questions / Re: Filter AutoDJ/suffle - no XMAS Genre
« on: October 09, 2014, 01:22:37 PM »
After searching i found the feature in the Auto-DJ Playlist. Cool.

11
Questions / Filter AutoDJ/suffle - no XMAS Genre
« on: October 09, 2014, 01:18:06 PM »
Hey there,

i am new to MusicBee and i am looking for a plugin or setting to disable my XMAS Genre files in Auto DJ or shuffel mode.
Is this possible?

Or do i have to build a smart playlist without that genre?

Thanks, tatoosh

Pages: 1