Jump to content

Podcast Plugin how to change images for all podcast


xbmcgotham

Recommended Posts

xbmcgotham

Hi,

 

Was wondering what options are available to change the backdrop and primary picture for all podcasts episodes in one go instead of having to change them one by one (200 podcast episode to edit).

 

And is it also possible to have a different podcast cover image for the main podcast menu?

 

So: podcast menu > Podcast A (with a cover picture, different than the episodes) > Podcast episodes (with all the same primary and backdrop image but different than Podcast A)

 

 

Is this possible in menu config or by adding some lines of code to the RSS feed?

 

Thanks for the tip.

 

 

Link to comment
Share on other sites

xbmcgotham

@@Luke That is great to hear. Just to verify. Does emby use the same RSS feed coding/scraping for cover and episode images as iTunes does? Sample with ---> below.

 

And how would I easily add the same backdrop image to all episodes?

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Hiking Treks</title>
<link>https://www.apple.com/itunes/podcasts/</link>
<language>en-us</language>
<copyright>℗ & © 2017 John Appleseed</copyright>
<itunes:subtitle>Find your trail. Great hikes and outdoor adventures.</itunes:subtitle>
<itunes:author>The Sunset Explorers</itunes:author>
<itunes:summary>Love to get outdoors and discover nature's treasures? Hiking Treks is the show for you. We review hikes and excursions, review outdoor gear and interview a variety of naturalists and adventurers. Look for new episodes each week.</itunes:summary>
<description>Love to get outdoors and discover nature's treasures? Hiking Treks is the show for you. We review hikes and excursions, review outdoor gear and interview a variety of naturalists and adventurers. Look for new episodes each week.</description>
<itunes:type>serial</itunes:type>
<itunes:owner>
<itunes:name>Sunset Explorers</itunes:name>
<itunes:email>mountainscape@icloud.com</itunes:email>
</itunes:owner>
---> <itunes:image href="http://podcasts.apple.com/resources/example/hiking_treks/images/cover_art.jpg"/>
<itunes:category text="Sports & Recreation">
<itunes:category text="Outdoor"/>
</itunes:category>
<item>
<itunes:episodeType>full</itunes:episodeType>
<itunes:title>Caribou Mountain, Maine</itunes:title>
<itunes:episode>2</itunes:episode>
<itunes:season>2</itunes:season>
<title>S02 EP02 Caribou Mountain, Maine</title>
<itunes:author>The Sunset Adventurers</itunes:author>
<itunes:subtitle>Put your fitness to the test with this invigorating hill climb.</itunes:subtitle>
<itunes:summary>Put your fitness to the test with this invigorating hill climb.</itunes:summary>
<description>Put your fitness to the test with this invigorating hill climb.</description>
---> <itunes:image href="http://example.com/podcasts/everything/AllAboutEverything/Episode3.jpg"/>
<content:encoded>href="http://example.com/podcasts/everything/</content:encoded>
<enclosure length="5650889" type="audio/x-m4v" url="http://example.com/podcasts/everything/caribou.m4v"/>
<guid>http://example.com/podcasts/archive/aae20170523.m4v</guid>
<pubDate>Tue, 23 May 2017 02:00:00 -0700</pubDate>
<itunes:duration>04:34</itunes:duration>
<itunes:explicit>no</itunes:explicit>
</item>

Thanks

Edited by xbmcgotham
Link to comment
Share on other sites

xbmcgotham

Thanks.

 

And how would I easily add the same backdrop image to all episodes? Have you a specific RSS feed parameter that you use?

Link to comment
Share on other sites

xbmcgotham

I am more looking for how emby is scraping the backdrop image. This is not something iTunes RSS feed uses. It only allows for an image to be added to the channel and episode image. Not the emby backdrop image.

 

I just like to know how to add the same backdrop image to all podcast episodes without having to upload 200x the backdrop image to the 200 episodes in the podcast. :-)

Link to comment
Share on other sites

Hi,

I updated my openSuse emby-server to version 3.2.70.0. Since then I can't update my user statistics (emby statistics 2.0.2.0). I get an error:

"Could not resolve type with token 01000069 (from typeref, class/assembly MediaBrowser.Controller.Entities.IHasUserData, MediaBrowser.Controller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)"

4ndreas

 

Log.zip

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...