-
In some cases I have my own poster.jpg and everytime the sub run download the poster.jpg and fanart.jpg if modified. How to disable? |
Beta Was this translation helpful? Give feedback.
Answered by
jmbannon
Mar 5, 2023
Replies: 2 comments 1 reply
-
Currently there is no way, I will add this feature soon |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
webysther
-
As a workaround: for d in $1/subscriptions/*/; do
c=$(basename -- "$d")
echo "$d"; echo "$c"; ytdl-sub sub "$d"/sub.yaml; rsync -r $1/channels/"$c"/ $1/news/"$c"; find $1/news/"$c"/ -type d -empty -delete
done |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there is no way, I will add this feature soon