
squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2013
10:19 AM
Request Feature
Would like to request a feature I think has been overlooked:
isPlaybackPosition() for audio. I know Roku thinks this is unnecessary, but there is a good reason for it and the reason is:
Audiobooks.
I have just been modifying the SDK USB grid example with audio and video bookmarks. Video bookmarks are pretty painless, but audiobooks are much longer than movies, and because you have to use your own timers, the system is somewhat clunky at best and would be far better with an isPlaybackPosition() message.
I can't believe this is a too massive an addition to the firmware as it already exists for video files. If for instance, i wanted to create a channel that rented audiobooks, it would really be a necessary feature to have the channel work professionally.
Thank you.
isPlaybackPosition() for audio. I know Roku thinks this is unnecessary, but there is a good reason for it and the reason is:
Audiobooks.
I have just been modifying the SDK USB grid example with audio and video bookmarks. Video bookmarks are pretty painless, but audiobooks are much longer than movies, and because you have to use your own timers, the system is somewhat clunky at best and would be far better with an isPlaybackPosition() message.
I can't believe this is a too massive an addition to the firmware as it already exists for video files. If for instance, i wanted to create a channel that rented audiobooks, it would really be a necessary feature to have the channel work professionally.
Thank you.
Kinetics Screensavers
4 REPLIES 4

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2013
11:57 AM
Re: Request Feature
It is actually possible on non-legacy devices if you use a video playback component to play audio, a little tricky to get it working correctly but it does work, there is a thread from a year or so about this on the forum here somewhere.So you could use roVideoPlayer to play your audio and bookmark it. Not sure how accurate the resume would be with mp3 audio.
- Joel
- Joel

gonzotek
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2013
12:10 PM
Re: Request Feature
"squirreltown" wrote:Podcasts are another long-play type of audio that could benefit from this suggestion. They're generally freely distributed and legally obtainable from many different sources.
Would like to request a feature I think has been overlooked:
isPlaybackPosition() for audio. I know Roku thinks this is unnecessary, but there is a good reason for it and the reason is:
Audiobooks.
I have just been modifying the SDK USB grid example with audio and video bookmarks. Video bookmarks are pretty painless, but audiobooks are much longer than movies, and because you have to use your own timers, the system is somewhat clunky at best and would be far better with an isPlaybackPosition() message.
I can't believe this is a too massive an addition to the firmware as it already exists for video files. If for instance, i wanted to create a channel that rented audiobooks, it would really be a necessary feature to have the channel work professionally.
Thank you.
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com

squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2013
12:17 PM
Re: Request Feature
Thank you Joel, i thought of that but I already have mostly- working bookmarks, so the improvement I'm looking for is video-like ease of use, plus having a black screen while playing is not really the slick look I would want plus you lose any custom screensaver over video and all the buttons, like I have a skip button that skips 1,5 or 10 minutes- essential for such long files. My mp3s do play from the seek point very accurately but keeping track of where you actually are when setting them is more complicated then it needs to be having to use timers and reset and add or subtract all the time.
Kinetics Screensavers

NewManLiving
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2013
02:34 PM
Re: Request Feature
I use two timers one for play / resume and the other for pause.
Subtract the difference on each mark Works great
Keeps perfect beat. I Actually use it for audiobooks
It also works for shorter songs not that you
Really need one But also discovered that the video player works
With audio to and that takes care of the timers
Subtract the difference on each mark Works great
Keeps perfect beat. I Actually use it for audiobooks
It also works for shorter songs not that you
Really need one But also discovered that the video player works
With audio to and that takes care of the timers
My Channels: 2D API Framework Presentation: https://owner.roku.com/add/2M9LCVC
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )