Technology Tools for Ministry

Community

Web-Empowered Church User Community
Total Posts: 6 - Pages (1): [1]
Author: Robert Vines
Posted: Sep 23 2008 - 10:29 AM
Subject: iTunes Artist Field
SMS question: How does one get the speaker of a sermon in the SMS to appear
in iTunes's Artist field for a podcast?
Author: Benjamin Kommerau
Posted: Mar 22 2009 - 10:11 AM
Subject: re: iTunes Artist Field
I have the same problem. Anyone can help us?
user picture Author: Christoph Koehler
Posted: Mar 23 2009 - 10:35 AM
Subject: re: iTunes Artist Field
Guys,

I added this to my template setup to make this work:
CODE:

plugin.tx_wecapi_list.tag_rendering {
  itunes_author = TEXT
  itunes_author.value = Author Name Here
  itunes_author.wrap = <itunes:author>|</itunes:author>
}


EDIT: Just realized that doesn't really help all that much for several speakers. Back to the drawing board.

Christoph
Author: Sandy Matheson
Posted: Jul 06 2009 - 11:49 AM
Subject: re: iTunes Artist Field
Hi,

Just added our sermons to iTunes and hit the same problem. We have different preachers and it would be really helpful to be able to populate the artist field correctly from the information within the SMS.

Tried to find a template that drives the xml output for iTunes and can't find that in my install?

Anyone managed to find a fix for this yet? Or any thoughts on how the xmml output can be customised to include other information?

Thanks,

Sandy[/quote]
user picture Author: Christoph Koehler
Posted: Jul 10 2009 - 11:28 AM
Subject: re: iTunes Artist Field
Sandy,

Still not sure on how to do that, but the XML stuff is in the wec_api extension, not in wec_sermons. That may give you a starting point.

Christoph
Author: Sandy Matheson
Posted: Jul 10 2009 - 03:02 PM
Subject: re: iTunes Artist Field
Christoph,

Many thanks for this, but unfortunately I have still drawn a blank.

In the wec_api extension the static setup that is included in the template seems to set up the item array which includes:
itemArray {
item_title =
item_link =
item_description =
item_itunes_summary =
item_author =
........
}

And then item_author is defined as:
item_author = TEXT
item_author.field = author
item_author.if.isTrue.field = author
item_author.wrap = <itunes:author><![CDATA[|]]></itunes:author>


And the template that it uses called rss_itunes includes:
<item>
###ITEM_TITLE###
###ITEM_ITUNES_SUBTITLE###
###ITEM_LINK###
###ITEM_DESCRIPTION###
###ITEM_ITUNES_SUMMARY###
###ITEM_AUTHOR###
......
</item>


But I cannot seem to find a way of actually populating the ###ITEM_AUTHOR### in the template. So I am now stuck.

The only compromise I can think of is to inclue the preacher under the iTunes Summary in the SMS Resource record.

Any other ideas anyone?

Sandy
Total Posts: 6 - Pages (1): [1]
You must login to post a message to this conference.