diff --git a/.bash.d/mp3.sh b/.bash.d/mp3.sh index f03eb188..94b0e577 100644 --- a/.bash.d/mp3.sh +++ b/.bash.d/mp3.sh @@ -46,3 +46,16 @@ mp3infoheadtail(){ mediainfo "$filename" done } + +mp3set(){ + if [ $# != 2 ]; then + echo "usage: mp3set " + return 1 + fi + local artist="$1" + local album="$2" + mp3_set_artist.sh "$artist" + mp3_set_album.sh "$album" + mp3_set_track_order.sh + mp3_set_track_name.sh +} diff --git a/Jenkinsfile b/Jenkinsfile index dd6ccd4b..3d0cf7d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ // // ========================================================================== // -// J e n k i n s P i p e l i n e +// J e n k i n s P i p e l i n e // ========================================================================== // // Epic Jenkinsfile template: diff --git a/jenkins.sh b/jenkins.sh index 159d1ebd..f04cb166 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -116,7 +116,7 @@ else fi when_jenkins_up(){ - when_url_content 90 "$JENKINS_URL" '(?i:jenkins|hudson)' + when_url_content 90 "$JENKINS_URL/login" '(?i:jenkins|hudson)' echo } diff --git a/sql b/sql index 2f8bd447..80e2004a 160000 --- a/sql +++ b/sql @@ -1 +1 @@ -Subproject commit 2f8bd447f236a4875a161f41ac30684b227acdf6 +Subproject commit 80e2004a17865c23992f3ad8d5bae3d55e60dc46 diff --git a/templates b/templates index d57e9cac..25324f74 160000 --- a/templates +++ b/templates @@ -1 +1 @@ -Subproject commit d57e9cac4960159be9887113a4c2f30b2c9bade4 +Subproject commit 25324f745c7866a0d2990e60bec24342655e1185