"renojim" wrote:
I will look into it. I'm sure I'll have some questions for you (especially since I'm clueless when it comes to Python). Would you prefer I ask them here or via PM? I'm currently experimenting with a feature I'd like - the ability to resume a video where you left off instead of starting from the beginning all the time, like how the Netflix channel offers. The client side looks pretty easy, but the server side may be tougher mostly because of my ignorance of Python, but also because I can't decide on the best way to keep track of where the user stopped the video.
"el.wubo" wrote:"renojim" wrote:
I will look into it. I'm sure I'll have some questions for you (especially since I'm clueless when it comes to Python). Would you prefer I ask them here or via PM? I'm currently experimenting with a feature I'd like - the ability to resume a video where you left off instead of starting from the beginning all the time, like how the Netflix channel offers. The client side looks pretty easy, but the server side may be tougher mostly because of my ignorance of Python, but also because I can't decide on the best way to keep track of where the user stopped the video.
You won't have to change any server code to implement either of those features. The error that occurs when the client can't connect to the server is detected by the client. You can use the Roku registry storage area to store time offsets for where you are in the video. I don't know if it's the best way... you could certainly also store that information on the server but that strategy is a bit more complicated.
Let's move this discussion to the newly created developers/contributors group to keep the general channel from getting too noisy.
http://groups.google.com/group/mymedia-roku-developers/
All are welcome to join and the discussion will tend towards being highly technical. This board is still the place to report bugs, talk about future directions or features, and report successes and failures.
"dellsweig" wrote:
Dont you sleep 🙂
Thanks again for all your work on this..
I hope you get a build with the directory issues (nemerics) done soon - The current partition build works pretty well except for the folders I cant access (numerics)
Dan
"el.wubo" wrote:"hebertj0194" wrote:
Also, album art? Another issue trying to resolve? Just curious, sorry if it has already been addressed, I will go back and read if it has.
Album art will be displayed in the channel if the server can find a JPEG (ending in jpg or jpeg) in the same directory as the audio files for the album. Does this fit the iTunes model? Does it store album art in the folder or some other predictable place that we can access?
Sorry, hebertj0194, I didn't look at this thread all day. Glad to see you've got it sorted with OS X. BTW, there's no need to open Terminal if you don't want to. If you right-click on springboard.py you can choose Open with...>Python Launcher to start it. (Double-clicking defaults to opening in the IDLE Python development environment, in which case you can go to Run>Run Module to get it going.)
Another note to future testers on Mac OS X: I'll test to confirm, but it appears that if you designate your iTunes music folder as your media path, the server cannot access the media when iTunes is running. (Roku client hangs on "retrieving...".)
"mkolby" wrote:
Been playing around with this a bit, and so far I really like what I'm seeing. Regarding the album art, the current method works great for music albums, but is there a way we can create album art with the same file name as the title, but with different extensions, and have that show as the default thumbnail image for that title (GI-JOE.m4v and GI_JOE.jpg)? This is the way I have my collection for XBMC. I really appreciate all your hard work on this project, it's great to finally be able to stream my local content.
"canaws" wrote:
4. Personally, I was a little confused by the installation instructions. I did fine with getting python and putting the box into developer mode, but I'd never downloaded anything from github before. It took me a minute to figure out how to get the files! It might be a good idea to add a line about downloading & unzipping the roku_media_server files from the 'download source' link to your instructions for the more computer illiterate among us. 😃