Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimaernoudt committed Apr 3, 2014
1 parent e3ff1e6 commit 4cf7201
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@ videolooper
===========

raspberry pi videolooper script (this can loop multiple extensions and multiple files) audio is standard hdmi.

in terminal:

1. clone git https://github.com/kimaernoudt/videolooper
2. cd videolooper

2. install kimvideolooper installer (cd folder and sudo bash kimvideolooperinstaller.sh)
3. sudo bash kimvideolooperinstaller.sh


comments:

4. it uses the udev rules for executing commands on removing and inserting the usbdrive
a. it uses the udev rules for executing commands on removing and inserting the usbdrive
in /etc/udev/rules.d/10-usbdriveadded.rules :KERNEL=="sd?1", ACTION=="add", RUN+="/home/pi/startstartloop.sh"
in /etc/udev/rules.d/10-usbdriveremoved.rules :KERNEL=="sd?1", ACTION=="remove", RUN+="/home/pi/startstoploop.sh"

5. it edits the fstab with the following to automount usbdrive /dev/sda1 to /mnt/media/usbdrive
b. it edits the fstab with the following to automount usbdrive /dev/sda1 to /mnt/media/usbdrive
/dev/sda1 /mnt/media/usbdrive/ vfat rw,defaults 0 0


Expand Down

0 comments on commit 4cf7201

Please sign in to comment.