1
Uploads / foo_vis_vumeter - VU Meter Visualisation 0.9.5.0 Crash Report and Dmp
Last post by marktherob2005 -VU Meter Visualisation 0.9.5.0 causing Foobar 2.1.4.1 X64 to crash.
bytes | wrt. -8 inex | wrt. previous | |
3398110588 | -8 inexact | ||
3397636700 | 0.014% | 0.014% | -8 exact |
3397403599 | 0.021% | 0.007% | -8r7 inexact |
3396894047 | 0.036% | 0.015% | -8r7 exact |
3395898734 | 0.065% | 0.029% | -8pr7 inexact |
3395258292 | 0.084% | 0.019% | -8pr7 exact, that saves 0.019 percent over inexact |
3394986818 | 0.092% | 0.008% | -8er7 inexact (-e beats -p only because hirez is weird) |
3394360387 | 0.110% | 0.018% | -8er7 exact |
- Timeline:
### Added
### Changed
- UI: improved contrast between X-axis label backgrounds and text, using WCAG contrast ratio now. Previously it just inverted the label color to B&W.
- UI: minor adjustments to X-axis title position.
- UI: Y-axis title position will now be adjusted according to data labels position in pie and doughnut charts to avoid overlapping.
### Removed
### Fixed
- UI: fixed wrong highlighting for scatter charts. It was smaller by a few px in some cases on both axis.
- UI: fixed X-axis first and last labels background not being properly adjusted in some cases for 'bars', 'lines' and 'scatter' charts.
1. some of my album titles are quite long, and I was wondering if it is possible to wrap the album title and have it on two lines.Right click over the album grid > settings > tracklist > header. And then you can customize the first and second row, you can use any titleformat script you want. You can't have more than 2 rows, and you can't split a titleformat script across the 2 lines however. So having the album title on 2 lines isn't possible. You could kind of do it by using $substr(%album%,0,10) for the first line, and $substr(%album%,10,$len(%album%)) for the second line, but it won't be fantastic (won't split the words nicely, won't hide the second line when the album title is less than 10 characters, etc)
Right now it is like this:
2. in the same image, is there a way to switch off the year at the end of the album title? (I have the date in front anyway)Yep, same solution, use for example %album% for the first row, and %album artist% for the second
3. I am also wondering how I can get the artwork to be displayed in big on the right side bar, just like this: https://raw.githubusercontent.com/Ottodix/Eole-foobar-theme/master/preview.pngRight click over the title bar > settings > buttons > check right sidebar function. Then a button will appear if it wasn't checked yet. And with this button you can toggle the visibility of the artwork in the right sidebar. It works per tab, it mean that you can have it diplayed on the "library" tab, but hidden on the "now playing" tab
Well no. What I posted won't trash tags that contain commas. Your method will.