May 16 2012

p910nd not starting ?

AW: p910nd – Daemon kann nicht gestartet werden

na leute, habt ihr es hinbekommen?
also, hier zwei dinge die ihr nach dem kompilieren noch machen müsst:

wenn ihr das init.d startscript nutzen wollt: einfach startproc weglöschen
und jetzt zu dem wichtigerem teil, da nach geht es nämlich immer noch nicht… :P

ihr müsst schauen, dass auch alle Pfade existieren (zu finden in den man pages), bir mir fehlte:
/var/lock/subsys/
var/lock war zwar da, aber subsys nicht…
hoffe, es hilft dem einen oder anderen…

bis dahin,
OO


May 13 2012

ffmpeg and copy metatag from flac to mp3 – incl converting

EXT="m4a";
a=`echo $1 | sed -s "s/\.m4a//g"`;
DIR="mp3"

if [ ! -d "$DIR" ]; then
mkdir mp3
fi

echo "#############################################"
echo converting $a
echo command: ffmpeg -i "$1" -id3v2_version 3 -write_id3v1 1 -map_metadata 0:g:0 -acodec libmp3lame -ar 44100 -ab 224k -y -metadata date="2012" -metadata copyright="" "mp3/$a.mp3"
echo "#############################################"

#ffmpeg -i "$1" -map_metadata 0:g:0 -acodec libmp3lame -ar 44100 -ab 224k -y "$a.mp3"
ffmpeg -i "$1" -id3v2_version 3 -write_id3v1 1 -map_metadata 0:g:0 -acodec libmp3lame -ar 44100 -ab 224k -y -metadata date="2012" "mp3/$a.mp3"
#echo ffmpeg -i "$1" -map_metadata 0:g:0 -acodec libmp3lame -ar 44100 -ab 224k -y "$a.mp3"

Windows iTunes (Info tab) id3v2.3 ffmpeg key ffmpeg example
Title Title TIT2 title -metadata title=”Adagio for Strings”
Subtitle Description
(Video tab)
TIT3 TIT3 -metadata TIT3=”Op. 91″
Rating n/a n/a n/a n/a
Comments Comments COMM n/a not implemented
Contributing artists Artist TPE1 artist -metadata artist=”Yo Yo Ma/London Symphony”
Album artist Album Artist TPE2 album_artist -metadata album_artist=”London Symphony”
Album Album TALB album -metadata album=”String Classics”
Year Year TYER date -metadata date=”2012″
# Track Number TRCK track -metadata track=”3/12″
(means track number 3 of 12)
Genre Genre TCON genre -metadata genre=”Classical”
Publisher n/a TPUB publisher -metadata publisher=”London Publishing”
Encoded by n/a TENC encoded_by -metadata encoded_by=”Telarc”
Author URL n/a WOAR n/a not implemented
Copyright
(Not Editable)
n/a TCOP copyright -metadata copyright=”℗ Telarc”
Composers n/a TCOM composer -metadata composer=”J.S. Bach”
Conductors n/a TPE3 performer -metadata performer=”T. S. Miles”
Group description Grouping TIT1 TIT1 -metadata TIT1=”The Classics”
Mood n/a n/a n/a n/a
Part of set Disc Number TPOS disc -metadata disc=”1/2″
(means disc number 1 of 2)
Initial key n/a TKEY TKEY -metadata TKEY=”G”
Beats-per-minute BPM TBPM TBPM -metadata TBPM=”120″
Part of a compilation Part of a compilation TCMP TCMP -metadata TCMP=”1″
(either blank = false or 1 = true)

*table source: http:// jonhall. info / how_to / create_id3_tags_using_ffmpeg
well done dude. 🙂

use as script:

or .flac

echo "" > con_vert.sh;chmod 755 con_vert.sh;ls  *.m4a| while read line; do echo ./convert.sh \"$line\" >> con_vert.sh;done;./con_vert.sh ;rm con_vert.sh;


Mar 25 2012

Oktolight rgb led connectors

20120325-145626.jpg

20120325-145654.jpg

Red = red
Green = green
Blue = blue
Black = +12V

20120325-151009.jpg


Feb 23 2012

Configure script missing?

aclocal
Autoconf
Automake
Automake –missing………

Shtools – automake to be installed


Feb 16 2012

Oktolight master professional pcb

20120216-113231.jpg

20120216-113242.jpg


Feb 11 2012

Oktolight v2.7 – now on stock !

20120211-003119.jpg


Feb 8 2012

udev rules

udevadm info -a -p $(udevadm info -q path -n )
or
udevadm info --attribute-walk --name /dev/input/event2
or for HD
udevadm info --attribute-walk --name /dev/sdb1

or for testing rules:
udevadm test --action=add /sys/block/sdb/sdb1 #/block/sdb/sdb1 might also work

ofr info:
udevadm info -a -p /sys/block/sdb

find infos and update /etc/udev/rules.d/31-rulename

example_:

ATTRS{maxchild}=="0"
ATTRS{quirks}=="0x0"
ATTRS{avoid_reset_quirk}=="0"
ATTRS{authorized}=="1"
ATTRS{manufacturer}=="X10 Wireless Technology Inc"
ATTRS{product}=="USB Receiver"


Feb 8 2012

can’t apt-get with ubuntu 9.x anymore? here are the old deb’s

cat > /etc/apt/sources.list < < EOF deb http://old-releases.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse > EOF


Feb 5 2012

Oktolight master – with cover 1st version

20120205-140103.jpg

20120205-140212.jpg

20120205-140251.jpg

20120205-140312.jpg


Feb 1 2012

Diy etching wanne

Umgebautes schoko fondue zum ätzen mit e3chlorid by oktay 🙂

20120201-221013.jpg