Author Topic: Thumbnail browser - Extend Right-click > Paste artwork support  (Read 1444 times)

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3834
  • MB Version: 3.6.8849 P
Was hoping paste artwork support could be added for when Publisher tag is used.

IMHO, Logos for labels would be quicker and easier to view than random album covers
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34359
In the track details section of the screenshot how did you get "Pee Wee King" "Redd Stewart" etc to left align with an indent?

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3834
  • MB Version: 3.6.8849 P
I repeat the icons in front of the entry but change the contrast on them to '1' so they're rendered non-visible.

Code
$If($First(<Genre Groups>)="Classical",$IsNull(<Conductor>,{font: Segoe MDL2 Assets;Regular;9}" "{font: Verdana Pro Cond;Regular;8.25}<Composer>,{font: Segoe MDL2 Assets;Regular;9}" "{font: Verdana Pro Cond;Regular;8.25}<Composer>"; "{font: WebHostingHub-Glyphs;Regular;9}"  "{font: Verdana Pro Cond;Regular;8.25}<Conductor>),$IsNull(<Lyricist>,{font: Segoe MDL2 Assets;Regular;9}"  "{font: Verdana Pro Cond;Regular;8.25}$IsNull(<Composer List>,$Replace($Replace(<Composer>,/,"; "),"; ","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}"  "{font: Verdana Pro Cond;Regular;8.25}{contrast: default}),$Replace(<Composer List>,"; ","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}"  "{font: Verdana Pro Cond;Regular;8.25}{contrast: default})),$If(<Composer>=<Lyricist>,{font: Segoe MDL2 Assets;Regular;9}" "{font: Verdana Pro Cond;Regular;8.25}$IsNull(<Composer List>,$Replace($Replace(<Composer>,/,"; "),"; ","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}" "{font: Verdana Pro Cond;Regular;8.25}{contrast: default}),$Replace(<Composer List>,"; ","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}" "{font: Verdana Pro Cond;Regular;8.25}{contrast: default})),{font: Segoe MDL2 Assets;Regular;9}"  "{font: Verdana Pro Cond;Regular;8.25}$IsNull(<Composer List>,$Replace($Replace(<Composer>,/,"; "),"; ","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}"  "{font: Verdana Pro Cond;Regular;8.25}{contrast: default}),$Replace(<Composer List>,"; ","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}"  "{font: Verdana Pro Cond;Regular;8.25}{contrast: default}))"; "{font: Segoe MDL2 Assets;Regular;9}"  "{font: Verdana Pro Cond;Regular;8.25}$Replace($Replace(<Lyricist>,/,"; "),"; ","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}"  "{font: Verdana Pro Cond;Regular;8.25}{contrast: default}))))$If(<Lyric Status>="?","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}"  "{font: Verdana Pro Cond;Regular;8.25}{contrast: default}{font: Blue Highway D;Bold;9}"lyrics not saved"{font: Verdana Pro Cond;Regular;8.25},$If(<Lyric Status>="Inst",,$If($Contains(<Keywords>,Explicit)="T","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}"  "{font: Verdana Pro Cond;Regular;8.25}{contrast: default}$Split($Split(<Lyrics?>,[,2),],1)" ͏͏‼explicit‼","; "{font: Segoe MDL2 Assets;Regular;9}{contrast: 1}"  "{font: Verdana Pro Cond;Regular;8.25}{contrast: default}$Split($Split(<Lyrics?>,[,2),],1))))$IsNull(<Language>,," "$Replace(<Language>,"; ",|))
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34359
Looking at the code this request is already supported. The custom images are stored in the Artwork\Grouping Icons folder and Paste Artwork should save the custom image to that folder. Its supported for any non-artist/ album tag displayed in the thumb browser