Skip to content
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

[Feature] Focus on song #56

Closed
durdevic opened this issue Oct 8, 2018 · 2 comments
Closed

[Feature] Focus on song #56

durdevic opened this issue Oct 8, 2018 · 2 comments
Milestone

Comments

@durdevic
Copy link

durdevic commented Oct 8, 2018

The clicking on song title on the bottom (notification bar) to focus it in the plugin list on the left side

@icemouton
Copy link

Not trying to hijack this issue, but since my request is also related to clicking on the track name, this might give you an idea on how to implement it.

My request is to be able to click the song title to toggle play/pause, that way I can have a minimal setup with no buttons at all...

So maybe if you implement song title click, it could be a configurable mode like "focus" and "playPauseToggle" and "showLyrics" and whatever else that button could do... like I said just a thought and not trying to derail from @durdevic suggestion.

ShyykoSerhiy added a commit that referenced this issue Oct 31, 2018
@ShyykoSerhiy ShyykoSerhiy added this to the 3.1.0 milestone Oct 31, 2018
@ShyykoSerhiy
Copy link
Owner

implemented with 3 options:

"spotify.trackInfoClickBehaviour": {
          "type": "string",
          "enum": [
            "none",
            "focus_song",
            "play_pause"
          ],
          "default": "focus_song",
          "description": "What to do when trackInfo is clicked: 'none' - do nothing, 'focus_song' - current song will be selected Playlists/Tracks section if it exists there, 'play_pause' - trackInfo essentially becomes playPause button (great option for minimal ui). "
        }

Scheduled in release 3.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants