Koen
Steamrunner (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
| − | ==djmount== | + | {{Person |
| + | |Address=51.0510733217, 3.7307059764862 | ||
| + | |PublicKey=ssh-dss AAAAB3NzaC1kc3MAAACBANxueGaXitrqsqWyLvFlpyDA+U6xgPdTzxSCqv82BiQBAheo2sd5DaYrSWLKugShzya7RuV8xSX2w8TtmK7IJu92X1UKQ4XGkEJdZENIbk8tqT3rYkV4ndB9uMIfGsimagRNxxlz3MI4A3zk+qud3uTOl/LDUmVajNkjgCuv/FPfAAAAFQCEWueVNLGNtmdDrv3ZHrV3haAszwAAAIEAke6D84aQsWEzKTCifG+eGAyzguIfgBTqOTwVd+LtK2LLXEvEljIn/FdMM1gM0jShd6GdCtrnH1lsebESNCR0MmDZgvkAjfP5u+Fx3McP2ZAk8FuWogTHgwC8oZreqjSPX1hHnVbeL0N/anfKOoRb/FC155KsoyjWJoRw80F1vMEAAACAHEeWkF8PVTuh3Ar0q/gVyQg+IDk8pd4zsH9JqT5VBLY95XKXuLuXLxPVBUJxHc8jL0GQrSdV2KgFpbiYKHEluTVh/Y/AvMjt8Cmz7cEx56LTK5Ybk2VdVoFQl0O8SG4OV2nyZZhfbg0eNWLNIUkhsWNresUhWxW2dPZZTi1C+50= koen@kickseed | ||
| + | }} | ||
| + | ==unsorted note's on projects I'm working on== | ||
| + | ===djmount=== | ||
install djmount from repos. | install djmount from repos. | ||
<pre> | <pre> | ||
| Line 20: | Line 25: | ||
<pre>djmount /media/UPnP fuse ro,allow_other 0 0 </pre> | <pre>djmount /media/UPnP fuse ro,allow_other 0 0 </pre> | ||
| − | ==XBMC== | + | ===XBMC=== |
http://wiki.xbmc.org/index.php?title=HOW-TO_install_XBMC_for_Linux_on_Ubuntu,_a_Step-by-Step_Guide | http://wiki.xbmc.org/index.php?title=HOW-TO_install_XBMC_for_Linux_on_Ubuntu,_a_Step-by-Step_Guide | ||
http://ubuntuforums.org/showthread.php?t=1596133 | http://ubuntuforums.org/showthread.php?t=1596133 | ||
| Line 29: | Line 34: | ||
sudo apt-get install xbmc xbmc-standalone | sudo apt-get install xbmc xbmc-standalone | ||
sudo apt-get update | sudo apt-get update | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 11:15, 15 December 2010
Contents |
Who is this?
- Coordinates: 51° 3' 4" N, 3° 43' 51" E
Public Key
Updated on: 2010/12/15 by 91.176.57.33
At 0x20
- Is currently participating in these projects: Arcade, Audio System, Cleaning caturday, Dooropener, Electro Desk, Polaris, Roomba Hacking, Spacecontrol
- Is not planning to attend any events.
- Has attended these events: Meeting129, Game Night 9, Game Night 8, General assembly 2012, Meeting118, Meeting115, Game Night 7, Meeting111 and Newline planning, Meeting107, Newline Planning Meeting 00 … further results
- Attended or plans to attend a total of 81 events.
unsorted note's on projects I'm working on
djmount
install djmount from repos.
sudo mkdir /mnt/upnp sudo chmod 777 /mnt/upnp sudo djmount -o allow_other /mnt/upnp
It seems to be needed to chmod to 777 to allow us to see the files on the upnp correctly. A system admin type got a better solution/explanation? Now we create a link to our MPD folder.
ln -s /mnt/upnp uPNP
THen install incron from repos to monitor changes in the filesystem we will use this to monitor the uPNP folder. First we need to add root to /etc/incorn.allow file.
$ cat /proc/cmdline
http://inotify.aiken.cz/?section=incron&page=doc&lang=en
http://www.straightnochaser.org/2007/06/upnp-av-streaming-in-ubuntu-with-a-d-link-dns-323/
look into fstab to make djmount start automatically
djmount /media/UPnP fuse ro,allow_other 0 0
XBMC
http://wiki.xbmc.org/index.php?title=HOW-TO_install_XBMC_for_Linux_on_Ubuntu,_a_Step-by-Step_Guide http://ubuntuforums.org/showthread.php?t=1596133
sudo apt-get install python-software-properties pkg-config sudo add-apt-repository ppa:team-xbmc sudo apt-get update sudo apt-get install xbmc xbmc-standalone sudo apt-get update