astrXbian_UX-et-webUI/www/boris/get_youtube_videos.sh

12 lines
572 B
Bash
Raw Normal View History

2021-03-15 17:16:52 +01:00
#!/bin/bash
2021-03-20 02:54:40 +01:00
########################################################################
2021-08-05 04:09:54 +02:00
# Author:
2021-03-20 02:54:40 +01:00
# Version: 0.1
# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/)
########################################################################
2021-08-05 04:09:54 +02:00
PREFIX="$1"
[[ $PREFIX == "" ]] && PREFIX="Y"
2021-03-20 02:54:40 +01:00
YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1) && [[ ! $YOU ]] && echo "ipfs NOT RUNNING. EXIT" && exit 1
2021-03-15 17:16:52 +01:00
2021-08-05 04:09:54 +02:00
cat /home/$YOU/.zen/{ipfs,ipfs_swarm}/.*/astroport/kodi/vstream/${PREFIX}ASTRXBIAN | sort | uniq | tail -n +2