su $YOU -c mkdir -p /home/$YOU/.zen/music/${artist}/${song}/

This commit is contained in:
qo-op 2020-06-04 16:07:23 +02:00
parent 3dbc6ee5b4
commit 66d8e04f45
2 changed files with 5 additions and 4 deletions

View File

@ -34,9 +34,10 @@ echo $SONG
# %EDlmG9QW2U2wYnvIIKf//GrDxYoQWGL/Jk3Nw0obi8M=.sha256
# http://golly.sourceforge.net/
mysearch="$ARTIST $SONG"
mkdir -p /home/$YOU/.zen/music/${artist}/${song}/
youtube-dl --default-search ytsearch1: --download-archive /home/$YOU/.ytdl.list --continue --no-overwrites --metadata-from-title "$artist - %(title)s" --add-metadata --embed-thumbnail --ignore-errors -f m4a --extract-audio -o "/home/$YOU/.zen/music/${artist}/${song}/%(id)s.%(title)s.%(uploader_id)s.%(ext)s" "$mysearch" >> /tmp/youtube-dl.log 2>&1
su $YOU -c mkdir -p /home/$YOU/.zen/music/${artist}/${song}/
su $YOU -c youtube-dl --default-search ytsearch1: --download-archive /home/$YOU/.ytdl.list --write-thumbnail --continue --no-overwrites --write-info-json --no-mtime --metadata-from-title "$artist - %(title)s" --add-metadata --embed-thumbnail --ignore-errors --audio-format mp3 --extract-audio -o "/home/$YOU/.zen/music/${artist}/${song}/%(id)s.%(title)s.%(uploader_id)s.%(ext)s" "$mysearch" >> /tmp/youtube-dl.log 2>&1
# Finaly this is made directly....
# so it is not put on ipfs... zenTag must attach contracts...

View File

@ -61,8 +61,8 @@ if( $search == "REC" ) {
// RADIO EXTERNAL TRACK SCRAPERs ....
} else if($radio != "" && $artist == "undefined" && $title == "undefined" ){
shell_exec('/var/www/loveland/_CopyLaRadio/parle.sh "Recherche externe pour '.$radio.'"');
file_put_contents("/tmp/youtube-dl.log", "/home/pi/G1sms+/_CopyLaRadio/libradio/".escapeshellcmd($radio).".php".PHP_EOL, FILE_APPEND);
if ( file_exists("/home/pi/G1sms+/_CopyLaRadio/libradio/".escapeshellcmd($radio).".php") ) {
file_put_contents("/tmp/youtube-dl.log", "/var/www/loveland/_CopyLaRadio/libradio/".escapeshellcmd($radio).".php".PHP_EOL, FILE_APPEND);
if ( file_exists("/var/www/loveland/_CopyLaRadio/libradio/".escapeshellcmd($radio).".php") ) {
file_put_contents("/tmp/ytdl.list","$radio||".PHP_EOL, FILE_APPEND);
} else {
shell_exec('/var/www/loveland/_CopyLaRadio/parle.sh "Aucun module"');