Fix end of files
This commit is contained in:
parent
d8195f0fd8
commit
6871956baa
|
@ -7,4 +7,4 @@ prefered
|
||||||
|
|
||||||
# TODO: Remove once docs/lunr.js is shipped using a package manager
|
# TODO: Remove once docs/lunr.js is shipped using a package manager
|
||||||
ment
|
ment
|
||||||
enviroments
|
enviroments
|
||||||
|
|
1
build.sh
1
build.sh
|
@ -25,4 +25,3 @@ else
|
||||||
echo "could not detect version for VERSION file" > VERSION
|
echo "could not detect version for VERSION file" > VERSION
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,3 @@ cp scripts/git-merge-po /usr/local/bin
|
||||||
chmod +x /usr/local/bin/git-merge-po
|
chmod +x /usr/local/bin/git-merge-po
|
||||||
cat scripts/git-config-git-merge-po >> ../.git/config
|
cat scripts/git-config-git-merge-po >> ../.git/config
|
||||||
cat scripts/git-attributes-git-merge-po >> ../.gitattributes
|
cat scripts/git-attributes-git-merge-po >> ../.gitattributes
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -167,4 +167,3 @@ do
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
[merge "pofile"]
|
[merge "pofile"]
|
||||||
name = Gettext merge driver
|
name = Gettext merge driver
|
||||||
driver = git merge-po %O %A %B
|
driver = git merge-po %O %A %B
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
libretime.org
|
libretime.org
|
||||||
|
|
|
@ -52,4 +52,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link href="/css/creative.min.css" rel="stylesheet">
|
<link href="/css/creative.min.css" rel="stylesheet">
|
||||||
|
|
||||||
<title>{{ site.title }} - {{ page.title }}</title>
|
<title>{{ site.title }} - {{ page.title }}</title>
|
||||||
|
|
|
@ -22,4 +22,4 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -68,4 +68,4 @@ function lunr_search(term) {
|
||||||
</form>
|
</form>
|
||||||
<div id="lunrsearchresults">
|
<div id="lunrsearchresults">
|
||||||
<ul class="list-line mb-0"></ul>
|
<ul class="list-line mb-0"></ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -26,4 +26,4 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -200,4 +200,3 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -363,4 +363,4 @@ padding: 10px 20px;
|
||||||
font-family: "Font Awesome 5 Free";
|
font-family: "Font Awesome 5 Free";
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #007bff;
|
color: #007bff;
|
||||||
}
|
}
|
||||||
|
|
|
@ -139,4 +139,3 @@ title: Docs
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
|
@ -26,4 +26,4 @@ title: Search
|
||||||
<div class="container-lg">
|
<div class="container-lg">
|
||||||
{% include search-lunr.html %}
|
{% include search-lunr.html %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
1
install
1
install
|
@ -1246,4 +1246,3 @@ echo " To get started with Libretime, visit ${IP} "
|
||||||
echo " or, if you've set up your own web configuration, "
|
echo " or, if you've set up your own web configuration, "
|
||||||
echo " the Libretime webroot on your webserver "
|
echo " the Libretime webroot on your webserver "
|
||||||
echo "-----------------------------------------------------"
|
echo "-----------------------------------------------------"
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,3 @@ file_uploads = On
|
||||||
upload_tmp_dir = /tmp
|
upload_tmp_dir = /tmp
|
||||||
apc.write_lock = 1
|
apc.write_lock = 1
|
||||||
apc.slam_defense = 0
|
apc.slam_defense = 0
|
||||||
|
|
||||||
|
|
|
@ -11862,4 +11862,4 @@ trailer
|
||||||
>>
|
>>
|
||||||
startxref
|
startxref
|
||||||
962308
|
962308
|
||||||
%%EOF
|
%%EOF
|
||||||
|
|
|
@ -331,4 +331,4 @@ case "$1" in
|
||||||
exit 64 # EX_USAGE
|
exit 64 # EX_USAGE
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -19,6 +19,3 @@ env LC_ALL='en_US.UTF-8'
|
||||||
#end script
|
#end script
|
||||||
|
|
||||||
exec libretime-analyzer
|
exec libretime-analyzer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,4 +44,3 @@ $channel->basic_publish($msg, $exchange, $routingKey);
|
||||||
print "Sent $message ($routingKey)\n";
|
print "Sent $message ($routingKey)\n";
|
||||||
$channel->close();
|
$channel->close();
|
||||||
$connection->close();
|
$connection->close();
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,3 @@
|
||||||
elsif bitrate == 320 then
|
elsif bitrate == 320 then
|
||||||
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
|
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -65,4 +65,3 @@
|
||||||
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
|
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -57,4 +57,3 @@
|
||||||
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
|
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -65,4 +65,3 @@
|
||||||
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
|
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,3 @@
|
||||||
elsif bitrate == 320 then
|
elsif bitrate == 320 then
|
||||||
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
|
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -65,4 +65,3 @@
|
||||||
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
|
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -57,4 +57,3 @@
|
||||||
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
|
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -65,4 +65,3 @@
|
||||||
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
|
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,3 @@
|
||||||
elsif bitrate == 320 then
|
elsif bitrate == 320 then
|
||||||
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
|
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -65,4 +65,3 @@
|
||||||
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
|
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -57,4 +57,3 @@
|
||||||
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
|
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -65,4 +65,3 @@
|
||||||
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
|
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -672,4 +672,3 @@ may consider it more useful to permit linking proprietary applications with
|
||||||
the library. If this is what you want to do, use the GNU Lesser General
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
Public License instead of this License. But first, please read
|
Public License instead of this License. But first, please read
|
||||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||||
|
|
||||||
|
|
|
@ -164,4 +164,3 @@ if (isset($opts->v)){
|
||||||
}
|
}
|
||||||
|
|
||||||
echo PHP_EOL;
|
echo PHP_EOL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue