From b775de5ee18a0e274ca4da5ed190bd421035e5a9 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Wed, 31 Jan 2024 19:19:31 +0000 Subject: [PATCH] question about importfeed. --- ...importfeed_on_multiple___34__overlapping__34___playlists.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/importfeed_on_multiple___34__overlapping__34___playlists.mdwn diff --git a/doc/forum/importfeed_on_multiple___34__overlapping__34___playlists.mdwn b/doc/forum/importfeed_on_multiple___34__overlapping__34___playlists.mdwn new file mode 100644 index 0000000000..f358b9fc0f --- /dev/null +++ b/doc/forum/importfeed_on_multiple___34__overlapping__34___playlists.mdwn @@ -0,0 +1 @@ +I have decided to add importing of another playlist to the same repo (https://github.com/TrueTube/Andriy_Popyk) which already had some videos fetched for another playlist. First I got confused since my invocation of `git annex importfeed --debug --fast 'https://www.youtube.com/feeds/videos.xml?playlist_id=PLSWNjjvqdBIsKntshAmYH7HBCv2HLlowX' --template 'Суспільство_і_політика/${itempubdate}-${itemtitle}.mkv'` just silently (no reason even in `--debug` output) did nothing. RTFM pointed me to `--force` flag which "Force downloading items it's seen before." which seemed like a remedy since it quickly added those videos from the play list. But it is not a clean remedy since rerunning causes `git annex` to re-add those same videos with `2_` prefix, wasting "traffic" and requiring subsequent adhoc `git rm -f folder/2_`. I wonder if there could be some way to avoid needing that?