mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 11:21:41 +02:00
49 lines
1.7 KiB
Text
49 lines
1.7 KiB
Text
*Todo:
|
|
-Server ping client
|
|
-Server: OnResync while terminating?!?
|
|
|
|
|
|
*g++ 4.8 installation:
|
|
sudo apt-get install g++-4.8
|
|
cd /usr/bin
|
|
sudo ln -sf gcc-4.8 gcc
|
|
sudo ln -sf g++-4.8 g++
|
|
|
|
|
|
*Links:
|
|
curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method": "Application.SetVolume", "params": {"volume":100}, "id": 1}' http://i3c.pla.lcl:8080/jsonrpc
|
|
https://en.wikipedia.org/wiki/JSON-RPC
|
|
https://github.com/pla1/utils/blob/master/kodi_remote.desktop
|
|
http://forum.fhem.de/index.php?topic=10075.130;wap2
|
|
http://kodi.wiki/view/JSON-RPC_API/v6#Application.SetVolume
|
|
|
|
|
|
*Logging:
|
|
-Too many of these:
|
|
Sep 20 06:50:58 wohnzimmer snapclient[2358]: Exception in Controller::worker(): connect: Network is unreachable
|
|
Sep 20 06:50:59 wohnzimmer snapclient[2358]: Exception in Controller::worker(): connect: Network is unreachable
|
|
Sep 20 06:51:00 wohnzimmer snapclient[2358]: Exception in Controller::worker(): connect: Network is unreachable
|
|
-Limit repeated syslog logging
|
|
|
|
*Submodules:
|
|
http://stackoverflow.com/questions/2140985/how-to-set-up-a-git-project-to-use-an-external-repo-submodule
|
|
cd MyWebApp
|
|
git submodule add git://github.com/jquery/jquery.git externals/jquery
|
|
|
|
http://stackoverflow.com/questions/1777854/git-submodules-specify-a-branch-tag
|
|
cd submodule_directory
|
|
git checkout v1.0
|
|
cd ..
|
|
git add submodule_directory
|
|
git commit -m "moved submodule to v1.0"
|
|
git push
|
|
|
|
http://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules
|
|
git clone git://github.com/foo/bar.git
|
|
cd bar
|
|
git submodule update --init --recursive
|
|
|
|
|
|
http://s.evemarket.info/images/gnome/256x256/devices/speaker.png
|
|
https://upload.wikimedia.org/wikipedia/commons/3/3f/Mute_Icon.svg
|
|
https://upload.wikimedia.org/wikipedia/commons/2/21/Speaker_Icon.svg
|