informatica:linux:spotify
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:linux:spotify [2015/04/13 20:19] – external edit 127.0.0.1 | informatica:linux:spotify [2020/10/18 17:53] (current) – jose | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Si da error con el programa nativo | Si da error con el programa nativo | ||
| - | export SPOTIFYGNOMESUPPORT=yes | + | |
| + | |||
| + | ====== Teclas: ====== | ||
| + | Con este scric podemos stop, play, next y previous: | ||
| + | < | ||
| + | # | ||
| + | |||
| + | # Simple Spotify Control | ||
| + | # Just call ./ | ||
| + | |||
| + | CMD=" | ||
| + | |||
| + | case " | ||
| + | " | ||
| + | ${CMD}.PlayPause | ||
| + | exit $? | ||
| + | ;; | ||
| + | " | ||
| + | ${CMD}.Next | ||
| + | exit $? | ||
| + | ;; | ||
| + | " | ||
| + | ${CMD}.Previous | ||
| + | exit $? | ||
| + | ;; | ||
| + | " | ||
| + | ${CMD}.Stop | ||
| + | exit $? | ||
| + | ;; | ||
| + | " | ||
| + | ${CMD}.Play | ||
| + | exit $? | ||
| + | ;; | ||
| + | *) | ||
| + | echo " | ||
| + | echo " | ||
| + | exit 1 | ||
| + | ;; | ||
| + | esac | ||
| + | </ | ||
| + | |||
| + | ====== Notificaciones ====== | ||
| + | Para deshabilitar notificaciones, | ||
| + | |||
informatica/linux/spotify.1428956385.txt.gz · Last modified: by 127.0.0.1
