Koen
Steamrunner (Talk | contribs) (→djmount) |
Steamrunner (Talk | contribs) (→djmount) |
||
| Line 14: | Line 14: | ||
<pre>ln -s /mnt/upnp uPNP</pre> | <pre>ln -s /mnt/upnp uPNP</pre> | ||
| − | + | 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. | |
<pre>$ cat /proc/cmdline </pre> | <pre>$ cat /proc/cmdline </pre> | ||
Revision as of 16:40, 18 January 2011
Contents |
Who is this?
- Coordinates: 51° 3' 4" N, 3° 43' 51" E
Public Key
Updated on: 2011/01/18 by Steamrunner
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/
to make djmount start at boot the following was added to /etc/rc.local
djmount /data/music -o allow_other &
look into fstab to make djmount start automatically
djmount /media/UPnP fuse ro,allow_other 0 0
servers
http://www.cybergarage.org/twiki/bin/view/Main/MediaGateForJava
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
openerp
http://brunogirin.blogspot.com/2010/05/installing-openerp-on-ubuntu-1004-lts.html