this is only really partially a Songkick API question, and more related to how the RSS feeds are generated.
- from our previous correspondence I think you're just using the user feeds, so I have today added a title_only parameter to the user feed handler, which will generate a user feed that contains title only, so won't duplicate content (e.g.: http://acousti.co/feeds/user/jockrock?title_only=1)
- more generally speaking (and this actually is a question for the Songkick API folks), when I create the feeds, by default the title is the value of event["displayName"], while the description is a combination of event["venue"]["displayName"] and event["location"]["city"]. If it's true that the venue name (i.e. event["venue"]["displayName"]) is *always* also present in event["displayName"], then I could just remove that part from the description element of the feed. Perhaps Sabrina or someone else from the API team could confirm?
Cheers,
Mario.
> - more generally speaking (and this actually is a question for the Songkick API folks), when I create the feeds, by default the title is the value of event["displayName"], while the description is a combination of event["venue"]["displayName"] and event["location"]["city"]. If it's true that the venue name (i.e. event["venue"]["displayName"]) is *always* also present in event["displayName"], then I could just remove that part from the description element of the feed. Perhaps Sabrina or someone else from the API team could confirm?
For concerts, the title will always contain the venue name. For
festivals, the title is always FestivalName + Year (Glastonbury 2012),
so you might want to add the venue name if we know about it.
Hope that helps!
--
Sabrina Leandro
http://www.songkick.com/users/saleandro
> Hi Stuart, Mario,
>
>> - more generally speaking (and this actually is a question for the Songkick API folks), when I create the feeds, by default the title is the value of event["displayName"], while the description is a combination of event["venue"]["displayName"] and event["location"]["city"]. If it's true that the venue name (i.e. event["venue"]["displayName"]) is *always* also present in event["displayName"], then I could just remove that part from the description element of the feed. Perhaps Sabrina or someone else from the API team could confirm?
>
> For concerts, the title will always contain the venue name. For
> festivals, the title is always FestivalName + Year (Glastonbury 2012),
> so you might want to add the venue name if we know about it.
>
> Hope that helps!
Thanks Sabrina, I've just updated all the the RSS feed handlers to only include the venue name in the description if the event type is "Festival".
Stuart - this should mean you won't even need that title_only flag anymore as the duplicate venue info is now gone from the feeds, unless you also want to hide the city of the event.
Cheers,
Mario.
So as you can see, the jockrock feed is a bit of a dead duck, through
no-one's fault and certainly not yours.
(I have no idea who much work it is to set up a feed in the way you
did with the jockrock one, I'd imagined that here was one for
glasgowgigs at some point but maybe not, it's blank anyway so perhaps
I imagined that). I could really do with an interface on my app like
that on the Songkick app, but unfortunately the one that Conduit
generates isn't anywhere near as sophisticated (understandably).
Anyway, thought I should check in with you after your work on this -
any bright ideas appreciated as ever!
Cheers
Stuart
po box 13516 linlithgow eh49 6wb ... t: 01506 840063 ... e: edi...@isthismusic.com
Mario.