Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. add=$1
  2. #add=$(echo $add | sed --expression="s/.2./.4./g")
  3. #echo $add
  4. lftp -u root,password $add -e "cd /var/spool;find;quit" |grep mkv| cut -c 3- | perl -ne 'print "ftp://root:password\@CHANGEME/var/spool/$_"' | sed --expression="s/CHANGEME/$add/g" > playlist.m3u
  5. smplayer playlist.m3u
  6. #vlc --playlist-tree --no-playlist-autostart /temp/playlist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement