1
1
Fork 0

added mediatool

This commit is contained in:
David Starzengruber 2011-06-28 00:35:58 +02:00
parent 5c8f984fb0
commit 80535ade71
5 changed files with 309 additions and 4 deletions

9
mbots/df_bot.conf.sample Normal file
View File

@ -0,0 +1,9 @@
# **** df_bot configfile ****
# here i suggest you put the name of the machine you running this script on
hostname="somemachine.example.com"
## define disks you wanna check? (whitespace seperated)
disks="hda1 hda2 hdd1"
## here the disks thresholds
thresholds="80 90 95"

120
mbots/df_bot.sh Executable file
View File

@ -0,0 +1,120 @@
#!/bin/bash
###################################################
## ##
## disk_free monitoring bot ##
## ##
###################################################
# **** in script config section ****
version="0.3_alpha"
author="david@socialnerds.org"
logwhat="df_bot"
# **** configfile section ****
disks="sda1"
thresholds="90"
bashlibpath="/home/david/Documents/code/bashlib"
# logging
loglevel="4"
log2syslog="1"
log2file="0"
#logfile="/var/log/mbots.log"
log2stdout="1"
# **** bash trap initialisation ****
trap bashtrap INT
# **** load bashlib ****
if [ -d $bashlibpath ]; then
source $bashlibpath/main
#source $bashlibpath/update
source $bashlibpath/logengine
log debug "preflight - bashlib loaded"
else
echo "ERROR: bashlib not found"
exit 1
fi
exit 0
## timestamp for logfile
#timestamp=$(date '+%d %B %Y %H:%M')
#echo "info: starting df bot $timestamp"
## check if sendxmpp is installed
#if [ $(aptitude search sendxmpp | awk '{print $1}') = "i" ]; then
# echo "info: sendxmpp found"
#else
# if [ $(whoami) = "root" ]; then
# apt-get install sendxmpp
# else
# echo "error: permission denied"
# echo "info: install sendxmpp or run this scrip as superuser"
# exit 1
# fi
#fi
## set and load configfile
#if [ -z $1 ]; then
# configfile="/etc/mobots/df.conf"
# if [ -f $configfile ]; then
# source $configfile
# else
# echo "error: no config file $configfile"
# exit 1
# fi
#else
# configfile=$1
# if [ -f $configfile ]; then
# source $configfile
# else
# echo "error: no config file $configfile"
# exit 1
# fi
#fi
## check sendxmpp config
#if [ -f ~/.sendxmpprc ]; then
# echo "info: jabber config found in ~/.sendxmpprc"
#else
#
# if [ -z $port ]; then
# port="5222"
# else
# echo "info: using port $port"
# fi
#
# echo "$user@$server:$port $pass" > ~/.sendxmpprc
# chmod 600 ~/.sendxmpprc
# echo "info: created sendxmpp config in ~/.sendxmpprc"
#fi
## check disks
set -- $disks
i="1"
for var in "$@"
do
data=$(df -Ph | grep $var | sed -e 's/%//g' | awk '{print $5}')
datathreshold=$(echo $thresholds | awk '{print $'$i'}')
if [ $data -gt $datathreshold ]; then
echo "info: $var reached threshold with $data%, sending notification to $watchdogs"
echo "$hostname: $var is running out of space: $data%" | sendxmpp -r dfbot $watchdogs
fi
let i++
done
## exiting
#echo "info: done"
exit 0
# **** end of script ****

View File

