You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that similar functionality already exists in case of providing custom images for CUI buttons. Would it be possible to provide the same option to replace the solid background colour with an image ?
The only 'issue' i can imagine about this(from user side), would be the lack of transparency for selected items, but at the end of the day that seems like a cosmetic styling choice completely on the user.
Also… similarly to my previous request about removing Group indentations (That worked ideally, so thank you very much for providing a solution for it back then), is there an easy edit to achieve this?
Since it's for personal use then it doesn't really matter how rudimentary it would be, i.e providing a path to the image during compilation or loading an image from a static foobar profile path, losing the build-in solid colour option also wouldn't be a problem to me.
However i can imagine that this might be too time consuming on you than a simple one-liner like last time… If it's even possible at all.
This would completely finalise my switch to CUI + FoobarV2, so it would be very appreaciated.
The text was updated successfully, but these errors were encountered:
Also… similarly to my previous request about removing Group indentations (That worked ideally, so thank you very much for providing a solution for it back then), is there an easy edit to achieve this?
You'd need to add a render_background method to PlaylistViewRenderer that overrides the method in the base class. However, the logic that loads and renders the image would need to be written, and you'd want the image to be cached so that it's is not read and decoded every time the background is rendered. So it's a fair bit more involved than the indentation edit.
I've noticed that similar functionality already exists in case of providing custom images for CUI buttons. Would it be possible to provide the same option to replace the solid background colour with an image ?
The only 'issue' i can imagine about this(from user side), would be the lack of transparency for selected items, but at the end of the day that seems like a cosmetic styling choice completely on the user.
Also… similarly to my previous request about removing Group indentations (That worked ideally, so thank you very much for providing a solution for it back then), is there an easy edit to achieve this?
Since it's for personal use then it doesn't really matter how rudimentary it would be, i.e providing a path to the image during compilation or loading an image from a static foobar profile path, losing the build-in solid colour option also wouldn't be a problem to me.
However i can imagine that this might be too time consuming on you than a simple one-liner like last time… If it's even possible at all.
This would completely finalise my switch to CUI + FoobarV2, so it would be very appreaciated.
The text was updated successfully, but these errors were encountered: