Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Preview for Podcast Episode is now lower quality #197

Closed
driverkt opened this issue Nov 7, 2020 · 5 comments · Fixed by #288
Closed

Image Preview for Podcast Episode is now lower quality #197

driverkt opened this issue Nov 7, 2020 · 5 comments · Fixed by #288

Comments

@driverkt
Copy link

driverkt commented Nov 7, 2020

Hello! This is an awesome tool! Thanks for developing it!

I've noticed that for the podcasts I've been using for quite some time, in 2.4.0, the preview image as well as the episode specific images seem to be lower quality.

I've added the following line, but it doesn't seem to be working for me:

custom = { cover_art_quality = "high" }

Is that syntax correct?

Please note that I am not specifying custom cover art but pulling it in from YouTube.

@mxpv
Copy link
Owner

mxpv commented Nov 7, 2020

Hmm.. The only change we made in v2.4.0 related to cover art quality is this one 3572e14

But if it is not specified it should default to "high" (and cover_art_quality = "high" should produce the same result)

Can you provide full configuration for this channel ?

@driverkt
Copy link
Author

driverkt commented Nov 10, 2020

something like this:

[feeds.dude-perfect]
  url = "https://www.youtube.com/channel/UCRijo3ddMTht_IHyNSNXpNQ" # URL address of a channel, group, user, or playlist. 
  page_size = 5 # The number of episodes to query each update (keep in mind, that this might drain API token)
  update_period = "5h" # How often query for updates, examples: "60m", "4h", "2h45m"
  quality = "high" # or "low"
  format = "video" # or "audio"
  custom = { cover_art_quality = "high" }
  clean = { keep_last = 5 }

@726a67
Copy link

726a67 commented Nov 11, 2020

Also experiencing this issue with feed quality set to 'high' and cover_art_quality not explicitly set.

@driverkt
Copy link
Author

driverkt commented Dec 1, 2020

@mxpv Does this help? Can you recreate the issue with this?

something like this:

[feeds.dude-perfect]
  url = "https://www.youtube.com/channel/UCRijo3ddMTht_IHyNSNXpNQ" # URL address of a channel, group, user, or playlist. 
  page_size = 5 # The number of episodes to query each update (keep in mind, that this might drain API token)
  update_period = "5h" # How often query for updates, examples: "60m", "4h", "2h45m"
  quality = "high" # or "low"
  format = "video" # or "audio"
  custom = { cover_art_quality = "high" }
  clean = { keep_last = 5 }

@726a67
Copy link

726a67 commented Aug 16, 2021

Any update on this issue? Art pulled from Youtube channels is always resolved at 88x88 regardless of the cover_art_quality setting.

One of my feeds for reference:

  [feeds.Junkball]
  url = "https://www.youtube.com/channel/UCL5VhHd4v-OBLwCSvLWf70A"
  page_size = 5
  update_period = "60m"
  quality = "high"
  custom = { cover_art_quality = "high" }
  format = "video"
  max_height = 720
  cron_schedule = "0 */2 * * *"
  opml = true
  clean = { keep_last = 5 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants