Pookla! I thought we lost you.
I can tell you that MyMedia isn't slow in general, although the "Retrieving" part could use a little work. We just have to figure out what's causing the problem you're seeing. I run the server on a Dockstar (Pogoplug) and the channel is as snappy as any other. For example, I have a folder with nothing but album art (almost 400 jpegs) that are all generally 200x200 or 300x300, with some larger images, and I can browse through that folder as quickly as I can press the buttons on the remote. I am wondering if a firmware update is causing slow navigation with "posters" that aren't the right dimensions. Like I said earlier, I removed PIL a couple of days ago and I couldn't believe how slow navigation became. I never noticed that before when I experimented with and without PIL, so I'm wondering if it's something new or whether I just never noticed it before.
Two questions:
Are you connected to an SD or HD TV? The dimensions for SD are actually 223x200.
When you downloaded the zip, did the file name contain ExtremeAvocado-31 or -36?
There is a way to test whether PIL is working. If you have the photos directory setup, using your browser go to
http://localhost:8001/feed and find a photo to display that's larger than 300x300. At the end of the URL for the photo, which will look something like
http://192.168.1.103:8001/media?name=Kendall.jpg&key=photo
add "&res=300,300"
http://192.168.1.103:8001/media?name=Kendall.jpg&key=photo&res=300,300
If you refresh the display the photo should be resized.
I'm not sure what the 404 errors are. You may get more information by looking in my_media_log.txt.
You really would be better off if you could install Python 2.6. While it looks like videos and photos work, music does not. Also, it's really hard to say if the problems you're seeing have anything to do with 2.7. And, sometimes the box just behaves strangely. It's always good to power cycle it to make sure it's not some kind of fluke.
And finally, (Long post I know), would it be possible to figure out a way to tag my videos and then have a search function? I'd love to tag them by genre and year and then be able to search that.
I've thought about some kind of search function, but it wouldn't be all that easy to implement. One thing we've always tried to avoid is to require a database of any sort, so the server would pretty much have to search through the whole folder hierarchy to find something. Your best bet is a well thought out organization to your movies. If you're really clever (and have a lot of time on your hands), you could use links (symbolic or otherwise) to have a movie appear in two different folders. Then you could have one set of folders broken up by year and another by genre. A lot of work, I know, but possible.
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.