tweaklets

master 0.22
ml server 2020-01-10 11:50:12 -07:00
parent c1248de0f8
commit 68a37ea874
2 changed files with 6 additions and 3 deletions

View File

@ -19,8 +19,11 @@
#
# So to get mostly all of the observations in December, 2019, run:
# wut-audio-archive 1292461 1470525
# Archive.org doesn't have everything from December, 2019 yet. Run:
# wut-audio-archive 1292461 1333333
# Archive.org doesn't have everything from December, 2019 yet.
# You can get latest number here:
# https://archive.org/details/satnogs?sort=-publicdate
# Run:
# wut-audio-archive 1292461 1354204
#
# XXX Should check input is sane...

View File

@ -16,7 +16,7 @@ cd download/ || exit
# Compile a list of ogg files (NOTE: THIS WILL BREAK AS ARCHIVE GROWS XXX)
echo "Total audio files: `ls -1 */satnogs_*.ogg | wc -l`"
for i in */satnogs_*.ogg
for i in 129*/satnogs_*.ogg
do OBSID=`dirname $i`
# Go into directories with audiofiles
echo $OBSID