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

Cover Art now being ignored #125

Closed
Rumik opened this issue Apr 17, 2020 · 7 comments
Closed

Cover Art now being ignored #125

Rumik opened this issue Apr 17, 2020 · 7 comments
Labels
A-feed Area: iTunes XML feed C-bug Category: This is a bug P-high High priority

Comments

@Rumik
Copy link

Rumik commented Apr 17, 2020

Since updating a day ago, the artwork I’m specifying for each podcast is now being ignored, using the Embedded artwork instead. Has anything changed in that area?

Thanks

mxpv added a commit that referenced this issue Apr 18, 2020
@mxpv
Copy link
Owner

mxpv commented Apr 18, 2020

I forgot to update README. I added more customizations and had to move those fields to a separate section. You'd need to update your config to:

[feeds]
  [feeds.ID1]
  url = "{FEED_URL}" 
  ...
  custom = { cover_art = "{IMAGE_URL}", category = "TV", explicit = true, lang = "en" }
 

@Rumik
Copy link
Author

Rumik commented Apr 18, 2020

Great, thank you!

@mxpv mxpv closed this as completed Apr 18, 2020
@mxpv mxpv added C-bug Category: This is a bug P-high High priority A-feed Area: iTunes XML feed labels Apr 18, 2020
@Rumik
Copy link
Author

Rumik commented Apr 20, 2020

I've updated my config but the custom artwork still isn't coming through. Maybe my formatting is wrong - can you please provide a working example @mxpv ?

Thanks!

@mxpv
Copy link
Owner

mxpv commented Apr 20, 2020

Can you show your config ?

@Rumik
Copy link
Author

Rumik commented Apr 20, 2020

Sure... I wasn't sure if those brackets needed to be there, but I've tried both with and without.

Example 1
[feeds.KFGD] # Kinda Funny Games Daily
url = "https://www.youtube.com/playlist?list=PLy3mMHt2i7RIl9pkdvrA98kN-RD4yoRhv"
page_size = 50
update_period = "12h"
quality = "high"
format = "video"
custom = { cover_art = "http://i1.sndcdn.com/avatars-000319281278-0merek-original.jpg", category = "Video Games", explicit = true, lang = "en" } # Optional feed customizations
max_height = 720 # Optional maximal height of video, example: 720, 1080, 1440, 2160, ...
clean = { keep_last = 5 } # Keep last 10 episodes (order desc by PubDate)
cron_schedule = "0 6,14 ? * TUE-SAT"
opml = true # Optional inclusion of the feed in the OPML file (default value: false)

Example 2
[feeds.KFGD] # Kinda Funny Games Daily
url = "https://www.youtube.com/playlist?list=PLy3mMHt2i7RIl9pkdvrA98kN-RD4yoRhv"
page_size = 50
update_period = "12h"
quality = "high"
format = "video"
custom = { cover_art = "{http://i1.sndcdn.com/avatars-000319281278-0merek-original.jpg}", category = "Video Games", explicit = true, lang = "en" } # Optional feed customizations_
max_height = 720 # Optional maximal height of video, example: 720, 1080, 1440, 2160, ...
clean = { keep_last = 5 } # Keep last 10 episodes (order desc by PubDate)
cron_schedule = "0 6,14 ? * TUE-SAT"
opml = true # Optional inclusion of the feed in the OPML file (default value: false)

@mxpv
Copy link
Owner

mxpv commented Apr 21, 2020

I just verified this - everything looks correct to me. What exactly do you see in your XML feed?

@Rumik
Copy link
Author

Rumik commented Apr 21, 2020

Looks like I just needed to give all the feeds time to update according to their schedule- everything looks good now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-feed Area: iTunes XML feed C-bug Category: This is a bug P-high High priority
Projects
None yet
Development

No branches or pull requests

2 participants