-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling text for artist - track title #16
Comments
Agreed! I couldn't figure out why sometimes I just wouldn't see SpotMenu in my menu bar. My theory is that when {{Artist}} - {{Song}} is too long it is just straight up not displayed. Fixed width with scrolling would also be my suggestion. Screenshots below: Chrome has more menu items than Spotify does so a long title appears when on Spotify App but not on Chrome |
Yes that's an OS feature, I've noticed it myself. I've gotten used to it. Scrolling would indeed be nice. I don't know how easy it would be to implement though, since I haven't found any open source libraries for scrolling labels for macOS I've only seen them for iOS. |
Scrolling might be difficult to implement but it would be nice if it only dropped the song title/artist when necessary and kept the spotify icon. That way the app is still accessible during songs with long titles. |
This could also be great for the widget in the Notification Center or the menu bar when hovering over the album art. |
Something like that ? https://github.com/cbpowell/MarqueeLabel |
@fabi94music Yes that's almost exactly what I was thinking of. |
@fabi94music how would i implement that to the app? |
Unfortunately I don't know.... :( I saw this recently and thought it could help but I'm not a programmer 🙈 |
@fabi94music awh.. it looks complicated aha i need help xD did you get it too? |
I have created this class for my own project if you would like to take a look at implementing this view. https://gist.github.com/NicholasBellucci/b5e9d31c47f335c36aa043f5f39eedb2 Disclaimer: This is an NSView that is added to the content view in the window of the NSStatusItem by accessing |
Looks amazing 🙌🏻 Thank you for this. I was thinking I should add it to the |
So the feather icon that is next to the text is also part of my project. It is all added to |
I will look into making a PR. |
Yea I know. Logic has to be put in place to do what you were doing before, I just don't have too much time right now but I will later. Your comment helps though. And highlighting works full and it still scrolls when highlighted. |
Hi, |
This app is excellent so far. I would recommend dropping the multiple icons in menubar (or giving choice to show or not) and then having a maximum width for the text in the menubar and then let it scroll the name of the artist - song text within a customized character limit. This way if you have the song name is too long, it won't take up so much of the menu bar.
The text was updated successfully, but these errors were encountered: