A PCRE internal error occured. This might be caused by a faulty plugin
====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
applications:entertainment [2015/10/19 00:01] admin [Spotify] |
applications:entertainment [2015/10/19 02:37] (current) admin [VSXu] |
||
---|---|---|---|
Line 70: | Line 70: | ||
Add spotify server to sources **/etc/apt/sources.list.d/spotify.list**, add spotify's public key and install: | Add spotify server to sources **/etc/apt/sources.list.d/spotify.list**, add spotify's public key and install: | ||
<code> | <code> | ||
- | > sudo echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list | + | > sudo echo deb http://repository.spotify.com testing non-free | sudo tee /etc/apt/sources.list.d/spotify.list |
- | > sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 94558F59 | + | > sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 13B00F1FD2C19886 |
> sudo apt-get update | > sudo apt-get update | ||
> sudo apt-get install spotify-client | > sudo apt-get install spotify-client | ||
Line 170: | Line 170: | ||
> vsxu_player | > vsxu_player | ||
</code> | </code> | ||
+ | |||
+ | To open the programming environment: | ||
+ | <code> | ||
+ | > vsxu_artiste | ||
+ | </code> | ||
+ | |||
+ | For those willing to learn VSXu programming, visit [[https://www.youtube.com/channel/UCpgtZZvpic75eQ5HXYRRByg|their YouTube channel]], beginning with [[https://www.youtube.com/watch?v=dotaPODXRXk|their first tutorial]] is probably the best starting point... |