Update location of peerflix-db
This commit is contained in:
parent
81edcfd66b
commit
7c79d67381
|
@ -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:]]*$//')
|
||||||
|
|
Loading…
Reference in New Issue