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

{podcasttitle} don't give me the real name of the feed #74

Open
s-nt-s opened this issue Feb 12, 2017 · 1 comment
Open

{podcasttitle} don't give me the real name of the feed #74

s-nt-s opened this issue Feb 12, 2017 · 1 comment

Comments

@s-nt-s
Copy link

s-nt-s commented Feb 12, 2017

Hello

In https://github.com/manolomartinez/greg/blob/master/greg/data/greg.conf said:

# {podcasttitle} the title of the podcast 
# {name} the name you use to refer to the podcast in greg

But I get the same value for {podcasttitle} and {name}, in other words, {podcasttitle} also give the name I use to refer to the podcast in greg. {podcasttitle} don't give the real title of the podcast.

Maybe the problem is the podcast, because I see you set in {podcasttitle} the value of {name} when the podcast don't have title

self.podcasttitle = feed.podcast.title

But the podcast that I am using with greg is http://www.ivoox.com/podcast-podcast-sangre-fucsia_fg_f162460_filtro_1.xml and I think it have title.

@jimbobmcgee
Copy link

Same here. From what I can gather, that line should read:

self.podcasttitle = feed.podcast.feed.title

...at least, it seems to work for my podcasts.

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

No branches or pull requests

2 participants