@ -33,7 +33,7 @@ bashtrap()
navigation()
{
dialog --backtitle "Media Center Control" --title "Navigation" --no-cancel --menu "" 13 55 7 start "start mediacenter" stop "shutdown mediacenter" vnc "open vnc session" play "play mediafile" kill "kill all vlc instances" volume "control volume" quit "leave media control" 2> /tmp/dialog
dialog --backtitle "Media Center Control" --title "Navigation" --no-cancel --menu "" 13 55 7 start "start mediacenter" stop "shutdown mediacenter" vnc "open vnc session" play "play mediafile" kill "kill mediaplaybak" volume "control volume" quit "leave media control" 2> /tmp/dialog
navresult=$(cat /tmp/dialog)
rm /tmp/dialog
@ -46,7 +46,7 @@ navigation()
elif [ $navresult = play ]; then
playmedia
elif [ $navresult = kill ]; then
killvlc
killmedia
elif [ $navresult = volume ]; then
volumecontrol
elif [ $navresult = quit ]; then
@ -117,12 +117,12 @@ file="/home/media/Videos/series/the_big_bang_theory/season_4/BBTIV.14.avi"
fi
}
killvlc()
killmedia()
{
# check if mediacenter is up
isitup
if [ $? = 0 ]; then
ssh $remoteuser@$ipaddr "killall vlc"
ssh $remoteuser@$ipaddr "killall vlc && killall rhythmbox"
else
dialog --backtitle "Media Center Control" --title "Info" --msgbox "\n\n mediacenter@$ipaddr unreachable" 9 55
fi

36
mediatool.sh Executable file
View File

@ -0,0 +1,36 @@
#!/bin/bash
#
# media lib/sorting tool
#
# **** config section ****
mediapath="/home/david/Videos"
workingdir="/home/david/Documents/code/scripts"
# **** requirements ****
#locate (for search feature)
# **** scanning mediapath ****
scan()
{
ls -RAhbl $mediapath | grep -v ^total | grep -v ^d > $workingdir/scan.txt
}
scan
exit 0
title=the_wire
cat=series
lang=en_ge
subs=en
container=avi
vcodec=h264
acodec=
nr=0401

140
scan.txt Normal file
View File

@ -0,0 +1,140 @@
/home/david/Videos:
/home/david/Videos/battlestar_galactica:
/home/david/Videos/battlestar_galactica/season_2:
-rw-r--r-- 1 david david 396M 2009-05-12 10:41 tvs-bsg-dl-dvd-xvid-203.avi
-rw-r--r-- 1 david david 396M 2009-05-12 11:10 tvs-bsg-dl-dvd-xvid-204.avi
-rw-r--r-- 1 david david 397M 2009-05-12 07:42 tvs-bsg-dl-dvd-xvid-205.avi
-rw-r--r-- 1 david david 397M 2009-05-12 08:12 tvs-bsg-dl-dvd-xvid-206.avi
-rw-r--r-- 1 david david 397M 2009-05-12 08:41 tvs-bsg-dl-dvd-xvid-207.avi
-rw-r--r-- 1 david david 396M 2009-05-12 09:41 tvs-bsg-dl-dvd-xvid-208.avi
-rw-r--r-- 1 david david 396M 2009-06-12 23:24 tvs-bsg-dl-dvd-xvid-209.avi
-rw-r--r-- 1 david david 396M 2009-05-19 06:08 tvs-bsg-dl-dvd-xvid-210.avi
-rw-r--r-- 1 david david 397M 2009-05-19 06:41 tvs-bsg-dl-dvd-xvid-211.avi
-rw-r--r-- 1 david david 399M 2009-05-19 07:10 tvs-bsg-dl-dvd-xvid-212.avi
-rw-r--r-- 1 david david 399M 2009-05-19 07:41 tvs-bsg-dl-dvd-xvid-213.avi
-rw-r--r-- 1 david david 399M 2009-05-19 08:11 tvs-bsg-dl-dvd-xvid-214.avi
-rw-r--r-- 1 david david 399M 2009-05-19 08:41 tvs-bsg-dl-dvd-xvid-215.avi
-rw-r--r-- 1 david david 399M 2009-05-19 09:11 tvs-bsg-dl-dvd-xvid-216.avi
-rw-r--r-- 1 david david 399M 2009-05-19 09:42 tvs-bsg-dl-dvd-xvid-217.avi
-rw-r--r-- 1 david david 399M 2009-05-19 10:12 tvs-bsg-dl-dvd-xvid-218.avi
-rw-r--r-- 1 david david 399M 2009-05-19 10:41 tvs-bsg-dl-dvd-xvid-219.avi
-rw-r--r-- 1 david david 599M 2009-05-19 11:27 tvs-bsg-dl-dvd-xvid-220.avi
/home/david/Videos/battlestar_galactica/season_3:
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-301.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-302.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-303.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-304.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-305.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-306.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-307.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-308.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-309.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:03 tvs-bsg2k3-dl-dvd-xvid-310.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-311.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-312.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-313.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-314.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-315.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-316.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-317.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-318.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-319.avi
-rw-r--r-- 1 david david 399M 2010-01-04 15:09 tvs-bsg2k3-dl-dvd-xvid-320.avi
/home/david/Videos/battlestar_galactica/season_4:
-rw-r--r-- 1 david david 550M 2011-01-04 21:42 tvs-bsg-dl-bdr-xv-401.avi
-rw-r--r-- 1 david david 552M 2011-01-04 21:42 tvs-bsg-dl-bdr-xv-402.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:42 tvs-bsg-dl-bdr-xv-403.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:43 tvs-bsg-dl-bdr-xv-404.avi
-rw-r--r-- 1 david david 547M 2011-01-12 03:10 tvs-bsg-dl-bdr-xv-405-rp.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:44 tvs-bsg-dl-bdr-xv-406.avi
-rw-r--r-- 1 david david 548M 2011-01-04 21:45 tvs-bsg-dl-bdr-xv-407.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:45 tvs-bsg-dl-bdr-xv-408.avi
-rw-r--r-- 1 david david 548M 2011-01-04 21:46 tvs-bsg-dl-bdr-xv-409.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:46 tvs-bsg-dl-bdr-xv-410.avi
-rw-r--r-- 1 david david 546M 2011-01-04 21:47 tvs-bsg-dl-bdr-xv-411.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:47 tvs-bsg-dl-bdr-xv-412.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:47 tvs-bsg-dl-bdr-xv-413.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:48 tvs-bsg-dl-bdr-xv-414.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:49 tvs-bsg-dl-bdr-xv-415.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:49 tvs-bsg-dl-bdr-xv-416.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:50 tvs-bsg-dl-bdr-xv-417.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:50 tvs-bsg-dl-bdr-xv-418.avi
-rw-r--r-- 1 david david 547M 2011-01-04 21:52 tvs-bsg-dl-bdr-xv-419.avi
-rw-r--r-- 1 david david 1.1G 2011-01-04 21:53 tvs-bsg-dl-bdr-xv-42021.avi
/home/david/Videos/battlestar_galactica/the_plan:
-rw-r--r-- 1 david david 699M 2010-04-21 11:49 Battlestar.Galactica.The.Plan.2009.German.Dubbed.DVDRiP.XviD.avi
/home/david/Videos/battlestar_galactica/the_resistance:
-rw-r--r-- 1 david david 41M 2008-03-24 01:40 Battlestar.Galactica.The.Resistance.Webisode.01.DVDRip.XviD-SAiNTS.avi
-rw-r--r-- 1 david david 16M 2008-03-24 00:10 Battlestar.Galactica.The.Resistance.Webisode.02.DVDRip.XviD-SAiNTS.avi
-rw-r--r-- 1 david david 20M 2008-03-24 00:59 Battlestar.Galactica.The.Resistance.Webisode.03.DVDRip.XviD-SAiNTS.avi
-rw-r--r-- 1 david david 14M 2008-03-23 23:03 Battlestar.Galactica.The.Resistance.Webisode.04.DVDRip.XviD-SAiNTS.avi
-rw-r--r-- 1 david david 14M 2008-03-24 00:20 Battlestar.Galactica.The.Resistance.Webisode.05.DVDRip.XviD-SAiNTS.avi
-rw-r--r-- 1 david david 15M 2008-03-23 23:22 Battlestar.Galactica.The.Resistance.Webisode.06.DVDRip.XviD-SAiNTS.avi
-rw-r--r-- 1 david david 18M 2008-03-23 20:52 Battlestar.Galactica.The.Resistance.Webisode.07.DVDRip.XviD-SAiNTS.avi
-rw-r--r-- 1 david david 27M 2008-03-23 23:39 Battlestar.Galactica.The.Resistance.Webisode.08.DVDRip.XviD-SAiNTS.avi
-rw-r--r-- 1 david david 31M 2008-03-24 01:32 Battlestar.Galactica.The.Resistance.Webisode.09.DVDRip.XviD-SAiNTS.avi
-rw-r--r-- 1 david david 42M 2008-03-24 00:52 Battlestar.Galactica.The.Resistance.Webisode.10.DVDRip.XviD-SAiNTS.avi
/home/david/Videos/bbt:
/home/david/Videos/bbt/season_4:
-rw-r--r-- 1 david david 176M 2010-09-24 04:01 BBTHIV.01.avi
-rw-r--r-- 1 david david 176M 2010-10-01 03:03 BBTHIV.02.avi
-rw-r--r-- 1 david david 175M 2010-10-08 08:27 BBTIV.03.avi
-rw-r--r-- 1 david david 176M 2010-10-22 07:33 BBTIV.05.avi
-rw-r--r-- 1 david david 175M 2010-10-29 02:42 BBTIV.06.avi
-rw-r--r-- 1 david david 176M 2010-11-05 02:19 BBTIV.07.avi
-rw-r--r-- 1 david david 176M 2010-11-12 12:37 BBTIV.08.avi
-rw-r--r-- 1 david david 176M 2010-11-19 02:41 BBTIV.09.avi
-rw-r--r-- 1 david david 176M 2010-12-09 20:33 BBTIV.10.avi
-rw-r--r-- 1 david david 175M 2010-12-17 02:56 BBTIV.11.avi
-rw-r--r-- 1 david david 176M 2011-01-07 02:59 BBTIV.12.avi
-rw-r--r-- 1 david david 176M 2011-01-21 03:55 BBTIV.13.avi
-rw-r--r-- 1 david david 175M 2011-02-04 09:57 BBTIV.14.avi
-rw-r--r-- 1 david david 176M 2011-02-11 10:07 BBTIV.15.avi
-rw-r--r-- 1 david david 176M 2011-02-18 11:10 BBTIV.16.avi
-rw-r--r-- 1 david david 176M 2011-02-25 10:12 BBTIV.17.avi
-rw-r--r-- 1 david david 176M 2011-03-11 12:16 BBTIV.18R.avi
-rw-r--r-- 1 david david 176M 2011-04-01 04:08 BBTIV.19R.avi
-rw-r--r-- 1 david david 176M 2011-04-08 02:39 BBTIV.20.avi
-rw-r--r-- 1 david david 176M 2011-04-29 02:46 BBTIV.21.avi
-rw-r--r-- 1 david david 176M 2011-05-06 02:37 BBTIV.22.avi
-rw-r--r-- 1 david david 176M 2011-05-12 20:33 BBTIV.23.avi
-rw-r--r-- 1 david david 176M 2011-05-20 02:37 BBTIV.24.avi
-rw-r--r-- 1 david david 176M 2010-10-15 11:15 TBBT.S04E04.HDTV.XviD-FQM.avi
/home/david/Videos/the_wire:
/home/david/Videos/the_wire/season_4:
-rw-r--r-- 1 david david 71K 2009-03-17 16:05 The\ Wire\ -\ 4x01\ -\ Boys\ of\ Summer.en.srt
-rw-r--r-- 1 david david 81K 2009-03-17 16:05 The\ Wire\ -\ 4x02\ -\ Soft\ Eyes.en.srt
-rw-r--r-- 1 david david 63K 2009-03-17 16:05 The\ Wire\ -\ 4x03\ -\ Home\ Rooms.en.srt
-rw-r--r-- 1 david david 75K 2009-03-17 16:05 The\ Wire\ -\ 4x04\ -\ Refugees.en.srt
-rw-r--r-- 1 david david 72K 2009-03-17 16:05 The\ Wire\ -\ 4x05\ -\ Alliances.en.srt
-rw-r--r-- 1 david david 69K 2009-03-17 16:05 The\ Wire\ -\ 4x06\ -\ Margin\ Of\ Error.en.srt
-rw-r--r-- 1 david david 74K 2009-03-17 16:05 The\ Wire\ -\ 4x07\ -\ Unto\ Others.en.srt
-rw-r--r-- 1 david david 74K 2009-03-17 16:05 The\ Wire\ -\ 4x08\ -\ Corner\ Boys.en.srt
-rw-r--r-- 1 david david 81K 2009-03-17 16:05 The\ Wire\ -\ 4x09\ -\ Know\ Your\ Place.en.srt
-rw-r--r-- 1 david david 69K 2009-03-17 16:05 The\ Wire\ -\ 4x10\ -\ Misgivings.en.srt
-rw-r--r-- 1 david david 74K 2009-03-17 16:05 The\ Wire\ -\ 4x11\ -\ A\ New\ Day.en.srt
-rw-r--r-- 1 david david 65K 2009-03-17 16:05 The\ Wire\ -\ 4x12\ -\ That's\ Got\ His\ Own.en.srt
-rw-r--r-- 1 david david 71K 2009-03-17 16:05 The\ Wire\ -\ 4x13\ -\ Final\ Grades.en.srt
-rw-r--r-- 1 david david 351M 2007-11-23 20:18 tpz-twire401.avi
-rw-r--r-- 1 david david 351M 2007-11-23 20:36 tpz-twire402.avi
-rw-r--r-- 1 david david 350M 2007-11-23 21:24 tpz-twire403.avi
-rw-r--r-- 1 david david 351M 2007-11-23 21:43 tpz-twire404.avi
-rw-r--r-- 1 david david 351M 2007-11-23 22:16 tpz-twire405.avi
-rw-r--r-- 1 david david 350M 2007-11-23 22:51 tpz-twire406.avi
-rw-r--r-- 1 david david 351M 2007-11-23 23:23 tpz-twire407.avi
-rw-r--r-- 1 david david 351M 2007-11-24 03:05 tpz-twire408.avi
-rw-r--r-- 1 david david 351M 2007-11-24 00:16 tpz-twire409.avi
-rw-r--r-- 1 david david 351M 2007-11-24 03:34 tpz-twire410.avi
-rw-r--r-- 1 david david 345M 2007-11-24 01:18 tpz-twire411.avi
-rw-r--r-- 1 david david 350M 2007-11-24 02:00 tpz-twire412.avi
-rw-r--r-- 1 david david 700M 2007-11-24 02:46 tpz-twire413.avi