Kieran
Kieran
Hey there! Thanks for the report (: This seems to be an intermittent issue for some users that I suspect is caused by YouTube running experiments for some users that...
re: > Looking into the db I noticed that poster.jpg, fanart.jpg, and banner.jpg are being saved in /config instead of the source's parent folder. I didn't understand the goal of...
Hey there, thanks for making this report! The logs provided don't tell me a ton, unfortunately. Would you mind setting the log level to `debug`, visiting the page that triggers...
I think the last release may have fixed this, but even if not I've added some improved logging to help with triage of issues like this! I'll close this for...
Hey there! Thanks for the report (: I like the thought of this idea, but I definitely would have to think it through re: how it handles media that already...
I've tried this a few different ways but I haven't found an approach for restoring in this way that really feels worth doing. With the addition of #399, I'd say...
Hey there! Thanks for the report (: Unfortunately, this isn't possible at current. There's two main reasons for that: 1. `yt-dlp` does not (and cannot) return details about what playlist(s)...
Note to self: I think I can pull a channel's playlists with something like this: ``` yt-dlp -ij --flat-playlist "https://www.youtube.com//playlists" | jq -r '.webpage_url' ``` But I remember there being...
> My idea was being able to filter a channel @Austin1 you can already do that (see [here](https://github.com/kieraneglin/pinchflat/wiki/Frequently-Asked-Questions#i-only-want-certain-videos-from-a-source---how-can-i-only-download-those))! Creating a title regex like `(?i)football` would be the most basic example
Hey there! Thanks for the report (: That's weird! Looking into it now