Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pberrett
Visitor

New Private Channel released - Amateurlogic

Hi all

I have just released a new private channel called Amateurlogic. You can access it by using the code "ALogic".

The channel links to a vidcast that I help make. its about amateur radio and technology. We have over 32 videos.

Comments and feedback are welcome.

regards
Peter VK3PB
0 Kudos
5 REPLIES 5
pberrett
Visitor

Re: New Private Channel released - Amateurlogic

Hi again

One bit of feedback that I have had is that each video comes up with two options - resume and start form beginning. If someone picks the first one the video starts and stops to cache shortly after.

Any solutions?

cheers Peter
0 Kudos
kc8pql
Visitor

Re: New Private Channel released - Amateurlogic

Interesting...I'll check it out.
73
kc8pql

Edited to add:
I navigated around and sampled a few videos. Other than Resume being the first choice rather than Play, and the already mentioned problem, the channel seems to work fine. My only suggestion would be to add a description of the topics covered in each video.
____________________________________________________________________________________________________________
No, I don't work for Roku.
Netflix Player N1000X, XDS 2100X (premature death by lightning)
Roku2 XD 3050X, Roku2 XS 3100R, Roku2 4210R
0 Kudos
Mister_DNA
Visitor

Re: New Private Channel released - Amateurlogic

"kc8pql" wrote:
Interesting...I'll check it out.
73
kc8pql

Edited to add:
I navigated around and sampled a few videos. Other than Resume being the first choice rather than Play, and the already mentioned problem, the channel seems to work fine. My only suggestion would be to add a description of the topics covered in each video.


Yeah, that's a standard problem in the videoplayer example. I've been thinking about contacting one of the admins to see about making a sticky thread specific to working out all the kinks in the videoplayer example.
If you want a vision of the future, imagine a boot stamping on a human face - forever. - George Orwell
0 Kudos
Mister_DNA
Visitor

Re: New Private Channel released - Amateurlogic

If you open the appDetailScreen.brs and look at the following lines of code:
screen.ClearButtons()
screen.AddButton(1, "resume playing")
screen.AddButton(2, "play from beginning")
screen.SetContent(show)
screen.Show()

All you have to do is cut the line "screen.AddButton(2, "play from beginning")" and paste it above the line "screen.AddButton(1, "resume playing")" and it will swap the order of the buttons.

Furthermore, if you want the button to simply say "Play" instead of "play from beginning" just edit the text.

I'm thinking of changing the "resume playing" button to "OMG! Don't Press This" just for kicks...

Seriously, though... if you just swap the order of the buttons as shown above, you'll be okay.
If you want a vision of the future, imagine a boot stamping on a human face - forever. - George Orwell
0 Kudos
pberrett
Visitor

Re: New Private Channel released - Amateurlogic

Thanks

I have reordered the buttons and all is well.

cheers Peter
0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.