I am ready to first channel/code reviewed.

Where should I publish my code to have it reviewed.
I could just publish to private channel BUT would like someone to review code.

Thanks

Forgot to click on
“Notify me when a reply is posted”

If you are looking for beta testing, you need to publish to a private channel so other can install it when you give them the private channel code. Then just find some people willing to beta test and tell them the code. They should be able to test by using the code to add the channel. You can test this yourself with your Roku.

I now need to figure out how to package it for publication.

The ChannelPackagingAndPublishing.pdf included in the SDK should tell you everything you need to know.

I have it ready.
Where do I publish the “Private” channel?

Thanks

https://owner.roku.com/Developer/Channels

OK did it.
Where do I post the code so others can add the channel.

Thanks

“ken2400” wrote:
OK did it.
Where do I post the code so others can add the channel.

Thanks

Who do you want to see it? You can post here or the main forum and ask people to check it out.

https://owner.roku.com/Account/ChannelCode/?code=2010

Next question.
The feeds are listed in the code.
I was thinking of reading them from a web page so I could update/add links dynamically.
Is this a good idea?

Thanks

“ken2400” wrote:
https://owner.roku.com/Account/ChannelCode/?code=2010

Next question.
The feeds are listed in the code.
I was thinking of reading them from a web page so I could update/add links dynamically.
Is this a good idea?

Thanks
A very good idea. What I’d probably recommend is including a static feed with the channel as well, so your channel has something to fall back on if the web feed isn’t available for some reason.

nice channel when i load in to the channel it says Roku sdk in the top instead of your channel name.

Gardening radio…nice!

I almost have the dynamic stuff going but it does not like this line

This is the code
for each c in m.xml.GetNamedElements(“enclosure”)
print "This is c@url "; c@url
return c@url
next

I think the problem is probably the "&: in the URL. That should be XML encoded as “amp;”.

So & worked.
For some reason I can not send the update now.
Will try later.
Thanks

Looks like the update uploaded.
Forgot to change the channel version.
Will the channel update on my box or do I need to remove it and add it again?

Thanks

“ken2400” wrote:
Looks like the update uploaded.
Forgot to change the channel version.
Will the channel update on my box or do I need to remove it and add it again?

Thanks
Just visit the channel store and then exit. It will force refresh any updated channels.

I added some more feeds.
Does anyone else have some feeds they would like added?

Thansk