Update location of peerflix-db

This commit is contained in:
coolneng 2023-01-13 21:34:40 +01:00
parent 81edcfd66b
commit 7c79d67381
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
directory=/tmp/webtorrent directory=/tmp/webtorrent
player=mpv player=mpv
data_file=$HOME/Documents/IT/peerflix-db.csv data_file=$HOME/Documents/Misc/peerflix-db.csv
parse_csv() { parse_csv() {
show_name=$(echo "$1" | cut -d "=" -f 3 | awk -F "S[0-9]|[S|s]eason|[C|c]omplete" '{print $1}' | tr -d "[:digit:]%" | tr +. " " | sed -e 's/[[:space:]]*$//') show_name=$(echo "$1" | cut -d "=" -f 3 | awk -F "S[0-9]|[S|s]eason|[C|c]omplete" '{print $1}' | tr -d "[:digit:]%" | tr +. " " | sed -e 's/[[:space:]]*$//')