- Log file and minor changes.
- PD Video uses noaudio option to avoid blocking the device
This commit is contained in:
parent
d7d9559e9f
commit
c2af0c91ab
12 changed files with 194 additions and 180 deletions
|
@ -1,37 +1,37 @@
|
|||
#N canvas 352 90 904 417 10;
|
||||
#N canvas 391 105 477 527 audio_player 0;
|
||||
#X msg 22 107 open \$1;
|
||||
#X msg 203 167 start;
|
||||
#X msg 242 168 stop;
|
||||
#X obj 119 214 oggread~;
|
||||
#X msg 274 168 resume;
|
||||
#N canvas 350 98 904 417 10;
|
||||
#N canvas 389 113 497 527 audio_player 0;
|
||||
#X msg 22 33 open \$1;
|
||||
#X msg 203 93 start;
|
||||
#X msg 242 94 stop;
|
||||
#X obj 119 140 oggread~;
|
||||
#X msg 274 94 resume;
|
||||
#X obj 22 9 inlet;
|
||||
#X obj 219 105 / 25;
|
||||
#X obj 219 125 int;
|
||||
#X obj 219 31 / 25;
|
||||
#X obj 219 51 int;
|
||||
#X obj 219 10 r \$0-c5;
|
||||
#X obj 100 265 *~ 0;
|
||||
#X obj 157 265 *~ 0;
|
||||
#X obj 276 209 dbtorms;
|
||||
#X obj 219 209 dbtorms;
|
||||
#X obj 150 493 dac~;
|
||||
#X obj 363 140 r \$0-c1;
|
||||
#X obj 212 300 r \$0-c2;
|
||||
#X text 361 123 Volumen;
|
||||
#X text 224 284 Pan;
|
||||
#X obj 212 340 * 0.00392157;
|
||||
#X obj 219 145 select 0 1 2;
|
||||
#X msg 119 175 seek \$1;
|
||||
#X obj 119 110 r \$0-c8;
|
||||
#X obj 363 176 * 0.0015308;
|
||||
#X obj 119 141 * 0.01;
|
||||
#X obj 200 267 s \$0-position;
|
||||
#X obj 117 383 expr 1-$f1;
|
||||
#X obj 210 432 line~;
|
||||
#X msg 210 411 \$1 1;
|
||||
#X obj 117 424 line~;
|
||||
#X msg 117 403 \$1 1;
|
||||
#X obj 194 452 *~;
|
||||
#X obj 101 449 *~;
|
||||
#X obj 100 191 *~ 0;
|
||||
#X obj 157 191 *~ 0;
|
||||
#X obj 276 135 dbtorms;
|
||||
#X obj 219 135 dbtorms;
|
||||
#X obj 150 419 dac~;
|
||||
#X obj 363 66 r \$0-c1;
|
||||
#X obj 212 226 r \$0-c2;
|
||||
#X text 361 49 Volumen;
|
||||
#X text 224 210 Pan;
|
||||
#X obj 212 266 * 0.00392157;
|
||||
#X obj 219 71 select 0 1 2;
|
||||
#X msg 119 101 seek \$1;
|
||||
#X obj 119 36 r \$0-c8;
|
||||
#X obj 363 102 * 0.0015308;
|
||||
#X obj 119 67 * 0.01;
|
||||
#X obj 200 193 s \$0-position;
|
||||
#X obj 117 309 expr 1-$f1;
|
||||
#X obj 210 358 line~;
|
||||
#X msg 210 337 \$1 1;
|
||||
#X obj 117 350 line~;
|
||||
#X msg 117 329 \$1 1;
|
||||
#X obj 194 378 *~;
|
||||
#X obj 101 375 *~;
|
||||
#X connect 0 0 3 0;
|
||||
#X connect 1 0 3 0;
|
||||
#X connect 2 0 3 0;
|
||||
|
@ -99,7 +99,7 @@
|
|||
#X obj 708 -67 s \$0-c14;
|
||||
#X obj 763 -67 s \$0-c15;
|
||||
#X obj 825 -67 s \$0-c16;
|
||||
#N canvas 122 209 412 197 selector 0;
|
||||
#N canvas 678 268 412 197 selector 0;
|
||||
#X obj 193 -66 outlet;
|
||||
#X text 99 -210 folder;
|
||||
#X obj 95 -193 r \$0-c3;
|
||||
|
@ -137,8 +137,6 @@
|
|||
#X text 184 -336 c1 Vol c2 pan c3 folder c4 file c5 playback c6 Control
|
||||
c7 Volumen fino 8 Entry point Coarse 9 Entry point fine;
|
||||
#X obj 5 -199 outlet;
|
||||
#X floatatom 66 -167 5 0 0 0 - - -;
|
||||
#X symbolatom 189 -176 80 0 0 0 - - -;
|
||||
#X connect 1 0 40 0;
|
||||
#X connect 2 0 25 0;
|
||||
#X connect 3 0 26 0;
|
||||
|
@ -158,10 +156,8 @@ c7 Volumen fino 8 Entry point Coarse 9 Entry point fine;
|
|||
#X connect 17 0 33 0;
|
||||
#X connect 32 0 0 0;
|
||||
#X connect 32 0 42 0;
|
||||
#X connect 32 0 44 0;
|
||||
#X connect 33 0 34 0;
|
||||
#X connect 34 0 9 0;
|
||||
#X connect 34 0 43 0;
|
||||
#X connect 34 1 10 0;
|
||||
#X connect 34 2 11 0;
|
||||
#X connect 34 3 12 0;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libMagick++-6.Q16.so.1.0.0
|
|
@ -1 +0,0 @@
|
|||
libMagick++-6.Q16.so.1.0.0
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
/usr/local/lib/libMagick++-6.Q16.so.1.0.0
|
Binary file not shown.
BIN
bin/lms.conf
BIN
bin/lms.conf
Binary file not shown.
|
@ -1,20 +0,0 @@
|
|||
#!/bin/bash
|
||||
# make_thumbs v0.0.2
|
||||
# Script que genera thumbnails de todas las películas en el directorio Media
|
||||
# Copyright Santi Noreña 2012-2013
|
||||
# GPL License
|
||||
cd $0 ||{
|
||||
echo "Can not change to directory." $0
|
||||
exit $E_XCD;
|
||||
}
|
||||
for folder in $(find -maxdepth 1 -type d); do
|
||||
rm $folder/thumbs/*
|
||||
mkdir $folder/thumbs
|
||||
done
|
||||
for file in $(find . -maxdepth 2 -mindepth 2 -type f ); do
|
||||
avconv -i $file -f image2 -frames:v 1 -s 64x46 -vcodec mjpeg $file.jpg
|
||||
done
|
||||
for folder in $(find -maxdepth 1 -type d); do
|
||||
mv $folder/*.jpg $folder/thumbs
|
||||
done
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue